* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}
 
.main-header {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px;
    background-color: #ca2727;
    color: #fff;
    top: 0;
    position: fixed;
    z-index: 9999;
}
a {
 text-decoration: none;
 color: white;
 margin-right: 0 10px;
 padding: 5px 8px;
 transition: color ease 0.5s,font-size 0.3s ease;

}
.nav-links a:hover {
  text-decoration: underline;
  color:  #ff9999;
   font-size: 18px;
}
/* .hero {
    align-items: center;
    padding: 100px 20px 50px 20px; 
    flex-wrap: wrap;
    position: relative;
}

.hero-image {
    width: 100%;
    height: 390px;
    background-image: url(/images/backkkk.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-left: auto; 
    border-radius:18px;

} 
.decription {
    width: 522px;
    height: 388px;
    background-color: rgba(206, 31, 31, 0.9);
    border-radius: 9px;
    margin: auto;
    text-align: center;
    position: absolute;
    top: 73px;
    bottom: 21px;
    right: 22px;
   
    
}
.hero-content {
   padding: 55px;
    font-size: 20px;
    text-align: center;
}
.hero-content p,h2 {

color: white;
} */

.hero {
  position: relative;
  height: 420px;
  background-image: url("/images/back\ blod.jpeg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);   
}



.hero-content {
  position: relative;
  text-align: center;
  color: white;
  max-width: 600px;
}

.hero-content h1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 15px;
}

.hero-content p {
  font-size: 18px;
  margin-bottom: 25px;
}


.btn-request {
  background-color: #dc3545;
  color: white;
  padding: 10px 25px;
  border-radius: 6px;
  border: none;
  margin-right: 10px;
}


.btn-donate {
  background-color: transparent;
  color: white;
  padding: 10px 25px;
  border-radius: 6px;
  border: 2px solid white;
}

.btn-request:hover {
  background-color: #b52a37;
}

.btn-donate:hover {
  background-color: white;
  color: #dc3545;
}



.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

 .hero-content {
  position: relative;
  text-align: center;
  color: white;
  max-width: 600px;
}

.hero-content h1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 15px;
}

.hero-content p {
  font-size: 18px;
  margin-bottom: 25px;
}

.btn:hover {
    opacity: 0.8;
    transform: scale(1.05);
    transition: 0.3s;
} 
.card {
  border-radius: 12px;
  transition: 0.3s;
}

.card:hover {
  transform: translateY(-5px);
}

.icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: white;
}

.image-gallery img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 12px;
  transition: 0.4s ease;
}

.img-box {
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}


.img-box:hover img {
  transform: scale(1.1);
}


.img-box:hover {
  box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.main-footer {
  background-color: #1f1f1f;
  color: #ddd;
  padding: 50px 0 20px;
  margin-top: 50px;
}

.main-footer h5 {
  color: white;
  margin-bottom: 15px;
}

.main-footer p {
  font-size: 14px;
  line-height: 1.8;
}

.main-footer a {
  color: #ddd;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}

.main-footer a:hover {
  color: #dc3545;  
}

.main-footer i {
  color: #dc3545;
}

.main-footer hr {
  margin: 30px 0 15px;
  border-color: #444;
}

.main-footer .text-center p {
  font-size: 14px;
  color: #aaa;
}

.carousel-item img .edit {
  width: 100%;      
  height: 200px;    
  object-fit: cover; 
  border-radius: 8px; 
}
.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
