
body {
    font-family: 'Shippori Mincho', sans-serif;
  color: #2E4049;
}
:root {
    --primary-font: 'Shippori Mincho', sans-serif;
    --primary-color: #2E4049;
    --heading-color: #000;
    --text-color: #000;
    --primary-button-color: #fff;
    --top-header-background-color: #f7f7f7;
    --middle-header-background-color: #fff;
    --bottom-header-background-color: #fff;
    --header-text-color: #000;
    --header-text-secondary-color: rgba(0, 0, 0, 0.5);
    --header-deliver-color: rgba(0, 0, 0, 0.15);
    --footer-text-color: #555;
    --footer-heading-color: #555;
    --footer-hover-color: #2E4049;
    --footer-border-color: #dee2e6;
}

#hero {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;

    z-index: 1;
    padding: 0;
    margin-bottom: -120px;
}

#hero:before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

@media (max-width: 576px) {
    .container, .container-sm {
        padding: 0 35px;
    }
}

#hero .container {
    z-index: 2;
}

#hero h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-family:  'Shippori Mincho', sans-serif;
    font-style: normal;
    font-weight: 800;
    line-height: 80px;
    text-transform: capitalize;
    color: #FFFFFF;
}

#hero h2 {
    margin-bottom: 20px;
    font-size: 24px;
    font-family: "Sue Ellen Francisco", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    color: #ED553B;

}

#hero .get-started-icon {
    font-size: 24px;
    background: #ff5821;
    padding: 14px;
    color: #fff;
    border-radius: 50px;
    position: relative;
    z-index: 5;
    box-shadow: 10px 2px 15px rgba(0, 0, 0, 0.1);
}

#hero .btn-get-started {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #FFFFFF;

    letter-spacing: 1px;
    display: inline-block;
    transition: 0.5s;
    margin-right: 10px;
    padding: 12px 26px;
    background: #ED553B;
    border-radius: 34px;
    position: relative;
    z-index: 4;
}

#hero .btn-get-started:hover {
    background: #FFFFFF;
    color: #2E4049;
}

#hero .btn-individual {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;

    letter-spacing: 1px;
    display: inline-block;
    transition: 0.5s;
    margin-right: 10px;
    padding: 12px 26px;
    background: #FFFFFF;
    color: #2E4049;
    border-radius: 34px;
    position: relative;
    z-index: 4;
}

#hero .btn-individual:hover {
    background: #ED553B;
    color: #FFFFFF;
}
@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 1024px),(max-height: 768px) {
    #hero {
        margin-bottom: -150px;
        height: 85vh;
    }
}

@media (max-width: 768px) {
    #hero {
        height: 85vh;
    }

    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

@media (max-height: 640px) {
    #hero {
        height: 85vh;
    }
}

a {
    color: #2E4049;
    text-decoration: none;
}

a:hover {
    color: #ED553B;
    text-decoration: none;
}

.donations .select2-container--default .select2-selection--single  {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    text-transform: capitalize;
    padding: 0.375rem 0.75rem;
    min-height: 32px;
    color: #212121;
    border: 1px solid #727272;
    border-radius: 5px;
    background: none;
}
.donations .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.donations .select2-container--default .select2-selection--multiple  {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    text-transform: capitalize;
    padding: 0.375rem 0.75rem;
    color: #212121;
    border: 1px solid #727272;
    border-radius: 5px;
    background: none;
    min-height: 32px;
}
.donations .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0;
}

.user-link,.donation-link ,.category-link ,.category-link {
    text-decoration: underline;
}


.donations .content {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 30px;
    height: 400px;
    overflow: hidden;
    display: grid;
    flex-direction: column;
    align-content: space-between;
}

.donations .post-img {
    max-height: 240px;
    margin: -30px -30px 15px -30px;
    overflow: hidden;
}

.donations .post-category {
    font-size: 16px;
    color: #6f6f6f;
    margin-bottom: 10px;
}
.donations .copy-link-btn i {
    color: var(--primary-font);
    cursor: pointer;
    transition: color 0.3s ease;
}

.donations .copy-link-btn i:hover {
    color: #ED553BFF;
}

.donations .title {
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px 0;
    font-family: 'Shippori Mincho', sans-serif;
    font-style: normal;
    line-height: 120%;
}
.donations .title a {
    color: #2E4049;
    transition: 0.3s;
}

.donations .target {
    font-weight: 600;
    margin-bottom: 5px;
}

.donations .total_donations {
    font-size: 14px;
    color: #ED553B;
    margin-bottom: 0;
}
.donations .post-image {
    height: 350px;
    background-size: cover;
    background-position: center;
}


.donations .load_more {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 40px;
    gap: 10px;
    background: #ED553B;
    border-radius: 34px;
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    text-transform: capitalize;
    width: 40%;

    color: #FFFFFF;
}
.donations .load_more:hover {
    background-color: #ed553b94;
}

.donations .section-header h2 {
    font-family: 'Sue Ellen Francisco', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 110%;
    color: #ED553B;
}
.donations .section-header p {
    font-family: 'Sue Ellen Francisco', sans-serif;
    font-style: normal;
    font-size: 24px;
    font-weight: 800;
    line-height: 110%;
    color: #2E4049;
}

#pagination-links .pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: #064469;
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: #064469;
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: #064469;
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem #064469;;
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #064469;
    --bs-pagination-active-border-color: #064469;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none;
}
.sections-bg {
    background: #F1EEEC;
}


.donations .donate {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    gap: 10px;
    background: #2E4049;
    border-radius: 34px;
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.donations .donate:hover {
    background-color: #3CAEA3;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}


/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 120px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #ECF1F0;
}

#header.fixed-top {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #2b2320;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
    height: 90px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
    padding: 10px 6px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #2E4049;
    text-transform: capitalize;
    position: relative;
}




.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar .donate-for-lebanon  {
    text-decoration: none;
    padding: 8px 9px 8px 9px;
    border-radius: 16px;
    background-clip: text, border-box;
    -webkit-background-clip: text, border-box;
    background: #2E4049 linear-gradient(90deg, #2E4049, #2E4049) no-repeat bottom;
    color: #F1EEEC;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
    text-decoration: none;
    padding: 8px 9px 8px 9px;
    border-radius: 16px;
    background-clip: text, border-box;
    -webkit-background-clip: text, border-box;
    background: #ED553B linear-gradient(90deg, #ED553B, #F15237) no-repeat bottom;
    color: #F1EEEC;
}
.navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background: linear-gradient(90deg, rgba(237, 85, 59, 0.0618557) 0%, #ED553B 49.48%, rgba(237, 85, 59, 0) 100%);
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
    visibility: visible;
    width: 100%;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #2E4049;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #2E4049;
}

.navbar .dropdown ul {
    padding: 12px;
    display: block;
    position: absolute;
    left: 0;
  top: calc(100% + 30px);
  margin: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
    background: #EBEBEB;
    box-shadow: 4px 6px 11px -3px rgba(0, 0, 0, 0.22);
    border-radius: 10px;
}

.navbar .dropdown ul li {
    min-width: 200px;

   /* border-bottom: 2px solid #000;*/
}

.navbar .dropdown ul li:last-child {
    border-bottom: none;
}

.navbar .dropdown ul a {
  padding: 5px 5px;
  font-size: 12px;
  font-weight: 500;
  color: #2E4049;
    text-transform: capitalize;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #2E4049;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
    .navbar a,
    .navbar a:focus {
        padding: 9px 6px;
    }
  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #2b2320;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(14, 11, 10, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul  {
  display: flex;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #2E4049;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #2E4049;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #2E4049;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}







#register {
    width: 100%;
    padding: 150px 0;
    overflow: hidden;
    position: relative;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


#register .item-position {
    display: inline-grid;
}
#register .logo-position{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#register .logo{
    width: 250px;
    height: 150px;
    background: rgba(93, 93, 93, 0.4);
    /* #2E4049 */
    border: 1px solid #2E4049;
    box-shadow: 0px 4px 15px -3px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(13px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}




#register .btn-register {
    height: 102px;
    margin: 29px 0;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #2E4049;
    box-shadow: 0px 4px 15px -3px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(13px);
    border-radius: 10px;
    width: 200px;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    text-align: justify;
    text-transform: capitalize;
    color: #F9F9F9;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#register .btn-register a {
    color: inherit;
    text-decoration: none;
}

#register .btn-register:hover {
    background: rgb(255 255 255 / 0%);
    border: 2px solid #2E4049;
}

@media (max-width: 1250px) {

}
@media (max-width: 500px) {

    #register .submit {
        width: 100%;
    }
}

@media (max-height: 500px) {

}

#register .bg-register {
    background: #F2F2F2;
    border-radius: 24px;
}
#register .required-label {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-transform: capitalize;
    color: #212121;
    padding: 0 0.75rem;
}

#register .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 5px;
}
#register .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}


#register .form-control {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;

    color: #212121;
    min-height: 48px;
    border: 1px solid #727272;
    border-radius: 8px;
    background: none;
}
#register .form-control:focus {
    min-height: 42px;
    border: 1px solid #727272;
    border-radius: 8px;
    background: none;
}
#register .form-control:-webkit-autofill {
    min-height: 48px;
    border: 1px solid #727272;
    border-radius: 8px;
    background: none;
}

#register .select2-container--default .select2-selection--single  {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    text-transform: capitalize;

    color: #212121;
    height: 48px;
    border: 1px solid #727272;
    border-radius: 8px;
    background: none;
}
#register .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.select2-container--default .select2-selection--multiple  {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    text-transform: capitalize;

    color: #212121;
    min-height: 48px;
    border: 1px solid #727272;
    border-radius: 8px;
    background: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0;
}

#register .submit {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
    width: 100%;
    height: 64px;

    background: #2E4049;
    text-align: center;
    color: #FFFFFF;
    border: 0;
    border-radius: 8px;
}

#register .title h2 {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 44px;
    /* identical to box height, or 176% */

    /* dark/#2E4049 */
    color: #2E4049;
}
#register .title span {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12.8px;
    line-height: 23px;
    /* identical to box height, or 176% */

    /* dark/#2E4049 */
    color: #2E4049;

}
#register h4 {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12.8px;
    line-height: 19px;

    color: #2E4049;
}

/* checkbox */
#register .form-control-checkbox {
    width: 21.52px;
    height: 22px;
    border: 1px solid #212121;
    background-color: transparent; /* Set the background-color to transparent */
    margin-top: 0;
}
#register .form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
#register .form-control-checkbox-group {
    display: flex;
    align-items: center;
}
#register .form-check-label {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 23px;
    width: 100%;
    text-decoration-line: underline;
    color: #212121;
    padding-left: 12px;
    margin-left: 1.25rem;
    padding-right: 12px;
    margin-right: 1.25rem;
}
#register .form-check-input {
    margin-left: 0;
}
#register .form-check-label a{
    color: #212121;
}
#register .logo-img {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-transform: capitalize;
    padding: 0 0.75rem;
}
#register .logo-img img {
    padding: 100px 0;
    width: 300px;
}
.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f3f2;
}

.section-title {
  padding-bottom: 30px;
  text-align: center;
}

.section-title h2 {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #65534c;
}

.section-title h2 strong {
  font-weight: 700;
}

.section-title p {
  margin-bottom: 0;
}










.btn-register {
    height: 102px;
    margin: 29px 0;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #2E4049;
    box-shadow: 0px 4px 15px -3px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(13px);
    border-radius: 10px;
    width: 200px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    text-align: justify;
    text-transform: capitalize;
    color: #F9F9F9;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.btn-register a {
    color: inherit;
    text-decoration: none;
}

.btn-register:hover {
    background: rgb(255 255 255 / 0%);
    border: 2px solid #2E4049;
}




.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 48px;
    border: 1px solid #727272;
    border-radius: 8px;
    background: none;
    padding: 0.9rem 0.75rem;
    overflow: hidden;
    line-height: 1.5;
    color: #495057;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 48px;padding: 0.9rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 8px;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
}



.values {
    padding: 75px 0 30px 0;
    position: relative;
    z-index: 3;
}


.values .icon-boxes .icon-box {
    text-align: center;
    background: #fff;
    padding: 40px 30px;
    width: 100%;
}


.values .icon-boxes .icon-box h4 {
    font-size: 20px;
    font-weight: 800;
    font-family: 'Shippori Mincho', sans-serif;
    font-style: normal;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;

}

.values .icon-boxes .icon-box p {
    font-size: 15px;
    font-family: 'Shippori Mincho', sans-serif;
    font-style: normal;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}




.services .icon-box {
    text-align: center;
    padding: 40px 20px;
    transition: all ease-in-out 0.3s;
    border: 1px solid #F6D55C;
    box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.17);
    border-radius: 10px;
}

.services .icon-box .icon {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    border-radius: 5px;
    transition: all 0.3s ease-out 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transform-style: preserve-3d;
    position: relative;
    z-index: 2;
}

.services .icon-box .icon i {
    color: #fff;
    font-size: 28px;
    transition: ease-in-out 0.3s;
}


.services .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
}

.services .icon-box h4 a {
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 32px;
    text-transform: capitalize;

    color: #2E4049;

}

.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;

    color: #727272;
}

.services .icon-box:hover {
    background: #ff5821;
    border-color: #ff5821;
}

.services .icon-box:hover .icon {
    background: #fff;
}


.services .icon-box:hover .icon::before {
    background: rgba(255, 255, 255, 0.3);
}

.services .icon-box:hover h4 a,
.services .icon-box:hover p {
    color: #fff;
}


.services .section-title h2 {
    font-family: 'Sue Ellen Francisco', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 110%;
    color: #ED553B;
}



.progress, .progress-stacked {
    height: 8px;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: var(--bs-secondary-bg);
    --bs-progress-border-radius: var(--bs-border-radius);
    --bs-progress-box-shadow: var(--bs-box-shadow-inset);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #ED553B;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: #ed553b30;
    border-radius: var(--bs-progress-border-radius);
}

.faq .content h3 {

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.faq .content h3 {
    font-weight: 400;
    font-size: 28px;


}

.faq .content p {
    font-size: 15px;
    color: #727272;
}

.faq .faq-container .faq-item {
    position: relative;
    padding: 20px;
    overflow: hidden;
}

.faq .faq-container .faq-item::after {
    content: '';
    position: absolute;
    top: 100%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background-color: #D3D3D3;
    z-index: -1;
}

.faq .faq-container .faq-item:last-child {
    margin-bottom: 0;
}

.faq .faq-container .faq-item h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin: 0 30px 0 0;
    transition: 0.3s;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
}

.faq .faq-container .faq-item h3 .num {
    color: var(--primary-color);
    padding-right: 5px;
}

.faq .faq-container .faq-item h3:hover {
    color: var(--primary-color);
}

.faq .faq-container .faq-item .faq-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.faq .faq-container .faq-item .faq-content p {
    margin-bottom: 0;
    overflow: hidden;

}

.faq .faq-container .faq-item .faq-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 14px;
    line-height: 0;
    transition: 0.3s;
    cursor: pointer;
    background: #F2F2F2;
    padding: 5px;
    border-radius: 100%;
}

.faq .faq-container .faq-item .faq-toggle:hover {
    color: var(--primary-color);
}

.faq .faq-container .faq-active h3 {
    color: var(--primary-color);
}

.faq .faq-container .faq-active .faq-content {
    grid-template-rows: 1fr;
    visibility: visible;
    opacity: 1;
    padding-top: 10px;
}

.faq .faq-container .faq-active .faq-toggle {
    transform: rotate(90deg);
    color: white;
    background: #ED553B;
    font-size: 14px;
    padding: 5px;
    border-radius: 100%;
}



.faq .btn-get-started {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;

    letter-spacing: 1px;
    display: inline-block;
    transition: 0.5s;
    margin-right: 10px;
    padding: 12px 26px;
    background: #2E4049;
    color: #FFFFFF;

    border-radius: 34px;
    position: relative;
    z-index: 4;
}

.faq .btn-get-started:hover {
    background: #FFFFFF;
    color: #2E4049;
}


#contact .info {
    padding: 40px;
    overflow: hidden;
}



#contact .info p {
    font-family: 'Work Sans', sans-serif;
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    color: #727272;
}

#contact .info-item {
    padding-top: 20px;
    margin-top: 20px;
}

#contact .info-item i {
    font-size: 24px;
    color: #ED553B;
    transition: all 0.3s ease-in-out;
    margin-right: 20px;
    background: #ECF1F0;
    padding: 5px 20px;
}

#contact .info-item h4 {
    padding: 0;
    margin-bottom: 5px;
    font-family: 'Shippori Mincho', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    color: #2E4049;
    text-transform: capitalize;
}

#contact .info-item p {
    font-family: 'Work Sans', sans-serif;
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    color: #727272;
}







#contact {
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
    position: relative;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}




@media (max-width: 500px) {

    #contact .submit {
        width: 100%;
    }
}

@media (max-height: 500px) {

}



#contact .form-control {
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;

    color: #212121;
    height: 48px;
    border:0;
    border-radius: 0;
    background:  #ECF1F0;
}
#contact .form-control:focus {
    height: 42px;
    border: 0;
    border-radius: 0;
    background:  #ECF1F0;
}
#contact .form-control:-webkit-autofill {
    height: 48px;
    border: 0;
    border-radius: 0;
    background:  #ECF1F0;
}
#contact .submit {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #FFFFFF;
    letter-spacing: 1px;
    display: inline-block;
    transition: 0.5s;
    margin-right: 10px;
    padding: 12px 26px;
    background: #2E4049;
    border-radius: 34px;
    position: relative;
    border: 0;
    z-index: 4;
}

#contact  h2 {
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 44px;
    color: #2E4049;

    text-transform: capitalize;

}

#contact h3 {
    font-family: 'Sue Ellen Francisco', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 19px;

    color: #ED553B;
    text-transform: capitalize;
}





.points {
    padding: 0;
}

.points .points-item .image-stack {
    display: grid;
    position: relative;
    grid-template-columns: repeat(12, 1fr);
}
.points .points-item h3 {
    font-weight: 700;
    font-size: 18px;
    background: #2E4049;
    text-align: center;
    color: #F1EEEC;
    margin: 0;
    padding: 5px 18px;
}
.points .points-item .image-stack .stack-back {
    grid-column: 4/-1;
    grid-row: 1;
    width: 100%;
    z-index: 1;
}

.points .points-item .image-stack .stack-front {
    grid-row: 1;
    grid-column: 2/span 7;
    margin-top: 50%;
    width: 100%;
    z-index: 2;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.points .points-item .image-stack .stack-front p {
    background: #20639B;
    padding: 10px 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#FFFFFF;
    margin: 0;
}
.points .points-item .image-stack .stack-front p i{
    color:#FFFFFF;
    font-size: 26px;
    padding-right: 10px;
}



.resources {
    background: #f4f4f4;

}

.resources .info h3 {
    font-weight: 600;
    font-size: 32px;
    font-family: 'Shippori Mincho', sans-serif;
    font-style: normal;
    line-height: 58px;
    text-transform: capitalize;
    color: #2E4049;

}

.resources .info h4 {
    font-weight: 600;
    font-size: 32px;
    font-family: 'Shippori Mincho', sans-serif;
    font-style: normal;
    line-height: 58px;
    text-transform: capitalize;
    color: #20639B;

}

.resources .info p {
    font-weight: 500;
    font-size: 24px;
    font-family: 'Shippori Mincho', sans-serif;
    font-style: normal;
    line-height: 30px;
    text-transform: capitalize;
    color: #2E4049;

}

.resources .btn-raffles {
    font-family: 'Shippori Mincho', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #2E4049;
    color: #2E4049;
    border-radius: 85px;
}
.resources .btn-raffles:hover {
    background: #2E4049;
    color: #FFFFFF;
}
.resources .btn-auctions {
    font-family: 'Shippori Mincho', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #3CAEA3;
    color: #2E4049;
    border-radius: 85px;
}
.resources .btn-auctions:hover {
    background: #3CAEA3;
    color: #FFFFFF;
}
.resources .btn-donations {
    font-family: 'Shippori Mincho', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #ED553B;
    color: #2E4049;
    border-radius: 85px;
}
.resources .btn-donations:hover {
    background: #ED553B;
    color: #FFFFFF;
}

.tools {
    --default-color: #ffffff;
    --background-color: #000000;
    --background-color-rgb: 0, 0, 0;
    padding: 80px 0;
    position: relative;
    clip-path: inset(0);
    height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tools:before {
    content: "";
    background: rgba(237, 85, 59, 0.74);
    position: absolute;
    inset: 0;
    z-index: 2;
    mix-blend-mode: normal;
}

.tools .container {
    position: relative;
    z-index: 3;
}

.tools h3 {
    color: #FFFFFF;
    font-family: 'Shippori Mincho', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 58px;
    text-transform: capitalize;
}
.tools h4 {
    color: #FFFFFF;
    font-family: 'Shippori Mincho', sans-serif;
    text-transform: capitalize;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 43px;
}

.tools p {
    color: #FFFFFF;
    font-family: 'Shippori Mincho', sans-serif;
    text-transform: capitalize;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    font-size: 18px;
}

.resources-nonprofits .section-header h2 {
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2rem;
    line-height: 120%;
    text-align: center;
    text-transform: capitalize;
    color: #2E4049;
}
.resources-nonprofits .section-header p {
    font-family: 'Shippori Mincho', sans-serif;
    font-style: normal;

    text-align: center;
    text-transform: capitalize;
    color: #2E4049;

    font-weight: 400;
    font-size: 22px;
    line-height: 43px;
}
.resources-nonprofits .details {
    padding: 20px 10px;
    margin: -100px 0 0 0;
    transition: all ease-in-out 0.3s;
    background: #FFFFFF;
    position: relative;
    text-align: center;
    height: 240px;
    border-radius: 0px;
    box-shadow: 0px 0 25px rgba(0,0,0, 0.1);
}

.resources-nonprofits .details h3 {
    margin: 10px 0;
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    text-transform: capitalize;
    color: #F2F2F2;

}

.resources-nonprofits .details p {
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    text-transform: capitalize;
    color: #F2F2F2;
}
.resources-nonprofits .details p span{
    font-weight: 700;
}



.search-box {
    padding: 50px 0;
    text-align: center;
    font-size: 15px;
    color: #444444;
    height: 75vh;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}
.search-box:before {
    content: "";
    background: rgba(237, 85, 59, 0.74);
    position: absolute;
    inset: 0;
    z-index: 2;
    mix-blend-mode: normal;
}
.search-box .container {
    position: relative;
    z-index: 3;
}
.search-box h4 {
    color: #FFFFFF;
    font-family: 'Shippori Mincho', sans-serif;
    text-transform: capitalize;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 43px;
}
.search-box p {
    color: #FFFFFF;
    font-family: 'Shippori Mincho', sans-serif;
    text-transform: capitalize;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    font-size: 18px;
}

.search-box form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
    text-align: left;
}

.search-box form input[type=text] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}

.search-box form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #2E4049;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.search-box form input[type=submit]:hover {
    background: #2E4049;
}

.popular-topics {

}

.popular-topics .info h3 {
    font-weight: 600;
    font-size: 32px;
    font-family: 'Shippori Mincho', sans-serif;
    font-style: normal;
    line-height: 58px;
    text-transform: capitalize;
    color: #2E4049;

}

.popular-topics .info h4 {
    font-weight: 600;
    font-size: 32px;
    font-family: 'Shippori Mincho', sans-serif;
    font-style: normal;
    line-height: 58px;
    text-transform: capitalize;
    color: #20639B;

}

.popular-topics .info p {
    font-weight: 500;
    font-size: 24px;
    font-family: 'Shippori Mincho', sans-serif;
    font-style: normal;
    line-height: 30px;
    text-transform: capitalize;
    color: #2E4049;

}

.popular-topics .btn {
    font-family: 'Shippori Mincho', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    transition: 0.5s;
    margin: 10px;
    background: #3CAEA3;
    color: #FFFFFF;
    border-radius: 85px;
}
.popular-topics .btn:hover {
    border: 2px solid #3CAEA3;
    background: #FFFFFF;
    color: #3CAEA3;
}

.projects .details {
    padding: 50px 30px;
    /* margin: 30px 30px 0 30px; */
    margin-top: 30px;
    transition: all ease-in-out 0.3s;
    background: #ED553B;
    position: relative;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    min-height: 300px;

}

.projects .details .icon {
    margin: 0;
    width: 90px;
    height: 90px;
    background: #FFFFFF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #2E4049;
    font-size: 12px;
    transition: ease-in-out 0.3s;
    position: absolute;
    bottom: -54px;
    left: calc(18% - 36px);
    border: 6px solid #E0E0E0;
}

.projects .details h3 {
    transition: ease-in-out 0.3s;
    font-family: 'Antonio', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 67px;
    color: #F1EEEC;
}
.projects .details h4 {
    transition: ease-in-out 0.3s;
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #F1EEEC;
    line-height: 130%;
    text-transform: capitalize;
}

.projects .details p {
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: capitalize;
    color: #F1EEEC;
    font-size: 14px;
}

.projects .service-item:hover .details .icon {
    background: #FFFFFF;
    border: 2px solid #E0E0E0;
    color: #ED553B;
}

.projects .service-item:hover .details .icon i {
    color: #FFFFFF;
}
.view_donation .view_donation-pagination {
    margin-top: 30px;
    color: rgb(85, 85, 85);
}

.view_donation .view_donation-pagination ul {
    display: flex;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.view_donation .post-image {
    height: 400px;
    background-size: cover;
    background-position: center;
}
.view_donation .view_donation-pagination li {
    margin: 0px 5px;
    transition: all 0.3s ease 0s;
    border-radius: 10px;
}

.view_donation .view_donation-pagination li a {
    color: var(--color-default);
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.view_donation .view_donation-pagination li.active, .view_donation .view_donation-pagination li:hover {
    background: var(--color-primary);
    color: rgb(255, 255, 255);
}

.view_donation .view_donation-pagination li.active a, .view_donation .view_donation-pagination li:hover a {
    color: var(--color-white);
}

.view_donation .posts-list .donate-content {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 16px;
    padding: 30px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.view_donation .posts-list .post-img {
    max-height: 240px;
    margin: -30px -30px 15px;
    overflow: hidden;
}

.view_donation .posts-list .post-category {
    font-size: 16px;
    color: rgb(85, 85, 85);
    margin-bottom: 10px;
}

.view_donation .posts-list .title {
    font-size: 22px;
    font-weight: 700;
    padding: 0px;
    margin: 0px 0px 20px;
}

.view_donation .posts-list .title a {
    color: var(--color-default);
    transition: all 0.3s ease 0s;
}

.view_donation .posts-list .title a:hover {
    color: var(--color-primary);
}

.view_donation .posts-list .post-author-img {
    width: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.view_donation .posts-list .post-author-list {
    font-weight: 600;
    margin-bottom: 5px;
}

.view_donation .posts-list .post-date {
    font-size: 14px;
    color: rgb(60, 60, 60);
    margin-bottom: 0px;
}

.view_donation .view_donation-details {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 16px;
    padding: 30px;
    border-radius: 10px;
}

.view_donation .view_donation-details .post-img {
    margin: -30px -30px 20px;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
}

.view_donation .view_donation-details .title {
    font-size: 28px;
    font-weight: 700;
    padding: 0px;
    margin: 20px 0px 0px;
    color: var(--color-default);
}

.view_donation .view_donation-details .content {
    margin-top: 20px;
}

.view_donation .view_donation-details .content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
}

.view_donation .view_donation-details .content blockquote {
    overflow: hidden;
    background-color: rgba(34, 34, 34, 0.06);
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0px;
}

.view_donation .view_donation-details .content blockquote p {
    color: var(--color-default);
    line-height: 1.6;
    margin-bottom: 0px;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
}

.view_donation .view_donation-details .content blockquote::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 3px;
    background-color: var(--color-secondary);
    margin-top: 20px;
    margin-bottom: 20px;
}

.view_donation .view_donation-details .meta-top {
    margin-top: 20px;
    color: rgb(108, 117, 125);
}

.view_donation .view_donation-details .meta-top ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0px;
    margin: 0px;
}

.view_donation .view_donation-details .meta-top ul li + li {
    padding-left: 20px;
}

.view_donation .view_donation-details .meta-top i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
    color: var(--color-primary);
}

.view_donation .view_donation-details .meta-top a {
    color: rgb(108, 117, 125);
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}

.view_donation .view_donation-details .meta-bottom {
    padding-top: 10px;
    border-top: 1px solid rgba(34, 34, 34, 0.15);
}

.view_donation .view_donation-details .meta-bottom i {
    color: rgb(85, 85, 85);
    display: inline;
}

.view_donation .view_donation-details .meta-bottom a {
    color: rgba(34, 34, 34, 0.8);
    transition: all 0.3s ease 0s;
}

.view_donation .view_donation-details .meta-bottom a:hover {
    color: var(--color-primary);
}

.view_donation .view_donation-details .meta-bottom .cats {
    list-style: none;
    display: inline;
    padding: 0px 20px 0px 0px;
    font-size: 14px;
}

.view_donation .view_donation-details .meta-bottom .cats li {
    display: inline-block;
}

.view_donation .view_donation-details .meta-bottom .tags {
    list-style: none;
    display: inline;
    padding: 0px;
    font-size: 14px;
}

.view_donation .view_donation-details .meta-bottom .tags li {
    display: inline-block;
}

.view_donation .view_donation-details .meta-bottom .tags li + li::before {
    padding-right: 6px;
    color: var(--color-default);
    content: ",";
}

.view_donation .view_donation-details .meta-bottom .share {
    font-size: 16px;
}

.view_donation .view_donation-details .meta-bottom .share i {
    padding-left: 5px;
}

.view_donation .post-author {
    padding: 20px;
    margin-top: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 16px;
    border-radius: 10px;
}

.view_donation .post-author img {
    max-width: 120px;
    margin-right: 20px;
}

.view_donation .post-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    padding: 0px;
    color: var(--color-default);
}

.view_donation .post-author .social-links {
    margin: 0px 10px 10px 0px;
}

.view_donation .post-author .social-links a {
    color: rgba(34, 34, 34, 0.5);
    margin-right: 5px;
}

.view_donation .post-author p {
    font-style: italic;
    color: rgba(108, 117, 125, 0.8);
    margin-bottom: 0px;
}

.view_donation .sidebar {
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 16px;
    border-radius: 10px;
}

.view_donation .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
    color: var(--color-default);
}

.view_donation .sidebar .sidebar-item + .sidebar-item {
    margin-top: 40px;
}

.view_donation .sidebar .search-form form {
    background: rgb(255, 255, 255);
    border: 1px solid rgba(34, 34, 34, 0.3);
    padding: 5px 10px;
    position: relative;
    border-radius: 50px;
}

.view_donation .sidebar .search-form form input[type="text"] {
    border: 0px;
    padding: 4px;
    border-radius: 50px;
    width: calc(100% - 60px);
}

.view_donation .sidebar .search-form form input[type="text"]:focus {
    outline: none;
}

.view_donation .sidebar .search-form form button {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 0px;
    font-size: 16px;
    padding: 0px 25px;
    margin: -1px;
    background: var(--color-primary);
    color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
    border-radius: 50px;
    line-height: 0;
}

.view_donation .sidebar .search-form form button i {
    line-height: 0;
}

.view_donation .sidebar .search-form form button:hover {
    background: rgba(0, 131, 116, 0.8);
}

.view_donation .sidebar .categories ul {
    list-style: none;
    padding: 0px;
}

.view_donation .sidebar .categories ul li + li {
    padding-top: 10px;
}

.view_donation .sidebar .categories ul a {
    color: var(--color-default);
    transition: all 0.3s ease 0s;
}

.view_donation .sidebar .categories ul a:hover {
    color: var(--color-primary);
}

.view_donation .sidebar .categories ul a span {
    padding-left: 5px;
    color: rgba(34, 34, 34, 0.4);
    font-size: 14px;
}

.view_donation .sidebar .recent-posts .post-item + .post-item {
    margin-top: 15px;
}

.view_donation .sidebar .recent-posts img {
    width: 80px;
    float: left;
}

.view_donation .sidebar .recent-posts h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
}

.view_donation .sidebar .recent-posts h4 a {
    color: var(--color-default);
    transition: all 0.3s ease 0s;
}

.view_donation .sidebar .recent-posts h4 a:hover {
    color: var(--color-primary);
}

.view_donation .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: rgba(34, 34, 34, 0.4);
}

.view_donation .sidebar .tags {
    margin-bottom: -10px;
}

.view_donation .sidebar .tags ul {
    list-style: none;
    padding: 0px;
}

.view_donation .sidebar .tags ul li {
    display: inline-block;
}

.view_donation .sidebar .tags ul a {
    color: rgb(85, 85, 85);
    font-size: 14px;
    padding: 6px 20px;
    margin: 0px 6px 8px 0px;
    border: 1px solid rgb(213, 213, 213);
    display: inline-block;
    transition: all 0.3s ease 0s;
    border-radius: 50px;
}

.view_donation .sidebar .tags ul a:hover {
    color: rgb(255, 255, 255);
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
}

.view_donation .sidebar .tags ul a span {
    padding-left: 5px;
    color: rgba(85, 85, 85, 0.8);
    font-size: 14px;
}

.view_donation .comments {
    margin-top: 30px;
}

.view_donation .comments .comments-count {
    font-weight: bold;
}

.view_donation .comments .comment {
    position: relative;
}

.view_donation .comments .comment .comment-img {
    margin-right: 14px;
}

.view_donation .comments .comment .comment-img img {
    width: 60px;
}
.view_donation .comments  h4 {
    font-size: 18px;
}
.view_donation .comments  h5 {
    font-size: 14px;
    margin-bottom: 2px;
}

.view_donation .comments .comment h5 a {
    font-weight: bold;
    color: var(--color-default);
    transition: all 0.3s ease 0s;
}

.view_donation .comments .comment h5 a:hover {
    color: var(--color-primary);
}

.view_donation .comments .comment h5 .reply {
    padding-left: 10px;
    color: var(--color-primary);
}

.view_donation .comments .comment h5 .reply i {
    font-size: 16px;
}

.view_donation .comments .comment time {
    display: block;
    font-size: 12px;
    color: rgba(34, 34, 34, 0.8);
    margin-bottom: 5px;
}

.view_donation .comments .comment.comment-reply {
    padding-left: 40px;
}

.view_donation .comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 16px;
    border-radius: 10px;
}

.view_donation .comments .reply-form h4 {
    font-weight: bold;
    font-size: 14px;
}

.view_donation .comments .reply-form p {
    font-size: 12px;
}

.view_donation .comments .reply-form input {
    border-radius: 4px;
    padding: 10px;
    font-size: 12px;
}

.view_donation .comments .reply-form input:focus {
    box-shadow: none;
    border-color: rgba(0, 131, 116, 0.8);
}

.view_donation .comments .reply-form textarea {
    border-radius: 4px;
    padding: 10px;
    font-size: 12px;
}

.view_donation .comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: rgba(0, 131, 116, 0.8);
}

.view_donation .comments .reply-form .form-group {
    margin-bottom: 25px;
}

.view_donation .comments .reply-form .btn-primary {
    border-radius: 50px;
    padding: 14px 40px;
    border: 0px;
    background-color: var(--color-secondary);
}

.view_donation .comments .reply-form .btn-primary:hover {
    background-color: rgba(248, 90, 64, 0.8);
}

.view_donation .donate {
    border: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 40px;
    gap: 10px;
    background: #dcdcdc;
    border-radius: 34px;
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    text-transform: capitalize;
    width: 100%;
    color: #FFFFFF;
}

.view_donation .item-action-container {
    border: solid;
    border-color: rgba(0, 131, 116, 0.8);
}




.view_donation .play-btn {
    width: 94px;
    height: 94px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    z-index: 100;
    background: radial-gradient(#ED553B 50%, #ed553b94 5%);
    border-radius: 50%;
    display: block;
    overflow: hidden;
}

.view_donation .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.view_donation .play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    animation-delay: 0s;
    animation: pulsate-btn 2s;
    animation-direction: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(205, 164, 94, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.view_donation .play-btn:hover::after {
    border-left: 15px solid #ED553B;
    transform: scale(20);
}
.view_donation .play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    animation: none;
    border-radius: 0;
}
