
* {
  box-sizing: border-box;
}

:root{
  /*--primary-color-red: #ee3124 !important;*/
  --primary-color-red:#DA291C !important;
}

body {
  font-family: "Noto Kufi Arabic", sans-serif;
  overflow-x: hidden;
  position: relative;
}

a {
  text-decoration: none !important;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.section-padding {
  padding: 60px 0;
}

.transition, .donations .donation-option a, .partners-internal img, .filter button, footer img, footer ul.links li a, footer #scrollTop, .donate, .partners .item img, .partners h2 a, .about .about-box, .sec-btn, .main-btn {
  transition: all ease-in-out 0.3s;
}

.main-btn {
  padding: 10px 30px;
  border: 2px solid #DA291C;
  background: #DA291C;
  color: #fff;
  border-radius: 15px;
  font-size: 18px;
}

.main-btn-pay {
  padding: 10px 30px;
  border: 2px solid #DA291C;
  color: #DA291C;
  border-radius: 15px;
  font-size: 18px;
}

.main-btn:hover {
  background: transparent;
  color: #DA291C;
}

.sec-btn {
  padding: 10px 30px;
  border: 2px solid #DA291C;
  background: transparent;
  color: #DA291C;
  border-radius: 15px;
  font-size: 18px;
}
.sec-btn:hover {
  background: #DA291C;
  color: #fff;
}

.section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.section-title h2 {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
}

header nav.navbar {
  background: #fff;
  box-shadow: 0 0 9px #ccc;
}
header nav.navbar img.logo {
  height: 60px;
}
header ul.social {
  text-align: end;
  margin: 0;
}
header ul.social li {
  margin-right: 10px;
}
header ul.social li img {
  height: 20px;
}
header .special-dropdown {
  background: #DA291C;
  border-radius: 15px;
  color: #fff !important;
}
header img {
  cursor: pointer;
}
@media (min-width: 992px) {
  header .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
    color: #000;
    font-weight: 500;
    font-size: 15px;
  }
}
header a.special-link {
  padding-inline-end: 0 !important;
}
header .social-flex {
  flex-direction: column;
}
header .social-flex h6.date {
  border-radius: 10px;
  padding: 8px 10px;
  margin-bottom: 0;
  margin-top: 5px;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin-inline-start: 10px;
}

li img.tiktok {
  height: 20px !important;
}

.slider .carousel-item img.back {
  filter: brightness(40%);
  height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider .carousel-item .carousel-caption {
  color: #fff;
  bottom: 9rem;
}
.slider .carousel-item .carousel-caption h3 {
  font-weight: 700;
  font-size: 32px;
}
.slider .carousel-item .carousel-caption p {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 30px;
  margin-bottom: 30px;
}
.slider .carousel-item .carousel-caption h4 {
  font-size: 26px;
}
.slider .carousel-indicators {
  bottom: 4rem;
}
.slider .carousel-indicators button {
  margin-top: 0;
  margin-bottom: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.about {
  padding: 100px 0;
  overflow-x: hidden;
}
.about .about-box {
  margin-top: 15px;
  margin-bottom: 15px;
  /* box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.16); */
  border-radius: 20px;
  padding: 40px 60px;
}
.about .about-box:hover {
  transform: scale(1.05);
}
.about .about-box img {
  height: 60px;
  margin-bottom: 20px;
}
.about .about-box h2 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-top: 20px;
}
.about .about-box p {
  color: #959699;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 20px;
  min-height: 175px;
}
.about .about-box a {
  color: #DA291C;
  text-decoration: underline !important;
}

.projects {
  padding: 0px 0px 100px 0px;
  overflow-x: hidden;
}
.project-box {
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.project-box .img-box {
  position: relative;
}
.project-box .img-box img.top {
  box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-box .img-box span.project-badge {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: #DA291C;
  color: #fff;
  padding: 8px 12px;
  font-size: 14px;
  border-radius: 10px;
}
.project-box h3 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 10px;
}
.project-box p {
  font-size: 16px;
  line-height: 1.8;
  color: #959699;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.project-box p a {
  color: #DA291C;
  text-decoration: underline !important;
}
.project-box ul.more {
  margin-bottom: 0;
}
.project-box ul.more img {
  height: 60px;
  width: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.statics h2 {
  color: #DA291C;
  margin-bottom: 20px;
}

.news {
  padding: 100px 0;
  overflow-x: hidden;
}
.news .news-box {
  box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 20px;
  margin: 20px;
  position: relative;
}
.news .news-box img.news-img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.news .news-box .title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.news .news-box .title-box h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.news .news-box .title-box span {
  color: #DA291C;
  font-size: 16px;
  white-space: nowrap;
}
.news .news-box p {
  font-size: 18px;
  line-height: 1.8;
  color: #959699;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news .news-box a {
  display: block;
  color: #DA291C;
  text-decoration: underline !important;
}
.news .owl-theme .owl-dots .owl-dot span {
  background: #fabdba;
}
.news .owl-theme .owl-dots .owl-dot.active span {
  background: #DA291C;
}
.news .owl-carousel .owl-nav button.owl-prev,
.news .owl-carousel .owl-nav button.owl-next {
  background: none;
  border: none;
  padding: 0 !important;
  position: absolute;
  font-size: 40px;
}
.news .owl-carousel .owl-nav button.owl-prev {
  right: -20px;
  top: 35%;
}
.news .owl-carousel .owl-nav button.owl-prev i {
  color: #DA291C;
}
.news .owl-carousel .owl-nav button.owl-next {
  left: -20px;
  top: 34%;
}
.news .owl-carousel .owl-nav button.owl-next i {
  color: #DA291C;
}

.partners {
  padding: 20px 0;
}
.partners h2 {
  display: flex;
  justify-content: space-between;
  color: #000;
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: 700;
}
.partners h2 a {
  font-size: 16px;
  font-weight: 400;
  color: #DA291C;
}
.partners h2 a:hover {
  transform: scale(1.1);
}
.partners .item {
  margin: 10px;
}
.partners .item img {
  height: 140px;
  width: unset;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  filter: grayscale(1);
}
.partners .item img:hover {
  filter: grayscale(0);
}
.partners .owl-theme .owl-dots .owl-dot span {
  background: #fabdba;
}
.partners .owl-theme .owl-dots .owl-dot.active span {
  background: #DA291C;
}
.partners .owl-carousel .owl-nav button.owl-prev,
.partners .owl-carousel .owl-nav button.owl-next {
  background: none;
  border: none;
  padding: 0 !important;
  position: absolute;
  font-size: 40px;
}
.partners .owl-carousel .owl-nav button.owl-prev {
  right: -20px;
  top: 25%;
}
.partners .owl-carousel .owl-nav button.owl-prev i {
  color: #DA291C;
}
.partners .owl-carousel .owl-nav button.owl-next {
  left: -20px;
  top: 25%;
}
.partners .owl-carousel .owl-nav button.owl-next i {
  color: #DA291C;
}

.contact {
  padding: 100px 0;
  overflow-x: hidden;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.contact h2 {
  text-align: center;
  color: #000;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}
.contact p {
  color: #959699;
  font-size: 16px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: center;
}
.contact input {
  width: 100%;
  border: 1px solid #000;
  padding: 10px 10px;
  margin-top: 20px;
  border-radius: 7px;
  outline-color: #DA291C;
  text-align: right;
}
.contact input::-moz-placeholder {
  color: rgba(149, 150, 153, 0.5568627451);
}
.contact input::placeholder {
  color: rgba(149, 150, 153, 0.5568627451);
}
.contact select {
  width: 100%;
  border: 1px solid #000;
  padding: 5px 10px;
  margin-top: 20px;
  border-radius: 7px;
  outline-color: #DA291C;
  text-align: right;
  color: rgba(149, 150, 153, 0.5568627451);
}
.contact textarea {
  width: 100%;
  border: 1px solid #000;
  resize: vertical;
  padding: 8px 10px;
  margin-top: 20px;
  border-radius: 7px;
  outline-color: #DA291C;
  text-align: right;
  height: 200px;
}
.contact textarea::-moz-placeholder {
  color: rgba(149, 150, 153, 0.5568627451);
}
.contact textarea::placeholder {
  color: rgba(149, 150, 153, 0.5568627451);
}
.contact button {
  width: 200px;
}
.contact input::-webkit-outer-spin-button,
.contact input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contact input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.subscribe {
  padding: 60px 0;
  overflow-x: hidden;
}
.subscribe h3 {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 20px;
}
.subscribe h6 {
  font-size: 16px;
  color: #959699;
}
.subscribe input {
  width: 100%;
  border: 1px solid #000;
  padding: 10px 10px;
  margin-top: 20px;
  border-radius: 7px;
  outline-color: #DA291C;
  text-align: right;
}
.subscribe input::-moz-placeholder {
  color: rgba(149, 150, 153, 0.5568627451);
}
.subscribe input::placeholder {
  color: rgba(149, 150, 153, 0.5568627451);
}
.subscribe button {
  width: 200px;
}

/* Style for the arrow image */
/* Style for the arrow */
.arrow {
  position: fixed;
  bottom: 50px;
  right: 20px;
  border: 2px solid #DA291C;
  background: #fff;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  color: #DA291C;
  font-size: 18px;
  z-index: 1000;
  text-align: center;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.2509803922));
}

.arrow:hover {
  opacity: 1; /* Fully visible when hovered */
}

.arrow-circle {
  width: 10px;
  height: 10px;
  background-color: #DA291C; /* Red background for the circle */
  border-radius: 50%; /* Makes the div a circle */
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none; /* Hidden by default */
  cursor: pointer;
  z-index: 1000; /* Ensure it's on top of other elements */
  transition: opacity 0.3s ease-in-out; /* Smooth appearance */
  opacity: 0.7;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 30px solid red; /* White arrow */
  position: relative;
  top: -10px;
}

.arrow-up::after {
  content: '';
  width: 10px;
  height: 40px;
  background-color: black;
  position: absolute;
  top: 30px;
  left: -10px;
}


.donate {
  position: fixed;
  bottom: 50px;
  left: 20px;
  border: 2px solid #DA291C;
  background: #fff;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  color: #DA291C;
  font-size: 18px;
  z-index: 11;
  text-align: center;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.2509803922));
}
.donate:hover {
  transform: scale(1.1);
}
.donate a {
  width: 100%;
  height: 100%;
  color: #fff;
}
.donate img {
  height: 25px;
}

footer {
  padding-top: 40px;
  background: #DA291C;
  margin-top: 80px;
  color: #fff;
  position: relative;
}
footer img.logo {
  height: 75px;
  /* margin-top: 30px; */
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer img.qr-code {
  height: 75px;
}
.footerlist{
  border-bottom: 1px solid white;
}

footer #scrollTop {
  display: none;
  position: absolute;
  top: -20px;
  right: 40px;
  z-index: 10;
  border: none;
  background-color: #fff;
  outline: none;
  color: #f00;
  cursor: pointer;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
footer #scrollTop:hover {
  background-color: #222;
}
footer ul.links li {
  margin-bottom: 10px;
  border-bottom: 1px solid white;
}
footer ul.links li a {
  color: #fff;
  padding-inline-end: 20px;
}
footer .bottom-footer {
  border-top: 1px solid #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
}
footer .bottom-footer h5 {
  margin: 0;
  font-size: 16px;
}
footer .bottom-footer ul.social {
  text-align: end;
  margin: 0;
}
footer .bottom-footer ul.social li {
  margin-right: 10px;
}
footer .bottom-footer ul.social li img {
  height: 25px;
}
footer img:hover {
  transform: scale(1);
}

.social{
  text-align: left;
}

.content {
  padding-top: 60px;
  min-height: 55vh;
}

.filter {
  text-align: center;
  margin-bottom: 40px;
}
.filter button {
  background: #eee;
  border: 2px solid #eee;
  color: #000;
  padding: 8px 20px;
  margin-inline-end: 10px;
  border-radius: 5px;
}
.filter button:hover {
  background: transparent;
  border-color: #DA291C;
  color: #DA291C;
}
.filter button.active {
  background: #DA291C;
  color: #fff;
  border-color: #DA291C;
}

.projects-page h2 {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.projects-page .project-box p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.projects-page .project-box a.more {
  display: block;
  color: #DA291C;
  margin-top: 10px;
  text-decoration: underline !important;
}
.projects-page .project-box h6 {
  font-size: 14px;
}
.projects-page .project-box .number-box {
  padding: 8px;
  background: #e3e6e7;
  text-align: center;
  color: #000;
  font-weight: 700;
}

.project-datails .img-box {
  position: relative;
}
.project-datails .img-box img.spec {
  box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  width: 100%;
  /* height: 500px; */
  -o-object-fit: cover;
     object-fit: cover;
}
.project-datails .img-box span.project-badge {
  position: absolute;
  right: 30px;
  bottom: -40px;
  background: #DA291C;
  color: #fff;
  padding: 12px 20px;
  font-size: 18px;
  border-radius: 10px;
}
.project-datails h3.title {
  color: #000;
  font-size: 28px;
  margin-top: 70px;
  margin-bottom: 20px;
}
.project-datails p.spec {
  font-size: 18px;
  color: #959699;
  line-height: 1.8;
  margin-bottom: 40px;
}
.project-datails .info-box {
  margin-top: 60px;
}
.project-datails .info-box .info-col {
  display: flex;
  align-items: center;
  gap: 15px;
}
.project-datails .info-box h5 {
  color: #000;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.project-datails .info-box h6 {
  font-size: 16px;
  color: #959699;
}
.project-datails .more-projects h2 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 80px;
}
.project-datails .more-projects .project-box p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.project-datails .more-projects .project-box a {
  display: block;
  color: #DA291C;
  margin-top: 10px;
  text-decoration: underline !important;
}
.project-datails .more-projects .project-box h6 {
  font-size: 14px;
}
.project-datails .more-projects .project-box .number-box {
  padding: 8px;
  background: #e3e6e7;
  text-align: center;
  color: #000;
  font-weight: 400;
  font-size: 14px;
}
.project-datails .more-projects button {
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.project-datails .faq h3 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
  margin-top: 100px;
}
.project-datails .faq .accordion {
  box-shadow: 0px 2px 25px 4px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.project-datails .faq .accordion-body {
  color: #959699;
  font-size: 14px;
}
.project-datails .faq .accordion-button:not(.collapsed) {
  color: #DA291C;
  background-color: rgba(236, 50, 40, 0.0901960784);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13);
}
.project-datails .faq .accordion-button:not(.collapsed)::after {
  background-image: url("../images/icons/down.svg");
  transform: rotate(180deg);
}
.project-datails .faq .accordion-button:focus {
  border: none;
  box-shadow: none;
}

.reports h2 {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}
.reports .reports-card {
  box-shadow: 0px 2px 25px 4px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 20px 40px;
}
.reports .report-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.reports .report-list .title-info {
  display: flex;
  justify-content: start;
  gap: 20px;
  align-items: center;
}
.reports .report-list .title-info h3 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
.reports .report-list .title-info h5 {
  color: #959699;
  font-size: 16px;
  margin: 0;
}

.career img {
  padding: 10px;
  box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  width: 100%;
  margin-bottom: 30px;
}
.career h3 {
  color: #000;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 30px;
}
.career p {
  color: #959699;
  font-size: 18px;
  margin-bottom: 40px;
}

.what-know h2 {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #DA291C;
  font-weight: 600;
}
.what-know p.heading {
  color: #959699;
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 1.8;
}
.what-know .vision-box {
  margin-bottom: 30px;
  margin-top: 30px;
}
.what-know .vision-box p {
  color: #959699;
  font-size: 18px;
  line-height: 1.8;
}

.ceo .nav-tabs {
  border-bottom: none;
}
.ceo .nav-tabs .nav-link {
  color: #959699;
  font-size: 18px;
  border: none;
  border-bottom: 2px solid transparent;
  outline: none;

}
.ceo .nav-tabs .nav-item.show .nav-link,
.ceo .nav-tabs .nav-link.active {
  color: #000;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #DA291C;
}
.ceo .tab-content > .tab-pane {
  margin-top: 40px;
}
.ceo img.ceo-img {
  padding: 10px;
  box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  height: 200px;
}
.ceo h3.name {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 10px;
}
.ceo h5.title {
  color: #DA291C;
  font-size: 18px;
  margin-bottom: 30px;
}
.ceo p.paraghraph {
  color: #959699;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.ceo h2.spec {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.ceo p.special {
  color: #959699;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 70px;
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.ceo .item {
  padding: 20px;
}
.ceo .ceo-box {
  box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  min-height: 472px;
}
.ceo .ceo-box img {
  border-radius: 10px 10px 0 0;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  margin-bottom: 10px;
}
.ceo .ceo-box h4 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 10px;
}
.ceo .ceo-box h5 {
  color: #DA291C;
  font-size: 16px;
  margin-bottom: 15px;
}
.ceo .ceo-box p {
  color: #959699;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.ceo .owl-theme .owl-dots .owl-dot span {
  background: #fabdba;
}
.ceo .owl-theme .owl-dots .owl-dot.active span {
  background: #DA291C;
}
.ceo .owl-carousel .owl-nav button.owl-prev,
.ceo .owl-carousel .owl-nav button.owl-next {
  background: none;
  border: none;
  padding: 0 !important;
  position: absolute;
  font-size: 40px;
}
.ceo .owl-carousel .owl-nav button.owl-prev {
  right: -20px;
  top: 40%;
}
.ceo .owl-carousel .owl-nav button.owl-prev i {
  color: #DA291C;
}
.ceo .owl-carousel .owl-nav button.owl-next {
  left: -20px;
  top: 40%;
}
.ceo .owl-carousel .owl-nav button.owl-next i {
  color: #DA291C;
}

.prizes h2 {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.prizes .item {
  padding: 20px;
}
.prizes .ceo-box {
  box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  min-height: 375px;
}
.prizes .ceo-box img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 15px;
}
.prizes .ceo-box h4 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 10px;
}
.prizes .ceo-box h5 {
  color: #DA291C;
  font-size: 16px;
  margin-bottom: 15px;
}
.prizes .ceo-box p {
  color: #959699;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.prizes .owl-theme .owl-dots .owl-dot span {
  background: #fabdba;
}
.prizes .owl-theme .owl-dots .owl-dot.active span {
  background: #DA291C;
}
.prizes .owl-carousel .owl-nav button.owl-prev,
.prizes .owl-carousel .owl-nav button.owl-next {
  background: none;
  border: none;
  padding: 0 !important;
  position: absolute;
  font-size: 40px;
}
.prizes .owl-carousel .owl-nav button.owl-prev {
  right: -20px;
  top: 40%;
}
.prizes .owl-carousel .owl-nav button.owl-prev i {
  color: #DA291C;
}
.prizes .owl-carousel .owl-nav button.owl-next {
  left: -20px;
  top: 40%;
}
.prizes .owl-carousel .owl-nav button.owl-next i {
  color: #DA291C;
}

.events .ceo-box {
  min-height: 335px;
}

.partners-internal h2 {
  margin-bottom: 30px;
}
.partners-internal h5 {
  color: #777;
}
.partners-internal img {
  height: 140px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  filter: grayscale(1);
}
.partners-internal img:hover {
  filter: grayscale(0);
}

.gallery h2 {
  text-align: center;
  margin-bottom: 40px;
}
.gallery .photo-box {
  padding: 10px;
  box-shadow: 0 0 9px #ccc;
  border-radius: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.gallery .photo-box img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.gallery .photo-box h4 {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  color: #000;
}
.gallery .video-box {
  padding: 10px;
  box-shadow: 0 0 9px #ccc;
  border-radius: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.gallery .video-box iframe {
  width: 100% !important;
  height: 400px !important;
}
.gallery .video-box h4 {
  font-size: 16px;
  text-align: center;
  margin-top: 5px;
  color: #000;
}
.gallery .nav-tabs .nav-item.show .nav-link,
.gallery .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #DA291C;
  border-color: #DA291C;
}
.gallery .nav-tabs {
  border-bottom: 1px solid #DA291C;
}
.gallery .nav-link {
  color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
}
.gallery .tab-content {
  padding-top: 30px;
}

.donations h2 {
  text-align: center;
  margin-bottom: 40px;
}
.donations .nav-tabs .nav-item.show .nav-link,
.donations .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #DA291C;
  border-color: #DA291C;
}
.donations .nav-tabs {
  border-bottom: 1px solid #DA291C;
}
.donations .tab-content {
  padding-top: 30px;
}
.donations .tab-content h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
.donations .tab-content h4 {
  font-size: 16px;
  color: #959699;
  margin-bottom: 50px;
}
.donations .tab-content h5 {
  font-size: 18px;
  color: #959699;
  margin-bottom: 20px;
}
.donations .tab-content h5 span {
  color: #000;
  font-weight: 700;
  margin-block-start: 10px;
}
.donations .tab-content .bank-account {
  margin-top: 20px;
  padding: 20px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.donations .tab-content .bank-account i {
  color: #DA291C;
  font-size: 28px;
  margin-bottom: 20px;
}
.donations .tab-content .bank-account h5 {
  font-size: 18px;
  color: #959699;
  margin: 0;
  margin-bottom: 15px;
}
.donations .tab-content .bank-account h6 {
  color: #000;
  font-weight: 700;
  margin-block-start: 10px;
  margin: 0;
}
.donations .send-to-me {
  margin-top: 80px;
}
.donations .send-to-me h4 {
  font-size: 14px;
  margin-bottom: 15px;
  color: #959699;
}
.donations .send-to-me input {
  border: 1px solid #ccc;
  border-radius: 5px;
  outline-color: #DA291C;
  padding: 7px 10px;
  width: 400px;
  margin-bottom: 15px;
  background: #eee;
}
.donations .send-to-me button {
  padding: 4px 20px;
  border-radius: 5px;
  width: 150px;
}
.donations h5.cancel {
  color: #DA291C;
  font-size: 14px;
  text-align: center;
  margin-top: 80px;
}
.donations .nav-link {
  color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #929292;
}
.donations .donation-option {
  margin-bottom: 30px;
}
.donations .donation-option a {
  color: #fff;
  background: #7d7d7d;
  border: 1px solid #7d7d7d;
  width: 130px;
  display: inline-block;
  padding: 7px 5px;
  border-radius: 5px;
}
.donations .donation-option a.active {
  background: #000;
  color: #fff;
  border-color: #000;
}
.donations .donation-option a.active:hover {
  background: #000;
  color: #fff;
}
.donations .donation-option a:hover {
  background: transparent;
  color: #000;
}
.donations .donate-form {
  /*pure cosmetics:*/
  color: #000;
}
.donations .donate-form input[type=text],
.donations .donate-form input[type=number],
.donations .donate-form input[type=mail] {
  border: 1px solid #ccc;
  border-radius: 5px;
  outline-color: #DA291C;
  padding: 7px 10px;
  margin-bottom: 5px;
  margin-top: 20px;
  background: #f4f4f4;
  width: 100%;
  text-align: right;
}
.donations .donate-form h6.label {
  font-size: 16px;
  margin-top: 20px;
  font-weight: 400;
  margin-bottom: 5px;
}
.donations .donate-form h6.label.spec {
  color: #DA291C;
}
.donations .donate-form a {
  text-decoration: underline !important;
  font-size: 14px;
}
.donations .donate-form label:before {
  content: url("../images/icons/unchecked_checkbox.png");
  position: absolute;
  z-index: 100;
}
.donations .donate-form :checked + label:before {
  content: url("../images/icons/checked_checkbox.png");
}
.donations .donate-form input[type=radio] {
  display: none;
}
.donations .donate-form img {
  height: 50px;
  padding-inline-start: 15px;
  cursor: pointer;
  margin-bottom: 10px;
}
.donations .donate-form label {
  margin: 10px;
}
.donations .donate-form button {
  margin-top: 20px;
  width: 100%;
  padding: 6px 10px;
  border-radius: 5px;
}

.register .spec .nav-link {
  color: #000;
}
.register .nav-tabs.spec .nav-item.show .nav-link,
.register .nav-tabs.spec .nav-link.active {
  color: #ffffff;
  background-color: #DA291C;
  border-color: #DA291C;
}
.register .nav-tabs.spec {
  border-bottom: 1px solid #DA291C;
  margin-bottom: 30px;
}
.register .spec .tab-content {
  padding-top: 30px;
}
.register .nav-tabs.form-tabs {
  border-color: transparent;
}
.register .nav-tabs.form-tabs .nav-item.show .nav-link,
.register .nav-tabs.form-tabs .nav-link.active {
  border: none;
}
.register .nav-tabs.form-tabs .nav-link {
  background: #7d7d7d;
  border: 1px solid #7d7d7d;
  color: #fff;
  border-radius: 5px;
  padding: 5px 20px;
  margin-inline-end: 10px;
  font-size: 15px;
}
.register .nav-tabs.form-tabs .nav-link.active {
  border: 1px solid rgba(0, 0, 0, 0);
  background: #da291c;
}
.register .tab-content.form-tabs {
  padding-top: 30px;
}
.register .tab-content.form-tabs input[type=text],
.register .tab-content.form-tabs input[type=number],
.register .tab-content.form-tabs input[type=date],
.register .tab-content.form-tabs input[type=email], .register .tab-content.form-tabs input[type=file] {
  border: 1px solid #ccc;
  border-radius: 5px;
  outline-color: #DA291C;
  padding: 7px 10px;
  margin-bottom: 5px;
  margin-top: 20px;
  background: #f4f4f4;
  width: 100%;
  text-align: right;
}
.register .tab-content.form-tabs input[type=date] {
  color: #777;
}
.register .tab-content.form-tabs input[type=file] {
  margin-top: 0;
  padding: 4px 10px;
}
.register .tab-content.form-tabs select {
  border: 1px solid #ccc;
  border-radius: 5px;
  outline-color: #DA291C;
  padding: 3px 10px;
  margin-bottom: 5px;
  margin-top: 20px;
  background: #f4f4f4;
  width: 100%;
  text-align: right;
  color: #777;
}
.register .tab-content.form-tabs label {
  margin-top: 10px;
  margin-bottom: 5px;
}
.register .tab-content.form-tabs h6.label {
  font-size: 16px;
  margin-top: 20px;
  font-weight: 400;
  margin-bottom: 5px;
}
.register .tab-content.form-tabs h6.label.spec {
  color: #DA291C;
}
.register .tab-content.form-tabs button {
  width: 100%;
  margin-top: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
}
.register .form-box {
  padding: 10px;
  border-radius: 5px;
  background: #f4f4f4;
  margin-top: 20px;
  border: 1px solid #ccc;
}
.register .form-box h5 {
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 10px;
}
.register .form-box label {
  display: inline-block;
  margin-inline-end: 40px;
  margin-inline-start: 5px;
  margin-top: 0 !important;
  margin-bottom: 5px !important;
  color: #777;
}
.register .form-box div {
  display: inline-block;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.project-last {
  margin-bottom: 30px;
  margin-top: 30px;
}
.project-last .img-box img.top {
  height: 255px;
}
.project-last.project-box .number-box {
  text-align: start !important;
}
.project-last:nth-child(even) .row {
  flex-direction: row-reverse;
}

.navbar ul {
  list-style: none;
}

.navbar ul.dropdown-menu {
  list-style: none;
  padding-right: 0;
}

.navbar .dropdown-menu ul {
  list-style: none;
  padding-right: 0;
  margin-bottom: 5px;
  margin-top: 5px;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgb(237, 144, 123);
}

.stracture {
  padding: 80px 0;
}
.stracture .row {
  margin-top: 20px;
  margin-bottom: 20px;
}
.stracture h2.title {
  font-weight: 700;
  font-size: 28px;
  color: #DA291C;
  text-align: center;
  margin-bottom: 20px;
}
.stracture p.title-desc {
  color: #959699;
  font-size: 16px;
  text-align: center;
}
.stracture .stracture-item {
  text-align: center;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-top: 80px;
  padding: 10px 15px;
  background: #fff;
  box-shadow: -2px 8px 20px 0px rgba(0, 0, 0, 0.1);
  min-height: 266px;
  transition: all ease-in-out 0.3s;
}
.stracture .stracture-item:hover {
  box-shadow: -2px 12px 30px 0px rgba(0, 0, 0, 0.2);
}
.stracture .stracture-item img {
  width: 124px;
  height: 124px;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-top: -73px;
  border: 6px solid #fff;
}
.stracture .stracture-item h4 {
  font-weight: 700;
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
}
.stracture .stracture-item p {
  color: #959699;
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
}

.stracture-modal h4 {
  font-weight: 700;
  font-size: 22px;
  color: #000;
  margin-bottom: 20px;
  margin-top: 20px;
}
.stracture-modal p {
  color: #959699;
  font-size: 16px;
  line-height: 1.8;
}
.stracture-modal img {
  box-shadow: 2px 4px 20px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  /* height: 320px; */
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Responsive */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .slider .carousel-item img.back {
    height: 50vh;
    object-position: right;
  }
  .slider .carousel-item .carousel-caption {
    bottom: 2rem;
  }
  .slider .carousel-item .carousel-caption h3 {
    font-size: 22px;
  }
  .slider .carousel-item .carousel-caption p {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .slider .carousel-item .carousel-caption h4 {
    font-size: 20px;
  }
  .slider .carousel-indicators {
    bottom: 0px;
  }
  header .special-dropdown {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .about {
    padding: 50px 0;
    overflow-x: hidden;
  }
  .about .about-box p {
    color: #959699;
    font-size: 18px;
    line-height: 1.8;
    margin-top: 20px;
    min-height: 100px;
  }
  .sec-btn {
    padding: 10px 20px;
    font-size: 16px;
  }
  .section-title h2 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
  }
  .statics {
    height: unset;
    padding: 0;
  }
  .statics .center-box {
    margin-top: 0px;
  }
  .news {
    padding: 50px 0;
  }
  .news .owl-carousel .owl-nav button.owl-prev,
  .partners .owl-carousel .owl-nav button.owl-prev {
    right: -10px;
  }
  .news .owl-carousel .owl-nav button.owl-next,
  .partners .owl-carousel .owl-nav button.owl-next {
    left: -10px;
  }
  .news .news-box img.news-img {
    margin-bottom: 20px;
  }
  .news .news-box .title-box {
    flex-wrap: wrap;
  }
  .news .news-box .title-box h2 {
    margin-bottom: 10px;
  }
  .partners .item img {
    height: 80px;
  }
  .contact {
    padding: 50px 0;
  }
  .contact p {
    width: 100%;
  }
  footer .bottom-footer {
    text-align: center;
  }
  footer .bottom-footer ul.social {
    margin-top: 15px;
    text-align: center;
  }
  .content {
    padding-top: 20px;
  }
  .career h3 {
    font-size: 26px;
  }
  .ceo .nav-tabs .nav-link {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .ceo h3.name {
    font-size: 19px;
  }
  .ceo h5.title {
    font-size: 16px;
  }
  .ceo h2.spec {
    font-size: 22px;
  }
  .ceo p.special {
    width: 100%;
  }
  .ceo .owl-carousel .owl-nav button.owl-next,
  .prizes .owl-carousel .owl-nav button.owl-next {
    left: -10px;
  }
  .ceo .owl-carousel .owl-nav button.owl-prev,
  .prizes .owl-carousel .owl-nav button.owl-prev {
    right: -10px;
  }
  .project-datails .info-box .info-col {
    margin-bottom: 20px;
  }
  .reports .reports-card {
    padding: 20px;
  }
  .reports .report-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .reports .report-list .title-info {
    margin-bottom: 10px;
  }
  .what-know p {
    width: 100%;
  }
  .what-know h2 {
    font-size: 22px;
  }
  .partners-internal img {
    height: 80px;
    width: unset;
  }
  header ul.social {
    flex-direction: row;
    text-align: center;
    justify-content: center;
  }
  header .special-dropdown {
    margin-top: 5px;
  }
  .register .form-box h5 {
    font-size: 15px;
  }
  .register .form-box label {
    margin-inline-end: 10px;
  }
  footer img.logo {
    margin-top: 10px;
    margin-bottom: 20px;
    height: 60px;
    margin-right: auto;
    margin-left: auto;
  }
}
/* galaxy S5 */
/* iphone x, 6/7/8 */
/* iphone 6/7/8 plus */
/* ipad */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  header .special-dropdown {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .slider .carousel-item img.back {
    height: 96vh;
  }
  .about .about-box {
    padding: 20px 20px;
  }
  .about .about-box h2 {
    font-size: 17px;
  }
  .about .about-box p {
    font-size: 16px;
    min-height: 203px;
  }
  .news .news-box .title-box {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: start;
  }
  .news .news-box .title-box h2 {
    margin-bottom: 10px;
  }
  .news .news-box p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .projects .project-box p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .content {
    padding-top: 50px;
    min-height: 64vh;
  }
  .prizes .ceo-box p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .prizes .ceo-box {
    min-height: 399px;
  }
  .project-datails .info-box h6 {
    font-size: 14px;
  }
  .reports .report-list .title-info h5 {
    font-size: 14px;
  }
  .reports .report-list button {
    white-space: nowrap;
  }
  .partners-internal img {
    height: 80px;
    width: unset;
  }
}
/* ipad pro  */
@media only screen and (min-width: 1024px) and (max-width: 1030px) {
  .content {
    padding-top: 50px;
    min-height: 64vh;
  }
}
/* 17 inch */
.download-page {
  margin-top: 70px;
  padding: 60px 0;
  background: transparent url(../images/section-bg.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 200px;
}
.download-page h3 {
  text-align: center;
  color: #DA291C;
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 60px;
}
.download-page .download-box {
  padding-top: 20px;
}
.download-page h4 {
  margin-bottom: 30px;
}
.download-page img.qr-code {
  width: 140px;
  margin-top: 40px;
}/*# sourceMappingURL=style.css.map */

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

/* program page style */
.accordion-item {
  border: 1px solid rgba(255, 0, 0, 0); /* Modify the border color and size as desired */
  border-radius: 18px; /* Add border radius if desired */
  margin-bottom: 12px; /* Add some space between accordion items */
  box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.1);
}
.accordion-button {
  /* border: 1px solid rgba(255, 0, 0, 0); Modify the border color and size as desired */
  border-radius: 18px; /* Add border radius if desired */
  margin-bottom: 5px; /* Add some space between accordion items */
  /* box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.1); */
}
.accordion-item:last-of-type {
  border-bottom-left-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}
.accordion-item:first-of-type {
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}
.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #ffffff00;
  /* box-shadow: inset 0 -1px 0 rgba(0,0,0,.125); */
}
.accordion-button:not(.collapsed) {
  /* color: #000000; */
  /* background-color: #ffffff00; */
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
}
.accordion-button:not(.collapsed)::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 5px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 34.875 34.875' fill='%23DA291C'%3e%3cpath id='Icon_awesome-arrow-circle-left' data-name='Icon awesome-arrow-circle-left' d='M18,35.438A17.438,17.438,0,1,1,35.438,18,17.434,17.434,0,0,1,18,35.438Zm2.032-10.1L14.723,20.25H27.563a1.683,1.683,0,0,0,1.688-1.687V17.438a1.683,1.683,0,0,0-1.687-1.687H14.723l5.309-5.091a1.689,1.689,0,0,0,.028-2.412l-.773-.766a1.681,1.681,0,0,0-2.384,0L7.573,16.8a1.681,1.681,0,0,0,0,2.384l9.33,9.33a1.681,1.681,0,0,0,2.384,0l.773-.766A1.689,1.689,0,0,0,20.032,25.341Z' transform='translate(-0.563 -0.563)'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(-90deg);
  transition: transform 0.3s ease-in-out;
}
.accordion-button.collapsed::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 5px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 34.875 34.875' fill='%23DA291C'%3e%3cpath id='Icon_awesome-arrow-circle-left' data-name='Icon awesome-arrow-circle-left' d='M18,35.438A17.438,17.438,0,1,1,35.438,18,17.434,17.434,0,0,1,18,35.438Zm2.032-10.1L14.723,20.25H27.563a1.683,1.683,0,0,0,1.688-1.687V17.438a1.683,1.683,0,0,0-1.687-1.687H14.723l5.309-5.091a1.689,1.689,0,0,0,.028-2.412l-.773-.766a1.681,1.681,0,0,0-2.384,0L7.573,16.8a1.681,1.681,0,0,0,0,2.384l9.33,9.33a1.681,1.681,0,0,0,2.384,0l.773-.766A1.689,1.689,0,0,0,20.032,25.341Z' transform='translate(-0.563 -0.563)'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(90deg);
  transition: transform 0.3s ease-in-out;
}


.fa-phone:hover , .fa-envelope:hover{
  transform: scale(1.1);
}

.custom-card{
  box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  max-width: 200px;
  background-color: #fff;
  /* padding-left: 50px; */
  /* padding-right: 50px; */
}


.custom-box {
  box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  background-color: #fff;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #000;
  background-color: #0d6dfd00;
}

.custom-title-box {
  border-radius: 8px;
  background-color: var(--primary-color-red);
  color: #fff;
  width: fit-content;
  padding: 10px;
  box-shadow: -7px -5px 4px 4px #DA291Cbc;
}

.download-btn {
  background-color: var(--primary-color-red);
  color: #fff;
  border-radius: 10px;
}


 /* Style for the cart icon */
 .cart-icon {
  position: relative;
  display: inline-block;
}

.cart-icon a{
  color: black;
  text-decoration: inherit
}

.cart-icon a:active{
  color: rgb(62, 62, 62);
  text-decoration: inherit;
}

/* Style for the "num-items" element */
.num-items {
  position: absolute;
  top: -6px;
  right: -10px;
  display: inline-block;
  background-color: red;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  margin-left: 5px;
}

.dropdown-menu ul {
  list-style: none;
  padding: 0;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, .55);
  border-color: rgba(0, 0, 0, .1);
}

.dropdown-menu.show {
  display: flex;
}

.dropdown-menu li:first-child a {
  color: black;
  font-size: 1em;
  text-transform: uppercase;
}

.navbar-dark .navbar-brand {
  color: #df2020;
  flex-grow: 0.87;
}

.navbar-dark .navbar-brand img {
  height: 60px;
}

.dropdown-menu li .dropdown-item {
  color: black;
  font-size: 1em;
  padding: 0.5em 1em;
}

.dropdown-menu {
  border: none;
  border-radius: 0;
  padding: 0.7em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

@media only screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
      display: flex;
  }

  .dropdown-menu.show {
      display: flex;
  }
}

.navbar-dark .navbar-nav a.nav-link {
  color: rgba(0, 0, 0, .55);
  font-size: 1.1em;
}

@media only screen and (max-width: 992px) {
  .dropdown:hover .dropdown-menu {
      max-height: 350px;
      overflow-y: scroll;
  }
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: var(--primary-color-red) !important;
}

.navbar-dark .navbar-nav .nav-link:focus {
  color: var(--primary-color-red) !important;
}

.hov{
  transition: all ease-in-out 0.4s;
}
.hov:hover{
  background-color: white !important;
  color: var(--primary-color-red) !important;
}

.dropdown-item:hover {
  color: var(--primary-color-red) !important;
  background-color: #e9ecef63;
}


.content-time-line{
  display: flex;
}

@media screen and (max-width:1200px) {
  .content-time-line{
    display: block;
  }
}

.navbar-collapse{
  flex-basis: 100%;
    flex-grow: 900;
    align-items: center;
}


.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #DA291C;
  border-color: #DA291C;
}


.page-link {
  position: relative;
  display: block;
  color: #DA291C;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.page-link:hover {
  z-index: 2;
  color: #DA291C;
  background-color: #e9ecef;
  border-color: #dee2e6;
}


.page-link:focus {
  z-index: 3;
  color: #DA291C;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}


body{font-family: "Tajawal"}

.color-titele{
  color: #DA291C;
}

.btn-style-modal{
  border: 1px solid #fff;
  color:#da291c;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}

.btn-style-modal:hover{
  background-color: #DA291C;
  color: white;
}
.read-more-link {
    color: var(--primary-color-red);
    text-decoration: none;
}

.read-more-link:hover {
    text-decoration: underline;
}

.donation-text, .remaining-text {
    color: rgb(80, 80, 80);
    font-size: 14px;
}

.amount {
    font-weight: bold;
    color: #333;
}

.progress-wrapper {
    margin-top: 10px;
}

.progress {
    height: 20px;
    background-color: #e9ecef;
    border-radius: 10px;
    overflow: hidden;
}

.progress-bar {
    background-color: var(--primary-color-red);
    height: 100%;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
}

.progress-bar.completed {
    background-color: #28a745;
}

.progress-bar .progress-value-percentage {
    position: relative;
    top: 2px;
}

.cart-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

.quantity-box {
    flex: 1;
    justify-content: flex-start;
    gap: 5px;
}

.quantity-input {
    width: 50px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
}
.quantity-input:focus,
.quantity-input:active,
.quantity-input:hover {
    outline: 0;
}

.quantity-btn {
    background-color: var(--primary-color-red);
    color: #fff;
    border: none;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.quantity-btn:hover {
    background-color: #d62820;
}

.add-to-cart-btn,
.primary-btn {
    flex: 1;
    background-color: var(--primary-color-red);
    color: #fff;
    border: none;
    padding: 8px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

.add-to-cart-btn {
    font-size: 14px;
}

.primary-btn:hover,
.add-to-cart-btn:hover {
    background-color: #9d2b23 !important;
    color: #fff;
}

.add-to-cart-btn .add-to-cart-label {
    position: relative;
    top: 2px;
}

.completion-message {
    font-weight: bold;
    font-size: 14px;
    color: green;
    display: flex;
    align-items: center;
}

.completion-message .fa-check-circle {
    font-size: 18px;
    margin-left: 5px;
}

.donations .donate-form .checkout label:before {
    display: none;
}
.donations .donate-form .checkout label {
    margin: 0;
    margin-bottom: .5rem;
}

.donations .donate-form .checkout input {
    margin-top: 0;
}
.btn-submit-form:disabled {
    background-color: #666;
    color: #fff;
    cursor: not-allowed;
    opacity: 0.7;
    border-color: #666;
}
.radio-options .radio .name {
    display: block;
    padding: 5px 5px 2px;
    background-color: #ccc;
    border: 1px solid #ccc;
    color: #000;
    text-align: center;
    border-radius: 6px;
    line-height: 25px;
    cursor: pointer;
}
.radio-inputs .radio input:checked+.name {
    background-color: #DA291C;
    border-color: #DA291C;
    color: #fff;
}
.progress-bar-donation {
    width: 100%;
    background-color: #ddd;
    border-radius: 20px;
    padding: 0;
}
.bar-donation {
    width: 0;
    height: 30px;
    background-color: #DA291C;
    border-radius: 20px;
    padding-top: 5px;
}
.total-remaining-oppor {
    left: 10px;
}
.current-amount-donation-span {
    position: relative;
    right: 10px;
}
