
.main-body {
    background-image: url("images/bg-main-desktop.png");
    background-repeat: no-repeat;
    text-align: center;
    align-items: center;
    font-family: 'Space Grotesk', sans-serif;
    max-height: 100vh;
    overflow-x: hidden;
}

.main-container {
    margin-bottom: 100px;
}

#main-section {
    margin-top: 130px;
}

.left-container {
    margin-left: 10px;
    margin-top: 50px;
}

.card-front {
    color: white;
    position: relative;
    text-transform: uppercase;
}

.card-logo {
    position: absolute;
    bottom: 70%;
    left: 25%;
}

.card-number, .card-exp-date, .card-name {
    
    letter-spacing: 2px;
}

 .card-number {
    position: absolute;
    font-size: 1.8rem;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card-name {
    font-size: 14px;
    position: absolute;
    bottom: 5px;
    padding-left: 170px;
}

.card-exp-date {
    position: absolute;
    bottom: 5px;
    padding-left: 100px;
}

.card-back {
    color: white;
    position: relative;
    text-transform: uppercase;
    top: 40px;
    left: 15%;
}

.card-back p {
    letter-spacing: 2px;
    position: absolute;
    bottom: 39%;
    left: 68%;
}


.right-container {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}

.rgb {
    width: 400px;
    margin-top: 150px;
    margin-left: 70px;
    text-align: left;
    padding-left: 30px;
}

#form-container {
    display: block;
}

.rgb p{
    margin-bottom: 2px;
}

.rgb input {
    margin-bottom: 20px;
    margin-top: 2px;
    width: 100%;
    height: 45px;
    border-radius: 8px;
    border-width: 1px;
    padding-left: 15px;
    font-weight: 700;
    font-size: 1rem;
}

.rgb imput ::placeholder {
    color: hsl(270, 3%, 87%);
}

::placeholder {
    color: hsl(270, 3%, 87%);
}

.rgb button {
    background-color: hsl(278, 68%, 11%);
    color: white;
    width: 100%;
    height: 50px;
    border-radius: 8px;
    border-width: 1px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 20px;
}

.exp-date-mm {
 padding-right: 0px;
}

.thankyou {
    padding-top: 170px;
    padding-right: 100px;
}

.hidden {
    display: none;
}

.thankyou h3 {
    padding-top: 40px;
    padding-bottom: 20px;
    margin: 0px;
    letter-spacing: 2px;
}

.thankyou p {
    padding-top: 0;
    color: hsl(279, 6%, 55%);
    text-transform: none;
    font-size: 1.1rem;
}

.thankyou button {
    background-color: hsl(278, 68%, 11%);
    color: white;
    width: 60%;
    height: 50px;
    border-radius: 8px;
    border-width: 1px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 20px;
}