* {
    margin: 0;
    padding: 0;
    font-weight: 400 !important;
    user-select: none;
}

body {
    font-family: var(--primary-font);
}

.right-containerr {
    background-color: var(--white);
    border-radius: 30px 20px 20px 30px;
    padding: 10px;
    box-shadow: 0px 10px 15px 0px #183b5633;
    /* margin: 0 0 0 auto; */
    height: 100%;
    width: 45%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.onlineContent {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(#e8f5fc, #f3fafd);
    border-radius: 20px;
    height: 515px;
    margin-top: 40px;
}

.payment-form {
    padding: 2rem 4rem;
    width: 100%;
}

.submit-button {
    background-color: var(--button-color);
    color: white;
    border: none;
    padding: 8px 64px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    font-weight: 500 !important;
    cursor: pointer;
    width: 100%;
    text-align: center;
}
.button-container {
    display: flex;
    justify-content: center;
    padding-top: 1.5rem;
}

.paymentImage {
    /* margin: 0 auto; */
    object-fit: contain;
    max-width: 400px;
}
.form-group label {
    display: block;
    font-weight: 600 !important;
    color: var(--slate-blue);
}

.form-group {
    border-bottom: none;
}

.form-group input,
.form-group textarea {
    font-weight: 400 !important;
    font-size: 14px;
    color: var(--transparent-gray);
    outline: 0 !important;
}
.form-group label span {
    color: var(--button-color);
}

.form-group input:focus {
    outline: none;
    border-color: none;
    background-color: var(--white);
    box-shadow: none;
}

.onlinePayment {
    font-family: var(--primary-font);
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 700 !important;
}
.online-payment {
    background: linear-gradient(
        180deg,
        var(--mint-frost-light) 16.46%,
        var(--mint-frost-light) 99.17%
    );
    /* box-shadow: 0px 10px 15px 0px #00000033; */
    border-radius: 20px;
    max-width: 1092px;
    margin: 0 auto;
}
.payment-form label {
    font-size: 18px;
    font-weight: 600;
}

.payment-form input {
    width: 100%;
    border-bottom: 1px solid var(--button-color);
    padding: 10px 0 5px 0;
    letter-spacing: 1px;
    background-color: transparent;
}

.payment-form input:focus {
    background-color: transparent !important;
    outline: none;
}

.submitButton {
    width: 100%;
    text-align: center;
    margin-top: 60px;
    padding: 10px 0;
    border-radius: 50px;
    background-color: var(--button-color);
    font-family: var(--primary-font);
    font-weight: 700 !important;
    letter-spacing: 1px;
    color: var(--white);
    font-size: 20px;
}

a {
    color: #4d4d4d !important;
    text-decoration: none !important;
}

.footerSand {
    transform: translateY(5px);
    margin-top: -160px;
}

.bottomBar {
    border-bottom: 1px solid var(--pale-gray) !important;
}

.trackingWider:hover a {
    letter-spacing: 1px;
    transition: letter-spacing 0.3s ease;
}

.text-about {
    font-weight: 700 !important;
}
.text-trade {
    font-weight: 700 !important;
}

.paymentContent {
    background: linear-gradient(
        180deg,
        var(--mint-frost-light) 16.46%,
        var(--mint-frost-light) 99.17%
    );
    box-shadow: 0px 10px 15px 0px #00000033;
    border-radius: 20px;
    max-width: 1092px !important;
    margin: 0 auto;
}

footer {
    font-family: var(--primary-font);
}

@media only screen and (max-width: 775px) {
    .onlineContent {
        flex-direction: column !important;
    }
    .right-container {
        width: 70%;
    }
    .paymentImage {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 980px) {
    .container {
        max-width: 960px !important;
    }
    .onlineContent{
        height: 400px;
    }
    .paymentImage{
        width: 340px;
    }
    #userIdAndMobileNumberBox{
        width: 90%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 980px) and (min-width: 767px) {
    .onlineContent{
        height: 340px;
    }
    .paymentImage{
        width: 300px;
    }
    #userIdAndMobileNumberBox{
        width: 90%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 979px) {
    .container {
        max-width: 950px !important;
    }
}

@media only screen and (max-width: 960px) {
    .container {
        max-width: 930px !important;
    }
}
@media only screen and (max-width: 935px) {
    .container {
        max-width: 900px !important;
    }
}
@media only screen and (max-width: 910px) {
    .container {
        max-width: 890px !important;
    }
}
@media only screen and (max-width: 895px) {
    .container {
        max-width: 850px !important;
    }
}
@media only screen and (max-width: 855px) {
    .container {
        max-width: 830px !important;
    }
}
@media only screen and (max-width: 835px) {
    .container {
        max-width: 800px !important;
    }
}
@media only screen and (max-width: 834px) and (min-width: 800px) {
    .container {
        max-width: 770px !important;
    }
}
@media only screen and (max-width: 799px) and (min-width: 765px) {
    .container {
        max-width: 730px !important;
    }
    .paymentImage {
        padding-left: 20px;
        padding-right: 20px;
    }
    .form-group input {
        padding: 0;
    }
    .payment-form {
        padding-inline: 2rem;
        padding-inline: 1rem;
    }
}

@media only screen and (max-width: 575px) and (min-width: 515px) {
    .container {
        max-width: 510px;
    }

    .left-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 515px) and (min-width: 480px) {
    .container {
        max-width: 460px;
    }
    .paymentImage {
        padding-left: 20px;
        padding-right: 20px;
    }

    .right-container {
        width: 90%;
    }
}

@media only screen and (max-width: 480px) and (min-width: 460px) {
    .container {
        max-width: 430px;
    }

    .right-container {
        width: 95%;
    }

    .paymentImage {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (max-width: 460px) and (min-width: 400px) {
    .container {
        max-width: 380px;
    }
    .paymentImage {
        padding-left: 20px;
        padding-right: 20px;
    }
    .right-container {
        width: 95%;
    }
    .onlinePayment {
        font-size: 20px;
    }
    .form-group label {
        font-size: 15px;
    }
    .form-group input {
        font-size: 12px;
    }
}

@media only screen and (max-width: 400px) and (min-width: 360px) {
    .container {
        max-width: 350px;
    }

    .paymentImage {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* .payment-form {
        padding-inline: 2rem;
        padding-inline: 1rem;
    } */

    .right-container {
        width: 95%;
    }

    .form-group label {
        font-size: 15px;
    }
    .form-group input {
        font-size: 12px;
    }
    .onlinePayment {
        font-size: 20px;
    }
    .submit-button {
        padding: 6px 50px;
        font-size: 14px;
    }
}

.left-container,
.right-containerr {
    flex: 1;
    width: 50%;/* Each takes 50% of the container width */
    box-sizing: border-box;
}


.left-container{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
}


@media only screen and (max-width: 775px) {
    .left-container {
       display: none!important;
       width: 0;
    }
    .right-containerr{
        width: 100%!important;
        margin: 0 auto;
        border-radius: 20px;
    }
    #userIdAndMobileNumberBox{
        width: 90%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 450px) {
    .right-containerr form{
      padding-left: 30px;
      padding-right: 30px;
    }
    #userIdAndMobileNumberBox{
        width: 90%;
        margin: 0 auto;
    }
    .onlineContent{
        height: 330px;
        margin-top: 30px;
    }
}


@media only screen and (max-width: 990px) and (min-width: 551px) {
    .left-side{
        width: 440px!important;
    }
    .package-price{
        bottom: 13px!important;
    }
}

@media only screen and (max-width: 550px){
   .badge{
        display: none!important;
    }
}

@media only screen and (max-width: 500px){
   .pleaseSelectPack img{
        max-width: 320px!important;
    }
}

#cardx-titile{
    justify-content: start!important;
}

@media (max-width: 473px) {
    .card-title {
        column-gap: 9px !important;
    }
    #cardx-titile p{
        transform: translateY(-2px);
    }
}

.detailsUserAndPayment{
    padding: 25px 25px;
}
