*
{
    padding:0;
    margin:0;
    box-sizing: border-box;
    outline:none;
    border:none;
    text-transform: capitalize;
    transition: all 0.4s linear;
}

body
{
    overflow-x: hidden;
    width: 100%;
}

.purchase-container
{   
    min-height: calc(100vh - 60px);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-color: #fff;
    gap: 1rem;
}

.submit-btn
{
    padding: 10px 15px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
}

.purchase-form
{   
    height: 490px;
    min-width: 800px;
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 5px 5px 5px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.purchase-title
{
    font-size: 18px;
}

.row-purchase
{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
}

.col-purchase
{
    display: flex;
    width: 300px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap:14px
}

.col-purchase .col-input
{   
    margin: 0 2px;
}

.col-input img
{
    height: 45px;
    width: 45px;
    cursor: pointer;
}

.col-input.payment-section
{   
    display: flex;
    gap:1rem;
    padding: 5px;
}

.col-input.payment-section label
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.col-purchase .col-input p
{   
    font-family:'Times New Roman', Times, serif;
    margin-bottom: 8px;
    display: block;
    font-weight: 600;
    font-size: 15px;
}

.col-purchase .col-input .input1
{
    border: 1px solid #000;
    height: 30px;
    width: 100%;
    padding: 5px 10px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
}


@media screen and (max-width: 768px)
{
    
.purchase-container
{   
    min-height: calc(100vh - 60px);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
}

.submit-btn
{
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    height: 35px;
    width: 180px;
}

.purchase-form
{   
    height: 405px;
    min-width:600px;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.purchase-title
{
    font-size: 14px;
}

.row-purchase
{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
}

.col-purchase
{
    display: flex;
    width: 250px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap:12px
}

.col-purchase .col-input
{   
    margin: 0 2px;
}

.col-input img
{
    height: 38px;
    width: 38px;
    cursor: pointer;
}

.col-input.payment-section
{   
    display: flex;
    gap:1rem;
    padding: 5px;  
    position: relative;
    right: 10px;
}

.col-purchase .col-input p
{   
    font-family:'Times New Roman', Times, serif;
    display: block;
    font-weight: 600;
    font-size: 14px;
}

.col-purchase .col-input .input1
{
    border: 1px solid #000;
    height: 22px;
    width: 100%;
    font-size: 12px;
    text-transform: none;
    font-weight: 600;
}


} 


@media screen and (max-width: 425px) 
{

.purchase-container
{   
    min-height: calc(100vh + 60px);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-color: #fff;
    gap: 1rem;
    margin-top: 4rem;
    padding: 20px;
}

.submit-btn
{
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    height: 35px;
    width: 180px;
}

.purchase-form
{   
    height: 100%;
    min-width: 350px;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.purchase-title
{
    font-size: 16px;
}

.row-purchase
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2rem;
}

.col-purchase
{
    display: flex;
    width: 250px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap:14px
}

.col-purchase .col-input
{   
    margin: 0 2px;
}

.col-input img
{
    height: 45px;
    width: 45px;
    cursor: pointer;
}

.col-input.payment-section
{   
    display: flex;
    gap:1rem;
    padding: 5px;
}

.col-purchase .col-input p
{   
    font-family:'Times New Roman', Times, serif;
    display: block;
    font-weight: 600;
    font-size: 14px;
}

.col-purchase .col-input .input1
{
    border: 1px solid #000;
    height: 35px;
    width: 260px;
    font-size: 12px;
    text-transform: none;
    font-weight: 600;
}

.col-input.payment-section
{
    position: relative;
    right: 10px;
}


}

@media screen and (max-width: 375px)
{
.col-input.payment-section
{
    position: relative;
    right: 9px;
}

} 


@media screen and (max-width: 320px)
{
    
.purchase-container
{   
    min-height: calc(100vh + 60px);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-color: #fff;
    gap: 1rem;
    margin-top: 2rem;
    padding: 20px;
}

.submit-btn
{
    border-radius: 10px;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
    height: 32px;
    width: 170px;
}

.purchase-form
{   
    height: 100%;
    min-width: 250px;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.purchase-title
{
    font-size: 16px;
}

.row-purchase
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2rem;
}

.col-purchase
{
    display: flex;
    width: 230px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap:14px
}

.col-purchase .col-input
{   
    margin: 0 2px;
}

.col-input img
{
    height: 35px;
    width: 35px;
    cursor: pointer;
}

.col-input.payment-section
{   
    display: flex;
    gap:1rem;
    padding: 5px;
}

.col-input.payment-section
{
    position: relative;
    right: 10px;
}

.col-purchase .col-input p
{   
    font-family:'Times New Roman', Times, serif;
    display: block;
    font-weight: 600;
    font-size: 14px;
}

.col-purchase .col-input .input1
{
    border: 1px solid #000;
    height: 35px;
    width: 210px;
    font-size: 12px;
    text-transform: none;
    font-weight: 600;
}

}