@charset "UTF-8";
@font-face {
  font-family: "arabic-regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Arabic-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "arabic-sec";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Questv1-Regular.otf") format("opentype");
}
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: rgba(221, 221, 221, 0.6588235294);
}

::-webkit-scrollbar-thumb {
  background: #316EEC;
}

::-webkit-scrollbar-thumb:hover {
  background: #316EEC;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #316EEC;
}

::-webkit-scrollbar-thumb:hover {
  background: #316EEC;
}

.divider-triangle {
  border: 1px solid #316EEC;
  display: inline-block;
  opacity: 0.4;
  position: relative;
  width: 200px;
}
.divider-triangle::after, .divider-triangle::before {
  content: "";
  height: 18px;
  opacity: 0.4;
  position: absolute;
  top: -9px;
  width: 18px;
  background: #316EEC;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.divider-triangle::after {
  left: 45%;
}

.divider-triangle::before {
  right: 50%;
}

.main-btn {
  background-color: #316EEC;
  color: #fff;
  padding: 10px 24px;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.main-btn:hover, .main-btn:focus {
  background-color: rgb(19.76, 83.2, 214.24);
  color: #fff;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #316EEC;
  color: #fff;
  cursor: pointer;
  padding: 10px 19px;
  border-radius: 10px;
  font-size: 18px;
}
#myBtn svg {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#myBtn:hover svg {
  transform: translate(0, -2px);
  -webkit-transform: translate(0, -2px);
  -moz-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 100;
  transition: visibility 0.3s linear, opacity 0.3s linear;
  opacity: 1;
}
.loader svg {
  position: fixed;
  width: 100px;
  background-color: rgba(0, 0, 0, 0);
  z-index: 17;
  top: 50%;
  left: 50%;
  animation-name: Loader;
  animation-duration: 1.2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.loader svg:first-of-type {
  left: 47%;
  animation-delay: 0.3s;
}
.loader svg:nth-of-type(2) {
  left: 50%;
  animation-delay: 0.5s;
}
.loader svg:nth-of-type(3) {
  left: 53%;
  animation-delay: 0.7s;
}

@keyframes Loader {
  25% {
    transform: translate(-50%, -65%);
    -webkit-transform: translate(-50%, -65%);
    -moz-transform: translate(-50%, -65%);
    -ms-transform: translate(-50%, -65%);
    -o-transform: translate(-50%, -65%);
  }
  50% {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
}
html {
  direction: rtl;
  scroll-behavior: smooth;
}

body {
  scroll-behavior: smooth;
  font-family: "Cairo", sans-serif;
  position: relative;
  direction: rtl;
  scroll-behavior: smooth;
}

.see-more-btn {
  text-decoration: none;
  font-size: 17px;
  background: linear-gradient(90deg, rgb(31, 123, 252) 0%, rgb(28, 98, 179) 69%, rgb(25, 72, 131) 100%);
  color: #FFF;
  padding: 10px 29px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  margin: 10px 0px 10px 0px;
  display: inline-block;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  transition: all 0.3s ease;
}
.see-more-btn:hover {
  text-decoration: none;
  color: #FFF;
  background: linear-gradient(90deg, rgb(36, 98, 176) 0%, rgb(28, 98, 179) 22%, rgb(31, 123, 252) 100%);
  transition: all 1s ease;
}

#main-section {
  background-image: url("../images/decoration.png");
  background-repeat: repeat;
  background-size: cover;
}
#main-section nav {
  padding: 50px 0px 0px !important;
  background-color: transparent;
}
#main-section nav .navbar-toggler:focus {
  box-shadow: none;
}
#main-section nav img {
  width: 285px;
}
#main-section nav .toggle-icon img {
  width: 45px !important;
}
#main-section nav .navbar-contact {
  background-color: #316EEC;
  padding: 17px 27px;
  color: #fff;
  text-decoration: none;
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}
#main-section nav .navbar-contact img {
  width: 20px;
  margin: 0 5px;
}
#main-section nav .nav-item {
  margin-left: 10px;
}
#main-section .navbar-collapse a {
  text-decoration: none;
  color: #707070;
  font-size: 19px;
  text-align: center;
}
#main-section .navbar-collapse a.navbar-contact {
  color: #fff;
}
#main-section .links {
  background-color: #F9F9F9;
  padding: 20px 0px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  direction: rtl;
}
#main-section .links a {
  width: auto;
  text-decoration: none;
  color: #707070;
  font-size: 21px;
  margin: 11px 5px;
  position: relative;
}
#main-section .links a::before {
  content: "";
  position: absolute;
  background-color: #b3b3b3;
  top: 0;
  left: -7px;
  width: 1px;
  height: 100%;
}
#main-section .links a:last-of-type::before {
  background-color: rgba(255, 255, 255, 0);
}
#main-section .links a.active {
  color: #316EEC;
}
#main-section .links a.active::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #316EEC;
}
#main-section .header {
  margin-top: 65px;
}
#main-section .header img {
  width: 100%;
}
#main-section .header .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  text-align: end;
  height: 100%;
}
#main-section .header .content h1 {
  color: #316EEC;
  font-size: 5rem;
  font-weight: bold;
}
#main-section .header .content p {
  font-size: 34px;
  color: #707070;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  #main-section nav {
    padding: 50px 80px 0px !important;
  }
  #main-section .collapse.navbar-collapse {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  #main-section .links {
    display: none;
  }
  #main-section nav .navbar-contact:not(.navbar-collapse .navbar-contact) {
    display: none;
  }
  #main-section nav .navbar-brand img {
    width: 220px;
  }
  #main-section nav .nav-item {
    margin-left: 0px;
  }
  #main-section nav .nav-item .navbar-contact {
    padding: 10px 25px;
    display: inline-block;
    margin-top: 8px;
  }
  #main-section .header .content h1 {
    font-size: 2.6rem;
  }
  #main-section .header .content p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #main-section {
    padding-bottom: 45px;
  }
  #main-section .header img {
    width: 70%;
  }
  #main-section .header .content {
    align-items: center;
  }
  #main-section .header .content h1 {
    font-size: 30px;
  }
  #main-section .header .content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  #main-section nav .navbar-brand img {
    width: 165px;
  }
}

#donation-centers {
  padding: 50px 0;
}
#donation-centers .header {
  text-align: center;
}
#donation-centers .header h2 {
  color: #707070;
  font-size: 31px;
}
#donation-centers .header p {
  font-size: 22px;
  background-color: #316EEC;
  display: inline-block;
  color: #fff;
  padding: 18px 30px;
  border-radius: 52px;
  margin-top: 18px;
  direction: rtl;
}
#donation-centers .centers {
  margin-top: 50px;
}
#donation-centers .centers .center {
  padding: 35px;
  position: relative;
}
#donation-centers .centers .center p {
  font-size: 31px;
}
#donation-centers .centers hr {
  background-color: #707070;
  height: 2px;
}
#donation-centers .centers .logo {
  text-align: center;
  background-color: #F9F9F9;
  border-radius: 15px;
  padding: 15px 0;
}
#donation-centers .centers .logo p {
  font-size: 31px;
  font-weight: bold;
  color: #474747;
}
#donation-centers .links a {
  display: block;
  background: #316EEC;
  color: #fff;
  margin: 15px 0;
  font-size: 22px;
  text-decoration: none;
  text-align: center;
  padding: 35px 20px;
  border-radius: 18px;
  position: relative;
}
#donation-centers .links a::after {
  content: "";
  background-image: url("../images/mask.png");
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #donation-centers .header h2 {
    font-size: 18px;
  }
  #donation-centers .header p {
    font-size: 12px;
  }
  #donation-centers .header p img {
    width: 23px;
  }
  #donation-centers .centers .center {
    padding: 20px;
    margin-bottom: 25px;
  }
  #donation-centers .centers .center:first-of-type::before {
    background-color: transparent;
  }
  #donation-centers .centers .center p {
    font-size: 18px;
  }
  #donation-centers .centers .center .links a {
    font-size: 14px;
  }
  #donation-centers .centers .center hr {
    width: 90%;
    margin: 10px auto;
  }
}

#owners .header {
  text-align: center;
}
#owners .header h2 {
  font-size: 32px;
  font-weight: bold;
  color: #707070;
}
#owners img {
  background-color: rgba(188, 188, 188, 0.1215686275);
  border-radius: 111px;
  padding: 15px 50px;
  width: 445px;
  margin: 5px 20px;
}

#projects {
  padding: 100px 0px;
}
#projects .header h2 {
  font-size: 32px;
  font-weight: bold;
  color: #707070;
}
#projects .project .title {
  background-color: #316EEC;
  color: #fff;
  padding: 35px 45px;
  border-radius: 45px 45px 0 0;
}
#projects .project .title p {
  margin: 0;
  font-size: 32px;
}
#projects .project img {
  width: 100%;
}
#projects .project .poster {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  padding: 19px;
  border-radius: 0px 0px 30px 30px;
  -webkit-border-radius: 0px 0px 30px 30px;
  -moz-border-radius: 0px 0px 30px 30px;
  -ms-border-radius: 0px 0px 30px 30px;
  -o-border-radius: 0px 0px 30px 30px;
}
#projects .project .poster img {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
#projects .project .links {
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  padding: 20px;
  border-radius: 0 0 27px 27px;
  -webkit-border-radius: 0 0 27px 27px;
  -moz-border-radius: 0 0 27px 27px;
  -ms-border-radius: 0 0 27px 27px;
  -o-border-radius: 0 0 27px 27px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#projects .project .links a {
  display: block;
  text-decoration: none;
  background-color: #316EEC;
  margin: 18px 0;
  padding: 13px;
  color: #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 70px;
}
#projects .project .links a p {
  margin: 0;
}
#projects .project .links a img {
  width: auto;
  margin: 0px 45px;
}
#projects .project .links a.share-btn {
  width: 60px;
  height: 60px;
  font-size: 25px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#projects .project .links .accordion-button::after {
  margin-left: 0;
  margin-right: auto;
}
#projects .project .links .modal {
  display: none;
}
#projects .project .links .modal .modal-body {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
#projects .project .links .modal .modal-body .facebook-link {
  background-color: #4267B2;
}
#projects .project .links .modal .modal-body .twitter-link {
  background-color: #1DA1F2;
}
#projects .project .links .modal .modal-body .telegram-link {
  background-color: #0088cc;
}
#projects .project .links .modal .modal-body .whatssapp-link {
  background-color: #128C7E;
}
@media screen and (min-width: 768px) {
  #projects .links .accordion {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #projects .project .title p {
    font-size: 24px;
  }
  #projects .project .links {
    padding: 13px;
  }
  #projects .project .links a {
    margin: 5px 0;
    height: 50px;
    font-size: 13px;
  }
  #projects .project .links a img {
    margin: 0px 6px;
    width: 22px;
  }
}
@media screen and (max-width: 768px) {
  #projects .project .title p {
    font-size: 22px;
  }
  #projects .project .links {
    border-radius: 27px 27px 27px 27px;
    -webkit-border-radius: 27px 27px 27px 27px;
    -moz-border-radius: 27px 27px 27px 27px;
    -ms-border-radius: 27px 27px 27px 27px;
    -o-border-radius: 27px 27px 27px 27px;
    margin-top: 14px;
  }
  #projects .project .links a {
    margin: 8px 0;
    height: 60px;
  }
  #projects .project .links a img {
    width: 25px;
    margin: 0 10px;
  }
  #projects .project .links a.more-links {
    display: none;
  }
}

#donation-info {
  background-image: url("../images/decoration-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 50px 0;
  border-radius: 100px;
}
#donation-info .row * {
  z-index: 55;
}
#donation-info h2 {
  color: #fff;
  font-size: 41px;
  font-weight: bold;
}
#donation-info li,
#donation-info p {
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
  word-break: break-word;
}

#videos {
  padding: 60px 1px 20px;
}
#videos .header h2 {
  font-size: 35px;
  font-weight: bold;
  color: #707070;
}
#videos .video {
  display: block;
  margin: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  position: relative;
}
#videos .video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.432);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
#videos .video img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
#videos .video span {
  background-color: #316EEC;
  position: absolute;
  bottom: 20px;
  left: 30px;
  padding: 7px 30px;
  color: #fff;
  border-radius: 32px;
  font-size: 14px;
}
#videos .video[data-fancybox=video-1] {
  background-image: url("../images/donate.png");
}
#videos .video[data-fancybox=video-2] {
  background-image: url("../images/Screenshot_2.png");
  background-position: bottom;
}

footer hr {
  height: 2px !important;
}

.share-link {
  all: unset;
  background-color: #183246;
}

.share-container {
  display: flex;
  align-items: center;
  margin-top: 20px;
  text-decoration: none;
  font-size: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.share-container .share-btn,
.share-container .share-link,
.share-container .share-link {
  text-decoration: none;
  font-size: 17px;
  padding: 9px 23px;
  border-radius: 5px;
  color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: flex;
  align-items: center;
  margin-right: 10px;
  z-index: 15;
}
.share-container svg {
  font-size: 17px;
  margin-left: 10px;
}
.share-container .whatssapp {
  background-color: #25D366;
}
.share-container .whatssapp:hover {
  background-color: #21bd5b;
}
.share-container .phone {
  background-color: slategrey;
}
.share-container .facebook-link {
  display: none;
  background-color: #3b5998;
  padding: 12px;
}
.share-container .facebook-link svg {
  margin: 0;
}
.share-container .telegram-link {
  display: none;
  background-color: #0088cc;
  padding: 12px;
}
.share-container .telegram-link svg {
  margin: 0;
}
.share-container .twitter-link {
  display: none;
  background-color: #00acee;
  padding: 12px;
}
.share-container .twitter-link svg {
  margin: 0;
}
.share-container .whatssapp-link {
  display: none;
  background-color: #25D366;
  padding: 12px;
}
.share-container .whatssapp-link svg {
  margin: 0;
}

.social-share {
  position: relative;
}
.social-share .share-btn {
  position: absolute;
  margin-top: 6px;
  transform: translate(-45px, -5px);
}
.social-share .share-btn:nth-child(3) {
  margin-top: 68px;
}
.social-share .share-btn:nth-child(4) {
  margin-top: 129px;
}
.social-share .share-btn:nth-child(5) {
  margin-top: 192px;
}

#hero-section {
  background-image: linear-gradient(rgba(0, 0, 0, 0.644), rgba(0, 0, 0, 0.705)), url("../images/8.jpg");
  background-size: cover;
}
#hero-section h1 {
  font-size: 33px;
  font-weight: 600;
  line-height: 2;
  color: #FFF;
}
#hero-section p {
  color: #FFF;
  font-size: 18px;
}
#hero-section h2 {
  color: #FFF;
  font-size: 20px;
}
#hero-section .col-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  #hero-section {
    height: 450px;
  }
  #hero-section h1 {
    font-size: 40px;
  }
  #hero-section .row:first-of-type {
    flex-direction: row-reverse;
  }
}

#what-we-do h2 {
  font-size: 22px;
  font-weight: 700;
  color: #316EEC;
  position: relative;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  direction: rtl;
}
#what-we-do h2::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background-color: #0088cc;
  top: 0;
  right: -10px;
}
#what-we-do h3 {
  color: #316EEC;
  font-size: 20px;
  font-weight: 500;
}
#what-we-do p {
  font-size: 15px;
}
#what-we-do a {
  background-color: #1EA7AC;
  padding: 5px 10px;
  border-radius: 7px;
  text-decoration: none;
  color: #fff;
}
#what-we-do a.main-btn {
  width: 100% !important;
  background-color: #1EA7AC;
  color: #FFF;
  padding: 11px 0px;
  margin: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  text-align: center;
  font-size: 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
}
#what-we-do a.main-btn:hover {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transform: translate(0px, -4px);
  -webkit-transform: translate(0px, -4px);
  -moz-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  -o-transform: translate(0px, -4px);
}
#what-we-do a.main-btn.break-text {
  white-space: pre-wrap;
}
#what-we-do li {
  direction: rtl;
  margin-top: 35px;
  margin-bottom: 12px;
  list-style: none;
  font-size: 17px;
}
#what-we-do li a {
  margin-top: 4px;
  display: block;
  text-align: center;
}
#what-we-do small {
  direction: rtl;
  display: flex;
}
@media screen and (min-width: 576px) {
  #what-we-do a {
    display: inline-block !important;
  }
}
@media screen and (min-width: 768px) {
  #what-we-do h2 {
    font-size: 30px;
  }
  #what-we-do a {
    font-size: 15px;
  }
  #what-we-do p {
    font-size: 18px;
    line-height: 2.5;
  }
  #what-we-do .row:first-of-type {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  #what-we-do a.main-btn {
    width: auto !important;
    padding: 36px;
    font-weight: 700;
  }
  #what-we-do li {
    font-size: 20px;
  }
}

#partners-logos h2 {
  font-weight: 600;
  text-align: center;
  margin: 10px;
  color: #1f7bfc;
  display: inline;
  position: relative;
}
#partners-logos h2::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #92b6f8;
  width: 70%;
  border-radius: 50px;
  height: 3px;
}
#partners-logos h2::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  background-color: #92b6f8;
  width: 22%;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  height: 3px;
}
#partners-logos p {
  margin: 0;
}
#partners-logos img {
  width: 46%;
}
#partners-logos img.arrow {
  border: none;
  width: 115px;
  margin-top: -40px;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
#partners-logos p {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  color: #1f7bfc;
}
@media screen and (min-width: 768px) {
  #partners-logos img {
    width: 30%;
  }
  #partners-logos p {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  #partners-logos .waqfi {
    width: 40% !important;
  }
}

.services-header {
  margin: 50px 0;
  text-align: center;
  color: #3879d6;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  font-size: 35px;
  direction: rtl;
  font-weight: 700;
  margin: 0px;
}
@media screen and (max-width: 768px) {
  .services-header {
    text-align: center;
    color: #3879d6;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    font-size: 25px;
    font-weight: 700;
  }
}

#first-donate-section,
#second-donate-section,
#third-donate-section,
#fifth-donate-section,
#sixth-donate-section {
  margin-top: 90px;
}
#first-donate-section .container,
#second-donate-section .container,
#third-donate-section .container,
#fifth-donate-section .container,
#sixth-donate-section .container {
  background-color: rgba(227, 227, 227, 0.9098039216);
  position: relative;
}
#first-donate-section .image-container,
#second-donate-section .image-container,
#third-donate-section .image-container,
#fifth-donate-section .image-container,
#sixth-donate-section .image-container {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-size: cover;
  position: relative;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  -o-border-radius: 10px;
}
#first-donate-section .section-content,
#second-donate-section .section-content,
#third-donate-section .section-content,
#fifth-donate-section .section-content,
#sixth-donate-section .section-content {
  padding: 100px 30px 19px 30px;
}
#first-donate-section .container,
#second-donate-section .container,
#third-donate-section .container,
#fifth-donate-section .container,
#sixth-donate-section .container {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
#first-donate-section h2,
#second-donate-section h2,
#third-donate-section h2,
#fifth-donate-section h2,
#sixth-donate-section h2 {
  font-size: 22px;
  font-weight: 700;
  color: white;
  position: absolute;
  top: 100px;
  z-index: 3;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 93%;
  text-align: center;
}
#first-donate-section img,
#second-donate-section img,
#third-donate-section img,
#fifth-donate-section img,
#sixth-donate-section img {
  width: 100%;
}
#first-donate-section b,
#second-donate-section b,
#third-donate-section b,
#fifth-donate-section b,
#sixth-donate-section b {
  font-size: 18px;
  margin-bottom: 12px;
  display: inline-block;
  color: #316EEC;
}
#first-donate-section b:last-of-type,
#second-donate-section b:last-of-type,
#third-donate-section b:last-of-type,
#fifth-donate-section b:last-of-type,
#sixth-donate-section b:last-of-type {
  margin: 0px;
}
#first-donate-section p,
#second-donate-section p,
#third-donate-section p,
#fifth-donate-section p,
#sixth-donate-section p {
  font-size: 15px;
  margin-bottom: 25px;
  color: black;
  line-height: 2.5;
}
#first-donate-section p:last-of-type,
#second-donate-section p:last-of-type,
#third-donate-section p:last-of-type,
#fifth-donate-section p:last-of-type,
#sixth-donate-section p:last-of-type {
  margin: 0px;
}
#first-donate-section ul,
#first-donate-section ol,
#second-donate-section ul,
#second-donate-section ol,
#third-donate-section ul,
#third-donate-section ol,
#fifth-donate-section ul,
#fifth-donate-section ol,
#sixth-donate-section ul,
#sixth-donate-section ol {
  color: black;
  line-height: 2;
}
#first-donate-section .nav-pills .nav-link.active,
#first-donate-section .nav-pills .show > .nav-link,
#second-donate-section .nav-pills .nav-link.active,
#second-donate-section .nav-pills .show > .nav-link,
#third-donate-section .nav-pills .nav-link.active,
#third-donate-section .nav-pills .show > .nav-link,
#fifth-donate-section .nav-pills .nav-link.active,
#fifth-donate-section .nav-pills .show > .nav-link,
#sixth-donate-section .nav-pills .nav-link.active,
#sixth-donate-section .nav-pills .show > .nav-link {
  background-color: #316EEC;
}
@media screen and (min-width: 768px) {
  #first-donate-section .tab-content,
  #first-donate-section .nav-pills,
  #second-donate-section .tab-content,
  #second-donate-section .nav-pills,
  #third-donate-section .tab-content,
  #third-donate-section .nav-pills,
  #fifth-donate-section .tab-content,
  #fifth-donate-section .nav-pills,
  #sixth-donate-section .tab-content,
  #sixth-donate-section .nav-pills {
    display: none;
  }
  #first-donate-section .image-container,
  #second-donate-section .image-container,
  #third-donate-section .image-container,
  #fifth-donate-section .image-container,
  #sixth-donate-section .image-container {
    background-image: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #first-donate-section h2,
  #second-donate-section h2,
  #third-donate-section h2,
  #fifth-donate-section h2,
  #sixth-donate-section h2 {
    font-size: 23px;
    font-weight: 700;
    position: absolute;
    transform: none;
    top: 0px;
    right: 29%;
    color: #FFF;
    background-color: #4c92f7;
    padding: 16px;
    z-index: 1;
    text-align: center;
    width: 38%;
    transform: translate(50%, 0);
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -ms-border-radius: 0px 0px 10px 10px;
    -o-border-radius: 0px 0px 10px 10px;
  }
  #first-donate-section img,
  #second-donate-section img,
  #third-donate-section img,
  #fifth-donate-section img,
  #sixth-donate-section img {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
  }
  #first-donate-section b,
  #second-donate-section b,
  #third-donate-section b,
  #fifth-donate-section b,
  #sixth-donate-section b {
    font-size: 19px;
  }
  #first-donate-section p,
  #second-donate-section p,
  #third-donate-section p,
  #fifth-donate-section p,
  #sixth-donate-section p {
    font-size: 17px;
  }
  #first-donate-section .row:first-of-type,
  #second-donate-section .row:first-of-type,
  #third-donate-section .row:first-of-type,
  #fifth-donate-section .row:first-of-type,
  #sixth-donate-section .row:first-of-type {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  #first-donate-section .container,
  #second-donate-section .container,
  #third-donate-section .container,
  #fifth-donate-section .container,
  #sixth-donate-section .container {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  }
  #first-donate-section .image-container,
  #second-donate-section .image-container,
  #third-donate-section .image-container,
  #fifth-donate-section .image-container,
  #sixth-donate-section .image-container {
    height: 195px !important;
    border-radius: 15px 15px 0px 0px;
    -webkit-border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    -ms-border-radius: 15px 15px 0px 0px;
    -o-border-radius: 15px 15px 0px 0px;
  }
  #first-donate-section .collapsible__button,
  #second-donate-section .collapsible__button,
  #third-donate-section .collapsible__button,
  #fifth-donate-section .collapsible__button,
  #sixth-donate-section .collapsible__button {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  #first-donate-section .image-container:hover,
  #second-donate-section .image-container:hover,
  #third-donate-section .image-container:hover,
  #fifth-donate-section .image-container:hover,
  #sixth-donate-section .image-container:hover {
    transform: scale(0.98);
    -webkit-transform: scale(0.98);
    -moz-transform: scale(0.98);
    -ms-transform: scale(0.98);
    -o-transform: scale(0.98);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
}
@media screen and (max-width: 572px) {
  #first-donate-section .section-content,
  #second-donate-section .section-content,
  #third-donate-section .section-content,
  #fifth-donate-section .section-content,
  #sixth-donate-section .section-content {
    padding: 18px !important;
  }
}

#fifth-donate-section .image-container {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2941176471), rgba(0, 0, 0, 0.2941176471)), url("../images/14.jpg");
  background-position: center;
}

#sixth-donate-section .image-container {
  background-image: linear-gradient(rgba(0, 0, 0, 0.644), rgba(0, 0, 0, 0.705)), url("../images/15.jpg");
  background-position: center;
}

#first-donate-section .image-container {
  background-image: linear-gradient(rgba(0, 0, 0, 0.644), rgba(0, 0, 0, 0.705)), url("../images/7.jpg");
  background-position: center;
}

#second-donate-section .image-container {
  background-image: linear-gradient(rgba(0, 0, 0, 0.644), rgba(0, 0, 0, 0.705)), url("../images/12.jpg");
  background-position: center;
}

#third-donate-section .image-container {
  background-image: linear-gradient(rgba(0, 0, 0, 0.644), rgba(0, 0, 0, 0.705)), url("../images/13.jpg");
  background-position: center;
}

#fifth-donate-section .image-container {
  background-image: linear-gradient(rgba(0, 0, 0, 0.644), rgba(0, 0, 0, 0.705)), url("../images/14.jpg");
  background-position: center;
}

#fourth-donate-section {
  margin-top: 90px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.644), rgba(0, 0, 0, 0.705)), url("../images/11.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
}
#fourth-donate-section h2 {
  font-size: 22px;
  font-weight: 700;
  color: white;
  z-index: 3;
  text-align: center;
}
#fourth-donate-section h3 {
  color: #316EEC;
  font-size: 18px;
  margin-top: 27px;
}
#fourth-donate-section ul,
#fourth-donate-section ol {
  color: rgb(255, 255, 255);
  line-height: 2.3;
}
@media screen and (min-width: 768px) {
  #fourth-donate-section h2 {
    font-size: 24px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
  }
  #fourth-donate-section h3 {
    font-size: 19px;
    font-weight: 600;
    color: #316EEC;
  }
  #fourth-donate-section img {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
  }
  #fourth-donate-section b {
    font-size: 19px;
  }
  #fourth-donate-section p {
    font-size: 16px;
  }
  #fourth-donate-section .row:first-of-type {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  #fourth-donate-section {
    margin: 0;
  }
  #fourth-donate-section .container {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  }
  #fourth-donate-section .image-container img {
    display: none;
  }
  #fourth-donate-section .content {
    display: none;
  }
}

#vid-donate-section h2 {
  color: #316EEC;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 46px;
}
#vid-donate-section video {
  height: 350px;
  border: 1px solid #cacaca;
  padding: 16px;
  border-radius: 15px;
}
#vid-donate-section .col-7 {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer {
  padding: 25px;
  text-align: center;
}
footer span {
  color: #316EEC;
}

.collapsible__button {
  background-color: #f5f5f5;
  color: #183246;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  font-weight: bold;
  text-align: left;
  outline: none;
  font-size: 20px;
  border-radius: 8px 8px 0 0;
  text-align: right;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  margin: 5px 0;
}

.collapsible__button.active,
.collapsible__button:hover {
  background-color: #ccc;
}

.collapsible__content {
  padding: 0 18px;
  background-color: #ffffff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  -webkit-transition: max-height 0.2s ease-out;
  -moz-transition: max-height 0.2s ease-out;
  -ms-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  overflow: hidden;
  overflow-y: auto;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}
.collapsible__content p,
.collapsible__content ul {
  padding: 1rem;
}

.collapsible__content.active {
  max-height: 515px;
}

.collapsible__button::before {
  content: "∟";
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  font-size: 16px;
  float: left;
  margin-left: 5px;
}

.collapsible__button.content--active::before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.decoration-img {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 450px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  opacity: 0.2;
}

/*# sourceMappingURL=style.css.map */
