









.load{
  background-color: #000000bd;
  backdrop-filter: blur(5px);
  width: 0vw;
  height: 0vh;
  overflow-x: hidden;
  overflow-y: scroll;
  position: fixed;
  z-index: 1000000;
  top: 0px;
  left: 0px;
  transition: 0.4s;
}
.load-m{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  min-height: 100vh;
}
.load-div{
  /* background: linear-gradient(to top , rgba(0, 118, 118, 0.701) , rgba(255, 0, 0, 0)); */
  background: linear-gradient(to top , rgba(0, 118, 118, 0.701) , rgba(255, 0, 0, 0) 15%);

  /* border: #00775500 solid 20px;
  border-left: #007771 solid 20px;
  border-right: #007771 solid 20px; */
  width: 80%;
  height: 80%;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  /* color: #272727; */
}
.jkl{
  width: 100%;
  padding: 10px 10px 10px 40px;
}
.jkr{
  width: 100%;
}
.jkr h2{
  color: #ffffff;
  background-color: #7b0012;
  padding: 10px 20px 10px 60px;
  width: max-content;
  border-radius: 0px 10px 10px 0px;
  cursor: pointer;
}
.loadup{
  /* background-color: #8b1f1f; */
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 100px;
  padding: 30px;
}
.loadup h2{
  width: 400px;
  text-align: center;
}
.loadup hr{
  margin-top: 20px;
  margin-bottom: 0px;
  border:  #007755 dotted 3px;
}
.donate{
  background-color: rgba(255, 255, 255, 0.077);
  padding: 5px 10px 5px 10px;
  border-radius: 15px;
  border: #00775500 solid 10px;
  border-left: #0199D8 solid 10px;
  border-right: #ffffff solid 10px;
  cursor: pointer;
}
.donate span{
  animation: dcv 2s infinite linear;
}
.my-logo-img{
  width: 300px;
  height: 300px;
  border-radius: 40px;
  background-image: url(../images/matrix2.png);
  background-position: center;
  background-size: 90%;
  background-repeat: no-repeat;
  background-color: #000000;
  border:  #00777100 solid 7px;
  border-bottom:  #007771 solid 7px;
}
.loadbottom{
  /* background-color: #682e2e; */
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loadbottom h2{
  background-color: rgba(255, 255, 255, 0.077);
  padding: 5px 10px 5px 10px;
  border-radius: 15px;
  border: #00775500 solid 10px;
  border-left: #ffffff solid 10px;
  border-right: #ffffff solid 10px;
  cursor: pointer;
}
/* .loadbottom h2 span{
  animation: dcv 2s infinite linear;
} */
@keyframes dcv {
  0%{
    opacity: 1;
  }
  50%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.beto{
  display: flex; 
  align-items: center; 
  justify-content: center; 
  flex-wrap: wrap; 
  gap: 10px;
  /* background-color: #000; */
  min-height: 100px;
}
.beto .imaga{
  width: 170px;
  /* background-color: #ffffffb7; */
  border-radius: 15px;
  height: 55px;
  /* border: #00775594 solid 3px; */
  /* background: linear-gradient(to top,  #0080578e ,  #ffffff25 , #ffffff00); */
  overflow: hidden;
}
.beto .imaga .oo{
  background-image: url(https://www.top-bank.ch/images/logo_540/paypal.png);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}