
.main-header__logo img{
   filter: drop-shadow(1px 1px 0px white);
}
.slider-one__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-blend-mode: color-dodge;
    background-color: #19535c00;
    opacity: 0.4; 
}

.slider-three .slider-one__title{
    font-size: 80px;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 900;
}

    .slider-three p{
    font-size: 20px;
    text-transform: capitalize;
    line-height: 1.2;   
    color: #fff;
    font-weight:600 ;
}
.slider-one .owl-carousel .owl-nav{
    display: none;
}

.main-menu__list > li {
    position: relative;
    padding: 15px 0;
}

 
@media (min-width: 768px) {
    .slider-three .slider-one__text {
        margin-bottom: 25px;
    }
}
 
@media (min-width: 1200px) {
    .main-menu .container-fluid {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 60px;
        padding-right: 60px;
    }
}

.slider-one__text {
    position: relative;
    padding-left: 0px; /* Gives space for the red line */
}

.slider-one__text :before {
    content: '';
    position: absolute;
    background: #df5311;
    width: 40px;
    height: 2px;
    left: 0;
    top: 13px;
}

.donations-card__content {
    padding: 40px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
    border-top: 4px solid #df5311;
}

.donations-card__category {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #df5311;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1em;
    padding: 11.5px 19.5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.donations-card .bar-inner .count-text {
    position: absolute;
    bottom: 100%;
    right: 0;
    color: #df5311;
    font-size: 12px;
    font-weight: bold;
    line-height: 1em;
    padding-bottom: 9px;
}

.slider-one__btns  {
        text-align: center;
    justify-content: center;
}
.slider-one__buttons   {
        text-align: center;
    justify-content: center;
    background-color: #df5311;
     
    color: #3e6967;
}

.donations-card__image {
  overflow: hidden;
  position: relative;
}

.donations-card__image img {
  transition: transform 0.5s ease;
}

.donations-card__image:hover img {
  transform: scale(1.1);
}

.y-150 {
        --bs-gutter-x: 150px;
} 
@media (min-width: 1600px) {
.faq-one__content {
     padding: 2.5rem 0;
 }
}
.funfact-one__inner::before {
    content: "";
    width: 24px;
    height: 24px;
    background-color: #df5311;
    position: absolute;
    top: 0;
    left: 0;
}
.thm-btn--two::before {
    background-color: #df5311;
}
 .site-footer__top {
    padding-top: 7.375rem;
    padding-bottom: 0.5rem;
}
 @media (min-width: 1200px) {
    .faq-one__image {
        margin-left: 0px;
    }
}
@media (min-width: 992px) {
    .cta-three__title {
        max-width: 415px;
        margin-right: auto;
        margin: 0;
        font-size: x-large;
    }
}
.cta-three__title {
    position: relative;
    font-size: 23px;
    line-height: 23px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.04em;
    margin: 0;
    margin-top: 40px;
    margin-bottom: 40px;
}
.site-footer__bottom__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
   
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2.5rem;
    padding-bottom: 0.5rem;
}

.scroll-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #df5311;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
    border-radius: 50%;
    transition: all 0.4s ease;
}
.scroll-to-top::after {
    background-color: #144047;
}
.sec-title__title {
    margin: 0;
    font-size: 2.125rem;
    line-height: 1.2em;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: var(--paroti-black, #144047);
}

.main-header__logo::before {
    content: "";
    position: absolute;
    left: -68px;
    bottom: 0;
    padding-bottom: 0px;
    padding-top: 0px;
    width: 338px;
    height: 100%;
    background-color: #eee;
    z-index: -1;
}
.main-header__logo{
position:relative;
}
.donations-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.donations-card__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* Padding top */
.pt-10 {
    padding-top:10px;
}
.pt-20 {
    padding-top:20px;
}
.pt-30 {
    padding-top:30px;
}
.pt-40 {
    padding-top:40px;
}
.pt-50 { 
    padding-top:50px;
}
.pt-60 {
    padding-top:60px;
}
.pt-70 {
    padding-top:70px;
}
.pt-80 {
    padding-top:80px;
}
.pt-90 {
    padding-top:90px;
}
.pt-100 {
    padding-top:100px;
}
.pt-110 {
   padding-top:110px;
}
.pt-120 {
    padding-top:120px;
}
.pt-130 {
    padding-top:130px;
}
.pt-140 {
    padding-top:140px;
}
.pt-150 {
    padding-top:150px;
}
.pt-160 {
    padding-top:160px;
}
.pt-170 {
    padding-top:170px;
}
.pt-180 {
    padding-top:180px;
}
.pt-190 {
    padding-top:190px;
}
.pt-200 {
    padding-top:200px;
}

/* Padding bottom  */
.pb-10 {
    padding-bottom:10px;
}
.pb-20 {
    padding-bottom:20px;
}
.pb-30 {
    padding-bottom:30px;
}
.pb-40 {
    padding-bottom:40px;
}
.pb-50 {
    padding-bottom:50px;
}
.pb-60 {
    padding-bottom:60px;
}
.pb-70 {
    padding-bottom:70px;
}
.pb-80 {
    padding-bottom:80px;
}
.pb-90 {
    padding-bottom:90px;
}
.pb-100 {
    padding-bottom:100px;
}
.pb-110 {
   padding-bottom:110px;
}
.pb-120 {
    padding-bottom:120px;
}
.pb-130 {
    padding-bottom:130px;
}
.pb-140 {
    padding-bottom:140px;
}
.pb-150 {
    padding-bottom:150px;
}
.pb-160 {
    padding-bottom:160px;
}
.pb-170 {
    padding-bottom:170px;
}
.pb-180 {
    padding-bottom:180px;
}
.pb-190 {
    padding-bottom:190px;
}
.pb-200 {
    padding-bottom:200px;
}

/* padding left */
.pl-10 {
    padding-left:10px;
}
.pl-20 {
    padding-left:20px;
}
.pl-30 {
    padding-left:30px;
}
.pl-40 {
    padding-left:40px;
}
.pl-50 {
    padding-left:50px;
}
.pl-60 {
    padding-left:60px;
}
.pl-70 {
    padding-left:70px;
}
.pl-80 {
    padding-left:80px;
}
.pl-90 {
    padding-left:90px;
}
.pl-100 {
    padding-left:100px;
}
 
/* padding Right */
.pr-10 {
    padding-right:10px;
}
.pr-20 {
    padding-right:20px;
}
.pr-30 {
    padding-right:30px;
}
.pr-40 {
    padding-right:40px;
}
.pr-50 {
    padding-right:50px;
}
.pr-60 {
    padding-right:60px;
}
.pr-70 {
    padding-right:70px;
}
.pr-80 {
    padding-right:80px;
}
.pr-90 {
    padding-right:90px;
}
.pr-100 {
    padding-right:100px;
}

/* padding all */

.p-10 {
    padding:10px;
}
.p-20 {
    padding:20px;
}
.p-30 {
    padding:30px;
}
.p-40 {
    padding:40px;
}
.p-50 {
    padding:50px;
}
.p-60 {
    padding:60px;
}
.p-70 {
    padding:70px;
}
.p-80 {
    padding:80px;
}
.p-90 {
    padding:90px;
}
.p-100 {
    padding:100px;
}