*{
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    
    
}

body{
    background: #161819;
}

a, input,button {
    font-size: unset;
    text-decoration: none;
     outline: none;
     background: none;
     border: none;
}

.all{

    width:70% ;
    margin: auto;
    margin-top: 100px;
    display: flex;
   
    background-color: white;
    border-radius: 15px;

}


.head{

    margin-top: 40px;
    margin-bottom: 15px;
   
}

.under{
   
    margin-bottom: 40px;
}

.part2{
    width: 45%;
    padding: 40px;
    background: linear-gradient(to bottom,#72f7933a ,#fff);
    border-radius: 15px;
    margin: 60px;
}
.part1 {
    width: 45%;
    padding: 65px;
}
.div_input{
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 12px;
    background: #f2f4f5;
   justify-content: space-between;
    border-radius: 7px;
    display: flex;
}
.expiry {
    width: 50%;
    margin-right: 12px;
}

.iban {
    width: 70%;
    margin-right: 12px;
}
.bic {
    width: 25%;
}
.cvc {
    width: 45%;
}
.num_input{
   
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px;
    background: #f2f4f5;
    border-radius: 7px;
    display: flex;

}
.choice {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.choice div {
    padding: 15px;
    border-radius: 15px;
    border: 1px solid rgba(185, 182, 182, 0.445);
    cursor: pointer;
}
.choice div:hover {
    padding: 15px;
    border-radius: 15px;
    border: 1px solid rgba(31, 104, 240, 0.747);
    background-color: #67affb2e;
}
.active-choice {
    border: 1px solid rgba(31, 104, 240, 0.747) !important;
    background-color: #67affb2e;
}

.exp-cvc{
    display: flex;
    justify-content: space-between;
   
}



.apply{
   
    color: #1557f4;
    
}

.btn{
    margin-top: 60px;
    margin-bottom: 20px;
}

.btn a{
    padding: 20px 25px 20px 25px;
    background-color: #1557f4;
    color: rgba(255, 255, 255, 0.966);
    border-radius: 8px;
    
}

.all-card img{
    height: 45px;
    padding-top: 5px;
    
   
}

.icone{
   
    margin-top: 40px;
    margin-bottom: 15px;
}

.icone i{
    font-size: 15px;
    margin-top: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #04a16a;
    color: white;
    padding: 2px ;
    
}

.montant_paid {
    color: rgba(0, 0, 0, 0.801);
}

.disc_head{
    color: rgba(0, 0, 0, 0.849);
}

.Pay_head{
     color: rgba(0, 0, 0, 0.849);
}

.dolard{

     margin-top: 10px;
    font-weight: bold;
    font-size: 40px;
}

.dolard_next{
    color: rgba(0, 0, 0, 0.726);
}

.disc_off {
    margin-bottom: 10px;
}

.guarante{
    margin-top: 30px;
    border-radius: 10px;
    padding: 12px;
    background-color: rgba(0, 0, 0, 0.911);
    color: rgba(255, 255, 255, 0.877);
}



@media (max-width: 1228px){

   .all {
    display: block;
   }
   .part1, .part2 {
    width: auto;
   }
}

@media (max-width: 600px){

    .all {
     display: block;
     width: 90%;
    }
    .part1, .part2 {
        width: auto;
        padding: 15px
       }
       .part2 {
        margin: 10px;
       }
 }