@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,500&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

body {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: azure;
    padding: 10px 20px;
}

.wrapper {
    max-width: 460px;
    box-shadow: 3px 3px 5px #1b1b1ba2;

}


.card {
    background-color: #413f3f;
}

p {
    margin: 0px;
}

.h8 {
    font-size: 25px;
    font-weight: 600;
    color: white;
}

.card .atm {
    width: 90px;
    height: 90px;
    object-fit: cover;
}

.visa{
    height:150px; 
    width:400px;
}

.card .master {
    width: 50px;
    height: 50px;
    object-fit: fill;
}
.font{
    font-size: 15px;
    font-weight:bolder;
}
.head{
    background-color: rgb(25,135,84);
}


/*.debit-card:hover {
    box-shadow: 5px 3px 5px #000000a2;
}*/



.text{
    font-size:20px;
    font-weight: bold;
    color:white;
}
.logo{
    height:100px; 
    width:100px;
}
.text-white {
    font-size: 14px;
}

.input {
    position: absolute;
    top: 6px;
    right: 0;
}


.btn a{
    width: 100%;
    height: 50px;
    /*border: 1px solid black;*/
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
      color: #fff;
    background-color: rgb(25,135,84);
/*    transition: all 0.5s ease;*/
    font-weight:bolder;
/*    transition: 0.7s;*/
    border-radius: 10px;
}
.details{
   display:flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
  /*margin-left: 22%;*/
}
.btn a:hover {
 
    color:white;
}
.btn a{
    text-decoration: none;
}
.visa1{
    height:350px;
    width:300px;
}
.name{
    font-size: 20px;
}
@media (max-width: 575.98px) {
    .font{
        font-size: 10px;
    }
    .wrapper {
    max-width: 300px;
    box-shadow: 3px 3px 5px #1b1b1ba2;

}
.visa{
    height:120px; 
    width:260px;
}
.logo{
    height:70px; 
    width:70px;
}
.text{
    font-size:10px;
    font-weight: bold;
    color:white;
}
.visa1{
    height:320px;
    width:250px;
}
.details{
   font-size: 12px;
  /*margin-left:12%;*/
}
.name{
    font-size: 12px;
}
}