/*General............................................*/
:root {
    --primary: #429e63;
    --light: #F6F7F8;
    --dark: #1A2A36;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

hr {
  width:100px;
  background-color:#429e63;
  margin-top:5px;
}

.text-center hr {
 margin: 0 auto;
}

#pAfterHeading{
margin-top: 10px;
}

.btn-central-dark-bg {
    margin-top: 0px;
    color: white;
    border-color: white;
    border-width: 2px;
}

.btn-central-dark-bg:hover {
    background-color: #ffffff4d;
    color: white;
    border-color: white;
    border-width: 2px;
}



/*** Spinner .....................................***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}



/*** Button .....................................***/
.row-button {
    text-align: center;
}

.btn-central{
    margin-top: 3rem !important;
    max-width: 200px;
}

.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-primary:hover {
    background-color: #c1de50;
    border-color: #429e63;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}



/*** Navbar .....................................***/
#logo{
    height: 50px;
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #429e63;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}



/*** Promo .....................................***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }

    .owl-carousel .btn-central1{
        margin-top: 1rem;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(255, 255, 255, .9);
    border-radius: 45px;
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    border-radius: 45px;
    transition: .5s;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-1.webp) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}



/*About Us............................................*/
#divAboutUs {
    text-align:center;
    padding-bottom:50px;
}

#divAboutUs .row{
    display: flex;
    align-items: center;    
}

#divAboutUs hr{
    margin-bottom: 25px;
    margin-top: 25px;
}

#divAboutUs h2{
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 2.6rem;
    font-weight: 400;
}

#divAboutUs h1{
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 2.6rem;
    font-weight: 600;
}

.divImage {
    max-width: 450px;
}

#divAboutUs h3{
    font-size: 18px;
    font-weight: lighter;
    font-family: "Montserrat", sans-serif;
}

#divAboutUs p{
margin-top: 10px;   
}

#divAboutUs .col-text{
    margin-top: 30px;
    text-align: left;
}

.columnText {
  text-align:left;
  color: #000000;
}

@media (max-width: 992px) {
    #divAboutUs h1{
        text-align: left;
    }
}

@media (max-width: 768px) {
    /*#divAboutUs h1{
        text-align: center;
    }*/
    #divAboutUs hr{
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    }
    .columnText {
        text-align:center;
    }
    .btn-central{
    margin-top: 1rem !important;
    }

}


/*Salat Time.....................................*/
#divSalatTime {
    padding-top:40px;
    padding-bottom: 40px;
    background:url(../../assets/img/SalatTime_BG1.webp) no-repeat center;
    text-align:center;
    min-height: 400px;
}

#divSalatTime .card{
    color:white;
    background-color: rgba(48, 47, 47, .4);
    border: 1px solid #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}

#divSalatTime h2{
    color: white;
}

#divSalatTime h4{
    color: white;
}
 
#divSalatTime h5{
    color: white;
}

#divSalatTime .card i{
    margin-top: 5px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    #divSalatTime {
        background:url(../../assets/img/SalatTime_BG2.webp) no-repeat center;
    }
}

.card-text{
    color: white;
    font-size: 15px;
}

.card-body i{
    font-size: 50px;
}
.button-text{
    color: white;
    font-size: 20px;
    padding-top: 20px;
}


/*Services................................................*/
.features-section-s2{
    margin-top: 50px;
    margin-bottom: 50px;
}


/*Fundraising ............................................*/
#divFundraisingCampaign {
    text-align:center;
    padding-top:50px;
    padding-bottom:50px;
    background:url(../../assets/img/FundRaising_BG1.webp) no-repeat center;
    min-height: 400px;
}

@media (max-width: 767px) {
    #divFundraisingCampaign {
        background:url(../../assets/img/FundRaising_BG2.webp) no-repeat center;
    }
}
#divFundraisingCampaign{
    text-align: left;
}

#divFundraisingCampaign .row{
    display: flex;
    align-items: center;    
}

#divFundraisingCampaign h2{
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 2.6rem;
    font-weight: 400;
    color: white;
}

#divFundraisingCampaign h5{
    color: white;
}

#divFundraisingCampaign p{
 color: white;   
};


.divImage {
    max-width: 450px;
}

#divFundraisingCampaign .col-text{
    /*margin-top: 30px;*/
    text-align: left;
}


.fundraising-text {
  text-align:left;
  color: #000000;
}


@media (max-width: 768px) {
  .fundraising-text {
    /*text-align:center;*/
  }
    .btn-central{
    margin-top: 1rem !important;
    }
}

.fundraising-text p{
    margin-top: 0px;
    margin-bottom: 0px;
    color: white;
}

.goal h3 {
    color: white;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 1.8rem;
}

.progress_fund{
    width: 50%;
    animation: progress_fund 3s;
}

@keyframes progress_fund{
    0%{
        width: 0%;
    }
    100%{
        width: 50%;
    }
}


#div-donate-button{
     margin-top: 30px;
}


/*Contact Us ....................................*/
#divContactUs{
    padding-top: 50px;
    padding-bottom: 50px;
}

.col-form{
    margin-top: 30px;
    padding-right: 30px;
    text-align: center;
}

.form-control {
    margin-bottom:10px;
}

#divContactUs .btn-primary.disabled {
    background-color: #429e63;
    border-color: #429e63;
}

#divContactUs .list-unstyled {
    text-align: left;
    color: #429e63;
    font-size: 15px;
}

.columnLocationMap{
    padding-left: 30px;
}

@media (max-width: 768px) {
    .columnLocationMap{
    padding-left: 0px;
    }
    .col-form{
    padding-right: 0px;

    }
    .contactUsButton{
        padding-bottom: 30px;
    }
}

/*** Footer .....................................***/
.mt-5 {
    margin-top: 0rem !important;
}

.footer .btn.btn-social {
    margin-right: 5px;
    color: #9B9B9B;
    border: 1px solid #9B9B9B;
    border-radius: 38px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #9B9B9B;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #FFFFFF;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footerLink{
    color: #9B9B9B;
}

#divFooter a:hover{
    color: white;
}

.textCopyright .textDevelopert {
    color: ;
}

.footer .copyright a {
    color: #9b9b9b;
}

#logo-bottom{
    margin-bottom: 10px;
}

