/* FONTS */
@font-face {
  font-family: "Roboto-Bold";
  src: url("/assets_web/fonts/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("/assets_web/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Permanent Marker";
  src: url("/assets_web/fonts/PermanentMarker-Regular.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
/* SCROLL START */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #673AB7;
  border-radius: 10px;
  border: 3px solid #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #003f7a;
}
html {
  scrollbar-width: thin; /* Makes scrollbar thinner */
  scrollbar-color: #673AB7 #f1f1f1; /* Scrollbar color followed by track color */
}
/* SCROLL END */
/* COLORS */
.pdcolor {
  color: #673AB7 !important;
}
.dcolor {
  color: #4a4c70 !important;
}
.text-apple-green {
  color: #74dd78 !important;
}
.pcolor {
  color: #673AB7 !important;
}
/** 
    OWL CAROUSEL
*/
.banner-main-video {
  padding-top: 55%;
}
.coverbg {
  background-size: cover;
  background-position: center;
}
@media (min-width: 992px) {
  .banner-main-video {
    padding-top: 35%;
  }
}
@media only screen and (max-width: 768px) {
  header.header--front_3 {
    position: static;
  }
  .banner-main-video {
    padding-top: 56%;
  }
  /* .promo--front_2 {
        margin-top: 40px;
    } */
}
#main-slider {
  width: 100%;
  overflow: hidden;
}
.owl-stage {
  display: flex;
  justify-content: center;
}
.owl-item {
  width: 100% !important;
  margin: 0px !important;
}
.owl-carousel .owl-item img {
  width: 100%;
}
.owl-banner-slider.owl-carousel .owl-dots {
  text-align: center;
  text-align: center;
  position: absolute;
  bottom: 5px;
  right: 31px;
}
.owl-carousel .owl-dots {
  margin: 10px 0;
}
.owl-carousel .owl-dots > button {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #ddd;
  border: 0;
}
.owl-dots > .owl-dot.active {
  background: #999;
}
/*
    IMAGE RESIZING
*/
.img-rs-1 {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .img-rs-1 {
    width: 80%;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .img-rs-1 {
    width: 70%;
    margin-bottom: 20px;
  }
}

/* GENERAL */
.auth-box {
  border: 1px solid #673AB7;
}
.auth-box:last-of-type {
  margin-left: 10px;
}
.btn-header-donate {
  position: absolute;
  left: -98px;
  top: 38px;
  background: #f9cd00d4;
  border: none;
  border-radius: 0px;
  font-size: 19px;
  font-weight: bold;
  padding: 10px 15px;
}
.bordered-button {
  border: 1px solid #f9cd00;
  padding: 5px 15px;
}
.presidents-main {
  padding-top: 3rem;
}
.color-red {
  color: #c72323 !important;
}
.font-16 {
  font-size: 16px !important;
}
.blog-item--style-1 .blog-item__content {
  padding: 15px 13px 15px 13px;
}
.blog-item__img {
  cursor: pointer;
}
/* .blog-item {
    height: auto;
} */
.tr-text {
  letter-spacing: 6px;
  font-size: 16px;
  color: #673AB7;
  margin-top: 10px;
}
.see-more {
  justify-content: center;
  display: flex;
  margin-top: 20px;
}
.instagram-slider__item {
  background: none;
}
.instagram-slider .slick-slide {
  margin-right: 6px;
}
.hadees-reference {
  font-size: 24px;
  letter-spacing: 12px;
}
.hover-white:hover {
  color: #fff !important;
}
.hover-yellow:hover {
  color: #f9cd00;
}
.top-menu-bar {
  z-index: 3;
  background: #4a5055 !important;
  box-shadow: none !important;
  padding-left: 15px;
  padding-right: 15px;
}
.menu-bar {
  margin-top: 2.5em;
}
.mtr-1 {
  margin-top: 1rem;
}
.mtr-2 {
  margin-top: 2rem;
}
.mtr-3 {
  margin-top: 3rem;
}
.mtr-4 {
  margin-top: 4rem;
}
.mtr-5 {
  margin-top: 5rem;
}
.mtr-6 {
  margin-top: 6rem;
}
.mtr-7 {
  margin-top: 7rem;
}
.mtr-8 {
  margin-top: 8rem;
}
.heading-counter {
  font-size: 6rem;
  color: #d4d4d4;
}
.visibility-hidden {
  margin: 0px !important;
  visibility: hidden !important;
  padding: 0px !important;
}
.newsletter-input {
  padding: 5px;
  color: #000;
}
.footer__form-submit:hover {
  color: #fff !important;
}
.footer__form-submit:active,
.footer__form-submit:focus {
  color: #000 !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.heading_title_medium {
  font-size: 32px;
}
.padding-default {
  padding: 15px;
}
.lights-container {
  animation: rotate 4s infinite;
}
@keyframes redlight {
  0% {
    opacity: 1;
  }

  10% {
    opacity: 0.3;
  }

  15% {
    opacity: 0.4;
  }

  20% {
    opacity: 0.5;
  }

  25% {
    opacity: 0.6;
  }

  30% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}
@keyframes bluelight {
  0% {
    opacity: 1;
  }

  10% {
    opacity: 0.3;
  }

  15% {
    opacity: 0.4;
  }

  20% {
    opacity: 0.5;
  }

  25% {
    opacity: 0.6;
  }

  30% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}
.redlight,
.bluelight {
  width: 100%;
  height: 150%;
  border-radius: 50%;
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  /* top: -25% !important; */
}
.redlight {
  background-color: red;
  background: radial-gradient(
    rgb(255 0 0 / 13%) 0%,
    transparent 67%,
    transparent 100%
  );
  animation: redlight 3s infinite;
  right: 40%;
  bottom: -50%;
}
.bluelight {
  background-color: red;
  background: radial-gradient(
    rgb(255 0 0 / 13%) 0%,
    transparent 67%,
    transparent 100%
  );
  animation: bluelight 3s infinite;
  left: 40%;
  top: -50%;
}
.pulse {
  animation: pulse-animation 2s infinite;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

.font-family-normal {
  font-family: "Roboto-Regular", sans-serif;
}
.text-bold {
  font-weight: bold !important;
}
.gap-10 {
  gap: 10px;
}
.checkbox-sideways {
  display: flex;
}
.checkbox-sideways label {
  margin-left: 10px;
}
.checkbox-lg {
  height: 40px;
  width: 40px;
  position: relative;
  top: -1px;
}
.radio-lg {
  width: 20px !important;
  height: 20px !important;
  position: relative !important;
  top: 8px;
}
#add-to-cart-modal {
  background: #0000009c !important;
}
.modal-dialog {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content {
  max-height: 90vh;
  overflow-y: auto;
}
.quick-donation-msection {
  padding: 0px 0px;
}
.quick-donate-alert {
  font-family: Quicksand, sans-serif;
  padding: 0px 0px 40px 0px;
}
.quick-donate-alert::before {
  content: "";
  display: inline-block;
  width: 2px;
  background-color: #45dbab;
}
.quick-donate-mtitle {
  color: #4a4c70;
  text-align: center;
  font-weight: normal;
}
.quick-donate-alert::before {
  height: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -15px;
  top: 15px;
  content: "";
  display: inline-block;
  width: 2px;
  background-color: #45dbab;
  position: absolute;
}
.quick-donate-alert::after {
  height: 4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: -20px;
  top: 19px;
}
.quick-donate-mtitle span:first-child {
  color: #673AB7;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: bold;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option--highlighted[data-selected] {
  background-color: #673AB7;
}
.select2-selection {
  height: 57px !important;
  padding: 10px 20px;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  height: 38px !important;
  line-height: 38px !important;
}
.select2-container
  .select2-selection--single
  .select2-selection__rendered
  .footer__form-input {
  padding: 6px;
}
header.header .button,
.aside-dropdown .button {
  font-size: 16px;
}
::selection {
  color: #ffffff;
  background-color: #673AB7;
}
.header-logo:after {
  /* content: "Alkhidmat UK";
  margin-left: 10px;
  font-weight: 500;
  color: #673AB7;
  font-weight: 600;
  cursor: pointer; */
}
.footer-a-fix {
  position: relative;
  /* top: 4px; */
  margin-left: 6px;
}
.footer__info .flex > * {
  flex: 1;
  text-align: left;
}
.footer__info .flex {
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.footer__info .img__wrap {
  height: 36px;
  width: 36px;
  background: #673AB7;
  border-radius: 100%;
  flex-basis: 36px !important;
  max-width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
a {
  text-decoration: none !important;
}
.footer-menu__item {
  width: 100%;
}
.footer-menu__item a {
  color: #000;
}
.footer-img-icon {
  width: 14px;
  position: relative;
  top: -2px;
}
.r-tabs-anchor {
  padding-bottom: 0px !important;
}
.horizontal-tabs__header {
  border-bottom: none !important;
}
.heading-no-cover {
  margin-top: 3rem !important;
}
.no-border {
  border: none !important;
}
.button:hover {
  color: #673AB7;
}
.hidden {
  display: none !important;
}
.position-relative {
  position: relative !important;
}
.cart-icon {
  width: 40px; /* Set your desired icon size */
  height: auto; /* Maintain aspect ratio */
}
.cart-counter {
  position: absolute;
  top: 20px; /* Adjusts position above the cart icon */
  right: 2px; /* Adjusts position to the right of the cart icon */
  background-color: red; /* Background color of the counter */
  color: white; /* Text color */
  border-radius: 50%; /* Makes it round */
  width: 25px; /* Default width for single digits */
  height: 25px; /* Default height for single digits */
  display: flex; /* Centers content */
  align-items: center; /* Vertically centers content */
  justify-content: center; /* Horizontally centers content */
  font-size: 12px; /* Font size for the number */
  font-weight: bold; /* Makes the number bold */
  text-align: center; /* Centers the text */
}
.btn-progress {
  position: relative;
  background-image: url("../img/spinner-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  color: transparent !important;
  pointer-events: none;
}
.heading__title span:first-child {
  color: #673AB7;
}
.radio-buttons {
  display: grid;
  grid-template-columns: repeat(2, 262.014px);
  gap: 10px;
}
.radio-toolbar input[type="radio"] {
  display: none;
}
.radio-toolbar label {
  display: inline-block;
  background-color: #f8f8f8;
  padding: 10px 20px;
  cursor: pointer;
  width: 100%;
  border: 1px solid #e3e3e3;
}
.radio-toolbar input[type="radio"]:checked + label {
  background-color: #f8f8f8;
  color: #002d56;
  border: 2px solid #002d56;
}
.select-lg select {
  border-radius: 0px;
  height: 50px;
}
.input-lg input {
  border-radius: 0px;
  height: 50px;
}
.radio-toolbar input[type="radio"] + label:hover {
  /* transition: transform 0.2s;
    transform: scale(1.2); */
  background-color: #f8f8f8;
  color: #002d56;
  border: 2px solid #002d56;
}
.no-line-height {
  line-height: 0px !important;
}
.no-margin {
  margin: 0px !important;
}
.content-center {
  justify-content: center;
  display: flex;
}
.content-vertical-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hadees_reference {
  font-weight: lighter !important;
  letter-spacing: 6px;
  text-align: center;
}
.btn-primary {
  color: #000000;
  background-color: #f9cd00;
  border-color: #e6be01;
  text-decoration: none;
}
.btn-primary:hover {
  color: #fff;
  background-color: #673AB7;
  border-color: #014a8d;
}
.btn-complete-donation {
  background: #74dd78;
  color: #fff !important;
  border: none !important;
  padding-top: 18px;
  padding-bottom: 18px;
}
.btn-complete-donation:hover {
  color: #fff;
  background-color: #56c55a;
}
.btn-add-donation {
  background: #673AB7 !important;
  color: #fff !important;
  border: none !important;
  padding-top: 18px;
  padding-bottom: 18px;
}
.btn-add-donation:hover {
  color: #fff;
  background-color: #00386c;
}
.font-bold {
  font-weight: bold;
}
.font-weight-normal {
  font-weight: normal !important;
}
.p70 {
  padding: 70px 0;
}
.pt70 {
  padding-top: 70px;
}
.pt50 {
  padding-top: 50px;
}
.pt40 {
  padding-top: 40px;
}
.pt30 {
  padding-top: 30px;
}
.pt20 {
  padding-top: 20px;
}
.pt10 {
  padding-top: 10px;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}
.mt-5i {
  margin-top: 10px !important;
}
.mt-10i {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mbr-1 {
  margin-bottom: 1rem;
}
.mbr-2 {
  margin-bottom: 2rem;
}
.mbr-3 {
  margin-bottom: 3rem;
}
.mbr-4 {
  margin-bottom: 4rem;
}
.mbr-5 {
  margin-bottom: 5rem;
}
.mbr-6 {
  margin-bottom: 6rem;
}
.mbr-7 {
  margin-bottom: 7rem;
}
.mbr-8 {
  margin-bottom: 8rem;
}
.mbr-9 {
  margin-bottom: 9rem;
}
.mbr-10 {
  margin-bottom: 10rem;
}
.mbr-11 {
  margin-bottom: 11rem;
}
.mt100 {
  margin-top: 100px;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.form-group {
  width: 100%;
}
.font-normal {
  font-weight: normal !important;
}
.font-bold {
  font-weight: bold !important;
}
.h4-normal,
h4 {
  font-weight: normal !important;
}
.dark-overlay img {
  filter: brightness(50%);
}
.image-shadow {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  transition: box-shadow 0.3s ease;
  border-radius: 3px;
}
/**
    CART PAGE
*/
.donations_list {
  max-width: 300px;
  width: 100%;
  margin-inline: auto;
  list-style: none;
  padding: 0px;
}
.bank_details_list {
  list-style: none;
  padding: 0px;
}
.bank_title {
  position: relative;
  margin-bottom: 28px;
  max-width: 100%;
  margin-inline: auto;
  font-size: 24px;
  font-weight: 800;
  line-height: 42px;
  text-align: center;
  margin: 15px 0px;
}
.bank_title_img {
  height: auto;
  width: 70px;
}
.bank_details_heading {
  color: #673AB7;
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: -0.07em;
}
.pricing-item--primary .pricing-item__price {
  color: #673AB7;
  font-size: 80px;
  line-height: 108px;
  font-weight: 700;
  letter-spacing: -0.07em;
}
.thank-you-heading {
  font-family: "Permanent Marker", cursive !important;
  font-size: 6em !important;
  color: #673AB7 !important;
  margin-bottom: 0px;
}
.row .padding-cart-page:first-of-type {
  padding-left: 0;
  padding-right: 35px;
}

.row .padding-cart-page:nth-of-type(2) {
  padding-right: 0;
}
.giftAidAmountContainer {
  border: 1px solid #b3b3b3;
  background: #fbfbfd;
  padding: 16px 19px;
  color: #262626;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  max-width: 100%;
  width: 100%;
  text-align: center;
}
.cart-item-p {
  margin: 15px 0px;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #f4f0ed;
}

.cart-item-p:last-child {
  border-bottom: none;
  margin-bottom: 0px !important;
}

.cart-area {
  background-color: #fbfbfb;
  padding: 20px 15px 30px 15px;
  border-radius: 4px 4px 0px 0px;
  border: 1px solid #ebebeb;
  border-bottom: none;
}

.donation-detail-area {
  background-color: #fbfbfb;
  padding: 15px;
  border-radius: 4px 4px 0px 0px;
  border: 1px solid #ebebeb;
  border-bottom: none;
}

.cart-total-section {
  float: right;
  margin-top: 10px;
}
.has-error input {
  border: 1px solid #ff0000;
}

.cart-separator {
  border-top: 1px solid #e3e3e3;
  margin: 20px 0px 15px 0px;
}
/* HOME PAGE */
.progress-container {
  display: flex;
  justify-content: center;
  margin-top: 10px; /* Adjust spacing as needed */
}

.progress {
  width: 150px; /* Set a fixed width for a smaller bar */
  height: 4px; /* Adjust height as needed */
  background-color: #e0e0e0; /* Background for the empty bar */
}

.progress-bar {
  width: 0%;
  height: 100%;
  background-color: #3498db; /* Color of the progress bar */
  transition: width 0s; /* Default transition */
}

.projects-masonry__title a:hover {
  color: #f9cd00;
}
.testimonial-two {
  position: relative;
  display: block;
  background-color: #f2f0ec;
  padding: 240px 0 120px;
  z-index: 1;
}
.testimonial-three {
  padding-top: 120px;
  margin-top: 0;
}
.testimonial-two__content {
  position: relative;
  display: block;
  margin-right: 30px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  padding: 50px 50px 44px;
  border-radius: 8px;
}
.testimonial-two__quote {
  position: relative;
  height: 67px;
  width: 67px;
  background-color: #673AB7;
  border-radius: 50%;
  font-size: 24px;
  color: var(--pifoxen-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 19px;
  -webkit-transition: background 500ms ease, color 500ms ease,
    -webkit-transform 500ms ease;
  transition: background 500ms ease, color 500ms ease,
    -webkit-transform 500ms ease;
  transition: background 500ms ease, color 500ms ease, transform 500ms ease;
  transition: background 500ms ease, color 500ms ease, transform 500ms ease,
    -webkit-transform 500ms ease;
}
.testimonial-two__content::after {
  position: absolute;
  bottom: -10px;
  left: 64px;
  right: 0;
  content: "";
  width: 0;
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
  border-top: 10px solid #fff;
}
.testimonial-two__client-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 50px;
  margin-top: 30px;
}
.owl-item {
  width: 370px;
  margin-right: 30px;
}
.featured-campaigns__img img {
  width: 500px !important;
  height: 500px !important;
  object-fit: cover;
}
.featured-campaigns__single > div {
  flex: 1 1 100%;
}
.fundraising_regulator {
  width: 200px;
  padding: 5px;
  background: #fff;
  border-radius: 4px;
  margin-top: 10px;
  margin-top: 0px !important;
}
/* LOGIN PAGE */
/*
    LOGIN PAGE
*/
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  height: 57px !important;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
}
.two-fa-section {
  min-height: 300px;
}
.btn-add-cart {
  margin: 0px !important;
  width: 100%;
  border-radius: 2px;
  height: 60px;
}
.auth-box {
  cursor: pointer;
  padding: 12px 0px;
  text-align: center;
  border-radius: 4px;
  width: 50%;
}
.auth-box-quick {
  cursor: pointer;
  padding: 12px 0px;
  text-align: center;
  border-radius: 4px;
  margin-top: 10px;
  border: 1px solid #673AB7;
}
.auth-box-active {
  cursor: pointer;
  background: #673AB7 !important;
  padding: 12px 0px;
  text-align: center;
  border-radius: 4px;
  width: 50%;
}
.auth-box-quick-active h4 {
  color: #fff !important;
}
.auth-box-active h3 {
  color: #fff !important;
}
.auth-action h3 {
  color: #4a4c70;
}
.auth-action h3 {
  color: #4a4c70;
}
.auth-box-quick-active {
  cursor: pointer;
  background: #fb8916 !important;
  border: 1px solid #be6103;
  padding: 12px 0px;
  text-align: center;
  border-radius: 4px;
}
.auth-box-quick-active h3 {
  color: #fff !important;
}
.auth-box-active h2 {
  color: #fff !important;
}
.btn-auth-section {
  margin: 20px 0px 16px 0px;
}
.forgot-auth-section {
  margin-top: 16px;
}
/* ABOUT US PAGE*/
@media only screen and (min-width: 1200px) {
  section.section {
    padding: 50px 0;
  }
}
.team-item--rounded .team-item__img {
  width: 328.425px !important;
  height: 284.928px !important;
  border-radius: inherit !important;
}
.team-item--rounded.team-item--active,
.team-item--rounded:hover {
  background-color: transparent !important;
  box-shadow: inherit !important;
}
.team-item--rounded.team-item--active .team-item__name,
.team-item--rounded.team-item--active .team-item__position,
.team-item--rounded:hover .team-item__name,
.team-item--rounded:hover .team-item__position {
  color: #673AB7;
}
.team-item__img img {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Horizontal offset, vertical offset, blur radius, color */
  border-radius: 2px; /* Optional: Makes the image corners slightly rounded */
  transition: box-shadow 0.3s ease; /* Smooth transition effect for hover */
}
.team-item__img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.team-item__img img:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.8); /* Increase shadow size on hover for a subtle effect */
}
.team-item__position,
.team-item__position:hover {
  color: #000 !important;
}
/* ABOUT US PAGE ENDS */
/* APPEALS PAGE */
.promo-primary__title::after,
.promo-primary__title::before {
  display: none;
}
.causes-item {
  color: #fff;
  background: #f5f6f8;
}
/* SINGLE APPEAL PAGE */
.promo-primary {
  /* margin-top: 80px; */
}
.appeal-wpay-title {
  font-size: 22px;
  padding: 10px;
}
.row-title-bg {
  background-color: #673AB7;
  margin-bottom: 20px;
}
.pricing-item--primary {
  padding: 65px 15px 10px 15px;
}
.what-you-pay-section {
  padding-bottom: 100px;
}
.lower-line-height {
  line-height: 1.2;
}
.light-border-bottom {
  border-bottom: 1px solid #f5f5f5;
}
.dark-border-bottom {
  border-bottom: 1px solid #d9d7d7;
}
.padding-project {
  padding: 15px 0px;
}
.padding-donation-list {
  padding: 6px 0px;
}
/*
    QUICK DONATION FORM
*/
.home-second-donation-form {
  box-shadow: 0px 4px 4px 0px rgba(153, 147, 147, 0.15);
}
.font-xs {
  font-size: 14px !important;
  letter-spacing: 4px;
}
.quick-donate-bg {
  object-fit: cover;
  object-position: 50% 50%;
  max-width: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 1519.2px;
  height: 475.88px;
  overflow: hidden;
  pointer-events: none;
  margin-top: -70.44px;
  transform: translate3d(0px, 96.0113px, 0px);
}
.home-second-donation-form {
  position: relative;
  z-index: 99;
}
.funds-committed {
  bottom: -70px;
  z-index: 99;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 1.8rem;
  min-width: 235px;
  text-align: center;
  text-align: center !important;
}
.funds-committed h3,
.funds-committed h4,
.funds-committed h2 {
  color: #fff !important;
}
.home-second-donation-form .funds-committed {
  position: relative;
  top: 0;
  border-radius: 15px 15px 0 0;
  background: #673AB7;
  color: #fff;
  left: 0;
  overflow: hidden;
  box-shadow: none;
  text-align: center !important;
  margin-top: -109px;
  font-family: "Roboto-Regular", sans-serif;
  letter-spacing: 4px;
}
.home-second-donation-form .form-style {
  background-color: #fff;
  background-repeat: repeat;
  padding: 2rem 1.5rem;
  border-radius: 0 0 10px 10px;
  margin-bottom: -109px;
}
.bg-secondary {
  background-color: #f9cd00;
}
.form__size-label {
  width: 100% !important;
  padding: 14px 20px !important;
  height: auto !important;
  border-radius: 4px;
  color: #000 !important;
}
.label-active {
  color: #fff !important;
  background: #673AB7 !important;
}
.form__input-radio:checked + .form__size-label,
.form__size-label:hover {
  color: #ffffff !important;
  background: #673AB7;
}
/*
    @ WAYS TO DONATE
*/
.container > .buttonContainer {
  display: flex;
  justify-content: space-between;
}
.flex {
  display: flex;
}
.tabbingButton {
  padding: 18px 47px;
  border: 1px solid #b3b3b3;
  background: #fff;
  color: #262626;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  max-width: 269px;
  width: 100%;
  display: block;
  flex-shrink: 0;
  transition: all 250ms ease;
}
.tabbingButton:hover,
.tabbingButton.active {
  /* background: #28A745; */
  background: #673AB7;
  color: #fff;
}
.btn-ways {
  padding: 15px 30px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: var(--fs-16);
  font-weight: 700;
  line-height: normal;
}
.bankPanel,
.donationPanel {
  max-width: 100%;
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 60px 0px rgba(172, 165, 165, 0.15);
  padding: 67px 81px;
  height: 403px;
}
.util__panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.innerButton {
  max-width: 290px;
  width: 100%;
}
.innerButton {
  align-self: flex-start;
}
.innerPanelContainer {
  align-self: flex-start;
}
.innerPanelContainer {
  max-width: 646px;
  width: 100%;
}
.innerPanelContainer .panel {
  padding: 30px 0 12px;
  padding-left: 53px;
  padding-right: 31px;
  border: 1px solid #b3b3b3;
  /* max-width: 646px; */
  width: 100%;
  align-self: flex-start;
}
.panel:not(.active) {
  display: none;
}
.bankPanel,
.donationPanel {
  max-width: 100%;
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 60px 0px rgba(172, 165, 165, 0.15);
  padding: 67px 81px;
  height: 403px;
}
.panel .tabbingButton {
  margin-bottom: 10px;
}
/*
    @ FOOTER
*/
footer.footer {
  background-color: #fff;
  color: #000;
  border-top: 1px solid #e3e3e3;
}
footer {
  /* height: 501px; */
  background: #fafafa;
  display: flex;
  align-items: center;
  /* background: url(../img/backgrounds/footer-bg.png); */
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 60%;
  padding: 40px 0 20px;
}
.footer-border {
  border-top: 1px solid #e3e3e3;
  padding-top: 7px;
  margin-top: 70px;
}
.footer-socials {
  color: #818ea9;
}
img.badge3 {
  width: 150px;
  float: left;
  margin: 0 10px 0 0;
}
.no-top-padding {
  padding-top: 0px !important;
}
.no-bottom-padding {
  padding-bottom: 0px !important;
}
/*
    SLIDER
*/

.slider-image a {
  position: relative;
  display: block;
  text-decoration: none;
}

.slider-image img {
  width: 100%;
}

/*  @@@@@@@@@@@@@@@@@@@
    @@ MEDIA QUERIES @@
    @@@@@@@@@@@@@@@@@@@
*/
/* 
    DESKTOP 1024 to 1227
*/
@media (min-width: 1024px) and (max-width: 1227px) {
  /* .header-logo:after {
        display: block;
        position: relative;
        left: -50px;
        font-size: 11px;
        top: 8px
    } */
}
@media (max-width: 1023px) {
  .header-logo {
    text-align: center;
  }

  .header-logo:after {
    display: block;
    position: static;
    font-size: 14px;
    margin-top: 8px;
    margin-left: 0;
    text-align: center;
  }
}
/* 
    DESKTOP 1200
*/
@media (min-width: 1200px) and (max-width: 1396px) {
  .lang-select {
    margin-right: 0px;
  }
}
/* 
    DESKTOP
*/
@media (min-width: 1228px) and (max-width: 1367px) {
  .header-logo:after {
    display: inline;
  }
}
@media (min-width: 1367px) and (max-width: 1535px) {
  .header-logo:after {
    left: -38px;
  }
  .header-logo:after {
    display: inline;
  }
}
@media (min-width: 1228px) {
  .header-logo:after {
    display: inline;
  }
}
@media (min-width: 767px) {
  .margin-top-quick-home {
    margin-top: 110px !important;
  }
  .featured-campaigns__single {
    max-height: 500px;
  }
  .hide-desktop {
    display: none !important;
  }
  .text-section--style-2 .text-section__heading {
    font-size: 100px;
  }
  .header-logo {
    position: relative;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .header-logo:after {
    display: block;
    position: static;
    margin-top: 8px;
    text-align: right;
  }
  .margin-top-quick-home {
    margin-top: 110px !important;
  }
  .featured-campaigns__content {
    padding: 28px 40px 70px;
  }
  .hide-desktop {
    display: block !important;
  }
  .mbr-1-mobile {
    margin-bottom: 1rem;
  }
  .mbr-2-mobile {
    margin-bottom: 2rem;
  }
  .mbr-3-mobile {
    margin-bottom: 3rem;
  }
  .mbr-4-mobile {
    margin-bottom: 4rem;
  }
  .mbr-5-mobile {
    margin-bottom: 5rem;
  }
  .mbr-6-mobile {
    margin-bottom: 6rem;
  }
  .mbr-7-mobile {
    margin-bottom: 7rem;
  }
  .mbr-8-mobile {
    margin-bottom: 8rem;
  }
  .mbr-9-mobile {
    margin-bottom: 9rem;
  }
  .pt70 {
    padding-top: 40px;
  }
  .hadees-reference {
    font-size: 18px;
    letter-spacing: 18px;
  }
  .custom-quote {
    font-size: 32px;
  }
  section.section {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mt10-mobile {
    margin-top: 10px;
  }
  .mtr-1-mobile {
    margin-top: 1rem;
  }
  .mtr-2-mobile {
    margin-top: 2rem;
  }
  .mtr-3-mobile {
    margin-top: 3rem;
  }
  .mtr-4-mobile {
    margin-top: 4rem;
  }
  .mtr-7-mobile {
    margin-top: 7rem;
  }
  .mbr-1 {
    margin-bottom: 1rem;
  }
  .mbr-2 {
    margin-bottom: 2rem;
  }
  .mbr-3 {
    margin-bottom: 3rem;
  }
  .mbr-5 {
    margin-bottom: 4rem;
  }
  .mbr-5 {
    margin-bottom: 5rem;
  }
  .mbr-6 {
    margin-bottom: 6rem;
  }
  .mbr-7 {
    margin-bottom: 7rem;
  }
  .mtr-4 {
    margin-top: 4rem;
  }
  .mtr-5 {
    margin-top: 5rem;
  }
  .mtr-6 {
    margin-top: 6rem;
  }
  .mtr-6-mobile {
    margin-top: 6rem;
  }
  .mtr-7 {
    margin-top: 7rem;
  }
  .mtr-7-mobile {
    margin-top: 7rem;
  }
  .mtr-8 {
    margin-top: 8rem;
  }
  .mt20-mobile {
    margin-top: 20px;
  }
  .mt30-mobile {
    margin-top: 30px;
  }
  .mt40-mobile {
    margin-top: 40px;
  }
  .mt50-mobile {
    margin-top: 50px;
  }
  .mt60-mobile {
    margin-top: 60px;
  }
  .pt20-mobile {
    padding-top: 20px;
  }
  .pt30-mobile {
    padding-top: 30px;
  }
  .pt40-mobile {
    padding-top: 40px;
  }
  .pt50-mobile {
    padding-top: 50px;
  }
  .pt60-mobile {
    padding-top: 60px;
  }
  .pb10-mobile {
    padding-bottom: 10px;
  }
  .pb20-mobile {
    padding-bottom: 20px;
  }
  .pb30-mobile {
    padding-bottom: 30px;
  }
  .pb40-mobile {
    padding-bottom: 40px;
  }
  .pb50-mobile {
    padding-bottom: 50px;
  }
  .pb60-mobile {
    padding-bottom: 60px;
  }
  .btn-main-donate {
    width: 100% !important;
  }
  .dropdown-trigger {
    /* position: relative;
        left: -6px; */
  }
  .cart-icon {
    /* position: relative;
        left: -2px; */
  }
  .header-logo:after {
    font-size: 14px;
    margin-left: 6px;
  }
  .owl-carousel .owl-item img {
    display: block;
    width: 100% !important;
  }
  .pt30 {
    padding-top: 20px;
  }
  .text-center-mobile {
    text-align: center;
  }
  .row .padding-cart-page:first-of-type {
    padding-left: 15px;
    padding-right: 15px;
  }
  .thank-you-heading {
    font-size: 4em !important;
  }
  .row .padding-cart-page:nth-of-type(2) {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkbox-lg {
    top: -4px;
  }
  .header-logo__img {
    max-height: 60px;
  }
  .featured-campaigns__single {
    flex-wrap: wrap;
    flex: 1 1 100%;
  }
  .buttonContainer .flex button {
    flex: 1;
  }
  .container > .buttonContainer {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  .buttonContainer a {
    display: block;
    max-width: 70%;
    margin-inline: auto;
    margin-bottom: 20px;
  }
  .donationPanel {
    padding: 20px;
  }
  .donationPanel {
    height: auto;
  }
  .util__panel {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .buttonContainer {
    margin-inline: auto;
  }
  .heading-no-cover {
    margin-top: 7rem !important;
  }
  .hide-mobile {
    display: none;
  }
  .pricing-item--primary {
    padding: 0px 15px 10px 15px;
  }
  .what-you-pay-section {
    padding-bottom: 50px;
  }
  .radio-toolbar label {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .header-logo:after {
    display: inline;
  }
}
@media only screen and (max-width: 992px) {
  .radio-buttons {
    grid-template-columns: 1fr;
  }
}
.main-menu__item--active .main-menu__link span::after,
.main-menu__item--has-child .main-menu__link span::after {
  display: none;
}
.main-menu__link span {
  font-weight: bold;
}
.instagram-slider__item::before {
  padding-top: 100%;
}
.select-lg {
  height: 50px;
  border-radius: 0px;
}
