:root {
  --primary: #00A3FF;
  --secondary: #2F49FE;
  --background: #F8F9FB;
  --yellow_reiper: #FFE600;
  --grey_blue: #4B5981;
  --text_def: #110729;
  --text-color: #585858;
  --soft_title: #333457;
  --footer_bg: #21223F;
  --soft_blue: #E5F2FF;
}
@import url('https://fonts.googleapis.com/css?family=Poppins');


/*--------------- Global */

.bloc {
    margin: 4rem 0 4rem 0 !important;
}

.mx-100 {
    max-width: 100%;
}

.pt-10 {
    padding-top: 6rem!important;
}

.py-10 {
    padding-top: 6rem!important;
    padding-bottom: 6rem!important;
}

body {
    font-family: 'Poppins', serif;
  background-color: #F8F9FB;
  color: var(--text_color);
  line-height: 25px;

}

.paraxify {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.black_text{
    font-family: 'Poppins Black', serif;
}
.info_header{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

}
.info_header div{
  padding: 10px;
  border: 1px solid #EEEEEE;
  color: #4B5981;
}

body.offcanvas-active {
  overflow: hidden;
}

.navbar {
  box-shadow: 0px 10px 15px rgba(34, 34, 34, 0.2);
  border-top: 1px solid #EEEEEE;
  background-color: white;
}

.offcanvas-header {
  display: none;
}

.screen-overlay {
  width: 0%;
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}
.screen-overlay.show {
  transition: opacity 0.5s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

.site_logo{
  width: 50px;
  height: 50px;

}
.full_logo{
  width: 150px;
  height: auto;
}

.slide_item{
  position: relative;
  width: 100%;
  height: 600px;
  background-color: black;
}
.slide_item img{
  object-fit: cover;
  width: 100%;
  height: 600px;
  opacity: 0.4;
}
.slide_caption{
  position: absolute;
  top: 30%;
  left: 10%;
  color: white;
  max-width: 400px;
}
.medium_s{
  font-size: 32px;
}
.big_s{
  font-size: 52px;
}
.small_s{
  line-height: 20px;
}
.accent_text{
  color: var(--primary) !important;
}
.bx-prev, .bx-next{
  background: none !important;
}
.bx-wrapper{
  border: none !important;
  box-shadow: none !important;
}
.navbar-expand-lg .navbar-nav{
  align-items: center !important;

}
.bx-pager{
  text-align: left !important;
  padding-top: 0px;
  margin-top: -100px;
  position: absolute;
  display: none;
}
.white_bloc{
  background-color: white;
  filter: drop-shadow(0px 15px 40px rgba(11, 9, 64, 0.149));
  padding: 40px;
  max-width: 1100px;
  margin: auto;
}
.about_bloc{
  margin-top: -110px;
}
.title, .slim_tittle{
  color: #333457;
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
}
.project_item p{
  max-width: 350px;
}
.job_item{
  max-width: 350px !important;
}
b{
  font-weight: medium;
}
.mission_item{
  width: 100%;
  max-width: 220px;
  border: 2px dashed var(--grey_blue);
  padding: 30px 10px;
  text-align: center;
  line-height: initial !important;
  color: var(--soft_title);
}
.medium{
  font-weight: 600;
}
.missions{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.btn{
  padding: 10px 20px !important;
}
.vid_bloc{
  width: 100%;
  position: relative;
  height: 400px;
  border-radius: 0% 0% 0 0;
}
.vid_bloc img{
  height: 400px;
  border-radius: 0% 0% 0 0;

}
.cover_img{
  object-fit: cover;
  width: 100%;
  object-position: top;
}

.container_p {
  width: 200px;
  height: 100%;
  margin: 0 auto 0;
}
.soft_blue{
  background-color: var(--soft_blue);
}
a{
  color: inherit;
  text-decoration: none !important;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 45px;
  height: 45px;
  padding: 2px !important;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}
.pulse-button {

  position: relative;
  width: 70px;
  height: 70px;
  border: none;
  box-shadow: 0 0 0 0 rgba(0, 163, 255, 0.7);
  border-radius: 50%;
  background-color: var(--primary);
  background-size:cover;
  background-repeat: no-repeat;
  cursor: pointer;
  font-size: 30px;
  color: white;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.pulse-button:hover
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0,0,0,1) !important;

}
.filter, .filter_counter{
  position: absolute;
  background-color: rgba(0, 0, 44, 0.5);
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 0% 0% 0 0;
  color: white !important;
}
.filter_counter{
  background-color: rgba(0, 0, 44, 0.7);
  position: initial;
  padding-bottom: 50px;
}
.limited_box{
  max-width: 500px;
  margin: auto;
  padding: 20px;
}
.dif{
  font-family: 'Poppins Black';
  font-size: 32px;
}
.gradient_r{
  background: linear-gradient(265.82deg, #2F49FE 2.91%, #01C0CF 96.6%) !important;
}
.news_bloc{
  max-width: 1100px;
  margin: auto;
  padding: 20px;
}
.news_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.news_bloc .card{
  filter: drop-shadow(0px 0px 16px rgba(51, 52, 87, 0.149));
  border: none;
  width: 32%;
  min-width: 250px !important;
  margin-bottom: 10px;
}
.book_item{
    display: flex;
    width: 100% !important;
    max-width: 500px;
    background-color: white;
    position: relative;
}
.book_btn{
    position: absolute;
    bottom: 20px;
}
.card-title{
  font-weight: 700;
  font-size: 19px;
  line-height: 28px;
  color: var(--text_def);
}
.card-text{
  font-size: small;
}

.news_pic_c{
  width: 100%;
  height: 220px !important;
  object-fit: cover !important;
}
.books_pic{
    width: 100%;
    max-width: 220px;
    height: auto !important;
}
.custom_outline_btn{
  border-color: darkblue !important;
  color: darkblue;
  padding: 5px 17px !important;
}
.custom_outline_btn:hover, .custom_outline_btn:hover:focus{
  background-color: darkblue;
}
.date_article{
  color: #687076;
  font-size: 11px;
  margin-bottom: 5px;
}
.flex_d{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.doc_card{
    color: var(--soft_title);
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    width: 280px;
    height: 100%;
    display: flex;
    gap:10px;
    padding: 20px;
    background-color: white;
    border-radius: 5px;
}
.doc_card .doc_icon{
    font-size: 30px;
    color: white;
    background: var(--primary);
    padding: 10px;
    height: 50px;
    border-radius: 5px;

}
.doc_line{
width: 1px;
height: 100%;

border: 0.5px dashed var(--primary);
}
.big_date{
  font-size: 13px;
}
.donnations{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.flex_me, .flex_bloc{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.flex_bloc{
  align-items: initial;
}
.info_line{
  align-items: center;
  margin-bottom: 10px;
  max-width: 400px;
}
.info_line img{
  width: 25px;
  margin-top: -3px;
  height: auto;
}
.donation_item{
  max-width: 270px;
  background-color: white;
  box-shadow: 0px 15px 40px rgba(11, 9, 64, 0.149);
  border-radius: 10px;
  margin-bottom: 10px;
}
.don_icon img{
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}
.don_head{
  background-color: var(--soft_title);
  color: white;
  min-height: 180px;
  padding: 20px;
  text-align: center;
  border-radius: 5% 5% 50% 50% / 5% 5% 10% 10%  ;
}

.counter_bloc {
  position: relative;
  min-height: initial !important;


}
.counter_bloc > img{
  height: 425px;
  object-position: center;
}
.page_head{
  background: var(--text_def);
  color: white;
  padding: 50px 10px;
}
.membre_logo{
  max-width: 320px;
}

.limited{
  max-width: 1000px;
  margin: auto;
}
.page_banner{
  height: 300px;
  width: 100%;
  position: relative;
}
.page_filter{
  position: absolute;
  width: 100%;
  height: 300px;
  top: 0;
  background-color: rgba(9, 0, 67, 0.7);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_title{
  font-size: xx-large;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
}
.page_banner img{
  height: 300px;
}
.cover_image{
  object-fit: cover;
  width: 100%;
}
.bloc_page{
  max-width: 1200px;
  margin: auto;
}
.text_bloc{
  width: 100%;
  max-width: 700px;
  padding: 20px;
  background: white;
  margin: 10px 0;

}
.image_bloc{
  width: 100%;
  max-width: 700px;
  margin: 10px 0;
}

.c-no{height:150px;}
.grey-bg{background:#ebebeb;}
.counter-Txt{text-align:center; font-size:20px; font-weight:bold; text-transform:uppercase; margin-top:20px;}
.counter-Txt span{display:block; font-size:36px}
@media(min-width:320px) and (max-width:767px){
.c-no{height:100%;}
.counter-Txt{margin-top:35px;}
.margin-bot-35{margin-bottom:35px;}
}
.counting_item{
  width: 100%;
  display: flex;
  max-width: 300px; ;
  border: 1px solid #FFFFFF;
box-sizing: border-box;
border-radius: 5px;
padding: 10px;
  vertical-align: middle;
  margin: 10px;
}
.data_details{
  line-height: 16px;
  text-align: left;
}
.data_category{
  font-weight: bold;
}
.counter-value{
  font-size: 50px;
  font-weight: 1000;
  line-height: 50px;
  color: var(--primary);
}
.white_title{
  color: #FFF;
}
.data_icon{
  width: 100px;
  margin-right: 10px;
}
.data_icon img{
  width: 100%;
}
#counter{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 95%;
  margin: auto;
}

.slim_tittle{
  font-weight: 400;
}
.membre_card {
  width: 200px;
  padding: 10px;

}
.news_pic{
  width: 100%;
  max-width: 300px;
  height: 400px;
}
.news_pic img{
  object-fit: cover;
  width: 100%;
  height: 400px;
}
input{
  border: none;
  border-bottom: 1px solid silver ;
  width: 100%;
  margin-bottom: 10px;
  background-color: transparent;
}
input:focus input:active{
  border: none;
}
.news_letter{
  max-width: 350px;
}
small{
  line-height: 12px;
}
footer{
  background-color: var(--footer_bg);
  color: white;
}
.foot_top{
  clip-path: polygon(0 0, 80% 1%, 100% 100%, 0% 100%);
  height: 30px;
  width: 200px;
  margin-bottom: -5px;
  background-color: var(--footer_bg);
}
.footer_items{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.footer_item{
  width: 100%;
  max-width: 300px;
  font-size: small;
  line-height: initial;
  margin: auto;
}
.footer_title{
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;

}
.blue_line{
  background-color: var(--primary);
  height: 2px;
  width: 70px;
  margin-bottom: 10px;
}
ul{
  padding-left: 0 !important;
}
li{
  list-style-type: none;
}
.dot_list li{
  list-style-type: initial;
  margin-left: 25px;
}
.chevron_list li::marker {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  margin-left: 15px;
}
.chevron_list li a{
  padding: 0;

}
.chevron_list{
  padding-left: 20px !important;
  padding-right: 30px;
}
.ue_text{
  color: #FFE600;
  font-size: 10px;
  line-height: 8px;
}
.author_pic{
    width: 70px;
    height: 70px;
}
.author_pic img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 100px;

}
@media all and (max-width: 992px) {
  .offcanvas-header {
    display: block;
  }
  .navbar-expand-lg .navbar-nav{
    align-items: initial !important;
  }
  .parallax {
    background-attachment: inherit;
   }
  .counting_item{
    width: 90%;
    max-width: 500px;
    align-items: center;
    margin: auto;
    margin-bottom: 10px;
  }
  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1200;
    width: 80%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
    background-color: #fff !important;
  }

  html:lang(ar) .mobile-offcanvas {
    transform: translateX(100%);
  }

  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
  }

  .nav-cont {
    display: block !important;
    padding-right: auto !important;
    padding-left: auto !important;
  }

  .navbar2 {
    box-shadow: 0px 3px 17px #00000047;

  }
  #navbar_main {
    box-shadow: 0px 3px 17px #00000047;
    transition: all 0.35s ease;
  }
  #navbar_main.fixed-top {
    position: fixed;
    top:0;
    left:0;
    right:0;
    padding: 20px;
    transition: all 0.35s ease;
}
  .dropdown-menu {
    border: none;
  }
  .nav-item {
    border-bottom: 1px solid #eaeaea;
  }
}
@media all and (max-width: 975px) {
  .counter_bloc > img{
    height: 600px;
    object-position: center;
  }
  .filter_counter{
    height: 600px;
  }
}
@media all and (max-width: 810px) {
  .news_items .card{
    min-width: initial;
    max-width: 320px;
    width: 100%;

  }
}
@media all and (max-width: 690px) {
  .news_items .card{
    min-width: initial;
    max-width: 700px;
    width: 100%;
    margin: auto;

  }
  .filter_counter{
    height: 600px;
  }
  .counter_bloc > img{
    height: 600px;
  }
  .counting_item{
    max-width: 400px;
  }
}

@media all and (max-width: 620px){
  .pc_only{
    display: none;
  }
  .slide_caption{
    line-height: 25px;
    top: 15%;
  }
  .medium_s{
    font-size: 22px;
  }
  .big_s{
    font-size: 32px;
  }
  .slide_item{
    height: 300px;
  }
  .slide_item img{
    height: 300px;
  }
  .mission_item{
    margin: auto;
    max-width: 500px;
  }
}

@media all and (max-width: 574px){
  .donation_item{
    width: 90%;
    max-width: 90%;
  }
}

@media all and (max-width: 500px){
    .book_item{
        display: block;

    }
    .books_pic{
        width: 100%;
        max-width: unset;
    }
    .book_btn{
        position: relative;
        bottom: 0;
    }
  }

