.contact-info h2 {
  color: #b52446 !important;
  font-weight: 600;
}

.contact-info h6 {
  color: #1f689c !important;
  font-weight: bold;
}

.live-map {
  width: 100%;
  height: 330px !important;
  margin: 0 !important;
}

.social-icons {
  font-size: 18px;
  color: magenta;
  gap: 10;
}
.social-icons .bi-facebook {
  font-size: 24px;
  color: blue;
}
.social-icons .bi-youtube {
  font-size: 24px;
  color: red;
}
.social-icons .bi-instagram {
  font-size: 24px;
  color: rgb(187, 106, 0);
}
.social-icons .bi-tiktok {
  font-size: 24px;
  color: black;
}
.social-icons .bi-google {
  font-size: 24px;
  color: rgb(15, 12, 168);
}

/* index style */
.news-imgs {
  height: 250px; 
  width:100%;
  border-top-right-radius: 5%;
  border-top-left-radius: 5%;
}

.heartIcon {
  cursor: pointer;
}

.text-outline {
  color: white;
  -webkit-text-stroke: 1px black;
  /* text-stroke: 1px black;  */
}

/* about style */
.overview-ratings {
  height: 250px;
  width: auto;
  position: relative;
  background-position: center;
  background-attachment: fixed;
  background-image: url("../assets/imgs/ratings.jpg");
  background-color: rgba(0, 0, 0, 0.6); /* overlay */
  background-blend-mode: multiply;
  background-size: cover;
}

.overview-ratings .bi-patch-check,
.bi-person-heart,
.bi-people,
.bi-calendar-check {
  font-size: 36px;
  color: #fff;
}

.zigzag-line {
  width: 100%;
  height: 20px;
  background: linear-gradient(-45deg, transparent 75%, #69696b91 75%) 0 0,
    linear-gradient(45deg, transparent 75%, #0d6efd 75%) 0 0;
  background-size: 15px 10px;
  background-repeat: repeat-x;
}

.testimonial-section {
  height: 300px;
  width: auto;
  position: relative;
  background-position: fixed;
  background-size: cover;
  background-image: url("../assets/imgs/testimonial-bg.jpg");
  background-color: rgba(0, 0, 0, 0.574);
  background-blend-mode: multiply;
  color: #fff;
}

#about-par {
  text-align: justify;
  color: rgb(82, 82, 82);
}

.director-img {
  width: 400px;
  border-radius: 10px;
  box-shadow: 4px 4px 2px 2px rgba(73, 73, 73, 0.176);
}

.bi-bullseye {
  color: red;
  font-size: 50px;
}
.bi-lightbulb {
  color: gold;
  font-size: 50px;
}
.bi-gem {
  color: royalblue;
  font-size: 50px;
}

.core {
  font-weight: 700 !important;
}

.breadcrump-section {
  height: 250px; 
  width: 100%;
  background-position: center;
  background-size: contain;
  background-attachment: fixed;
  background-image: url('../assets/imgs/rehab-site-bg.jpg');
  
}

.breadcrumps-container {
  height: 250px; 
  background-color: #b52446;
  opacity: 0.5;
}

.breadcrumps-container h1 {
  display: flex;
  justify-content: center; 
  align-items: center;    
  height: 200px;           
  text-align: center; 
  color: #fff;
}

/* volunteer style */
.volunteer-image{
  height: 400px; 
  background-attachment: scroll; 
  background-position:center; 
  background-size: cover; 
  background-image: url('../assets/imgs/hands_del.jpeg');
}

#email_address, #mobile {
  background-color: transparent !important;
  border: 1px solid #b52446 !important;
  color: #b52446 !important;
  padding: 8px !important;
}
#email_address::placeholder, #mobile::placeholder {
  color: #b52446 !important;
}

.flex-form {
  display: flex;
  width: 80%;
  align-content: center;
}

/* upcoming_events */
.upcoming-header {
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.upcoming-header h2 {
  font-weight: bold; 
  color: #2B2859;
}

#line {
  width: 10%; 
  margin: 0.5em auto; 
  border: 2px solid #e82277;
}

#widowfest {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../assets/imgs/events-imgs/widowfest.jpg');
}
#fundraising {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../assets/imgs/events-imgs/shelter.jpg');
}
#streetism {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../assets/imgs/events-imgs/street.jpeg');
}

.poster {
  color: maroon;
  font-weight: 500;
}

/* home style */
#btn-readmore {
  background-color: rgb(200, 72, 105);
}

.carousel-item {
  height: 600px;
  border-top:3px solid #2B2859 !important;
  background-position: fixed; 
  background-size: cover;
}

.btn-support {
  background-color: rgb(200, 72, 105);
}

.donation {
  object-fit: cover; 
  max-height: 400px; 
  border-top: 1px solid #2B2859;
}

.hero-index-text {
  padding-top: 25rem;
}

@media (max-width: 750px) {
  .carousel-item {
      height: 400px;
  }

  .hero-index-text {
      padding-top: 17rem;
  }
}

/* photo / gallery stye */

/* second gallery style */
body {
  margin: 0;
  height: 100vh;
  display: grid;
}

.gallery {
  position: relative;
  width: 300px;
  height: 200px;
  transform-style: preserve-3d;
  animation: rotate 35s linear infinite;
  margin-top: 100px;
  margin-bottom: 100px;
}

@keyframes rotate {
  from {
    transform: perspective(1200px) rotateY(0deg);
  }

  to {
    transform: perspective(1200px) rotateY(360deg);
  }
}

.gallery span {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transform-style: preserve-3d;
  transform: rotateY(calc(var(--i) * 45deg)) translateZ(380px);
}

.gallery span img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-container {
  place-items: center;
  /* background: linear-gradient(90deg, #00d2ff 0%, #3a47d5 100%); */
}

.slide-imgs {
  width: 500px;
  height: 500px;
}

/* third gallery style */

* {
  box-sizing: border-box;
}

ul {
  display: flex;
  width: calc(90% - 2rem);
  padding: 0;
  margin: 0;
  list-style-type: none;
}

li {
  padding: 0;
}

.third-gallery-container img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.2s ease;
}

ul:is(:hover, :focus-within) img {
  opacity: calc(0.1 + (var(--active-lerp, 0) * 0.9));
  filter: grayscale(calc(1 - var(--active-lerp, 0)));
}

:root {
  --lerp-0: 1;
  --lerp-1: 0.5787037;
  --lerp-2: 0.2962963;
  --lerp-3: 0.125;
  --lerp-4: 0.037037;
  --lerp-5: 0.0046296;
  --lerp-6: 0;
}

a {
  outline-offset: 4px;
}

li {
  flex: calc(0.1 + (var(--active-lerp, 0) * 1));
  transition: flex 0.2s ease;
}

li:is(:hover, :focus-within) {
  --active-lerp: var(--lerp-0);
  z-index: 7;
}
li:has(+ li:is(:hover, :focus-within)),
li:is(:hover, :focus-within) + li {
  --active-lerp: var(--lerp-1);
  z-index: 6;
}
li:has(+ li + li:is(:hover, :focus-within)),
li:is(:hover, :focus-within) + li + li {
  --active-lerp: var(--lerp-2);
  z-index: 5;
}
li:has(+ li + li + li:is(:hover, :focus-within)),
li:is(:hover, :focus-within) + li + li + li {
  --active-lerp: var(--lerp-3);
  z-index: 4;
}
li:has(+ li + li + li + li:is(:hover, :focus-within)),
li:is(:hover, :focus-within) + li + li + li + li {
  --active-lerp: var(--lerp-4);
  z-index: 3;
}
li:has(+ li + li + li + li + li:is(:hover, :focus-within)),
li:is(:hover, :focus-within) + li + li + li + li + li {
  --active-lerp: var(--lerp-5);
  z-index: 2;
}
li:has(+ li + li + li + li + li + li:is(:hover, :focus-within)),
li:is(:hover, :focus-within) + li + li + li + li + li + li {
  --active-lerp: var(--lerp-6);
  z-index: 1;
}

.third-gallery-container {
  width: 90% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* upcoming event page  */
.zoom-effect img {
  transition: transform 0.5s ease-in-out;
}

.zoom-effect img:hover {
  transform: scale(1.1);
}

.curved-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
}

.curved-bottom svg {
  display: block;
  width: 100%;
  height: 100%;
}

.event_date {
  z-index: 1;
  -webkit-clip-path: polygon(100% 0, 100% 48%, 80% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 48%, 80% 100%, 0 100%, 0 0);
  bottom: 0;
  left: 0;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  padding: 1rem 2rem 1rem 2rem;
  line-height: initial;
  font-size: 1.125rem;
}

.footer-hero-section {
  background-color: #1b1e5e;
  color: white;
  position: relative;
}

.footer-hero-section::before {
  content: "";
  background-repeat: no-repeat;
  background-image: url("../assets/imgs/parallax7.jpg");
}
