@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap");

body {
  font-family: "DM Sans", serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "DM Sans", serif;
}
p{
    margin-bottom:.2em;
}
ul li, ol li {
    margin-top: .3rem;
}
.ltn__main-menu li ul li, .ltn__main-menu .sub-menu li {
    padding: 5px 12px 5px 10px;
}
.ltn__breadcrumb-list ul li {
    margin-top:0;
}
.ltn__main-menu li > ul, .ltn__main-menu .sub-menu {
    min-width: 300px;
}
.container-fluid {
  width: 90%;
  margin: 0 auto;
}

.site-logo-wrap .site-logo {
  min-width: 100px;
}

.ltn__main-menu>ul {
  justify-content: center;
}

.ltn__header-4 .ltn__header-middle-area,
.ltn__header-5 .ltn__header-middle-area {
  padding: 5px 0px;
}

.section-bg-6 {
  background: #8e3332;
}

.ltn__top-bar-menu>ul>li>i,
.ltn__top-bar-menu>ul>li>a>i {
  margin-right: 3px;
  color: #fff;
}

.ltn__header-top-area {
  border-bottom: 1px solid;
  border-color: #8e3332;
}

.special-link a {
  background-color: #bd003f;
  border-radius: 25px;
}

.ltn__slide-item-3-normal {
  padding-bottom: 10px;
  padding-top: 10px;
}
   .overflow-hidden{
        overflow: hidden!important;
        margin-bottom: 10px;
    }
    .member_outer {
    background-color: rgb(213 213 213);
    color: rgb(255, 255, 255);
    min-height: 100%;
    position: relative;
    padding: 35px 13px;
    border-radius:12px;
}
.member_outer h2{
    font-size: 1.25rem;
    margin-bottom:0;
}
.member_outer p{
    color:#000;
}
.member_outer .display_content {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transform: translateY(100%);
    height: 100%;
    text-align: center;
    padding: 30px;
    transition: transform 0.4s;
    background: rgb(142 51 50);
}
.display_content p{
    color:#fff;
}
.member_outer:hover .display_content {
    transform: translateY(0px);
    z-index: 3;
    overflow-y: auto;
}

.box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
  padding: 20px;
}
.box a{
    color: #ccbf3d;
    display: block;
}
.box a:hover{
    color: #bd003f;
}

.box1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}
.box1 a{
    color: #ccbf3d;
    display: block;
}
.box1 a:hover{
    color: #bd003f;
}
.inner-content p{
    margin-bottom: 0.2em;
}
.inner-content table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}
.inner-content table tr:nth-child(odd) {
    background-color: #f7f8fa;
}
.inner-content table tr:nth-child(even) {
    background-color: #fafafa;
}
.inner-content table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
 
.inner-content h2{
font-size: 1.8rem;
font-family: "DM Serif Display", serif !important;
}
.inner-content h3{
font-size: 1.8rem;
font-family: "DM Serif Display", serif !important;
}
.inner-content h4{
font-size: 1.8rem;
font-family: "DM Serif Display", serif !important;
}
.ltn__search-by-place-item {
  margin-bottom: 10px;
}

.footer-about-widget {
  padding-right: 0px !important;
}

.ltn__search-by-place-item .search-by-place-info h6 {
  font-family: "DM Sans", serif;
}

.footer-top-area {
  padding-top: 32px;
  padding-bottom: 20px;
}

.footer-widget {
  margin-bottom: 0px;
}

.card {
  background-color: #3f3f3f;
  /* Light teal background for cards */
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  max-width: 300px;
  flex: 1 1 calc(25% - 20px);
  /* Responsive sizing */
  text-align: center;
}

.card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #fff;
  font-family: "DM Sans", serif;
}

.ltn__slide-item-2 .btn-wrapper .theme-btn-1 {
  border-radius: 25px;
}

.ltn__slide-item-2 .btn-wrapper .btn-effect-1:hover::after {
  width: 100%;
  border-radius: 25px;
}

.ltn__slide-item-2 .btn-wrapper {
  margin-top: 20px;
}

.card p {
  font-size: 0.95rem;
  line-height: 1.5;
  font-family: "DM Sans", serif;
  color: #fff;
}

.impact-container {
  padding: 40px 20px 0px;
  text-align: center;
}

.impact-container h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.impact-item {
  margin-bottom: 20px;
}

.impact-item h2 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  font-family: "DM Sans", serif;
}

.impact-item p {
  font-size: 1rem;
  margin: 5px 0 0;
  color: #666;
}

.program-item h2 {
  font-size: 1rem;
  font-weight: bold;
  margin: 20px 0 0 0;
  font-family: "DM Sans", serif;
}

.cta {
  justify-content: space-between;
  align-items: center;
}

.ltn__slide-item {
  height: 420px;
}

.ltn__search-by-place-item .search-by-place-img img {
  /*    aspect-ratio:2/1;
    object-fit: contain;*/
  width: 140px;
  margin: auto;
  border-radius: 10px;
}

.before-bg-bottom:before {
  position: relative;
  height: auto;
}

.call-to-action-inner-6 {
  padding: 30px 0px;
}

.ltn__secondary-bg {
  background-color: #abcd43;
}

.ltn__search-by-place-item .search-by-place-info {
  text-align: center;
}

.section-title {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.3;
  font-family: "DM Sans", serif;
  font-family: "DM Serif Display", serif;
}

.mission_bg {
  background: url("../img/mission-bg2.jpg");
  /*background-color: #141414 !important;*/
  /*background-blend-mode: hard-light;*/
}

.ltn__slide-item-inner img {
  border-radius: 20px;
  border: 2px solid #e8bdbd;
}

.get-support-info h1 {
  color: #37208a;
  font-size: 30px;
  margin-bottom: 0;
  font-family: "DM Serif Display", serif;
}

.get-support .get-support-info h2 {
  color: #573aa8;
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  font-family: "DM Sans", serif;
}

.get-support .get-support-info h3 {
  margin: 0;
  font-weight: 600;
  font-size: 15px;
  color: #d0085e;
}

.ltn__main-menu>ul>li>a {
  font-family: "DM Sans", serif;
  padding: 20px 5px;
}

.ltn__main-menu>ul>li {
  margin-right: 10px;
}

.ltn__slide-item-2 .slide-title {
  font-family: "DM Serif Display", serif;
  color: #000;
}

.ltn__slide-item-2 .slide-title {
  font-size: 40px;
}

.ann {
  background: #abcd43;
  padding: 10px 0px 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.annBody {
  padding: 10px 0px 10px 20px;
  background: #3f3f3f;
  color: #fff;
}

.ann>h2 {
  color: #000;
  font-size: 16px;
  text-align: center;
  padding: 5px;
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.03rem;
}

ul.announcements {
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

ul.announcements li {
  display: inline-block;
  margin: 0 0.35rem;
}

.sectiongap-30 {
  padding: 30px 0;
}

.about_img {
  border-radius: 15px;
  width: 90%;
  position: relative;
  margin: auto;
}

.about_img::before {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 200px;
  height: 200px;
  background: #b5d651;
  content: "";
  z-index: -1;
  border-radius: 0 8px 0 0;
}

.about_img::after {
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: 100px;
  height: 100px;
  content: "";
  background: #b5d651;
  z-index: -1;
  border-radius: 0 0px 0px 8px;
}

.btn {
  border-radius: 25px !important;
  padding: 10px 20px !important;
  overflow: hidden;
}

.our-reach {
  background: url("../img/our-reach.jpg");
  background-color: #535353 !important;
  background-blend-mode: multiply;
  background-size: cover;
}

@media (max-width: 1400px) {
  .ltn__main-menu>ul>li>a {
    font-size: 14px;
  }

  .ltn__slide-item-11 {
    min-height: 0;
  }

  .special-link {
    margin-left: 1px;
  }

  .get-support-info h1 {
    font-size: 35px;
    margin-bottom: 0;
    line-height: 1;
  }

  .get-support .get-support-info h2 {
    font-size: 11px;
  }

  .get-support .get-support-info h3 {
    font-size: 15px;
  }
}



.hero-section {
  background-image: url("your-image.jpg");
  /* Replace with your image URL */
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  padding: 70px 10px;
}

.content h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}

.form {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

select,
button {
  padding: 10px 15px;
  font-size: 1rem;
  border: none;
  border-radius: 5px;
}

.currency-select,
.charity-select {
  background-color: white;
  color: black;
}

.impact-button {
  background-color: #bd003f;
  color: white;
  cursor: pointer;
  border-radius: 25px;
}

.impact-button:hover {
  background-color: darkred;
}

.note-section {
  background-color: #f9f9f9;
  padding: 40px 20px;
  text-align: left;

}

.note-section h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.note-section p {
  line-height: 1.6;
}

.note-section a {
  color: #fff;
  text-decoration: none;
}

.note-section a:hover {
  text-decoration: underline;
  color: #000;
}



.ltn__breadcrumb-area {
  background-color: var(--section-bg-1);
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0px;
  background-size: 100%;
}

.content h1 {
  color: #37208a;
  font-size: 30px;
  margin-bottom: 0;
  font-family: "DM Serif Display", serif;
}

.ltn__breadcrumb-inner h1 {
  font-family: "DM Sans", serif;
}

#note-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 10px 140px;
  padding: 30px 30px;
}

div#innerpage * {
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  text-align: justify;
  margin-top:0;
}

.ltn__breadcrumb-list>ul * {
  color: #000 !important;
}


.carousel-control-prev {
  left: 30%;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cslider-animation .animatedinit {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-in-out;
}

.carousel-item.active .cslider-animation .animatedinit {
  animation: fadeUp 0.6s ease-in-out forwards;
}
@media screen and (max-width: 1400px) {
  .cslider-animation h2 {
    font-size: 37px;    
  }
}
@media (max-width: 767px) {
  .card {
    max-width: 100%;
    flex: 1 1 100%;
  }
  
#carouselExampleIndicators .carousel-inner .row{
    flex-direction: column-reverse;
}  
.cslider-animation h2 {
    font-size: 18px;
}
  .ltn__breadcrumb-area {
    background-size: cover;
}

  .program-item h2 {
    margin: 20px 0 20px 0;
  }

  .impact-container {
    padding: 0px 20px 0px;
    text-align: center;
  }

  .special-link {
    display: none;
  }

  .ltn__header-options>div:last-child {
    margin-right: 0;
    position: absolute;
    top: 27px;
    right: -13px;
  }

  .get-support .get-support-info h2 {
    font-size: 12px;
  }

  .ltn__header-logo-and-mobile-menu-in-mobile .ltn__header-options {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .site-logo-wrap .site-logo {
    min-width: 85px;
  }

  .get-support {
    padding-left: 0px;
    margin-left: 0px;
  }
}

