
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');

.box{
        color: #fff;
        padding-top: 20px;
        display: none;
     width: 99%;
     margin-top: 20px;
     margin: auto;
     justify-content: center;
    }  
#trigger{
  margin: auto;
  width: 100%
}
    .box img{
height: auto;
width: 100%;
margin:auto;
padding-bottom: 5px;
position: relative;
border-bottom: 1px solid #e8e6e6;
     }
.methodo{
  display: flex;
  flex-direction: row;
  width: 60%;
  margin: auto;
  margin-top: 20px;
  justify-content: space-between;
  justify-content: space-around;
  padding-bottom: 40px;

}

.meth_block{
  width:25%;
  height: auto;
  border-radius: 30px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-flex;
  flex-direction: column;
  text-align: center;
}

.meth_block font img{
  width: 100%;
  border-radius: 30px;
}

.bank{
  display: flex;
  width: 40%;
  flex-direction: column;
  margin: auto;
}
.choo{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #001b4c;
  margin-top: 30px;
}
.meth_block b{
  font-size: 21px;
  display: inline-flex;
  border-radius: 30px;
  width: 100%;
  padding: 10px 5px;
  padding-left: 15px;
  text-align: left;
  position: relative;
  margin-top: 5px;
  align-items: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;;
}

.meth_block b i{
  position: absolute;
  right: 25px;
  margin-top: auto;
}
.b1{
  background: #e1dede;
  color: #000;
  box-shadow: 2px 3px 3px #000;
  transition: 1s;
}
.b1:hover{
  background-color: white;
  border: 2px solid #000;
  color: #000;
  cursor: pointer;
  transition: 1s;
}


.b2{
  background: #271b4d;
  color: white;
  transition: 1s;
}
.b2:hover{
  background-color: white;
  border: 2px solid #271b4d;
  color: #271b4d;
  cursor: pointer;
  transition: 1s;
}

.b3{
  background: #000000;
  color: #ff8a00;
  transition: 1s;
}
.b3:hover{
  background-color: white;
  border: 2px solid #ff8a00;
  color: #ff8a00;
  cursor: pointer;
  transition: 1s;
}

.b4{
  background-image: linear-gradient(to left, red, rebeccapurple);;
  color: #facd12;
  transition: 1s;
}
.b4:hover{
  background-image: linear-gradient(to left, #fff, #fff);
  border: 2px solid #facd12;
  color: red;
  cursor: pointer;
  transition: 1s;
}

.titl{
  margin: auto;
  text-align: center;
  font-weight: bold;
}
.donation_container{
  background: rgba(0,0,0,0.00);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: flex;
  height: auto;
  width: 37%;
  margin: auto;
  margin-top: 35px;
  justify-content: center;
  border-radius: 5px;
  padding-bottom: 20px;
  padding-top: 20px

}



.wire{
  display: inline-flex;
  width: 100%;
  flex-direction: column;
  height:auto;
}

.wire font{

  color: #1b75f0;
  background: #fff;
  display: inline-flex;
  height: 55px;
  margin-top: 10px;
  padding: 15px;
  podding-right:20px;
  align-items: center;
  position: relative;
  justify-content: left;
  font-family: "Quicksand", sans-serif;
  border-radius: 5px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;;

}

.wire font strong{
  position: relative;
  left: 5px
}

.donation_box{
  display: inline-flex;
  flex-direction: column;
  width: 98%;
  margin: auto;
  justify-content: center;
}

.donation_box .box{
  margin-top: -10px
}


.donation_box .box form input{
  width: 99%;
  border-radius: 5px;
  border: 1px solid #e8e6e6;
  height: 50px;
  padding-left: 15px;

}

.donation_box .box form button{
  width: 55%;
  border-radius: 3px;
  border: none;
  font-weight: bold;
  height: 50px
}


.donation_box label{
  color: black;
  text-align: left;
  margin-left: 2px;


}

.donation_box .box form input::placeholder{
  color: gray;
}

.donation_box form{
  margin-top: 10px;
}



.copy-text {
  position: relative;
  padding: 0px;
  background: transparent;
  border: none;
  border-radius: 10px;
  display: flex;
  height: 45px;
  width: 100%;
  margin-top: -1px;
  align-items: center;
}


.copy-text b{
  width: auto;
  white-space: nowrap;
}

.copy-text input.text {
  padding: 5px;
  font-size: 14px;
  color: #ff0d2d;
  height: 40px;
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
  left: 25%;
  opacity: 1;
  font-weight: bold;
  position: absolute

}

.copy-text button {
  padding: 1px;
  background: #5784f5;
  color: #fff;
  font-size: 14px;
  border: none;
  height: 25px;
  width: 25px;
  outline: none;
  margin-top: 5px;
  border-radius: 6px;
  cursor: pointer;
  position: absolute;
  right: -5px;
}

.copy-text button:active {
  background: #809ce2;
}
.copy-text button:before {
  content: "Copied";
  position: absolute;
  top: -45px;
  right: -15px;
  background: #5c81dc;
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 15px;
  display: none;
}
.copy-text button:after {
  content: "";
  position: absolute;
  top: -20px;
  right: 10px;
  width: 10px;
  height: 10px;
  background: #5c81dc;
  transform: rotate(45deg);
  display: none;
}
.copy-text.active button:before,
.copy-text.active button:after {
  display: block;
}
#card_don{
  display: flex;
  flex-direction: column;
  width: 25%;
  margin: auto;
  justify-content: center;
   box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px 0px;
   padding: 20px;
   padding-bottom: 30px;
   border-radius: 27px;

}

#card_don form{
  display: inline-flex;
  flex-direction: column;
  width: 99%;
}
#card_don form div input{
width: 100%;
height: 45px;
margin-top: 10px;
padding: 3px 30px;
border: 1.5px solid rgba(0, 0, 0, 0.15);
border-radius: 8px;
color: black;
}

.cut font{
  position: relative;
}
.cut font input{
  width: 50%;
height: 45px;
margin-top: 10px;
padding: 3px 30px;
border: 1.5px solid rgba(0, 0, 0, 0.15);
border-radius: 8px;
color: black;
}

.cut font i{
  position: absolute;
  left: 5px;
  top: 12px;
  font-size: 20px;
}
.cut select{
width: 50%;
height: 45px;
margin-top: 10px;
padding: 3px 5px;
border: 1.5px solid rgba(0, 0, 0, 0.15);
border-radius: 8px;
color: black;
text-align: left;
}
#card_don form div{
  position: relative;
  display: inline-flex;
  align-items: center;
}
#card_don form div i{
  position: absolute;
  left: 5px;
  margin-top: 10px;
  font-size: 20px;
}

#card_don form button{
  background-image: linear-gradient(to right, #ff3000, #fa0288);
  color: white;
  padding: 8px;
  margin-top: 15px;
  border: none;
  font-size: 18px;
  border-radius: 7px;
  font-weight: bold;
  position: relative;
}

.cut{
  display: inline-flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}


#card_don form button i{
position: absolute;
left: 10px;
color: rgba(255, 255, 255, 0.8);
margin-top: 3px;
}

#card_don form button:hover{
  background-image: linear-gradient(to right, #000,#000);
  transition: 1.5s;
}
.float-animation{
  display: inline-flex;
  width: 99%;
  justify-content: center;
  margin: auto;
}
.float-animation img{
  width: 100%;
}
 @keyframes float {
            0% { transform: translateY(0px); }
            50% { transform: translateY(-10px); }
            100% { transform: translateY(0px); }
        }
        .float-animation {
            animation: float 3s ease-in-out infinite;
        }
        .card-input:focus ~ .card-label {
            transform: translateY(-1.5rem);
            font-size: 0.75rem;
            color: #6366f1;
        }
        .card-input:not(:placeholder-shown) ~ .card-label {
            transform: translateY(-1.5rem);
            font-size: 0.75rem;
        }
        .card-input {
            transition: all 0.2s ease-in-out;
        }
        .card-input:focus {
            border-color: #6366f1;
            box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.2);
        }






.payment-container {

            width: 25%;
            background: #fff;
            padding: 25px;
            border-radius: 12px;
            box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
            text-align: center;
            margin: auto;
            animation: fadeInUp 0.8s ease-in-out;
        }
        @keyframes fadeInUp {
            from {
                transform: translateY(50px);
                opacity: 0;
            }
            to {
                transform: translateY(0);
                opacity: 1;
            }
        }
        .payment-container h2 {
            color: #333;
            font-size: 22px;
            margin-bottom: 10px;
        }
        .bank-details {
            background: linear-gradient(to right, #0072ff, #00c6ff);
            padding: 15px;
            border-radius: 8px;
            margin-top: 15px;
            color: #fff;
            font-weight: bold;
            box-shadow: 0px 4px 10px rgba(255, 75, 43, 0.2);
        }
        .bank-details p,  .bank-details_2 p {
            margin: 5px 0;
            font-size: 14px;
            text-align: left;
            text-transform: capitalize;
            font-weight: 400;
        }


        .bank-details_2 {
            background: linear-gradient(to right, #271b4d, #7c449b);
            padding: 15px;
            border-radius: 8px;
            margin-top: 15px;
            color: #fff;
            font-weight: bold;
            box-shadow: 0px 4px 10px rgba(255, 75, 43, 0.2);
        }




        .instructions {
            margin-top: 15px;
            color: #555;
            line-height: 1.6;
            font-size: 14px;
        }
        .upload-section, .upload-section_2 {
            margin-top: 20px;
            text-align: center;
            padding: 15px;
            border-radius: 8px;
            background: #f7f7f7;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        }
       .upload-section  input[type="file"], .upload-section_2 input[type="file"]{
            display: block;
            margin: 10px auto;
            padding: 10px;
            border-radius: 5px;
            border: 1px solid #ccc;
            background: #fff;
            width: 100%;
        }
        .upload-section button {
            background: linear-gradient(to right, #0072ff, #00c6ff);
            color: #fff;
            border: none;
            padding: 12px 18px;
            border-radius: 6px;
            cursor: pointer;
            font-size: 16px;
            font-weight: bold;
            transition: 0.3s;
            box-shadow: 0px 5px 10px rgba(0, 114, 255, 0.3);
        }

        .upload-section_2 button {
            background: linear-gradient(to right,  #271b4d, #7c449b);
            color: #fff;
            border: none;
            padding: 12px 18px;
            border-radius: 6px;
            cursor: pointer;
            font-size: 16px;
            font-weight: bold;
            transition: 0.3s;
            box-shadow: 0px 5px 10px rgba(0, 114, 255, 0.3);
        }
        .upload-section_2  button:hover {
            background: linear-gradient(to right, #fff, #fff);
            box-shadow: 0px 7px 15px rgba(0, 114, 255, 0.4);
            color: #271b4d;
            border: 1px solid #271b4d;
          }

       .upload-section  button:hover {
            background: linear-gradient(to right, #0057d8, #0095ff);
            box-shadow: 0px 7px 15px rgba(0, 114, 255, 0.4);
          }

          .change-box{
            display: inline-flex;
            width: 99%;
            justify-content: center;
          }

          .exc{
            display: inline-flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            width: 70%;
            margin: auto;
            margin-left: 30%;
            position: relative;
          }

       















































@media (max-width: 780px){

.copy-text input.text {
  padding: 5px;
  font-size: 12px;
  color: #ff0d2d;
  height: 40px;
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
  left: 1px;
  opacity: 1;
  font-weight: bold;
  position: relative;

}

#card_don{
  display: flex;
  flex-direction: column;
  width: 95%;
  margin: auto;
  justify-content: center;
   box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px 0px;
   padding: 20px;
   padding-bottom: 30px;
   border-radius: 27px;

}

.payment-container {

            width: 95%;
            background: #fff;
            padding: 25px;
            border-radius: 12px;
            box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
            text-align: center;
            margin: auto;
            animation: fadeInUp 0.8s ease-in-out;
        }
.bank{
  display: flex;
  width: 99%;
  flex-direction: column;
  margin: auto;
}
.donation_container{
  background: rgba(0,0,0,0.05);
  display: flex;
  height: auto;
  width: 95%;
  margin: auto;
  margin-top: 35px;
  justify-content: center;
  border-radius: 5px;
  padding-bottom: 20px;
  padding-top: 20px

}


.wire font{
  width: 99%;
  color: #1b75f0;
  background: #F9F9F9;
  display: inline-flex;
  height: 45px;
  margin-top: 10px;
  padding: 15px;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  font-size: 12px;
  font-family: "Quicksand", sans-serif;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.24);

}





}


.main {
  padding: 70px 20px;
  width: 1200px;
  margin: auto;
}
.main * {
  transition: all 0.4s;
}
.main .main_content {
  margin: 100px 0 40px;
  column-gap: 20px;
  width: 100%;
}
.main .main_content .picture_wrapper {
  margin-bottom: 20px;
}
.main .main_content .picture_wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 2px;
}

/* responsive */
@media (min-width: 1200px) {
  .main_content {
    column-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main_content {
    column-count: 3;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main_content {
    column-count: 2;
  }
}
@media (max-width: 575px) {
  .main_content {
    column-count: 1;

  }
  .main {
  padding: 70px 20px;
  width: 100%;
  margin: auto;
}
}


















@media (max-width:480px){
  .methodo{
  display: flex;
  flex-direction: row;
  width: 98%;
  margin: auto;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: space-between;
  justify-content: space-around;
  padding-bottom: 40px;

}

.meth_block{
  width:45%;
  height: auto;
  border-radius: 30px;
  margin-top: 10px;
   margin-left: 3px;
  margin-right: 3px;
  display: inline-flex;
  flex-direction: column;
  text-align: center;
}

.meth_block font img{
  width: 100%;
  border-radius: 30px;
}

.choo{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #001b4c;
  margin-top: 30px;
}
.meth_block b{
  font-size: 18px;
  display: inline-flex;
  border-radius: 30px;
  width: 100%;
  padding: 7px 3px;
  padding-left: 15px;
  text-align: left;
  position: relative;
  margin-top: 5px;
  align-items: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;;
}

.meth_block b i{
  position: absolute;
  right: 10px;
  margin-top: auto;
}
.b1{
  background: #e1dede;
  color: #000;
  box-shadow: 2px 3px 3px #000;
  transition: 1s;
}
.b1:hover{
  background-color: white;
  border: 2px solid #000;
  color: #000;
  cursor: pointer;
  transition: 1s;
}


.b2{
  background: #271b4d;
  color: white;
  transition: 1s;
}
.b2:hover{
  background-color: white;
  border: 2px solid #271b4d;
  color: #271b4d;
  cursor: pointer;
  transition: 1s;
}

.b3{
  background: #000000;
  color: #ff8a00;
  transition: 1s;
}
.b3:hover{
  background-color: white;
  border: 2px solid #ff8a00;
  color: #ff8a00;
  cursor: pointer;
  transition: 1s;
}

.b4{
  background-image: linear-gradient(to left, red, rebeccapurple);;
  color: #fff;
  transition: 1s;
}
.b4:hover{
  background-image: linear-gradient(to left, #fff, #fff);
  border: 2px solid #facd12;
  color: red;
  cursor: pointer;
  transition: 1s;
}

}