﻿
/*@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400&family=Lobster&display=swap');*/




@font-face {
    font-family: 'Cairo';
    src: url('../fonts/static/Cairo-Regular.ttf') format('truetype');
}
/*@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400&family=El+Messiri&family=Lobster&display=swap');*/



@font-face {
    font-family: 'El Messiri';
    src: url('../fonts/static/ElMessiri-Regular.ttf') format('truetype');
}

body{
    overflow-x: hidden;
}


body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: orange;
}

.rightText
{
    text-align:right;
    overflow:hidden;
}

.centerText{
    text-align:center;
}

.call-button{
    position: fixed;
      left: 15px; 
      bottom: 25px;
      z-index:1000;
}
.call-button i{
     border:solid;
    border-width:thin;
    background-color:white;
    color:orange;
    border-radius:40px;
    
    width:60px;
    height:60px;
    text-align:center;
    justify-content:center;
    padding-top:20%;
    font-size:35px;
    text-align:center;
    

}
.call-button i:hover{
    color:white;
    background-color:orange;
}

.don-button{
    position: fixed;
    right: 15px; 
    bottom: 37px;
    z-index:1000;
   
    border-color:lightgray;
    text-decoration:none;
    justify-content:center;
    align-items:center;
}
 
.don-button:hover{
    text-decoration:none;
}
.don-button i{
    color:orange;
    text-align:center;
    font-family:cairo;
   padding:5px 20px;
    font-size:20px;
    text-align:center;
    
    text-decoration:none;
    border-radius:30px;
    border:solid;
    border-width:thin;
    background-color:white;
    font-style:normal;

}
.don-button i:hover{
    color:white;
    background-color:orange;
    text-decoration:none;
}
.pgborder{
    
    color:lightgray;
    border:solid;
    border-radius:5px;
}
.don-box{
    width:25%;
    max-width :25%;
    padding:2px;
    border:solid;
    border-radius:10px;
    border-color:lightgray;
    color:blue;
    font-size:25px;
    
}

.don-List{
    padding:2px;
    border:solid;
    border-radius:10px;
    border-color:lightgray;
    color:blue;
    font-size:25px;
    width:25%;
    max-width:25%;
    margin-right:8px;
}

.don-label{
    font-family:Cairo;
    font-size:25px;
}
.btn-don{
    width:25%;
    max-width:25%;
    background-color :orange ;
    font-family: Cairo;
    text-transform: inherit !important;
    padding: 20px;
    margin-top:2px;
    margin-left:15px;
    text-align:center;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 20px !important;
    font-weight: 500 !important;
    border-radius:10px;
    line-height: 1;
    line-height: 0;
    cursor: pointer;
    -moz-user-select: none;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;

}

/***************************************************/

.don-buttonup{
    z-index:1000;
    border-color:lightgray;
    
    justify-content:center;
    align-items:center;
    padding:20px;
text-decoration:none;
    

}
.don-buttonup i{
    color:orange;
    text-align:center;
    font-family:cairo;
   padding:1px 20px;
    font-size:12px;
   
    
    border-radius:30px;
    border:solid;
    border-width:thin;
    background-color:white;
    font-style:normal;
text-decoration:none;
}
.don-buttonup:hover{
    text-decoration:none;
}
.don-buttonup i:hover{
    color:white;
    background-color:orange;
    text-decoration:none;
}

.don-buttonup i:active{
    text-decoration:none;
}
.don-buttonup:active
{
    text-decoration:none;
}
.don-buttonup:not(:active)
{
    text-decoration:none;
}

/****************************************/
.donationbartitle{
    font-family:Cairo;
    font-size:13px;
    font-weight:bold;
}
.donationbarSubtitle{
    font-family:Cairo;
    font-size:15px;
    font-weight:bold;
} 
.donationbar{
    text-decoration:none;
    display:block;
    font-size:15px;
    font-weight:bold;
    font-family:cairo;
    text-align:center;
    color: #00383c;
}
.donationbar:hover{
    color:white;
    text-decoration:none;
    
} 
.donationbar:active
{
    text-decoration:none;
}
.donationbar:not(:active) {
    text-decoration:none;
}
/****************************************/

.center-page {
    margin-left: auto;
    margin-right: auto;
}

.topbar{
    /*background: #006f78;*/
    background-color:  #00383c;
    color: #dddddd;
    padding:5px;
    display:flex;
   
}


.social-bar{
     justify-content:space-around;
     display:flex;
     align-items:center;
     align-content:center;
    color:white;

}
.location{
    direction:rtl;
   
    text-decoration:none;
    
}
.cairofont{
    font-family: 'Cairo', sans-serif;
    
    
}
.lobofont{
    font-family: 'Lobster', cursive;
}

.social-bar i{
    text-decoration:none;
    font-size:20px;
    
    color:white;
}
.fa:hover{
    color:orange;
}
.info-bar {
        visibility:visible;
    }
.navbar-brand img{
    top:15px;
    position:absolute;
}


.customer-logos{
    background-color:yellow;
   
  
  width: 100%;
  height:auto;
  
}
.slidelogo{
    position:relative;
    height:auto;
  width: auto;
  padding: 10px;

}
.inner p{
    font-family:Cairo;
    font-size:20px;
    text-align:right;
}

.donation_card{
    border:solid;
    border-color:#ffcb05;
    border-radius:2px;
    
}
.donation_card .donation-header{
    background-color:#ffcb05;
    height:50px;
    align-items:center;
    display:flex;
}
.donation_card .donation-header h3{
        font-family:'ElMessiri';
    font-size:25px;
    color:white;
    align-items:center;
    margin-left:auto;
    margin-right:auto;
    margin-top:auto;
    margin-bottom:auto;
}
.donation_card .donation-topic{
     background-color:white;
    height:300px;
}
.donation_card .donation-topic .img-donation{
    padding:1px;
    text-align:center;
}
.donation_card .donation-topic h3{
    
    text-align:center;
    
}
.donation_card .donation-topic h4{
    text-align:left;
    margin-left:10px;
    
    
}
.donation_card .donation-topic h5{
    text-align:left;
    margin-left:10px;
    
    
}
.donation_card .donation-footer{
     background-color:#ffcb05;
    height:30px;
    align-items:center;
    display:flex;
}
/*****************************************************************************/

/***********************************************************************************************/
@media (max-width: 950px) {

    
    .container .navbar-toggler{
        position:absolute;
        right:5px;
        top:10px;
    }
    .container .navbar-brand img{
         position:absolute;
        left:0;
        top:5px;
        height:50px;
    }
    .navbar{
        background-color:white;
        
        align-content:space-around;
        display:flex;
    }
    .menu-bar{
        justify-content:flex-start;
        display:flex;
    }
    .info-bar {
        visibility: hidden;
        width:0;
        height:0;
    }
    .social-bar{
        justify-content:flex-start;
        display:flex;
        align-items:center;
        align-content:center;
        color:white;         

    }
    .social-bar i{
        font-size:20px;
        padding-left :15px;
        padding-right:15px;
    }
    .slide{
        width:100%;
    }

/****************************************/
    .donationbartitle{
    font-family:Cairo;
    font-size:10px;
    font-weight:bold;
}
    .donationbarSubtitle{
    font-family:Cairo;
    font-size:10px;
    font-weight:bold;
} 
    .donationbar{
    text-decoration:none;
    display:block;
    font-size:9px;
    font-weight:bold;
    font-family:cairo;
    text-align:center;
    color: #00383c;
}
    .donationbar img {
    width:60%;
}
    .img-circle{
    width:90%;
}

    .card-body li,.card-body p{
    font-size:17px;
}

    .cardsuccess-title{}
    .card-head .cardsuccess-title h3{
    font-size:18px;
}
    .card-head .cardsuccess-title p{
    font-size:14px;

}


   



}


/************   end media ************************************************************/


@media (max-width: 500px) {
     .don-box{
        width:100%;
        max-width:55%;
    }
    .don-List{
        width:55%;
        max-width :55%;
    }
    /*400*/
    .btn-don{
        width:55%;
        max-width:55%; 
    }
    
    .container .navbar-toggler{
        position:absolute;
        right:5px;
        top:10px;
    }
    .container .navbar-brand img{
         position:absolute;
        left:0;
        top:5px;
        height:50px;
    }
    .navbar{
        background-color:white;
        
        align-content:space-around;
        display:flex;
    }
    .menu-bar{
        justify-content:flex-start;
        display:flex;
    }
    .info-bar {
        visibility: hidden;
        width:0;
        height:0;
    }
    .social-bar{
        justify-content:flex-start;
        display:flex;
        align-items:center;
        align-content:center;
        color:white;         

    }
    .social-bar i{
        font-size:20px;
        padding-left :15px;
        padding-right:15px;
    }
    .slide{
        width:100%;
    }

/****************************************/
    .donationbartitle{
    font-family:Cairo;
    font-size:10px;
    font-weight:bold;
}
    .donationbarSubtitle{
    font-family:Cairo;
    font-size:10px;
    font-weight:bold;
} 
    .donationbar{
    text-decoration:none;
    display:block;
    font-size:9px;
    font-weight:bold;
    font-family:cairo;
    text-align:center;
    color: #00383c;
}
    .donationbar img {
    width:60%;
}
    .img-circle{
    width:90%;
}

    .card-body li,.card-body p{
    font-size:10px;
}

    .cardsuccess-title{}
    .card-head .cardsuccess-title h3{
    font-size:13px;
}
    .card-head .cardsuccess-title p{
    font-size:11px;

}


   

}


/******************* end media *****************************************************************/
@media (max-width: 400px) {


    .don-box{
        width:45%;
        max-width:45%;
    }
    .don-List{
        width:45%;
        max-width :45%;
    }
    /*400*/
    .btn-don{
        width:45%;
        max-width:45%; 
    }


    
    .container .navbar-toggler{
        position:absolute;
        right:5px;
        top:10px;
    }
    .container .navbar-brand img{
         position:absolute;
        left:0;
        top:5px;
        height:50px;
    }
    .navbar{
        background-color:white;
        
        align-content:space-around;
        display:flex;
    }
    .menu-bar{
        justify-content:flex-start;
        display:flex;
    }
    .info-bar {
        visibility: hidden;
        width:0;
        height:0;
    }
    .social-bar{
        justify-content:flex-start;
        display:flex;
        align-items:center;
        align-content:center;
        color:white;         

    }
    .social-bar i{
        font-size:20px;
        padding-left :15px;
        padding-right:15px;
    }
    .slide{
        width:100%;
    }

/****************************************/
    .donationbartitle{
    font-family:Cairo;
    font-size:10px;
    font-weight:bold;
}
    .donationbarSubtitle{
    font-family:Cairo;
    font-size:10px;
    font-weight:bold;
} 
    .donationbar{
    text-decoration:none;
    display:block;
    font-size:9px;
    font-weight:bold;
    font-family:cairo;
    text-align:center;
    color: #00383c;
}
    .donationbar img {
    width:60%;
    }
    .img-circle{
    width:90%;
    }

    .card-body li,.card-body p{
    font-size:9px;
    }

    .cardsuccess-title{}
    .card-head .cardsuccess-title h3{
    font-size:12px;
    }
    .card-head .cardsuccess-title p{
    font-size:11px;

    }

    


}

/******************** end media *****************************************************************************/

.carousel-item img{
    margin-top:1%;
    width:100%;
    height:auto;
}


.headerbanner{
      background-image: url('../report/report.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    /*background-size: 100% 100%;*/
    width: 100%;
    position:relative;
    height:400px;
    
}
    
.headerzoom {
  animation: scale 20s linear infinite;
}
  
@keyframes scale {
  50% {
    -webkit-transform:scaleX(1.2);
    -moz-transform:scaleX(1.2);
    -ms-transform:scaleX(1.2);
    -o-transform:scaleX(1.2);
    transform:scaleX(1.2);
  }
}