.red-upper-txt {
  font-size: 2.8rem;
  font-family: oswald-regular;
  color: #ff003d;
  margin-bottom: 1rem;
}

.hp-images-list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 3rem auto 4rem;
  width: 100%;
}

@media (min-width: 1025px) and (max-width: 1800px) {
  .hp-images-list {
    margin: 3rem auto 7rem;
    flex-direction: row;
    width: 90%;
  }
}

@media (min-width: 1801px) {
  .hp-images-list {
    width: 80%;
    margin: 3rem auto 7rem;
    flex-direction: row;
  }
}

.hp-images-list li {
  width: 94%;
  height: auto;
  max-width: 100%;
  max-height: 12.8rem;
  margin: 0 auto 1rem;
}

@media (min-width: 1025px) {
  .hp-images-list li {
    width: 24%;
    max-height: 31.4rem;
    max-width: 28.4rem;
    margin: 1rem;
  }
}

.hp-images-list li div {
  background: transparent linear-gradient(179deg, #090b0d 0%, #1a1f26 100%) 0%
    0% no-repeat padding-box;
  box-shadow: -44px 63px 35px #0000006b;
  height: 100%;
  padding: 2rem 1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: row-reverse;
  padding: 1.2rem;
}

@media (min-width: 1024px) {
  .hp-images-list li div {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
}

.hp-images-list li span {
  font-size: 1.4rem;
  color: #fff;
  display: flex;
  width: 14rem;
  margin-bottom: 0.5rem;
  align-items: center;
  justify-content: center;
  font-family: montserrat-regular;
  flex: 1;
  padding: 0.5rem;
  line-height: 1;
}

@media (min-width: 1024px) and (max-width: 1899px) {
  .hp-images-list li span {
    font-size: 1.5rem;
    line-height: 1.4;
    height: 8rem;
    width: 100%;
  }
}

@media (min-width: 1900px) {
  .hp-images-list li span {
    font-size: 1.8rem;
    width: 100%;
    line-height: 1.4;
  }
}

.hp-images-list li img {
  /* width: 100%; */
  /* height: auto;
 background: #2B2C2E 0% 0% no-repeat padding-box;
 width: 281px;
 height: auto; */
  /* height: 186px; */
  /* width: 100%;
height: auto; */
  /* object-fit: cover; */
  width: 16rem;
  height: auto;
}

@media (min-width: 1025px) {
  .hp-images-list li img {
    width: 22.5rem;
    height: 14.9rem;
  }
}

.num-of-victims-boxes {
  align-items: center;
  background: transparent linear-gradient(176deg, #090b0d 0%, #131619 100%) 0%
    0% no-repeat;
  box-shadow: -44px 63px 35px #0000006b;
  border-radius: 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  max-width: 95%;
  margin: 6rem auto 4rem;
}

@media (min-width: 1025px) and (max-width: 1800px) { 
  .num-of-victims-boxes {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 1801px) {
  .num-of-victims-boxes {
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem;
    max-width: 85%;
  }
}

.num-of-victims-boxes > li {
  background: linear-gradient(
    0deg,
    rgba(136, 142, 155, 1) 11%,
    rgba(26, 31, 38, 1) 35%
  );
  box-shadow: 0px 0px 35px #0000006b;
  border-radius: 13px;
  margin: 1rem;
  padding-bottom: 1rem;
  /* height: 46.3rem; */
}

@media (min-width: 1025px) {
  .num-of-victims-boxes > li {
    height: auto;
    width: 100%;
    width: 24%;
    margin: 0 0 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    max-width: 42rem;
  }
}

.num-of-victims-boxes > li h4 {
  font-size: 2.5rem;
  font-family: oswald-bold;
  text-transform: uppercase;
  color: #fff;
  margin: 1rem 0;
  text-align: left;
  width: 80%;
  padding-left: 1rem;
  line-height: 1.2;
  min-height: 6rem;
}

@media (min-width: 1325px) and (max-width: 1800px) {
  .num-of-victims-boxes > li h4 {
    font-size: 3.3rem;
    margin: 1rem 0 0;
    margin: 2.5rem auto 1rem;
  }
}

@media (min-width: 1801px) {
  .num-of-victims-boxes > li h4 {
    font-size: 4rem;
  }
}

.num-of-victims-boxes .list-wrap {
  display: flex;
  color: #fff;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.num-of-victims-boxes .list-wrap .categories {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 42%;
  height: auto;
  margin: 0 0 2.5rem;

  @media (min-width: 1025px) {
    height: 9.9rem;
  }
}

.num-of-victims-boxes .list-wrap .categories li {
  display: flex;
  line-height: 1.1;
  justify-content: space-between;
  width: 90%;
}

.num-of-victims-boxes .list-wrap .categories span {
  font-size: 2rem;
  display: inline-block;
  align-self: flex-start;
  width: 130px;
  text-align: left;
}

@media (min-width: 1025px) {
  .num-of-victims-boxes .list-wrap .categories span {font-size: 2.3rem;}
}

.num-of-victims-boxes .list-wrap .categories strong {
  font-size: 2rem;
  font-family: oswald-bold;
}

@media (min-width: 1025px) {
  .num-of-victims-boxes .list-wrap .categories strong {
    font-size: 2.5rem;
  }
}

.num-of-victims-boxes img {
  height: auto;
  width: 95%;
  background: #2a2e36 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 10px;
  display: inline-block;
}

@media (min-width: 1025px) {
  .num-of-victims-boxes img {
    width: 92%;
    height: 21.6rem;
  }
}

.num-of-victims-boxes img.image-overlay {
  opacity: 0.8;
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6rem;
  height: 6rem;
}

@media (min-width: 1025px) {
   .num-of-victims-boxes img.image-overlay {
    position: absolute;
    width: 11.8rem;
    height: 11.8rem;
   }
}

.num-of-victims-boxes .img-wrapper {
  position: relative;
}

.num-of-victims-boxes .img-wrapper a {
  display: inline-block;
}

/* Modal styles */
.map-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(44, 42, 42, 0.75);
}

.close-map-modal-btn {
  position: absolute;
  right: 1rem;
  top: 1rem;
  box-shadow: none;
  border: none;
  font-size: 1.5rem;
  color: #000;
  background: url("../images/close-icon-white.png") 0 0 no-repeat;
  background-size: contain;
  width: 3rem;
  height: 3rem;
}

.close-map-modal-btn:hover {
  cursor: pointer;
}

.map-modal-content {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 3rem 1rem;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  height: auto;
  min-height: 50rem;
  font-size: 1.5rem;
  overflow: hidden;
}

@media (min-width: 1025px) {
 .map-modal-content {
  width: 90%;
 }
}

.map-modal .map-modal-content img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 120rem;
  margin: 0 auto;
  transition: transform 0.3s ease;
}

@media (max-width: 768px) {
  .map-modal .map-modal-content img:hover {
      transform: scale(1.7); /* Adjust the scale factor as needed */
  }
}

/*** index page - alert modal ********/

.alert-modal {
  display: block;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(44, 42, 42, 0.75);
  backdrop-filter: blur(9px);
}

.close-alert-modal-btn {
  position: absolute;
  right: 1rem;
  top: 1rem;
  box-shadow: none;
  border: none;
  font-size: 1.5rem;
  color: #000;
  background: url("../images/close-icon.png") 0 0 no-repeat;
  background-size: contain;
  width: 3rem;
  height: 3rem;
}

.close-alert-modal-btn:hover {
  cursor: pointer;
}

.alert-modal-content {
  background-color: #fff;
  border-radius: 5px;
  color:#000;
  font-size: 1.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 3rem 1rem;
  text-align: center;
  overflow: hidden;
  position: relative;
  width: 32rem;
  height: 30rem;
}

@media (min-width: 1025px) {
 .alert-modal-content {
  width: 51rem;
  height: 28rem;
  font-size: 1.4rem;
 }
}

.alert-modal-content img * {
  fill: #FF003D;
}

.alert-modal-content p {
  font-size: 15px;
  width: 90%;
  margin: 0 auto;
  color: #000;
}

@media (min-width: 1025px) {
  .alert-modal-content p  {
    font-size: 16px;
  }
 }

.alert-modal-content .red-txt {
  color: #FF003D;
  margin-bottom: 1rem;
}

.gallery-lnk {
  align-items: center;
  background: #E6A432;
  border-radius: 2rem;
  color: #000;
  display: flex;
  justify-content: center;
  font-size: 2rem;
  font-family: oswald-regular;
  height: 4rem;
  margin: 2rem auto 1rem;
  width: 16.5rem; 
}

.gallery-lnk:before {
  content: "";
  display: inline-block;
  background: url("../images/gallery-btn.png") 0 0 no-repeat;
  width: 2.5rem;
  height: 2.5rem
}

.enter-btn {
  align-items: center;
  background: #E6A432;
  border-radius: 2rem;
  color: #000;
  display: flex;
  justify-content: center;
  font-size: 2rem;
  font-family: oswald-regular;
  height: 4rem;
  margin: 2rem auto 1rem;
  width: 16.5rem; 
}
