.reward {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  font-size: 22px;
  width: 100%;
  font-weight: bold;
  padding: 15px 25px;
  /* background: linear-gradient(45deg, #ff00ff, #e000ff, #c500ff, #aa00ff); */
  background: #550047;
  /* font-family: "monofont"; */
  border-radius: 50px;
  border: 2px solid #ff21e9;
}
.reward:hover {
  transform: scale(1.03);
  transition: transform 0.3s ease;
  border: 2px solid white;
  /* background: linear-gradient(45deg, #9f45ff, #ff45d7); */
  background: #ff21e9;
  cursor: grab;
}
.reward22 {
  /* display: flex; */
  /* justify-content: space-between; */
  align-items: center;
  color: white;
  font-size: 22px;
  width: 100%;
  font-weight: bold;
  padding: 18px 25px 50px 25px;
  /* background: linear-gradient(45deg, #ff00ff, #e000ff, #c500ff, #aa00ff); */
  background: #000000;
  /* font-family: "monofont"; */
  border-radius: 50px !important;
  border: 2px solid #ff21e9;
}
.reward22:hover {
  transform: scale(1.03);
  transition: transform 0.3s ease;
  border: 2px solid white;
  /* background: linear-gradient(45deg, #9f45ff, #ff45d7); */
  background: #ff21e9;
  /* cursor: crosshair; */
  color: #000000 !important;
  cursor: grab;
}
.coinA {
  font-size: 18px;
  font-weight: normal;
}
.airdropForm {
  color: #ff21e9;
  list-style-type: decimal;
}
.airdropForm li {
  color: white;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}

.formIcon {
  width: 10px;
  height: 10px;
  margin-right: 7px;
  transform: rotate(45deg);
  background-color: #ff21e9;
}
.rewardText {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin-left: 10px;
}
.rewardBox {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 100%; */
}
#sociaLink {
  display: flex;
  justify-content: center;
  align-items: center;
}
.br {
  border-radius: 5px !important;
}
#h {
  height: 75%;
}
.Nbtn {
  padding: 10px 20px;
  color: white;
  font-weight: bold;
  background-color: #ff21e9;
  text-decoration: none;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .MblMainH {
    font-size: 40px !important;
  }
  .MblMainT {
    font-size: 18px !important;
  }
  .airdropForm li {
    font-size: 16px;
  }
  .reward {
    font-size: 20px;
    width: 100%;
    font-weight: bold;
    padding: 7px;
    border-radius: 30px;
  }
  .coinA {
    font-size: 16px;
  }
}
