/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Contact-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub-header {
  background: linear-gradient(
      to left,
      rgba(4, 7, 23, 0.5),
      rgba(25, 50, 12, 0.5)
    ),
    url('imgs/del.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 60vh;
  background-position: center;
}
.home-ico {
  position: absolute;
  top: 0px;
  right: 10px;
  background-color: #45a247;
  padding: 12px 15px;
  border-radius: 5px;
  display: inline-block;
}
.home-ico i {
  color: white;
}
.btn {
  display: inline-block;
  text-decoration: none;
  color: #45a247;
  border: 1px solid #45a247;
  padding: 12px 34px;
  font-size: 13px;
  background: transparent;
  position: relative;
  cursor: pointer;
}

.btn:hover {
  color: white;
  font-weight: 600;
  background-color: #45a247;
  transition: 1s;
}
.receiver .btn {
  color: gold;
  border-color: gold;
}
.receiver .btn:hover {
  background-color: gold;
  color: white;
}
.row {
  display: flex;
  align-items: center;
  width: 80vw;
  height: auto;
  flex-wrap: wrap;
  /* background-color: red; */
  margin: auto !important;
}

.card {
  height: auto;
  width: 270px;
  background: #e3f5e3;
  padding: 35px 25px;
  display: flex;
  align-items: center !important;
  flex-direction: column;
  box-shadow: 0px 0px 15px 1px #71f174de;
  border: 1px solid #45a247;
  border-radius: 7px;
  gap: 15px;
  margin-bottom: 100px;
}
.receiver .red {
  color: gold;
}
.receiver .card .info i {
  color: gold;
}
.gld {
  color: gold;
}
.receiver .card {
  background-color: rgb(255, 248, 207);
  box-shadow: 0px 0px 15px 1px #ffbb00de;
  border: 1px solid gold;
}
.receiver .des {
  color: rgb(169, 154, 77);
}
.card .dp img {
  width: 50%;

  border-radius: 50%;
}
.card h1 {
  font-size: 1.5rem;
}
.card .info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
.card .info i {
  color: #45a247;
}
.des {
  color: rgb(104, 155, 108);
}
