@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
 h1,h2,h3,h4,h5{
font-weight: 600;
} .decorated_heading_1{     font-weight: 600;
     
    font-size: 24px;
    text-align: left;
}
.decorated_heading_1::after{
    content: '';
    display: block;
    height: 1px;
    background: #ed1c24;
    width: 50px;
    margin-top: 15px;
}
.decorated_heading_2{     font-weight: 600;
     
    font-size: 24px;
    text-align: center;
}
.decorated_heading_2::after{
    content: '';
    display: block;
    height: 1px;
    background: #ed1c24;
    width: 50px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}
.subheading {
     
}

p{
 margin: 10px 0;
 text-align: justify;
}
input,select,textarea{
    padding: 5px;
}
a{
    text-decoration: none;
    color: black;
    }














.checkout_section{
    margin-top:50px;
    padding: 0 100px;

}
.checkout_section .row_1{
    margin-top:20px;
    width: 100%;
    display: flex;
    gap: 30px;
}
.checkout_section .column_1{
    width: 52%;
}
.checkout_section .column_2{
    width: 48%;
}
.column_2 img{
    width: 100%;
}
.checkout_section .content{
    width: 100%;
}

.checkout_section .checkout_form{
    width: 100%;
}

.checkout_form .input{
    margin-top: 20px;
    width: 100%;
}
.checkout_form h2,h3{
font-weight:600;
}

.checkout_form table {
    margin-top: 10px;
    border-collapse: collapse;
    font-size: 14px;
  }
  .checkout_form td {
    padding: 5px 12px;
    text-align: left;
  }
.checkout_form input, .checkout_form select{
    height:50px;
    width: 100%;
    padding: 5px;
    outline: none;
    border: 1px solid;
    border-radius: 2px;
}
.checkout_form .multiple_inputs{
width: 100%;
display: flex;
align-items: center;
gap: 20px;
}
.checkout_form .iti{
    width: 100%;
}
.checkout_form .multiple_inputs>*{
    width: 100%;
}
.checkout_form .checkbox{
    display: flex;
    align-items: center;
    gap: 10px;
}
.checkbox input{
    height: 20px;
    width: 20px;
}
.checkout_form .billing_heading{
    margin-top: 25px;
}

.payment_methods{
    margin-top: 15px;
    width: 100%;
    margin-bottom: 15px;
}
.checkout_form .radio_box{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top:5px;
}
.checkout_form input[type="radio"]{
height: 16px;
width: 16px;
}
.payment_method{
     padding: 5px;
     display: flex;
    align-items: center;
    gap: 10px;   
}
.payment_form{
    background-color: rgba(0, 0, 0, .045);
    padding: 20px;
}

.stripe_place_order_btn {
    background-color: #0096FF;
    color: white;
    cursor: pointer;
    border: none;
    font-size: 16px;
    width: 100%;
    height: 50px;
}

.bank_place_order_area{
    display: none;
}

.bank_place_order_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0096FF;
    color: white;
    cursor: pointer;
    border: none;
    font-size: 16px;
    width: 100%;
    height: 50px;
}

.bank_place_order_btn:disabled {
    background-color: #0096FF ;
    cursor: not-allowed;
}

.buttonText{
display: inline-block;
}

.spinner {
    display: none;
    border: 4px solid white;
    border-left-color: #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    vertical-align: middle;
    margin-left: 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}







@media only screen and (max-width: 768px) {

    /* all sections common responsiveness*/

    html, body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden; /* Prevents horizontal scrolling */
        margin: 0;
        padding: 0;
    }
    .first_section {
        margin-top: 120px ;
        }
    .section  {
    flex-wrap: wrap ;
    padding: 0 10px;
    gap: 30px;
    }
    .section .row{
        flex-wrap: wrap ;
        gap: 30px;
    }
    .section .column  {
        width: 100% ;
        justify-content: center;
    }
    .section .content  {
        padding: 0 ;
    }
    .section .flex_container{
        flex-wrap: wrap ;
    }
    .section .flex_item{
        width: 100% ;
        margin-top: 0;
        padding: 30px ;
    }
    .section  h1,h2,h3,h4,h5{
font-weight: 600;
} .decorated_heading_1{     font-weight: 600;
        text-align: center ;
    }
    .section .decorated_heading_1::after{
        margin-left: auto ;
        margin-right: auto ;
    }

.checkout_form .multiple_inputs{
gap: 10px;
}
}













@media only screen and (min-width: 769px) and (max-width: 1024px) {

    /* all sections common responsiveness*/

    html, body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden; /* Prevents horizontal scrolling */
        margin: 0;
        padding: 0;
    }
    .first_section {
        margin-top: 120px ;
        }
    .section  {
    flex-wrap: wrap ;
    padding: 0 50px;
    gap: 30px;
    }
    .section .row{
        flex-wrap: wrap ;
        gap: 30px;
    }
    .section .column  {
        width: 100% ;
        justify-content: center;
        padding: 0 10px;
    }
    .section .content  {
        padding: 0 ;
    }
    .section .flex_container{
        flex-wrap: wrap ;
    }
    .section .flex_item{
        width: 100% ;
        margin-top: 0;
        padding: 30px ;
    }
    .section  h1,h2,h3,h4,h5{
font-weight: 600;
} .decorated_heading_1{     font-weight: 600;
        text-align: center ;
    }
    .section .decorated_heading_1::after{
        margin-left: auto ;
        margin-right: auto ;
    }
    
  .checkout_form .multiple_inputs{
gap: 20px;
}  

}