@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lemonada&display=swap");

/* start variable */
:root {  /* rgba(var(--primaryColor),1) */
    --primaryColor: 223, 169, 72;   
    --darkColor:    86, 60, 0;
    --lightColor:   253, 249, 243;
}
/* end variable */

/* start common */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.rtl,
.rtl *:not(i),
.rtl *:not(.fa),
[lang="ar"],
[lang="ar"] *:not(i),
[lang="ar"] *:not(.fa) {
    direction: rtl;
    /*font-family: 'Almarai', sans-serif;*/
    font-family: "Jana";
    font-weight: 400;
}
.rtl {
    text-align: right;
}
html,
body {
    max-width: 100%;
    overflow-x: hidden;
    color: rgba(var(--darkColor),1);
}
a,a:hover {text-decoration: none; color: inherit;}
ul,ol{list-style: none;padding: 0;margin: 0;}
.mobile-page {
    width: 100%;
    max-width: 768px;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: linear-gradient(to right, #FEFCF9 , #FFFFFF);
}
#ModalCartNotifyOpen {
    border: 0;
    margin: 0;
    padding: 0;
    width: 0;
    max-width: 0;
    min-width: 0;
    height: 0;
    max-height: 0;
    min-height: 0;
    overflow: hidden;
    opacity: 0;
}
#menu ul li:first-of-type,
#menu ul li:last-of-type {
    display: none
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-button {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-thumb {
    background: #aaa;
    border: 1px none #ffffff;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #777;
}
::-webkit-scrollbar-thumb:active {
    background: #666;
}
::-webkit-scrollbar-track {
    background: #eee;
    border: 65px none #ffffff;
    border-radius: 34px;
}
::-webkit-scrollbar-track:hover {
    background: #eee;
}
::-webkit-scrollbar-track:active {
    background: #eee;
}
::-webkit-scrollbar-corner {
    background: transparent;
}
/* end common */

/* strat splash */
.splash {
    display: block;
    width: 100%;
    height: 100vh;
    position: relative;
}
.splash img {
    width: 100%;
}
.splash .splash-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}
@media(min-width: 420px) {
    .splash {
        height: 150vw;
    }
}
/* end splash */

/* start header */
.header {
    border-bottom: 1px solid rgba(var(--primaryColor),1);
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 5px;
}
/* end header */

/* start slider */
.slider {
    position: relative;
}
.slider .container {
    padding: 0;
}
.slider .owl-nav {
    display: none;
}
.slider .owl-dots {
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    right: 0;
}
.slider .owl-dots button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid rgba(var(--primaryColor),1);
    margin: 3px;
    padding: 0;
    outline: 0;
}
.slider .owl-dots button.active {
    background: rgba(var(--primaryColor),1);
    border-color: rgba(var(--primaryColor),1);
}
/* end slider */

/* start contributions */
.contributions {
    padding: 25px 0;
}
.contributions .container {
    width: 100%;
    padding: 0 15px !important;
    margin: auto;
}
.contributions .title h2 {
    font-size: 20px;
    font-family: 'Lemonada', cursive;
}
.contributions .title img {
    position: relative;
    top: -20px;
}
.contributions .col {
    min-width: 50%;
}
.contributions .item {
    padding: 15px;
    border: 1px solid rgba(var(--darkColor),.5);
    border-radius: 5px;
    margin: 10px auto;
    width: 100%;
    padding: 10px 0;
    background: #fff;
    display: block;
    text-decoration: none;
}
.contributions .item img,
.contributions .item p {
    margin: 10px auto;
}
.contributions .item p {
    font-size: 16px;
}
@media(max-width: 375px) {
    .contributions .item p {
        font-size: 12px;
        font-weight: bold;
    }
}
/* end contributions */

/* start urgent-donations */
.urgent-donations {
    background-image: linear-gradient(to top, #D99A29, #D99A29, #D99A2950, transparent);
    padding-top: 25px;
    padding-bottom: 75px;
}
.urgent-donations .title h2 {
    font-size: 20px;
    /*font-family: 'Lemonada', cursive;*/
}
.urgent-donations .title img {
    position: relative;
    top: -20px;
}
.urgent-donations .donations {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    padding-top: 25px;
    padding-right: 5px;
}
.urgent-donations .donations::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.urgent-donations .donation {
    width: 65%;
    max-width: 65%;
    min-width: 65%;
    background: #fff;
    border-radius: 8px;
    margin-left: 20px;
    -webkit-box-shadow: 0px 10px 10px 0px #563C000D;
    -moz-box-shadow: 0px 10px 10px 0px #563C000D;
    box-shadow: 0px 10px 10px 0px #563C000D;
    border: 1px solid #563C000D;
}
.urgent-donations .donation .card {
    border: 0;
    line-height: 1.5;
    padding: 0 10px;
}
.urgent-donations .donation .card > img {
    border-radius: 100%;
    max-width: 125px;
    display: block;
    margin: auto;
}
.urgent-donations .donation .card .card-body {
    padding-bottom: 0;
}
.urgent-donations .donation .card .card-title {
    /*font-family: 'Lemonada', cursive;*/
    font-size: 16px;
}
.urgent-donations .donation .card .card-title p {
    font-family: 'Almarai', sans-serif;
    font-size: 10px;
    margin-bottom: 0;
    padding: 5px;
}
.urgent-donations .donation .card .card-title p img {
    margin-right: 5px;
    width: 15px;
}
.urgent-donations .donation .card .card-text {
    font-size: 12px;
}
.urgent-donations .photo {
    padding-top: 25px;
}
.urgent-donations .photo img {
    width: 50%;
}
/* end urgent-donations */

/* start donations-for-all */
.donations-for-all {
    position: relative;
    top: -75px;
    padding: 0 10px;
}
.donations-for-all .form {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16);
    padding: 20px 15px;
    border-radius: 8px;
    background: #fff;
}
.donations-for-all .form .title h2 {
    /*font-family: 'Lemonada', cursive;*/
    font-size: 20px;
}
.donations-for-all .form .title p {
    font-size: 16px;
}
.donations-for-all .form .field {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 15px auto;
}
.donations-for-all .form .field input[type="text"],
.donations-for-all .form .field input[type="number"] {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    outline: 0;
    border: 1px solid rgba(var(--darkColor),.4);
    border-radius: 7px;
    height: 50px;
    text-indent: 15px;
    padding-left: 9px;
}
.donations-for-all .form .field .small {
    position: absolute;
    left: 10px;
    top: 8px;
    font-size: 12px;
}
.donations-for-all .small span.done {
    display: none;
}
.donations-for-all #amount_icon.done {
    background: #67e27e;
    padding: 0;
    border-radius: 5px;
    display: inline-block;
    width: 40px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
.donations-for-all #amount_icon.done span.done {
    display: inline-block;
}
.donations-for-all #amount_icon.done .photo,
.donations-for-all #amount_icon.done p {
    display: none;
}
.donations-for-all .form .field .small p {
    display: inline-block;
    color: rgba(var(--darkColor),.4);
}
.donations-for-all .form .field .small .photo {
    background-image: linear-gradient(to right, #F8CF84, #D99A29);
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
}
.donations-for-all .form .field input[type="submit"] {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    outline: 0;
    border: 1px solid rgba(var(--darkColor),.8);
    border-radius: 7px;
    height: 50px;
    background: #fff;
    text-align: center;
    color: rgba(var(--primaryColor),1);
    font-weight: bold;
    font-size: 18px;
}
.donations-for-all .form .field input[type="submit"]:hover {
    background: rgba(var(--primaryColor),1);
    color: #fff;
    border-color: transparent;
}
/* end donations-for-all */

/* start formats */
.formats {
    text-align: right;
}
.formats > a {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.formats a + a {
    border-top: 2px solid rgba(var(--darkColor),.2);
    padding-top: 15px !important;
}
.formats .d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.formats .col-photo {
    width: 100%;
    max-width: 70px;
}
.formats .col-description {
    width: 100%;
    max-width: calc(100% - (70px + 43px));
}
.formats .col-description h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 5px 0;
}
.formats .col-description p {
    font-size: 14px;
    margin: 0;
}
.formats .col-arrow {
    width: 100%;
    max-width: 43px;
    font-size: 20px;
}
/* end formats */

/* start copyright */
.copyright {
    width: 100%;
    max-width: 90%;
    margin: auto;
    font-size: 16px;
    padding: 25px;
    border-top: 2px solid rgba(var(--darkColor),.2);
    margin-top: 25px;
}
.copyright p a {
    display: block;
    color: rgba(var(--primaryColor),1);
} 
/* end copyright */

/* start popups */
.popups {
    text-align: right;
}
.popups .popup {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -120vw;
    width: 220px;
    background: #fff;
    z-index: 99999;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.popups .popup.open {
    right: 0;
}
.popups .popup .popup-header {
    padding: 25px 10px 25px 25px;
    border-bottom: 1px solid rgba(var(--primaryColor),1);
    position: relative;
}
.popups .popup .popup-header .title {
    /*font-family: 'Lemonada', cursive;*/
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    text-align: right;
}
.popups .popup .popup-header .arrow {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px;
}
.popups .popup .popup-body {
    padding-bottom: 75px;
    height: 100vh;
    overflow: auto;
}
.popups .popup .popup-body ul li a {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
}
.popups .popup .popup-body ul li i {
    float: left;
    font-size: 12px;
}
.popups .popup .popup-body ul li + li {
    border-top: 2px solid rgba(var(--darkColor),.1);
}
.popups .popup .popup-body ul li img {
    margin-left: 10px;
}
/* end popups */

/* start footer */
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(var(--primaryColor),.5);
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16);
    z-index: 1000;
}
.footer ul {
    display: flex;
    justify-content: space-around;
}
.footer ul li {
    font-size: 14px;
    position: relative;
    padding: 10px 5px;
    cursor: pointer;
}
.footer ul li::before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    top: 0;
    height: 3px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: rgba(var(--primaryColor),1);
}
.footer ul li.active::before {
    width: 100%;
}
.footer ul li p {
    margin-bottom: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0;
}
.footer ul li.active p {
    opacity: 1;
}
/* end footer */

/* start gotop */
.gotop i {
    color: var(--primaryColor);
    opacity: .4;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: fixed;
    bottom: 60px;
    right: 10px;
    font-size: 25px;
    z-index: 99999999;
    display: none;
    cursor: pointer;
}
.rtl .gotop i {
    right: auto;
    left: 0;
}
.gotop i:hover {
    opacity: 1;
}
/* end gotop */

/* start /Projects?ProjectType=SHARED */
.page-title {
    text-align: center;
}
.mobile-page .page-title {
    margin: 15px auto;
}
.panel-group {
    text-align: right;
    min-height: calc(100vh - 500px);
}
#prj_sidebar img {
    max-width: 100%;
}
/* end /Projects?ProjectType=SHARED */

/* start update 16-11-2020 */
.header .icon-menu {
    padding: 10px;
}
.header .icon-menu:hover,
.popups .popup .popup-header .arrow:hover,
.popups .popup .popup-body ul li i:hover {
    opacity: 0.5;
}
.footer .count {
    position: relative;
    left: -5px;
    top: -5px;
    padding: 2px;
    color: #fff;
    width: 21px;
    height: 21px;
    display: inline-block !important;
    border-radius: 50%;
    display: none;
}
.footer .search i {
    color: #563c00;
    font-size: 20px;
}
.overlay-cover {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    z-index: 9998;
    display: none;
}
/* end update 16-11-2020 */