.style-font {
  font-family: Storytella, sans-serif;
  color: #efc940 !important;
}

.promo-primary {
  position: relative;
}

.promo-primary .promo-primary__description {
  z-index: 3;
}

.promo-primary .container {
  position: relative;
  z-index: 3;
}

.promo-primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000091;
  z-index: 1;
}

.text-orange {
  color: #f58635 !important;
}

.text-green {
  color: #7eb44d !important;
}

.text-yellow {
  color: #ffcc28 !important;
}

.our-winners-section {
  background: url(../images/golden-glow-bg.webp) no-repeat center center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  background-attachment: fixed;
}

.winners-list {
  background-color: #00000094;
  padding: 40px;
  box-shadow: 0 0 20px 20px rgb(0 0 0 / 30%);
  border-radius: 10px;
  backdrop-filter: blur(10px);
  border: 1px solid #ffc92a82;
}

.winner-box {
  margin-bottom: 20px;
}

.winner-pic {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ffffff;
  box-shadow: 0 0 20px #00000091;
  margin-bottom: 10px;
}

.winner-pic img:hover {
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}

.winner-info p {
  text-align: justify;
}

.phone-nav-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -50px;
  margin-bottom: 50px;
}

.projects-masonry__badge {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  border-radius: 20px;
  padding: 8px 16px;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}

.projects-masonry__img {
  box-shadow: rgb(50 50 93 / 72%) 0px 30px 60px -12px inset, rgb(0 0 0 / 68%) 0px 18px 36px -18px inset;
}

.readMoreContent {
  display: none;
}

.readMoreContent.showContent {
  display: block;
}

.text-muted-area p {
  text-align: justify;
}

.why-card {
  position: relative;
  padding: 30px;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 30px;
}

.why-card-no {
  position: absolute;
  bottom: 10px;
  right: 20px;
  color: #000000;
  z-index: 2;
  font-size: 1.1rem;
}

.promo-slider__wrapper-2 .promo-slider__subtitle {
  text-shadow: 0px 0px 14px #000000;
}

.why-card::after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 70px;
  height: 70px;
  border-radius: 50% 50%;
  background: #efc941;
  z-index: -1;
}

.why-card:hover:after {
  width: 120%;
  height: 120%;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}

.why-card__icon {
  position: absolute;
  right: 10px;
  top: 10px;
}

.why-card__icon svg {
  height: 60px;
  width: 60px;
}

.why-card__text {
  text-align: justify;
}

.promo-slider__title {
  font-size: 40px;
}

.audence-banner {
  background: url(../images/19016.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  padding: 30px;
  display: flex;
  align-items: center;
}

.yt-video iframe {
  border: 6px solid #efc941;
  border-radius: 6px;
  box-shadow: 0 0 20px 15px #00000045;
}

.nomination-section {
  background: url(../images/star-bg.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  background-attachment: fixed;
}

.nomination-form {
  backdrop-filter: blur(6px);
  background: #00000070;
  padding: 40px;
  border-radius: 8px;
}

.mp-0 {
  margin: 0 !important;
  padding: 0 !important;
}

.audence-content {
  padding: 50px;
}

.audence-content {
  padding: 50px;
}

/* banner video bg */

.video-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  /* adjust to your desired height */
  background-color: #000c28;
  /* your background color */
}

.banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-banner-text h1 {
  color: #fff;
  font-size: 40px;
  text-align: center;
  letter-spacing: 1px;
}

.video-banner-text h3 {
  color: #fff;
  font-size: 30px;
  text-align: center;
  letter-spacing: 1px;
}

.video-banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* gallery */
.masonry {
  /* Masonry container */
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  padding: 0;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1em;
  font-size: 0.85em;
  position: relative;
}

.donors-slider__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.doneatsection::before {
  content: "";
  backdrop-filter: blur(2px);
  background: #00000085;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}

.doneatsection h2 {
  color: #efc940;
}

.masonry .item {
  display: inline-block;
  width: 100%;
  /* box-shadow: 1px 1px 30px -10px rgb(0 0 0 / 40%); */
  margin-bottom: 13px;
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 6px;
  background: -webkit-linear-gradient(333deg, rgb(126 180 77) 0%, rgb(0 152 218) 100%);
  border-radius: 5px;
  animation: bgcolorrotate 6s infinite linear;
}

.pagination {
  margin-top: 30px;
}

.event-item {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-image: -webkit-linear-gradient(66deg, rgb(126 180 77) 0%, rgb(0 152 218) 100%) 1;
  border-image: linear-gradient(66deg, rgb(126 180 77) 0%, rgb(0 152 218) 100%) 1;
  border: 3px solid;
  animation: bordercolorrotate 3s infinite linear;
}

@keyframes bordercolorrotate {
  0% {
    border-image: -webkit-linear-gradient(66deg, rgb(126 180 77) 0%, rgb(0 152 218) 100%) 1;
    border-image: linear-gradient(66deg, rgb(126 180 77) 0%, rgb(0 152 218) 100%) 1;
  }

  50% {
    border-image: -webkit-linear-gradient(66deg, rgb(0 152 218) 0%, rgb(126 180 77) 100%) 1;
    border-image: linear-gradient(66deg, rgb(0 152 218) 0%, rgb(126 180 77) 100%) 1;
  }

  100% {
    border-image: -webkit-linear-gradient(66deg, rgb(126 180 77) 0%, rgb(0 152 218) 100%) 1;
    border-image: linear-gradient(66deg, rgb(126 180 77) 0%, rgb(0 152 218) 100%) 1;
  }

}

@keyframes bgcolorrotate {
  0% {
    background: -webkit-linear-gradient(333deg, rgb(126 180 77) 0%, rgb(0 152 218) 100%);
  }

  50% {
    background: -webkit-linear-gradient(333deg, rgb(0 152 218) 0%, rgb(126 180 77) 100%);
  }

  100% {
    background: -webkit-linear-gradient(333deg, rgb(126 180 77) 0%, rgb(0 152 218) 100%);
  }

}

.masonry .item img {
  max-width: 100%;
}

.text-muted-area {
  padding: 35px;
  color: #4d4747;
  font-size: 16px;
  font-weight: 700;
  background-color: #d8ebf4;
}

.video__player {
  background: url(../images/video-bg.webp) no-repeat;
  /* height: 400px; */
  background-size: cover;
}

.devider-top {
  transform: rotate(180deg);
}

.video-box {
  position: relative;
  z-index: -1;
  padding: 0px;
}

.bf-size {
  font-size: 22px !important;
}

.ab-hp {
  text-shadow: 2px 1px 3px black !important;
}

.img-l-out {
  width: 100px;
}

.h-name {
  font-size: 80px !important;
  color: #efc940 !important;
  font-style: Quicksand !important;
}

.smhead {
  font-size: 55px !important;
  color: #77430d !important;
}

.doneatsection {
  padding: 100px;
  text-align: center;
  background: url(../banners/Support-Us.webp) no-repeat top center;
  background-size: cover;
  position: relative;
  color: #fff;
  background-attachment: fixed;
  overflow: hidden;
}

.intro-section {
  background: url(../images/ngo-strip-banner.webp) no-repeat top center;
  background-size: cover;
  padding: 145px 0;
}

.footer-socials__link i {
  font-size: 1.4rem;
}

.footer-socials__link:hover i {
  color: #efc940;
  font-size: 1.5rem;
  transition: 0.3s ease-in-out;
}

.intro-heading {
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
}

.intro-heading h4 {
  font-size: 3.4rem;
  font-weight: 600;
  background: -webkit-linear-gradient(176deg, rgb(143 175 125) 0%, rgb(251 208 36) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testimonial-pic {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50% 50%;
  overflow: hidden;
  margin-right: 10px;
  box-shadow: 0px 0px 15px 2px #00000033;
  border: 2px solid #f8f5f5;
}

.testimonial-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section.testimonials {
  background-color: #f8ead7;
}

.instagram__bg {
  position: absolute;
  left: 0;
  bottom: 180px;
  z-index: -1;
  pointer-events: none;
}

.growth-partner p {
  text-align: right;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  margin-top: 25px;
  margin-bottom: 0px;
  color: #9e01fd;
}

.growth-partner img {
  float: right;
  width: 200px;
  height: auto;
}

.sec-pad {
  padding: 70px 0;
}

.contacts__item__content {
  padding: 0px 15px;
}

.soc_img {
  position: sticky;
  padding-left: 0px;
  padding-right: 0px;
  top: 0px;
}

.header--front .mob-logo {
  display: none;
}

.event-slider__item {
  padding: 0 6px;
}

.blog-slider__item {
  padding: 0 6px;
}

.event-item .img--bg {
  -o-object-position: center center;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center";
  z-index: 1;
  /* border-radius: 10px; */
  box-shadow: 0 0 20px #0000004a;
}

.mt-70 {
  margin-top: 70px;
}

.event-item__img {
  position: relative;
  margin-bottom: 16px;
}

.event-item__body {
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 20px -3px #00000033;
  border-radius: 10px;
}

.section-devider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.mv-card::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(45deg, #ffbc00, #ff0058);
  border-radius: 1.2em;
}

.mv-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #ffbc00, #ff0058);
  filter: blur(30px);
}

.my-card-content {
  position: relative;
  z-index: 2;
}

.mv-card {
  box-shadow: 0 0 16px 4px #00000021;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.card-details p {
  color: #fff;
}

.card-heading h3 {
  font-size: 2rem;
  margin-top: 16px;
  color: #ffffff;
}

.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0 20px #00000042;
}

.section-devider img {
  width: auto;
  height: 45px;
}

.ppe-box {
  display: flex;
  flex-direction: row;
}

.ppe-box .ppe-text {
  padding-left: 16px;
}

.ppe-box .ppe-icon img {
  height: 55px;
  width: 55px;
}

.storie-details__description .row {
  justify-content: space-between !important;
}

.main-content-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 8px;
}

.details-btn {
  display: inline-block;
  color: #ffffff;
  background: #088791;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  padding: 7px 20px;
  border-radius: 50px;
  min-width: 120px;
  letter-spacing: 0.5px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: rgb(50 50 93 / 50%) 0px 30px 60px -12px inset, rgb(0 0 0 / 45%) 0px 18px 36px -18px inset;
}

.alert {
  position: fixed;
  z-index: 3;
  right: 10px;
  bottom: 10px;
  padding: 25px 35px;
  border-radius: 10px;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  color: #000000;
  z-index: 12;
}

h1 {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -0.05em;
  background: -webkit-linear-gradient(333deg, rgb(126 180 77) 0%, rgb(0 152 218) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.animated-heading {
  display: flex;
  align-items: center;
  justify-content: left;
}

.animated-heading .heading-icon {
  margin-right: 10px;
}

/* .counter-item {
  margin-top: 60px;
} */
.pagination-section {
  margin: 16px 0px;
}

.breadcrumb-style {
  margin-top: 5px;
}

.ps-0 {
  padding-left: 0 !important;
}

.breadcrumb-style ul li:first-child {
  padding-left: 0;
}

.breadcrumb-style ul li {
  display: inline-block;
  list-style-type: none;
  color: #333;
  padding: 0 10px;
  position: relative;
  font-size: 12px;
}

.breadcrumb-style ul li:last-child {
  font-weight: 600;
  border-bottom: 0.6px solid #aaaaaa5c;
  color: #f58532;
  font-size: 14px;
}

.pagination-section .pagination-page {
  border-radius: 16px;
  padding: 15px 25px;
}

.breadcrumb-share-links li {
  list-style-type: none;
  display: inline-block;
  margin-left: 4px;
}

.breadcrumb-share-links {
  display: flex;
  justify-content: right;
  align-items: center;
}

.breadcrumb-style ul li a {
  text-decoration: none;
  color: #74b654;
  font-size: 1rem;
}

.breadcrumb-share-links li a {
  background: #e9e8e7;
  font-size: 20px;
  height: 40px;
  width: 40px;
  position: relative;
  border: 1px solid #ffffff;
  text-decoration: none;
  border-radius: 50% 50%;
  text-align: center;
  display: flex;
  margin: 0;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 8px;
}

.breadcrumb-share-links li:nth-child(1) a i {
  color: #4064ac !important;
}

.breadcrumb-share-links li:nth-child(2) a i {
  color: #0275b4 !important;
}

.breadcrumb-share-links li:nth-child(3) a i {
  color: #ec0c21 !important;
}

.breadcrumb-share-links li:nth-child(4) a i {
  color: #fe0000 !important;
}

.donation-amount .donation-amount__inner .donation-plan-name {
  width: calc(100% - 160px);
  min-height: 45px;
  float: left;
  line-height: 16px;
  border-right: solid 1px #979797;
  margin-right: 14px;
  font-family: "FedraSansStd-medium", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  padding-right: 6px;
  position: relative;
  display: flex;
  align-items: center;
}

.donation-amount .donation-amount__inner .donation-plan-price {
  width: 120px;
  display: flex;
  float: left;
  margin-right: 4px;
  align-items: flex-end;
  font-family: "FedraSansStd-medium", sans-serif;
  font-size: 25px;
  font-weight: normal;
  color: #f58532;
}

.donation-amount .donation-amount__inner {
  background-color: #efc9410f;
  border: 1px solid #efc9418f;
  border-radius: 16px;
  padding: 15px 25px;
  display: flex;
  flex-direction: row;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}

.donation-amount {
  text-decoration: none;
}

.donation-plan-list {
  display: flex;
  justify-content: center;
}

.donation-amount__inner .custom-amount {
  border: none !important;
  text-decoration: none;
  width: 100%;
  background: transparent;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  font-family: "FedraSansStd-medium", sans-serif;
  padding: 7px 0;
}

.donation-amount__inner .custom-amount::placeholder {
  color: #000c28;
}

.donation-amount__inner .custom-amount:active,
.donation-amount__inner .custom-amount:focus,
.donation-amount__inner .custom-amount:focus-visible {
  border: none !important;
}

.donation-amount__inner .custom-amount:focus {
  border: none !important;
}

.contributed-amount {
  float: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #fff9ea;
  border: 1px solid #74b65469;
  padding: 20px 25px;
  margin-top: 20px;
  width: 45%;
  border-radius: 16px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.contributed-icon {
  margin-right: 10px;
}

.donation-plan-amount {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  font-family: "FedraSansStd-medium", sans-serif;
}

.donation-plan-amount-text {
  font-size: 22px;
  font-weight: 500;
  color: #f58532;
  font-family: "FedraSansStd-medium", sans-serif;
}

.donation-amount .active {
  border: 1px solid #74b65469;
  transition: all 0.3s ease-in-out;
}

.donation-stage-plan {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.donation-stage-plan .stage-icon {
  border: 1px solid #f585327a;
  background: #d8e7d38f;
  border-radius: 50% 50%;
  height: 90px;
  width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.donation-stage-plan h3 {
  margin-top: 20px;
  font-family: "FedraSansStd-medium", sans-serif;
  font-size: 18px;
}

.donation-form-top {
  background: linear-gradient(139deg, rgb(254 254 254) 0, rgb(116 182 84 / 26%) 59%, rgb(255 201 42) 59%, rgb(245 133 50) 100%) !important;
  padding: 50px 0px;
  margin-bottom: 10px;
  border-radius: 8px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.text-orange {
  color: #f58532 !important;
}

.promo-primary__title {
  padding-bottom: 10px;
}

.promo-primary__title::after {
  bottom: -10px;
}

.promo-primary__title::before {
  bottom: -10px;
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
  h2 {
    font-size: 40px;
  }

  .contributed-amount {
    width: 100%;
  }

  .donation-plan-amount {
    font-size: 14px;
  }

  .donation-plan-amount-text {
    font-size: 16px;
  }

  .donation-amount .donation-amount__inner .donation-plan-name {
    width: calc(100% - 95px);
    font-size: 14px;
  }

  .donation-amount .donation-amount__inner .donation-plan-price {
    width: 95px;
    font-size: 18px;
  }

  .float-sm-end {
    float: right !important;
  }

  .aside-menu__sub-list li {
    position: relative;
    padding: 10px 0 10px 20px;
  }

  .aside-dropdown__inner {
    width: 370px;
  }

  .aside-dropdown--active .aside-dropdown__inner .aside-dropdown-close {
    display: block;
  }

  .aside-dropdown__inner .aside-dropdown-close {
    display: none;
  }

  .aside-menu__sub-list li::before {
    content: "";
    pointer-events: none;
    display: inline-block;
    height: 2px;
    width: 8px;
    background: #1095d3;
    position: absolute;
    left: -3px;
    top: 24px;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
  }

  .aside-menu__sub-list a {
    font-size: 15px;
  }

  .aside-dropdown__item:first-of-type {
    padding: 20px 0 0 40px;
  }

  .heading__title {
    font-size: 25px;
  }

  .audence-content {
    padding: 50px 0;
  }

  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }

  .winners-list .heading__title {
    font-size: 45px;
  }

  .winners-list h4 {
    font-size: 24px;
  }

  .winners-list h5 {
    font-size: 20px;
  }

  .winners-list {
    padding: 20px 0;
    margin: 0 10px;
  }

  .section-devider img {
    height: 25px;
  }

  .winner-box {
    margin-bottom: 50px;
  }

  .nomination-form {
    padding: 40px 20px;
  }

  .winner-pic {
    margin-bottom: 30px;
  }

  .img-box {
    top: 35px;
    margin-bottom: 100px;
  }

  .intro-section {
    padding: 0;
  }

  .about-us .button {
    margin-right: 5px;
  }

  .instagram__bg {
    bottom: 150px;
  }

  .footer__copy {
    text-align: center;
  }

  .intro-heading {
    padding-bottom: 50px;
  }

  .event-item {
    margin: 20px 0;
  }

  .icon-item {
    margin-bottom: 10px;
  }

  .main-sticky-pic {
    margin-top: 70px;
  }

  .audence-banner {
    padding: 30px 0;
  }

  .yt-video iframe {
    height: 250px;
  }

  .my-devider .audence-content {
    padding: 0px;
  }

  .heading__pre-title {
    margin-top: 10px;
  }

  .header--front .mob-logo {
    display: inline-block;
    width: 185px;
    padding-left: 6px;
    padding-top: 0px;
  }

  .intro-heading h4 {
    font-size: 1.5rem;
  }

  .intro-section {
    background: url(../images/ngo-strip-banner.webp) no-repeat bottom center;
    background-size: contain;
    padding-bottom: 90px;
  }

  .doneatsection {
    padding: 100px 0;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media only screen and (min-width: 1201px) {
  .masonry {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}