.mulish-font {
    /* font-family: "Mulish", serif; */
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold !important;
    font-style: normal;
    color: #1D3F5B !important;
}
.memorial_wrapper{
    background: linear-gradient(22deg,rgba(221, 242, 244, 1) 50%, rgba(247, 239, 223, 1) 100%);
    min-height: 500px;
}
.py-25{
    padding-top: 25px;
    padding-bottom: 25px;
}
.memorial_subtxt{
    font-size: 24px;
}
.memorial_txt{
    font-size: 26px;
    text-transform: uppercase;
}
.memorialsoft{
    /* font-family: "Mulish", serif; */
    font-family: "Lexend", sans-serif;
    font-size: 24px;
    font-weight: bold;
}
.subrememberme{
    font-family: "Raleway", sans-serif;
    letter-spacing: 6%;

}
.rememberme{
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-size: 45px;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 5px;
    color: #3c3c3c;
    text-shadow: 4px 4px 4px #0003;
}
.rememberme-service{
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-size: 45px;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 6%;
    color: #3c3c3c;
    text-shadow: 4px 4px 4px #0003;
}
/* .rememberme{
    font-family: "Mulish", serif;
    
    font-size: 45px;
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: 5px;
    color: #3c3c3c;
} */

.person_name{
  position: relative;
  top: 150px;
  bottom: -158px;
  left: 0px;
  right: 0px;
  color: #3c3c3c;
  font-size: 14px;
  text-decoration: none;

  
}

.person_div{
  text-decoration: none;
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  flex: none;
  order: 0;
  flex-grow: 0;
  width: 168px;
  height: 246px;
}

.image-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60%;
  width: 100%;
  background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
}
.digital_dob{
    position: absolute;
    top:156px;
    /* bottom: -133px; */
}
.name-digital-cemetory{
    position: absolute;
    bottom: 42px;

    /* bottom: 0px; */
    /* left: 20px; */
    color: white;
    font-size: 1.2rem;
    z-index: 2;
}

.person_date_of_death{
  position: relative;
  top: 150px;
  bottom: -158px;
  left: 0px;
  right: 0px;
  color: #3c3c3c;
  font-size: 12px;
}

.ftr_container{
    background: #F8F7F1;
    min-height: 150px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 50px;
}

.ftr_container_bottom{
    background: #48BBBB;
    min-height: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.supported{
    color: #fff;
    font-size: 14px;
}

.logo{
    /* position: relative;
    top: -70px; */
}

.carousel-indicators{
    position: absolute !important;
    bottom: -50px !important;
    /* background: #3c3c3c; */
}


.carousel-indicators [data-bs-target] {
  
    /* background-color: #3c3c3c !important; */
}

.carousel-indicators{
    margin-left: 0px !important;
    margin-right: 0px !important;
    /* position: relative !important; */
}

.banner-container {
    width: 100%;
    max-height: 349px; /* Maintain aspect ratio */
    overflow: hidden;
}

.banner-container img {
    width: 100%;
    height: auto; /* Ensures responsiveness */
    object-fit: cover; /* Crop the image to fit */
}

.logo{
    width: 100%;
    max-height: 158px; 
    /* overflow: hidden; */
}

/* .logo {
    width: 100px; 
    height: auto;
    max-width: 100%;
  } */

.logo img{
    /* width: 100%; */
    max-height: auto; /* Maintain aspect ratio */
    overflow: hidden;
}

@media (max-width: 768px) {
    .logo {
      width: 80px;
      overflow: visible !important;

    }
    .logo img{
        width: 80px;
        max-height: auto; /* Maintain aspect ratio */
        overflow: hidden;
    }
    .rememberme{
        font-size: 30px;
    }
  }
  
  @media (max-width: 480px) {
    .logo {
      /* width: 60px; */
      overflow: auto;
    }

    .logo img{
        /* width: 60px; */
        max-height: auto; /* Maintain aspect ratio */
        overflow: hidden;
    }

    .logo img{
        position: relative;
        top: 35px;
    }
    .rememberme{
        font-size: 30px;
    }
  }