body {
    background-color: rgb(244, 245, 247);
}
ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

a {
    text-decoration: none !important;
    cursor: pointer !important;
}

.container {
    max-width: 1160px !important;
    margin: auto !important;
    padding: 0 10px !important;
}

.row {
    display: flex !important;
    flex-wrap: wrap !important;
}
.donate-top {
    /* -webkit-border-radius: 0 0 38% 38%; */
    background-position: center center;
    background-size: cover;
    background-image: url("../img/Zakat-donation.jpg");
    padding: 120px 0px 240px 0px;
}

.overlay {
    background-color: transparent;
    background-image: linear-gradient(250deg, #270803F5 0%, #2A1821 94%);
    opacity: 0.81;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    top: 0;
    left: 0;
}

.donate-top-svg {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    bottom: -1px;
}

.donate-top-menu .col-md-3 .shadow:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .30) !important;
}

.bg-custom {
    background-color: #008294 !important;
}

.bg-orange {
    background-color: #FF8915 !important;
}

.text-custom {
    color: #008294;
}

.rounded-5 {
    border-radius: 5px;
}

.rounded-7 {
    border-radius: 40px;
}

.top-border {
    width: 5em;
    border: 2px solid #fff;
}

.donate-top-menu {
    margin-top: -150px;
}

.fw-bold-600 {
    font-weight: 600;
}

@media (max-width: 1400px) {

    .donate-top-menu img {
        width: 50%;
    }

    .donate-top-menu span {
        font-size: 15px !important;
    }

    .donate-top-menu .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .donate-top-menu {
        margin-top: -100px;
    }

    .fs-4 {
        font-size: 1em !important;
    }

    .search button {
        height: 40px !important;
        width: 60px !important;
    }

    .search {
        width: 80% !important;
    }
}

@media (max-width: 992px) {
    .header .logo img {
        height: 30px;
    }
    .header .item-left, .header .item-right {
        flex: 0 0 auto;
        width: auto;
    }
    .header .item-right {
        align-items: center;
    }
    .responsive-height {
        height: auto !important;
    }
    .header .item-right {
        align-items: center;
    }
    .row {
        display: flex;
        flex-wrap: wrap;
    }

    element.style {
    }

    .text-white {
        color: #fff !important;
    }

    .text-center {
        text-align: center !important;
    }

    .fw-bold {
        font-weight: 700 !important;
    }

    .fs-1 {
        font-size: calc(1.375rem + 1.5vw) !important;
    }

    .mt-4 {
        margin-top: 0 !important;
    }
    img.paypal {
        vertical-align: middle;
        width:80% !important;
    }

    .footer .footer-top {
        flex-direction: column;
        text-align: center;
    }.footer .footer-bottom {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }.footer .footer-bottom .copyright {
        order: 3;
    }.footer .footer-bottom .share ,.footer .footer-bottom .terms{
        order: 1;
    }
}

.border-contact {
    border: solid 1px orangered;
    width: 100px;
}

.height {
    height: 100vh;
}


.search {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
    border: 2px solid #d6d4d4;

}

.search input {

    height: 60px;
    text-indent: 25px;



}


.search input:focus {

    box-shadow: none;
    border: 2px solid blue;


}

.search .fa-envelope {

    margin: auto;
    left: 16px;
    font-size: 20px;

}

.search button {
    top: 5px;
    right: 5px;
    height: 50px;
    width: 110px;
    background: blue;
    padding:0;

}

/* Fotter */
.footer {
    padding: 50px 0;
    border-top: 1px solid #E0E0E0;
    clear: both;
}

.footer .footer-top {
    display: flex;
    justify-content: space-between;
}

.footer .footer-top img {
    height: 40px;
}

.footer .footer-top h6 {
    font-size: 16px;
    font-weight: 700;
}

.footer .footer-top ul {
    margin-top: 20px;
    list-style: none;
    padding-left: 0;
}

.footer .footer-top li {
    margin-top: 10px;
}

.footer .footer-top li a {
    color: #B3B3B3;
    text-decoration: none;
    transition: color 0.3s;

}

.footer .footer-bottom {
    margin-top: 40px;
    border-top: 1px solid #E0E0E0;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}

.footer .footer-bottom .terms {
    display: flex;
    gap: 30px;
}

.footer .footer-bottom .terms a {
    color: #B3B3B3;
    transition: color 0.3s;
    text-decoration: none;
}

.footer .footer-bottom .share {
    display: flex;
    gap: 30px;
}

.footer .footer-bottom div {
    color: #B3B3B3;
}

.footer .footer-bottom .share {
    display: flex;
    gap: 30px;
}

.footer .footer-bottom div {
    color: #B3B3B3;
}

.footer .footer-bottom-poweredby {
    justify-content: space-between;
    margin-top: 20px;
}

.footer .footer-bottom-poweredby .poweredby {
    text-align: center;
}

.footer .footer-bottom-poweredby .poweredby a {
    color: #B3B3B3;
    transition: color 0.3s;
}