*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}

/* this is slide to container  */
.Explore1 {
  height: 70px;
  width: 100%;
  font-size: 2.7rem;
  color: #63321A;
  display: flex;
  justify-content: center;
  text-align: center;
}

.campaign-container1 {
  width: 100%;
  background-color: #EFE4D2;
}

.campaign-scroll1 {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

.campaign-card1 {
  max-width: 300px;
  min-width: 200px;
  height: 370px;
  background-color: #f8f8f8;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  flex-shrink: 0;
}

.campaign-card-admin {
  max-width: 300px;
  min-width: 200px;
  height: 370px;
  background-color: #f8f8f8;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  flex-shrink: 0;
}

.campaign-card-admin img {
  height: 190px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.item-info-admin {
  height: 60px;
  width: 100%;
  overflow: hidden;        /* clip anything extra */
}

.item-info-admin p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.2em;          /* each line ~1.2em tall */
  display: -webkit-box;
  -webkit-line-clamp: 3;       /* max 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}





.item-info-compaigns {
  height: 60px;
  width: 100%;
  overflow: hidden; 
}

.item-info-compaigns p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.2em;          /* each line ~1.2em tall */
  display: -webkit-box;
  -webkit-line-clamp: 3;       /* max 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.campaign-card1 img {
  height: 190px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.donate_location1 {
  height:15px;
  width: 100%;
  display: flex;
  margin-top: 10px;

}
.donate_date1 {
  height:15px;
  width: 100%;
  display: flex;
  margin-top: 10px;
}

.donate_shere1 {
  height:25px;
  width: 100%;
  display: flex;
  margin-top: 10px;
}
.shere1 {
  height: 30px;
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #AD591E;
  border: 1px solid #AD591E;
  border-radius: 7px;
  text-decoration: none;
}

.donate1 {
  height: 30px;
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #AD591E;
  border-radius: 7px;
  text-decoration: none;
  margin-left: 25px;
}

.works {
  height: 300px;
  width: 100%;
  background-color: #FFEACD;
}

.How_work {
  height: 70px;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

#know {
  margin-top: 10px;
  height: 40px;
  width: 130px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #AD591E;
}

.works_container {
  height: 200px;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.works_step1 {
  width: 200px;
  text-align: center;
}

.woman_donate {
  width: 50%;
  min-width: 90%;
  height: 500px;
  display: flex;
}

.woman_image {
  width: 50%;
  min-width: 35%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.woman_layer{
  width: 60%;
  min-width: 40%;
  height: 100%;
  text-align: center;
}
.layer1 {
  width: 400px;
  min-width: 70px;
  height: 80px;
  background-color: #FFF4E4;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border: 1px solid #AD591E;
  border-radius: 13px;
  margin-left: 300px;
  margin-top: 35px;
}

.nice_bg{
  height: 320px;
  max-width: 100%;
  min-width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}