
#lenght{
   position: relative;
   width: 100%;
   height: 500px;
   background-color: red;
   margin-bottom: 0px;
}


.pageImage{
    height: 100%;
    width: 100%;
    object-fit: cover;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    border-radius: 3px;
}
.pageText{
    height: 300px ;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font8);
    color: black;
    text-shadow: 0 0 10px white;
    background-color: rgba(225, 225, 225, 0.3);
    backdrop-filter: blur(5px);
    padding: 7px;
    text-align: center;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    top: 20%;
    bottom: 20%;
    font-size: 13px;
    left: 50%;
    border: 1px solid var(--background1); 
    text-overflow: ellipsis;
    border-radius: 5px;
}

/* paynow */




.account{
    width: 100%;
    height: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family : Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
    font-weight: 700;
    font-size: 3rem;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-transform: capitalize;
}
.bank{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family : Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
    font-weight: 500;
    font-size: 2rem;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-transform: capitalize;
}
.accName{
    width: fit-content;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family : Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-transform: capitalize;
    border-bottom: 1px solid var(--background1);
    margin: auto;
    padding-bottom: 10px;
}

.pay-amt{
    width: 100%;
    height: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family : Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
    font-weight: 500;
    font-size: 2.5rem;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-transform: capitalize;
}
#pay-pr{
   margin-left: 5px;
}

.payment{
   width: 50%;
   height: 100%;
   font-family : Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
   font-weight: 400;
   font-size: 1.3rem;
   display: flex;
   justify-content: center;
   align-items: center;
   text-transform: capitalize;
   background-color: transparent;
   color: black;
}
.btn-dialog{
   width: 100%;
   height: 40px;
   display: flex;
   justify-content: center;
   align-items: center;
   border-top: 1px solid var(--background1);
}
#quicklogpic{
    width: 100%;
    height: 100vh;
   background-image: url(/am.jpg);
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}
#sgg{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}



#lcx img{
    width: 100%;
    height: 100%;
    object-fit: contain ;
  }


@media screen and (max-width:450px) {
    .account{
        font-size: 1.8rem;
    }
    .bank{
        font-size: 1.4rem;
    }
    .accName{
        font-size: 1.2rem;
    }
    
    .pay-amt{
        font-size: 1.5rem;
    }
    .payment{
        font-size: 0.9rem;
    }
     
  }
  




