@import "../../fonts/tajawal/stylesheet.css";

* {
    font-family: 'Tajawal', sans-serif;
}


html {
    scroll-padding-top: 100px; /* Adjust the value for your needs */
}


body{
    background-color:  #FAFAFA;
    background-position: center;
    background-repeat: repeat;
    overflow-x: hidden;
}



.iconMobileMneu{
    border: 0!important;
    outline: unset !important;
    box-shadow: unset !important;
}


/* nav-iconMobileMneu-2 */
.nav-iconMobileMneu-2{
    width: 35px;
    height: 30px;
    margin: 10px 10px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.nav-iconMobileMneu-2 span{
    background-color:#3fa07f;
    position: absolute;
    border-radius: 2px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
}
.nav-iconMobileMneu-2 span:nth-child(1){
    width: 100%;
    height:  3px;
    display: block;
    top: 0px;
    left: 0px;
}
.nav-iconMobileMneu-2 span:nth-child(2){
    width: 100%;
    height:  3px;
    display: block;
    top: 13px;
    left: 0px;
}
.nav-iconMobileMneu-2 span:nth-child(3){
    width: 100%;
    height:  3px;
    display: block;
    bottom: 0px;
    left: 0px;
}
.nav-iconMobileMneu-2:not(.open):hover span:nth-child(1){
    width: 100%;
    height:  3px;
    display: block;
    top: -2px;
    left: 0px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
}
.nav-iconMobileMneu-2:not(.open):hover span:nth-child(2){
    width: 100%;
    height:  3px;
    display: block;
    top: 13px;
    left: 0px;
    transition: .4s cubic-bezier(.8, .5, .2, 1.4);
}
.nav-iconMobileMneu-2:not(.open):hover span:nth-child(3){
    width: 100%;
    height:  3px;
    display: block;
    bottom: -2px;
    left: 0px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
}
.nav-iconMobileMneu-2.open span:nth-child(1){
    left:3px;
    top: 12px;
    width: 30px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    transform: rotate(90deg);
    transition-delay: 150ms;
}
.nav-iconMobileMneu-2.open span:nth-child(2){
    left:2px;
    top: 20px;
    width: 20px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    transform: rotate(45deg);
    transition-delay: 50ms;
}
.nav-iconMobileMneu-2.open span:nth-child(3){
    left:14px;
    top: 20px;
    width: 20px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    transform: rotate(-45deg);
    transition-delay: 100ms;
}


.header {
    position: relative;
    z-index: 100;
}



.header.fixedMenu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    transition: 0.3s;
    background: #fff;
}




.search-box {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    cursor: pointer;

}

.lang-switch {

    color: gray;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}
.lang-switch span{
    height: 100%;
    font-size:16px;
}

.lang-switch.active {
    background-color: #2A75B8;
    color: white;

}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
}

.breadcrumb-item a {
    color: #2A75B8;
    text-decoration: none;
}
/*Mega Menu Styles */
.mega-menu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    top: 100%;
    visibility: hidden;
    transform: translateY(-10px);
    z-index: 1000;
    max-height: 0;
    overflow: hidden;
    transition:  0.5s;
    opacity: 0;
}



.nav-item.has-mega-menu:hover .mega-menu {
    max-height: 2000px;
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
    transition:  1s;

}

span.sub_main_menu_list {
    display: block;
    margin-bottom: 18px;
    margin-top: 18px;
    font-weight: bold;
}

span.title_sub_main_menu_list {
    display: block;
    margin-bottom: 18px;
    font-weight: bold;
}

.cardFullMenu
{
    border-top: 2px solid #2A75B8;

}

.nav-item.has-mega-menu {
    position: static;
}
.nav-item.has-mega-menu a i {
    position: relative;
    top: 3px;
}
.mega-menu-list a {
    color: #b2b2b4;
    text-decoration: none;
    transition: color 0.3s, background-color 0.3s, padding-left 0.3s;
    border-radius: 4px;
    display: inline-block;
}

.mega-menu-list a:hover {
    color: #000000;
}


.menu_dropdown:hover .dropdown-menu {
    display: block;
}

/*@media (min-width:989px ) {*/
/*    .menu_dropdown:hover .dropdown-menu {*/
/*        display: block;*/
/*    }*/
/*}*/



.menu_dropdown .dropdown-menu {
    margin-top: 0;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 3px 4px 0px #00000033;
}


.ul_dropdown {
    border-radius: 0;
    border: 0;
    width: max-content;
}
.ul_dropdown li a {
    padding: 8px 12px;
    color: #464646;
}

.menu_dropdown  .dropdown-toggle::after {

    border: 0;

}




.mega-menu-column h3 {
    color: #2A75B8;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
}

.mega-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-menu-list li {
    margin-bottom: 22px;
    position: relative;
}




.department-list li {
    padding: 8px 15px;
}









.dropdown-submenu-sub {
    position: relative;
}

.dropdown-submenu-sub > .dropdown-menu {
    top: 0;
    right:  150%;
    margin-left: 0;
    margin-right: 0;
    visibility: hidden;
    position: absolute;
    border-radius: 0;
    width: max-content;
    transition: 0.3s;
    opacity: 0;
    z-index: -1;
}

.dropdown-submenu-sub:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    right: 100%;
}

.dropdown-submenu-sub.subSubMenu > .dropdown-item::after {
    content: "\f104";
    float: left;
    font-family: FontAwesome;
}



@media (min-width: 991px) {

    .dropdown-submenu-sub > .dropdown-menu.changeDir {
        top: 0;
        left:  150%;
        margin-left: 0;
        margin-right: 0;
        visibility: hidden;
        position: absolute;
        border-radius: 0;
        width: max-content;
        transition: 0.3s;
        opacity: 0;
        z-index: -1;
        right: unset;
    }

    .dropdown-submenu-sub:hover > .dropdown-menu.changeDir {
        visibility: visible;
        opacity: 1;
        z-index: 1;
        left: 100%;
        right: unset;

    }
}




/*/////sub_menu */

#departments-section {
    overflow: hidden; /* Hide overflow to prevent items from showing off-screen */
}




.itemMenu i
{
    font-size: 15px;
    display: inline-block;
    margin-right: 8px;
    transition: 0.3s;
}

.itemMenu.active
{
    color: #000;
}

.itemMenu.active i
{
    margin-right: 15px;

}


.subItemMenu i{
    opacity: 0;
    transition: 0.3s;
    display: inline-block;
    margin-right: 8px;
}
.subItemMenu:hover i{
    opacity:1;
    margin-right: 15px;
}


.sliderMenu
{

    position: relative;
    height: 100%;
    overflow: hidden;
    transition: height 0.3s ease-in-out;

}


.contentSubMenu {
    height: 100%;
    width: 100%;
    position: absolute;
    right: -1000px;
    transition: right 0.5s ease-in-out;
    margin-top: 29px;
    padding: 0 17px;
    border-right: 2px solid #e3e3e3;
}

.contentSubMenu.openSubMenu {
    right: 0;
}



.social_media {
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 100;
    text-decoration: none;
}

.social_media a  {
    text-decoration: none;
    display: block;
    padding-left: 5px;
    width: 126px;
    position: relative;
    margin-bottom: 15px;
    left: -76px;
    transition:0.3s;
    border-radius: 0 25px 25px 0;
    border:1px solid transparent;
    border-right: 0;
}



.social_media a span {
    display: inline-block;
    top: -4px;
    position: relative;
    width: 70px;
    text-align: center;
    color: #000;
}

.social_media a i {
    font-family: FontAwesome;
    padding: 9px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    margin-left: 5px;
    background-color: rgb(25 24 24 / 20%);
    backdrop-filter: blur(12px);
    border: 1px solid;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}


.social_media a:hover  {
    background: #ffffff;
    left: 0;
    border:1px solid #b4b4b459;
}


.social_media a:hover   i {
    background: #0B4D87;
    border: 1px solid transparent;
}



/*responsive*/


.menuCenterMobile{
    display: none;
}

.menuCenterPc{
    display: block;
}




.topBar {
    padding: 5px 0;
    background: #f3e2cc;
}


.socialMediaHeader a
{
    text-decoration: none;
    display: inline-flex;
    width: 25px;
    height: 25px;
    background: #252d35;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    transition: 0.3s;
    font-size: 13px;
}


/*-----------------*/


.search-container {
    position: relative;
}

.search-field {
    width: 100%;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 25px;
    padding: 0px 50px 0 5px;
    font-size: 16px;
    color: #666;
    outline: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition:   0.3s ;
    text-align: right;
}

.search-field:focus {
     background: rgba(255, 255, 255, 1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.search-field::placeholder {
    color: #999;
    font-size: 16px;
}

.search-icon {
    position: absolute;
    right: 20px;
    top: 55%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    color: #666;
    cursor: pointer;
    transition: color 0.3s ease;
}

.btn-search {
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    background: #666 !important;
    transition: color 0.3s ease;
    color: #fff !important;
    border-radius: 25px;
}




.main-news-import {
    display: block;
    text-decoration: none;
    overflow: hidden;
}

.image-card-import {
    height: 400px;
    width: 100%;
    background-size: cover;
    border-radius: 8px;
    position: relative;
}

.main-news-title-import {
    font-size: 22px;
    font-weight: bold;
    color: #585858;
    margin: 15px 0;
}

.main-news-description-import {

    color: #585858;
}

.news-item-import {
    display: block;
    text-decoration: none;
    overflow: hidden;
}

.news-title-item-import {
    font-size: 21px;
    color: #585858;
    margin-bottom: 6px;
    font-weight: bold;
}

.news-description-item-import {
    color: #585858;
}

.news-title-list {
    color: #585858;
    font-weight: bold;
}

.news-image-item-import {
    height: 150px;
    width: 100%;
    background-size: cover;
    border-radius: 8px;
    position: relative;
    display: block;
}






.imageBigNews {
    height: 450px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
}

.viewAndDate {
    color: #fff;
    height: 200px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7259278711484594) 0%, rgba(0, 0, 0, 0) 100%);
    padding: 0 13px;
    padding-bottom: 15px;
}

.viewAndDate .row {
    height: 100%;
}

div.text-muted {
    line-height: 2;
    margin-bottom: 15px;
}

.shareNews a {
    color: #0B0D0E;
    text-decoration: none;
    padding: 0 5px;
}


.btnMoreLoad {
    background: linear-gradient(90deg, rgba(39, 160, 128, 1) 0%, rgba(49, 201, 161, 1) 100%);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    padding: 12px 30px;
    border: 0;
}



.title-inPage
{
    margin-bottom: 20px;
}

.title-inPage img{
    width: 20px;
}

.title-inPage span{
    font-size: 25px;
    font-weight: bold;
}




/*-------------------------coruse---------------*/

.backgroundpage {
     height: 500px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
}
.backgroundpage::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #2e2e2d6b;
    position: absolute;
    top: 0;
    z-index: 1;
}


.menuPage
{
    background: transparent;
}

.menuPage ul li a
{
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    padding: 0 28px;
}
.InputSearch {
    position: absolute;
    width: 100%;
    bottom: 43%;
}
/*------------courses------------------*/

.card_body_courses
{
    background: #fff;
    padding: 8px 8px !important;
    border-radius: 0 0 10px 10px;
}

.courses-card {
    display: block;
    text-decoration: none;
    overflow: hidden;
    border: 1px solid #b5b5b55e;
    border-radius: 15px;
    padding: 10px;
    background: #f3f3f3;
}
.courses-card .card-img-courses {
    height: 250px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px 10px 0 0;
    position: relative;
    overflow: hidden;
}

.courses-title-list {
    color: #585858;
    font-weight: bold;
    margin-bottom: 26px;
}

.courses-description-list {
    margin-bottom: 26px;
}

.dateCourses {
    background: #d3d3d3;
    padding: 2px 9px;
    border-radius: 15px;
    font-size: 13px;
}

/*------------end courses------------------*/
/*------------conferences------------------*/
.card_body_conferences
{
    background: #fff;
    padding: 8px 8px !important;
    border-radius: 0 0 10px 10px;
}

.conferences-card {
    display: block;
    text-decoration: none;
    overflow: hidden;
    border: 1px solid #b5b5b55e;
    border-radius: 15px;
    padding: 10px;
    background: #f3f3f3;
}
.conferences-card .card-img-conferences {
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px 10px 0 0;
    position: relative;
    overflow: hidden;
}

.conferences-title-list {
    color: #585858;
    font-weight: bold;
    margin-bottom: 26px;
}

.conferences-description-list {
    margin-bottom: 26px;
}

.dateconferences {
    background: #d3d3d3;
    padding: 2px 9px;
    border-radius: 15px;
    font-size: 13px;
}

/*------------end conferences------------------*/




/*------------index-------------*/



.toolSite
{
    position: fixed;
    z-index: 10;
    left: 10px;
    top: 35%;
    background: #00000036;
     border-radius: 15px;

}

.btn_toolSite
{
    display: block;
    text-align: center;
    text-decoration: none;
    margin-bottom: 20px;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 0 5px;
}

.btn_toolSite:nth-child(2)
{
    margin-top: 10px;
}

.btn_toolSite:last-child
{
    margin-bottom: 10px;
}


.btn_toolSite i
{
    color: #fff;
    font-size: 20px;
}
.btn_toolSite span
{
    color: #fff;
    display: block;
    font-size: 10px;

}


#exampleModalSearch
{
    background: transparent;
    border: 0;

}

#exampleModalSearch .modal-content{
    background: transparent;
    color: #fff;
    border: 0;
}
.modal-backdrop.fade {
    opacity: 0.9;
}

#exampleModalSearch   .modal-header
{
    border: 0;
    text-align: center;
    font-size: 26px;
    margin-bottom: 30px;
    width: 100%;
}
#exampleModalSearch   .modal-header button
{
    color: #fff;
}

#exampleModalSearch   .input-group-text
{
    border-radius: 0;
}

#exampleModalSearch .modal-body input
{
    height: 50px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    box-shadow: unset;
    border-radius: 0;
    color: #fff;

}

#exampleModalSearch .modal-body button
{
    color: #fff;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
}
#exampleModalSearch .modal-body input::placeholder {
    color: #fff;
    opacity: 1;
}




.controlSlider-next,
.controlSlider-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(12px);
}

.swiper-button-prev.controlSlider-prev:after, .swiper-button-next.controlSlider-next:after {
    font-size: 18px;
    color: #fff;
}


a.detailsSlider {
    text-decoration: none;
    color: #fff;
    background: #275ECD;
    padding: 6px 24px;
    font-size: 15px;
    border-radius: 8px;
}

.mainSlideLayer {
    position: relative;
}

.nameSlider {
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
}




.mainSlideWebSite.swiper {
    width: 100%;
    height: 100%;
    background: #000;
}

.mainSlideWebSite .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

.mainSlideWebSite .swiper-slide .imageSlider {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center 60%;
    background-repeat: no-repeat;
}

.overSliderCard {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.72) 35.1%, rgba(0, 0, 0, 0.00) 100%);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
}

.mainSlideWebSite .swiper-slide video {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: -107px;
}


.mainSlideWebSite .swiper-pagination span {

    background: #a8a8a8;
    width: 60px;
    border-radius: 25px;
    opacity: 0.7;
    height: 5px;
}

.mainSlideWebSite .swiper-pagination span.swiper-pagination-bullet-active {

    background: #ddae0f;
    opacity: 1;

}

.cardIndex {
    text-align: center;
    display: block;
    text-decoration: none;
}

.cardIndex span {
    display: inline-flex  ;
    width: 80px;
    height: 80px;
    border: 2px solid #4d4d4d;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.cardIndex span img {
    max-width: 50px;
}

.cardIndex .titleCardIndex {
    text-align: center;
    color: black;
    font-weight: bold;
    font-size: 20px;
}




/*------------end index-------------*/
/*------------new index-------------*/


.cardLayer
{
    width: 100%;
    background-color: rgb(255 255 255 / 34%);
    backdrop-filter: blur(1.5px);
    border-radius: 15px;
    padding: 20px;
    margin-top: 10px;
}

.buttonLayer
{
    text-decoration: none;
    padding: 7px 28px;
    background-size: 100% 100% !important;
    min-width: 179px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    backdrop-filter: blur(1.5px);
    color: #fff;
}
.wlogo img
{
    background: #b5c1d5;
    border-radius: 50%;
    box-shadow: 0px 9px 20px 9px #06060617;
}


.noteLayer  {
    text-align: center;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 30px;
}
.noteLayer .titleSlider{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
.noteLayer div{
    font-size: 18px;
    line-height: 2;
}

.liveLayer ,
.prayer_timesLayer
{
    text-align: center;
    margin-bottom: 20px;

}

.liveLayer a
{
    width: 160px;
    background: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 8px 2px;
    border-radius: 5px;
    color: #444444;
}
.prayer_timesLayer a
{
    width: 160px;
    text-decoration: none;
    background: #ffffff00;
    color: #fff;
    display: inline-block;
    padding: 8px 2px;
    border-radius: 5px;
    backdrop-filter: blur(1.5px);
    border: 1px solid #ffffff59;
}
.arrowLayer
{
    text-align: center;
}

.arrowLayer a
{
    color: #fff;
    border: 0;
    background: transparent;
    font-size: 28px;
    text-decoration: none;
}

.arrowLayer a i
{
    animation: bounce 2s infinite;

}


@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    display: flex  ;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.5s ease;
}

.loading-overlay.hidden {
    opacity: 0;
    pointer-events: none;
}

.loaderWebSite {
    width: 100%;
    height: 100%;
    border: 4px solid rgb(152 144 144 / 30%);
    border-top: 4px solid #3f9f7e;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 0;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loaderHomePage
{
    position: absolute;
    width: 200px;
    height: 200px;
    display: flex  ;
    align-items: center;
    justify-content: center;
}
.loaderHomePage img
{
    max-width: 190px;
}






/*---------circle --------------*/
.cardPrayer_times
{
    height: 422px;
    border: 0;
    position: relative;
    overflow: hidden;

}
.prayer_times
{

    height: 730px;
    width: 730px;
    border: 5px solid #dfe4eb;
    border-radius: 50%;
    position: relative;
    margin: 30px;
}


.circle-path.active
{
    height: 730px;
    width: 730px;
    border-radius: 50%;
    border: 5px solid #3ca07d;
    clip-path: polygon(97% 33%, 100% 0%, 100% 55%, 66% 56%);
    position: absolute;
    margin: 30px;
    z-index: 9;
}

.btnPrayer
{
    z-index: 10;
}

.btnPrayer_1{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #e0e4eb;
    position: absolute;
    bottom: 29%;
    right: 4%;
}
.btnPrayer_1 svg
{
    stroke: #dfe4eb;
    width: 28px;
}

.btnPrayer_2{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #e0e4eb;
    position: absolute;
    bottom: 67%;
    right: 18%;
}
.btnPrayer_2 svg
{
    stroke: #dfe4eb;
    width: 28px;
}
.btnPrayer_3{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #e0e4eb;
    position: absolute;
    top: 2%;
    right: 46%;
}
.btnPrayer_3 svg
{
    stroke: #dfe4eb;
    width: 28px;
}

.btnPrayer_4{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #e0e4eb;
    position: absolute;
    bottom: 67%;
    left: 18%;
}
.btnPrayer_4 svg
{
    stroke: #dfe4eb;
    width: 28px;
}



.btnPrayer_5{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #e0e4eb;
    position: absolute;
    bottom: 29%;
    left: 4%;
}
.btnPrayer_5 svg
{
    stroke: #dfe4eb;
    width: 28px;
}


.btnPrayer.active{
    border: 2px solid #3ca07d !important;

}

.btnPrayer.active svg
{
    stroke: #3ca07d !important;
    width: 28px;
}

/*-----------------------*/
.title_prayer_times {
    text-align: center;
    font-size: 23px;
    margin-top: 40px;
    color: #4ca07c;
    font-weight: bold;
}

.time_left_prayer {
    text-align: center;
    color: #d7b318;
    font-size: 34px;
    font-weight: bold;
    margin: 10px 0;
}


.note_time_left_prayer {
    text-align: center;
    color: #9b9b9b;
}

.note_prayer_times {
    text-align: center;
    color: #9b9b9b;
}


.calendar {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 40px;
}

.calendar .date-button {
    background: #3ca07d;
    color: white;
    border: none;
    border-radius: 12px;
    padding: 8px 8px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(82, 183, 136, 0.3);
    position: relative;
    overflow: hidden;
}

.calendar .date-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(82, 183, 136, 0.4);
    background: linear-gradient(135deg, #5FC190 0%, #4A9B76 100%);
}

.calendar .date-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(82, 183, 136, 0.3);
}

.calendar .date-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.calendar .date-button:active::before {
    width: 300px;
    height: 300px;
}

.calendar .date-section {
    display: flex;
    align-items: center;
    gap: 8px;
}

.calendar .divider {
    width: 2px;
    height: 32px;
    background-color: rgb(222 222 222 / 78%);
    margin: 0 4px;
}

.calendar .calendar-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2c795e;
    padding: 5px;
    border-radius: 5px;
}

.calendar .calendar-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}


.btn_prayer_times {
    background: #fff;
    color: #9b9b9b;
    display: inline-block;
    border: 0;
    width: 100px;
    height: 83px;
    text-align: center;
    font-size: 15px;
    border-radius: 15px;
}

.btn_prayer_times svg{
    width: 23px;
    stroke: #9b9b9b;
    margin-bottom: 5px;
}



.btn_prayer_times.active {
    background: #4ca07c;
    color: #fff;
    display: inline-block;
    border: 0;
    width: 100px;
    height: 83px;
    text-align: center;
    font-size: 15px;
    border-radius: 15px;
}

.btn_prayer_times.active  svg{
    width: 23px;
    stroke: #fff;
    margin-bottom: 5px;
}



.todayTalkSpace
{
    margin-top: 110px;
    text-align: center;
}
.todayTalkTitle
{
    text-align: center;
    margin: 30px 0;
    font-weight: bold;
    color: #4ca07c;
    font-size: 26px;
}

.textTalk {
    min-height: 100px;
    background-size: 100% 100%;
    padding: 15px;
    text-align: center;
    display: flex  ;
    align-items: center;
    justify-content: center;
}

.textTalk {
    min-height: 100px;
    background-size: 100% 100%;
    padding: 15px 62px;
    text-align: center;
    display: flex  ;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
}
.bracket {
    text-align: center;
    margin-top: 20px;
}




.cv_card_imam
{
    background: #fff;
    margin-top: 65px;
    margin-bottom: 30px;
    padding: 40px 0;
}

.biography_imam
{

    text-align: center;
    color: #3fa07f;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}

.biography_imam_note {
    text-align: center;
    color: #6A7682;
}



.tabControl
{
    margin-top: 30px;
    margin-bottom: 35px;
}
.tabControl .nav
{
    border: 0;
}
.tabControl .nav button
{
    border: 0;
    border-radius: 5px;
    padding: 12px 30px;
    background: #F5F5F5;
    color: #6A7682;
    font-size: 18px;
    font-weight: bold;
    margin: 0 10px;
}
.tabControl .nav button.active
{

    background: #27A080;
    background: linear-gradient(90deg, rgba(39, 160, 128, 1) 0%, rgba(49, 201, 161, 1) 100%);
    color: #fff;

}


.card-custom {
    border-radius: 15px;
    padding: 20px;
    background: #fff;
    transition: 0.3s;
    border: 1px solid #ebebeb;
    display: block;
    text-decoration: none;
    height: 100%;
}
.card-custom:hover {

    box-shadow: 0 4px 10px rgba(0,0,0,0.05);

}
.hDate {
    color: #3fa07f;
    font-weight: bold;
    background: #e6f8f2;
    padding: 7px 10px;
    border-radius: 5px;
}
.linkCard {
    border: 2px solid #3fa07f;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex  ;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 23px;
    color: #3fa07f;
    transform: rotate(310deg);
}
.note-box {
    background: #fcf5e2;
    border-right: 4px solid #f6a900;
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 15px;
}






.proverbs_and_sayings .card_custom {
    border-radius: 15px;
    border: 1px solid #ededed;
    padding: 20px;
    background: #fff;
    margin: 20px auto;
}
.proverbs_and_sayings .section_title {
    font-weight: bold;
    color: #3fa07f;
    font-size: 23px;
}
.proverbs_and_sayings .icon_box {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #f4c542;
    display: flex  ;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-left: 10px;
    font-size: 18px;
}



.proverbs_and_sayings .quote_box {
    background: #fcf5e2;
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 10px;
    border-right: 5px solid #f8aa00;
}
.proverbs_and_sayings  .list_check li {
    margin-bottom: 5px;
}
.proverbs_and_sayings   .list_check li::before {
    content: "✔";
    color: #27a844;
    margin-left: 8px;
}


.intellectual_and_spiritual_impact .card_custom {
    border-radius: 15px;
    border: 1px solid #ededed;
    padding: 20px;
    background: #fff;
    margin: 20px auto;
}
.intellectual_and_spiritual_impact  .section_title {
    font-weight: bold;
    color: #3fa07f;
    font-size: 23px;
}
.intellectual_and_spiritual_impact .icon_box {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: linear-gradient(90deg, rgba(39, 160, 128, 1) 0%, rgba(49, 201, 161, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-left: 10px;
    font-size: 18px;
}


.intellectual_and_spiritual_impact  .list_check li {
    margin-bottom: 5px;
}
.intellectual_and_spiritual_impact .list_check li::marker {
    color: #27a844;
    margin-left: 8px;
    font-size: 20px;
}




.news-section {
    text-align: center;
    margin: 50px auto;
}
.news-title {
    font-weight: bold;
    color: #3fa07f;
    margin-bottom: 10px;
}
.news-subtitle {
    color: #6c757d;
}
.news-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: 0.3s;
    display: block;
    text-decoration: none;
    height: 100%;
}
.news-card:hover {
    transform: translateY(-5px);
}
.news-img {
    height: 200px;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
}
.news-body {
    padding: 15px;
    text-align: right;
}
.news-date {
    font-size: 14px;
    margin-bottom: 8px;
    display: flex ;
    align-items: center;
    gap: 5px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 13px;
}
.news-date i {
    color: #fff;
}
.news-title-card {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #000;
    min-height: 66px;
}
.news-text {
    font-size: 14px;
    color: #6c757d;
     overflow: hidden;
    min-height: 66px;

}
.news-btn {
    margin-top: 10px;
    width: 100%;
    border: 1px solid #e9ecef;
}
.news-btn-more {
    background: linear-gradient(90deg, rgba(39, 160, 128, 1) 0%, rgba(49, 201, 161, 1) 100%);
    color: #fff;
    border-radius: 8px;
    padding: 10px 25px;
    border: none;
    margin-top: 15px;
    text-decoration: none;
}
.news-btn-more:hover {
    background: linear-gradient(90deg, rgba(39, 160, 128, 1) 0%, rgba(49, 201, 161, 1) 100%);
}



.newsTitle{
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.6;
}


/*image slider */

.swiper-container-gallery.swiper {
    width: 100%;

}

.swiper-container-gallery .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-container-gallery .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 400px;
    padding: 15px;
    border-radius: 25px;
    transition: 0.3s;
    filter: grayscale(100%);
}

.swiper-container-gallery   .swiper-slide.swiper-slide-active img
{
    filter: grayscale(0%);
}


.gallery-section {
    text-align: center;
    margin: 50px auto;
}
.gallery-title {
    font-weight: bold;
    color: #3fa07f;
    margin-bottom: 10px;
}
.gallery-subtitle {
    color: #6c757d;
}

.gallery-btn-more {
    background: linear-gradient(90deg, rgba(39, 160, 128, 1) 0%, rgba(49, 201, 161, 1) 100%);
    color: #fff;
    border-radius: 8px;
    padding: 10px 25px;
    border: none;
    margin-top: 30px;
    display: inline-block;
    text-decoration: none;
}
.gallery-btn-more:hover {
    background: linear-gradient(90deg, rgba(39, 160, 128, 1) 0%, rgba(49, 201, 161, 1) 100%);
}

.alziyarat_bialniyaba-section {
    text-align: center;
    margin-top: 70px ;
}
.alziyarat_bialniyaba-title {
    font-weight: bold;
    color: #3fa07f;
    margin-bottom: 10px;
}
.alziyarat_bialniyaba-subtitle {
    color: #6c757d;
}





.form-section {
    background: #fff;
    border-radius: 12px;
    box-shadow: -15px 15px 20px rgb(79 197 157 / 10%);
    padding: 25px;
}
.form-control {
    border-radius: 10px;
    padding: 12px;
}
.btn-main {
    background: linear-gradient(90deg, rgba(39, 160, 128, 1) 0%, rgba(49, 201, 161, 1) 100%);
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    padding: 12px;
}
.service-box {
    border-radius: 12px;
    padding: 20px;
    text-align: right;
}
.service-item {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
.service-item i {
    font-size: 20px;
    background: linear-gradient(90deg, rgba(39, 160, 128, 1) 0%, rgba(49, 201, 161, 1) 100%);
    color: #ffffff;
    border-radius: 10px;
    margin-left: 12px;
    width: 40px;
    height: 40px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.guarantee {
    border: 1px solid #20A17F;
    border-radius: 10px;
    padding: 15px;
    margin-top: 20px;
}
.guarantee i{
    color: #20A17F;

}


.form-section label.form-label
{
    text-align: right;
    width: 100%;
}
.form-section input.form-control
{
    height: 40px;
}
.bg-alziyarat_bialniyaba
{
    background-position: right;
    background-repeat: no-repeat;
}




.live-section {
    text-align: center;
    margin-top: 70px ;
    padding-top: 70px ;
    background: #fff;
}
.live-title {
    font-weight: bold;
    color: #3fa07f;
    margin-bottom: 10px;
}
.live-subtitle {
    color: #6c757d;
}


.live-container {
    margin: auto;
    text-align: center;
}

.live-video {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 550px;
    background-size: cover;
}

.live-video img {
    width: 100%;
    display: block;
}

.live-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #e63946;
    color: #fff;
    font-size: 14px;
    padding: 5px 12px;
    border-radius: 20px;
}

.viewer-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 14px;
    padding: 5px 12px;
    border-radius: 20px;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #fff;
    opacity: 0.9;
    cursor: pointer;
}

.liveTitleNow {
    font-weight: bold;
    margin-top: 15px;
    font-size: 20px;
}

.live-desc {
    color: #555;
    margin-top: 10px;
}

.quality {
    color: #555;
    margin: 15px 0;
    font-size: 14px;
}

.live-features {
    margin-top: 20px;
}

.live-feature-box {
    background: #f9f9f9;
    border-radius: 12px;
    padding: 20px;
    font-weight: bold;
}

.live-feature-box small {
    display: block;
    font-weight: normal;
    color: #666;
    margin-top: 5px;
}

.live-buttons {
    margin-top: 25px;

}

.btn-watch {
    background: #28a785 !important;
    color: #fff !important;
    font-weight: bold;
    border-radius: 10px;
    padding: 12px 30px;
    width: 100%;
}

.btn-share {
    background: #f1f1f1 !important;
    color: #333 !important;
    border-radius: 10px;
    padding: 12px 30px;
    width: 100%;

}


.playLive {
    text-decoration: none;
    text-align: center;
}

.playLive i {
    color: #fff;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: rgb(255 255 255 / 34%);
    backdrop-filter: blur(1.5px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.playLive .t1-live {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;

}

.playLive .t2-live {
    color: #fff;

}


.bg_black
{
    background: #1e1e1e;
    text-align: center;
    color: #fff;
}


.timeline {
    position: relative;
    margin: 50px 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    padding: 129px 8%;
}
.timeline::before {
    content: "";
    position: absolute;
    top: 149px;
    bottom: 58px;
    left: 50%;
    width: 6px;
    background: #ffffff;
    transform: translateX(-50%);
    border-radius: 5px;
}
.timeline-dot {
    position: absolute;
    left: 50%;
    width: 0;
    height: 35px;
    background: #2ecc71;
    border-radius: 50%;
    transform: translateX(-50%);
    top: 26px;
    border: 6px solid #fff;
}
.timeline-item {
    margin-bottom: 50px;
    position: relative;
}
.timeline-item .timeline-content {
    padding: 20px;
    text-align: right;
    border-radius: 10px;

}

.imageTimeline {
    padding: 0 25px;
}

.timeline-item .imageTimeline img {
    width: 100%;
    border-radius: 8px;
}
.timeline-item .dateTimeline {
    font-weight: bold;
    color: #ffffff;
}
.timeline-item .titleTimeline {
    font-weight: bold;
    color: #ffffff;
    font-size: 23px;
    margin-bottom: 20px;
}
.timeline-item .detailsTimeline {
    margin-bottom: 10px;
    line-height: 2;
    text-align: justify;
}

@media (max-width: 767.98px) {
    .timeline::before {
        left: auto;
        right: 5px;
        transform: none;
    }
    .timeline-dot {
        left: auto;
        right: -36px; /* لتتماشى مع الخط */
        transform: none;
    }
}


.titleSectionTimeline
{
    margin-bottom: 125px;
    font-size: 37px;
    font-weight: bold;
    margin-top: -94px;
}



.headerCardQuran
{
    height: 143px;
    position: relative;
    background-size: cover;
    border-radius: 15px;
    overflow: hidden;
    background-position: center;
}

.quranImage
{
    text-align: left;
}
.quranImage img
{
    width: 100px;
}


.nameSura
{
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 7px;
}

.StopAndStart
{
    color: #fff;
    text-align: center;

}
.StopAndStart i
{
    border: 2px solid #ffffff;
    width: 27px;
    height: 27px;
    display: inline-flex ;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 7px;
    font-size: 12px;
}

.bodyCardQuran
{
    border: 1px solid #d5d5d5;
    margin: 15px 0;
    border-radius: 15px;
    padding: 15px;
}



.searchQuran
{

}
.searchQuran input
{
    border-right: 0;
    height: 40px;
}

.searchQuran  span
{
    background: #ffffff;
}

.headerTable
{
    background: #000;
    margin-top: 15px;
    padding: 9px 15px;
    color: #c2c2c2;
    border-radius: 10px;
}



.suraTable.active
{
    background: #20A17F;
    margin-top: 15px;
    padding: 9px 15px;
    color: #fff;
    border-radius: 10px;
    width: 100%;
    border: 0;

}
.media_library
{
    text-align: center;
    font-weight: bold;
    color: #3fa07f;
    font-size: 2rem;
    margin-bottom: 30px;
}


.player-container {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
}

h1 {
    text-align: center;
    color: #333;
    margin-bottom: 30px;
    font-size: 2.5em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

/* القارئ الحالي */
.current-playing {
    color: white;
    border-radius: 15px;
    text-align: center;
}

.current-playing h2 {
    font-size: 1.8em;
    margin-bottom: 10px;
}

.current-playing .surah-name {
    font-size: 1.4em;
    margin-bottom: 5px;
}

.current-playing .reciter-name {
    font-size: 1.1em;
    opacity: 0.9;
}

/* مشغل الصوت */
.audio-player {
    background: #252525;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.audio-player  audio {
    width: 100%;
    margin-bottom: 20px;
    background: #f1f3f4;
    border-radius: 5px;
}

/* أزرار التحكم */
.audio-player  .controls {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.audio-player  .control-btn {
    border: 2px solid #ffffff;
    background: transparent;
    color: white;
    cursor: pointer;
    font-size: 1em;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    width: 40px;
    height: 40px;
    display: flex  ;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.audio-player   .control-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3);
}

.audio-player   .control-btn:active {
    transform: translateY(0);
}

.audio-player    .control-btn.active {
    background: linear-gradient(90deg, rgba(39, 160, 128, 1) 0%, rgba(49, 201, 161, 1) 100%);
}

.time-display {
    display: flex;
    justify-content: space-between;
    font-size: 0.9em;
    color: #666;
    margin-top: 10px;
}

/* البحث والفلترة */
.search-container {
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
}

.search-input {
    flex: 1;
    padding: 12px;
    border: 2px solid #ddd;
    border-radius: 10px;
    font-size: 1em;
    transition: border-color 0.3s ease;
}

.search-input:focus {
    outline: none;
    border-color: #667eea;
}

.filter-select {
    border: 2px solid #ddd;
    border-radius: 10px;
    font-size: 1em;
    background: white;
    cursor: pointer;
    height: 40px;
}

/* قائمة السور */
.surah-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 15px;
    max-height: 460px;
    overflow-y: auto;
    padding: 10px;
}

.surah-item {
    background: #F5F5F5;
    padding: 9px 15px;
    color: #A8B5C2;
    border-radius: 10px;
    width: 100%;
    border: 0;
    cursor: pointer;
    transition: 0.3s;

}

.surah-item:hover {
    background: #f8f9fa;
    border-color: #667eea;

}

.surah-item.playing {
    background: #20A17F;
    padding: 9px 15px;
    color: #fff;
    border-radius: 10px;
    width: 100%;
    border: 0;
}

.surah-info {
    display: flex;
    flex-direction: column;
}

.surah-name {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px;
}

.surah-details {
    font-size: 0.9em;
    opacity: 0.8;
}

.surah-duration {
    font-size: 0.9em;
    opacity: 0.7;
}

/* رسائل التحميل */
.loading {
    text-align: center;
    padding: 20px;
    color: #666;
}

/* شريط التمرير المخصص */
.surah-list::-webkit-scrollbar {
    width: 8px;
}

.surah-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.surah-list::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, rgba(39, 160, 128, 1) 0%, rgba(49, 201, 161, 1) 100%);
    border-radius: 10px;
}


.faith-box {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    color: #fff;
    margin-bottom: 20px;
    display: block;
    text-decoration: none;
}
.faith-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    filter: brightness(60%);
    transition: 0.3s;
}
.faith-box:hover img {
    filter: brightness(80%);
    transform: scale(1.05);
}
.faith-content {
    position: absolute;
    bottom: 15px;
    right: 15px;
    left: 15px;
}
.faith-info {
    font-size: 0.9rem;
    opacity: 0.9;
}
.faith-info i {
    margin-left: 5px;
}

.development_projects {
    text-align: center;
    color: #3fa07f;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}

.development_projects_note {
    text-align: center;
    color: #6A7682;
}


.project-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    background: #fff;
    display: block;
    text-decoration: none;
    height: 100%;
}
.project-card .fw-bold  {
    color: #0B0D0E;
}
.project-card .imageProject-card {
    height: 220px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.project-card .badge-custom {
    font-size: 0.8rem;
    border-radius: 12px;
    padding: 5px 10px;
}

.project-card .progress {
    height: 8px;
    border-radius: 10px;
    background: #f9c000;
}



.contribution-section {
    background: #f5f5f5;
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
}
.contribution-title {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: .5rem;
}
.contribution-text {
    color: #6c757d;
    font-size: .95rem;
    margin-bottom: 1.5rem;
}
.btn-contribute {
    background-color: #20c997;
    color: #fff;
    border-radius: 8px;
    padding: .5rem 1rem;
    border: none;
    transition: 0.3s;
}
.btn-contribute:hover {
    background-color: #17a589;
    color: #fff;
}
.btn-more {
    border: 1px solid #20c997;
    border-radius: 8px;
    padding: .5rem 1rem;
    color: #20c997;
    transition: 0.3s;
    margin-right: .5rem;
}
.btn-more:hover {
    background: #20c997;
    color: #fff;
}


/*----end  new index----*/



.defaultCard {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: 0.3s;
    display: block;
    text-decoration: none;
    height: 100%;
}
.defaultCard-img
{
    height: 350px;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
}

.defaultCard-body
{    padding: 15px;
    text-align: right;
}


.defaultCard-title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #000;
}
.defaultCard-btn {
    margin-top: 10px;
    width: 100%;
    border: 1px solid #e9ecef;
}


.sharePost  a {
    text-decoration: none;
    border: 1px solid;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #3fa07f !important;
    font-size: 15px;
}




.content{
    color: #524f4f;
    text-align: justify;
    margin-top: 15px;
    line-height: 2.7;
}


.content b{
    line-height: 2;
    color: #524f4f;
    text-align: justify;
}





.titleCardAle
{
    color: #000;
}
.titleCardAle img
{
    width: 20px;
}
.bodyCardBorder {
    background: #3fa07f1f;
    border-right: 4px solid #3fa07f;
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 15px;
    line-height: 2;
    font-weight: bold;
    font-size: 17px;
}


.imageCardAle
{
    text-align: center;
    margin-top: 30px;
}

.imageCardAle img
{
    max-width: 100%;
    border-radius: 15px;
}
.titlePage {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 32px;
}
.titlePage span{
    position: relative;
}
.titlePage span:after{
    position: absolute;
    width: 100px;
    height: 6px;
    border-radius: 15px;
    background: #3f9f7e;
    content: "";
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}


.card-custom .buttonLayer
{
    font-size: 20px;
    color: #0B0D0E;
}




.card-img-releases {
    width: 100%;
    height: 335px;
    background-size: cover;
    border-radius: 5px;
}

.releases-card {
    background: #ffffff;
    position: relative;
    border: 15px solid #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 2px 0 #efefef;
    object-fit: cover;
}



.releases-title-list {
    font-size: 18px;
    position: absolute;
    text-align: center;
    width: 90%;
    right: 13px;
    color: #fff;
    background: linear-gradient(90deg, rgba(39, 160, 128, 1) 0%, rgba(49, 201, 161, 1) 100%);
    padding: 0 2px;
    border-radius: 12px;
    height: 46px;
    display: flex
;
    align-items: center;
    justify-content: center;
    bottom: -28px;
}


.readAndDownloadReleases{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -60px;
}

.readAndDownloadReleases  a{
    text-decoration: none;
    background: #fbf5e1;
    color: #696464;
    margin: 0 9px;
    border-radius: 6px;
    padding: 3px 10px;
    display: inline-block;
}
