* {
    font-family: 'Boxo';
    margin: 0;
    padding: 0;
}

::placeholder {
    color: white;    
opacity:1;

  }

.pay-2{
display:none}
body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-size: cover;
    background-image: url("https://edrp-official.com/img/bg-donation.png");
    background-repeat: no-repeat;
    background-color: #150e26;
}

.loader {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 99999;
    background-color: black;
    width: 100%;
    height: 100vh;
    position: fixed;
    text-align: center;
}



.loader img {
    animation: bounce 1.5s infinite;
    width: 100px;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dot {
    width: 12px;
    height: 12px;
    background: #ff07a7;
    border-radius: 50%;
    margin: 0 6px;
    opacity: 0;
    animation: dotAnimation 2s infinite;
}

.dot:nth-child(1) {
    animation-delay: 0s;
}

.dot:nth-child(2) {
    animation-delay: 0.5s;
}

.dot:nth-child(3) {
    animation-delay: 1s;
}

@keyframes dotAnimation {
    0% {
        opacity: 0;
    }


    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
img {
    z-index: -2;
}


@font-face {
    font-family: 'Boxo';
    src: url('./bpg_boxo-boxo.ttf') format('truetype');
}


.donation-title {
    gap: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-top: 10%;
}

.line {
    width: 256.34px;
    height: 7.69px;
    flex-shrink: 0;
    background: linear-gradient(90deg, rgba(255, 184, 0, 0.00) 0%, #FFB800 100%);
}

.line-r {
    width: 256px;
    height: 8px;
    flex-shrink: 0;
    background: linear-gradient(90deg, #FFB800 0%, rgba(255, 184, 0, 0.00) 100%);
}

.left,
.right {
    align-items: center;
    display: flex;
    justify-content: center;
}


.ball {
    height: 38px;
    width: 38px;
    border-radius: 50%;
    background-color: #FFB800;
    filter: drop-shadow(0px 2.563399314880371px 23.07059097290039px rgba(255, 153, 0, 0.52));
}

form {

    margin: 0 auto;

    max-width: 450px;
    width: 100%;
    gap: 20px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-title {
    color: #FFF;
    margin-top: 0.5%;
    text-shadow: 0px 1.4736841917037964px 22.105262756347656px rgba(255, 255, 255, 0.25);
    font-family: 'Boxo';
    font-size: 48.2px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.txt {
    margin-left: 30px;
    align-self: flex-start;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    height: 50px;
    width: 180px;
    border: 1px solid white;
    background-color: rgba(255, 255, 255, 0.00);
    transform: rotate(-2deg) skew(-2deg);
    backdrop-filter: blur(57.5px);
}

.input {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon {
    z-index: 99;
    position: relative;
    left: 25px;
}

.form-btn {
    cursor: pointer;
    border-radius: 10px;
    max-width: 409.728px;
    width: 100%;
    height: 80px;
    flex-shrink: 0;
    color: white;
    font-family: 'Boxo';
    padding: 10px 0px 10px 20px;
    border: none;
    transform: rotate(0) skew(1deg);
    margin-bottom: 10px;
    position: relative;
    background-color: #FF9115;
    filter: drop-shadow(0px 4px 84px rgba(249, 145, 27, 0.43));
}

.form-btn:hover {
    cursor: pointer;
    box-shadow: 0px 0px 24px #FF9115;
}


.custom-input {
 -webkit-text-align: center; 
    border-radius: 10px;
    max-width: 409.728px;
    width: 100%;
    height: 60px;  
    color: white;
    font-family: 'Boxo';
    padding: 10px 20px;
    border: none;
    background-color: rgba(255, 255, 255, 0.11);
    backdrop-filter: blur(0px);
    transform: rotate(-2deg) skew(-2deg);
    margin-bottom: 10px;
    padding-left: 30px;
}

.pay {
    position: absolute;
    right: 20%;
    transform: rotate(-2deg) skew(-2deg);  

}

.pay p {
    font-size: 1.5rem;
    color: white;
    font-family: 'Boxo';
}
.pay span{
    font-size: 1.5rem;
}

option {
    border-radius: 20px;
    transform: rotate(-2deg) skew(-2deg);
    color: white;
    font-size: 1.5rem;
    background-color: gray;
}

option:hover {
    background-color: black;
}

.check {
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.check p {
    font-size: 1.1rem;
    color: white;
    font-family: 'Boxo';
}

@media(max-width:1450px)
{
    .pay{
        right: 10%;
    }
}
@media(max-width:1260px)
{
    body{
       height: 120vh;
display:block;
        
    }
    .pay{
        right: inherit;
        top: 90%;
    }
}

@media (max-width: 720px)
{
.custom-input{
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}
body{
background-image:url("https://edrp-official.com/img/bg-mobile.png");
}
.pay{
display:none}


.pay-2 {
display:block;

    transform: rotate(-2deg) skew(-2deg);  

}

.pay-2 p {
    font-size: 1.5rem;
    color: white;
    font-family: 'Boxo';
}
.pay-2 span{
    font-size: 1.5rem;
}

.custom-input{
padding-left:25%;
}

    .form-btn{
        width: 75%;
    }
    .pay{
 -webkit-margin-top:150px;
          margin-top:150px;
    }
    form{
        max-width: 350px;
    }
    .left, .right{
        width: 30%;
    }
    .form-title{
        font-size: 2rem;
    }
    .wrap{
     flex-direction: column;
    }
}


@media screen and (max-width: 768px) {
    [data-aos] {
        transition: none !important;
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
    }
}