@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
body{
  list-style: none;
  font-family: sans-serif;
  font-family: 'Open Sans', sans-serif;
}
.back{
  position: absolute;
  top: 2%;
  left: 2%;
  height: 40px;
  width: 320px;
  background-color: black;
  color: white;
  font-size: 27px;
  border: 1px solid black;
  transition: 1s ease ;
}
.back:hover{
  color: black;
  background-color: white;
  box-shadow: 0 15px 30px #00000080;
}
.view-modal, .popup{
  position: absolute;
  left: 88%;
}
button{
  outline: none;
  cursor: pointer;
  font-weight: 500;
  border-radius: 4px;
  border: 2px solid transparent;
  transition: background 0.1s linear, border-color 0.1s linear, color 0.1s linear;
  box-shadow: 0 15px 30px #00000080;
}
.view-modal{
  top: 27%;
  color: #7d2ae8;
  font-size: 18px;
  padding: 10px 25px;
  background: #fff;
  transform: translate(-50%, -50%);
}
.popup{
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  top: -150%;
  max-width: 380px;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
  transform: translate(-50%, -50%) scale(1.2);
  transition: top 0s 0.2s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;
}
.popup.show{
  top: 71%;
  opacity: 1;
  pointer-events: auto;
  transform:translate(-50%, -50%) scale(1);
  transition: top 0s 0s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;

}
.popup :is(header, .icons, .field){
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup header{
  padding-bottom: 15px;
  border-bottom: 1px solid #ebedf9;
}
header span{
  font-size: 21px;
  font-weight: 600;
}
header .close, .icons a{
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
header .close{
  color: #878787;
  font-size: 17px;
  background: #f2f3fb;
  height: 33px;
  width: 33px;
  cursor: pointer;
}
header .close:hover{
  background: #ebedf9;
}
.popup .content{
  margin: 20px 0;
}
.popup .icons{
  margin: 15px 0 20px 0;
}
.content p{
  font-size: 16px;
}
.content .icons a{
  height: 50px;
  width: 50px;
  font-size: 20px;
  text-decoration: none;
  border: 1px solid transparent;
}
.icons a i{
  transition: transform 0.3s ease-in-out;
}
.icons a:nth-child(1){
  color: #1877F2;
  border-color: #b7d4fb;
}
.icons a:nth-child(1):hover{
  background: #1877F2;
}
.icons a:nth-child(2){
  color: #46C1F6;
  border-color: #b6e7fc;
}
.icons a:nth-child(2):hover{
  background: #46C1F6;
}
.icons a:nth-child(3){
  color: #e1306c;
  border-color: #f5bccf;
}
.icons a:nth-child(3):hover{
  background: #e1306c;
}
.icons a:nth-child(4){
  color: #25D366;
  border-color: #bef4d2;
}
.icons a:nth-child(4):hover{
  background: #25D366;
}
.icons a:nth-child(5){
  color: #0088cc;
  border-color: #b3e6ff;
}
.icons a:nth-child(5):hover{
  background: #0088cc;
}
.icons a:hover{
  color: #fff;
  border-color: transparent;
}
.icons a:hover i{
  transform: scale(1.2);
}
.content .field{
  margin: 12px 0 -5px 0;
  height: 45px;
  border-radius: 4px;
  padding: 0 5px;
  border: 1px solid #e1e1e1;
}
.field.active{
  border-color: #7d2ae8;
}
.field i{
  width: 50px;
  font-size: 18px;
  text-align: center;
}
.field.active i{
  color: #7d2ae8;
}
.field input{
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 15px;
}
.field button{
  color: #fff;
  padding: 5px 18px;
  background: #7d2ae8;
}
.field button:hover{
  background: #8d39fa;
}
.donate{
  position: absolute;
  top: 15%;
  left: 9%;
  height: 300px;
  width: 500px;
  border-radius: 7px;
  box-shadow: 0 15px 30px #00000080;
  background: url(Donate.jpg);
}
.pay{
  position: absolute;
  top: 50%;
  left: 9%;
  height: 400px;
  width: 500px;
  border: 3px solid black;
  border-radius: 7px;
  box-shadow: 0 15px 30px #00000080;
}
.pay:hover{
  border: 3px solid #8d39fa;
}
a{
  color: white;
  text-decoration: none;
}
a:hover{
  color: #ffe600;
}
.container{
	position: absolute;
  top: 24%;
  left: 0%;
	width: 50%;
	height: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 100px;
}

.container:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	filter: blur(50px);
	z-index: -1;
}
.contact-box{
	max-width: 1000px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #fff;
	box-shadow: 0px 0px 19px 5px rgba(0,0,0,0.19);
}

h2{
	position: relative;
	padding: 0 0 10px;
	margin-bottom: 10px;
}

h2:after{
	content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 4px;
    width: 50px;
    border-radius: 2px;
    background-color: #2ecc71;
}
.mechanism{
    position: relative;
    top: -17px;
    left: 80px;
    color: gray;
    height: 20px;
    text-decoration: none;
}
.mechanism:hover{
    text-decoration: underline;
}
.field{
	width: 100%;
	border: 2px solid rgba(0, 0, 0, 0);
	outline: none;
	background-color: rgba(230, 230, 230, 0.6);
	padding: 0.5rem 1rem;
	font-size: 1.1rem;
	margin-bottom: 22px;
	transition: .3s;
}

.field:hover{
	background-color: rgba(0, 0, 0, 0.1);
}

textarea{
	min-height: 100px;
}

.btn{
	width: 100%;
	padding: 0.5rem 1rem;
	background-color: #2ecc71;
	color: #fff;
	font-size: 1.1rem;
	border: none;
	outline: none;
	cursor: pointer;
	transition: .3s;
}

.btn:hover{
    background-color: #27ae60;
}

.field:focus{
    border: 2px solid rgba(30,85,250,0.47);
    background-color: #fff;
}
.feedbox{
  position: absolute;
  top: 15%;
  left: 40%;
  height: 720px;
  width: 700px;
  background-color: #ffffff;
  box-shadow: 0px 0px 19px 5px rgba(0,0,0,0.19);
}
.feedtxt{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 37%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 37px;
  font-weight: bold;
  color: #fff;
  background: url(feed.jpg);
  background-size: cover;
}

.copyrighttxt{
  position: fixed;
  top: 97.7%;
  height: 22px;
  width: 100%;
  background-color: #0000007c;
  color: #000000;
  font-weight: bold;
}
.me{
  position: fixed;
  top: 94%;
  left: 97%;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background-color: #a100a1;
  color: white;
  font-size: 30px;
  text-align: center;
  cursor: default;
  overflow: hidden;
  border: 2px solid white;
  z-index: 3;
}
.me:hover{
  left: 87%;
  width: 242px;
  border-radius: 50px;
  background-color: #a100a1;
  color: white;
  transition: 1s ease;
}
.end{
  display: none;
}
@media screen and (max-width: 880px){
  .feedbox{
    position: absolute;
    left: 170%;
    width: 90%;
  }
  .view-modal, .popup{
    position: absolute;
    left: 340%;
  }
  .end{
    display: block;
    position: absolute;
    left: 400%;
    height: 100px;
    width: 100px;
  }
  .pay{
    position: absolute;
    top: 60%;
  }
}
@media (max-width: 952px){
  body{
      background-size: 570%;
  }
  #head{
      height: 9vh;
      width: 300%;
      box-shadow: 2px 3px 8px #57575780;
  }
  nav{
      display: none;
  }
  .me{
      display: none;
  }
  .copyrighttxt{
      display: none;
  }
}