html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
   
}

.video-container {
    /*   height: 100%; */
    height: 100%;
    /*  padding: 10px; */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

    .video-container video {
        width: 100%;
        height: 100%;
        object-fit: fill; /* Ensures the video covers the entire div */
    }

.product-card {
    background: #fff;
    padding: 15px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}

.qr-code {
    width: 80px;
    height: 80px;
    background: #eee;
    display: inline-block;
    margin-top: 10px;
    border: 1px solid #ccc;
}

.right-align {
    display: flex;
    justify-content: flex-end;
}


.card {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.card-title {
    color: #3d3da9;
}

.timer {
    color: #ff2404;
}

.message {
    color: black;
    font-size: 12px;
    font-weight: 600;
    /*  margin-bottom:2%; */
}

.amount {
    color: #ff2404;
    font-size: 16px;
}



.Lcart-containerpay {
    border-radius: 16px;
    /*  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
    border: 2px #AEEFFF solid;
    font-size: 15px;
    background-color: whitesmoke;
    width: 100%;
    height: 100%;
    margin-right: -1%;
    display: none;
    text-align: center;
    padding-top: 2%;
    padding-bottom: 2%
    /* box-shadow: -5px -5px 15px rgba(255, 255, 255, 0.2), 5px 5px 15px rgba(255, 255, 255, 0.3), inset 5px 5px 10px rgba(255, 255, 255, 0.3), inset -5px -5px 10px rgba(255, 255, 255, 0.2); */
}

.Rcart-containerpay {
    border-radius: 16px;
    /*  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
    border: 2px #AEEFFF solid;
    font-size: 15px;
    background-color: whitesmoke;
    width: 100%;
    margin-left: -1%;
    display: none;
    text-align: center;
    padding-top: 2%;
    padding-bottom: 2%;
    z-index: 1;
    /* box-shadow: -5px -5px 15px rgba(255, 255, 255, 0.2), 5px 5px 15px rgba(255, 255, 255, 0.3), inset 5px 5px 10px rgba(255, 255, 255, 0.3), inset -5px -5px 10px rgba(255, 255, 255, 0.2); */
}

.card-titlepay {
    font-size: 20px;
    /*   padding-bottom:4%; */
    font-weight: 900;
    color: #0099FF;
    /*  text-shadow: 2px 2px 4px #000000; */
}


.cart-container {
    border-radius: 16px;
    /*  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 2px #AEEFFF solid;
    padding-top: 6%;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.2);
    display: none;
    /* box-shadow: -5px -5px 15px rgba(255, 255, 255, 0.2), 5px 5px 15px rgba(255, 255, 255, 0.3), inset 5px 5px 10px rgba(255, 255, 255, 0.3), inset -5px -5px 10px rgba(255, 255, 255, 0.2); */
}



.cart-item {
    /*   display: flex;
            align-items: center;
            justify-content: space-between;
            border-bottom: 1px solid #ddd; */
    padding: 40px 0;
}



    .cart-item img {
        width: 206px;
        height: 200px;
        margin-left: -37px;
    }

.card-title {
    font-size: 20px;
    margin-top: 12%;
    font-weight: 900;
    color: #AEEFFF;
    text-shadow: 2px 2px 4px #000000;
}



.spnclss {
    font-size: 14px;
    font-weight: 500;
}


.cart-item-price {
    /*  color: #3bbb80; */
    color: #0099FF;
    margin-top: 20px;
    font-size: 18px;
    text-shadow: 0 0 3px #0f4005, 0 0 5px #000000;
}

.cart-item-qty {
    margin-left: 0px;
    font-size: 14px;
    color: #0099FF;
    text-shadow: 0 0 3px #0f4005, 0 0 5px #000000;
}

.cart-item-final {
    margin-top: 30px;
    color: #0099FF;
    text-shadow: 2px 2px 4px #3b3b3b;
    font-size: 18px;
    font-weight: 700;
}

#leftcard {
    border: 2px #0099FF solid;
    display: none;
}

#leftpay {
    border: 2px #0099FF solid;
    display: none;
}


#leftmsg {
    border: 2px #0099FF solid;
    display: none;
    z-index: 2;
    padding: 0%;
    background-color: #f5f5f5cc;
}

#ldownarrow {
    border: 2px #0099FF solid;
    display: none;
    z-index: 2;
    padding: 6%;
    background-color: #f5f5f5cc;
}

#rightmsg {
    display: none;
    z-index: 2;
}

#rdownarrow {
    display: none;
    z-index: 2;
    z-index: 2;
    padding: 6%;
    background-color: #f5f5f5cc;
}

.msgtext {
    padding: 1px;
    font-family: 'Kaushan Script', cursive;
    font-size: 24px;
    /* letter-spacing: 3px; */
    /* color: #5892FF; */
    color: #0099FF;
    margin: 0;
    /* margin-bottom: 20px; */
}

.s1 {
    height: 0px;
    border-top: 1px solid black;
    border-bottom: 2px solid #0099FF;
}

.imgcls {
    height: 50px;
}

.imgcls1 {
    height: 45px;
}

#leftmodel {
    margin-top: 70vh;
    margin-left: 0px;
}



/* CSS */
/*  .button-36 {


        width: 150px;
        padding: 13px;
        border: 0;
        text-align: center;
        border-radius: 20px;
        color: #071432;
        font-weight: bold;
        background: #fff;
        box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0, inset 0px -6px 0px rgba(0, 0, 0, 0.1), inset 0px -2px 0px rgba(0, 0, 0, 0.15);
    } */
.button-36 {
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 0.1px #AEEFFF solid;
    width: 120px;
    /*  padding: 6%; */
    /*  padding: 12px 26px;
                padding-bottom: 18px; */

    text-align: center;
    /*  transition: all 150ms ease-in-out; */
    border-radius: 20px;
    color: #AEEFFF;
    font-weight: bold;
    /*  background: #fff;
        box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0, inset 0px -6px 0px rgba(0, 0, 0, 0.1), inset 0px -2px 0px rgba(0, 0, 0, 0.15); */
}



/*  .button-36:hover {
            filter: brightness(0.98);
        }

        .button-36:active {
            filter: brightness(0.97);
            padding-top: 15px;
            padding-bottom: 15px;
            box-shadow: rgba(99, 99, 99, 0.2) 0 2px 6px 0, inset 0px -1px 0px rgba(0, 0, 0, 0.15);
        } */


.button-36click {
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 0.1px #AEEFFF solid;
    width: 175px;
    padding: 13px;
    text-align: center;
    /*  transition: all 150ms ease-in-out; */
    border-radius: 20px;
    color: #AEEFFF;
    font-weight: bold;
    /*  background: #fff;
            box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0, inset 0px -6px 0px rgba(0, 0, 0, 0.1), inset 0px -2px 0px rgba(0, 0, 0, 0.15); */
}

.panelleft {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 16px;
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 20%;
    padding: 2% 2% 2% 1%;
}

.panelright {
    /* From https://css.glass */
    /* background: rgba(255, 255, 255, 0.2); */
    background: rgba(0, 0, 0, 0.3);
    border-radius: 16px;
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 20%;
    padding: 2% 1% 2% 2%;
}

#Leftload {
    padding: 2% 2% 2% 1%;
    margin-bottom: 20%;
}

#Rightload {
    padding: 2% 1% 2% 2%;
    margin-bottom: 20%;
}



/*  .button-36click:hover {
            filter: brightness(0.98);
        } */

/* .button-36click:active {
            filter: brightness(0.97);
            padding-top: 15px;
            padding-bottom: 15px;
            box-shadow: rgba(99, 99, 99, 0.2) 0 2px 6px 0, inset 0px -1px 0px rgba(0, 0, 0, 0.15);
        } */

.btntxt {
    font-size: 20px;
    /* color: #071432; */
    color: #AEEFFF;
    text-shadow: 2px 2px 4px #000000;
    font-weight: bold;
    text-align: left;
}

.btntxt1 {
    font-size: 15px;
    color: #AEEFFF;
    font-weight: bold;
    text-align: right;
}

.btn-label {
    position: relative;
    /*  left: -12px; */
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 3px 0 0 3px;
}

.boxshowdow {
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}


.carddiv {
    margin-top: -20vh;
    /*  margin-top: -23vh; */
    /* background-image: url('images/bgimage.gif');
        background-size: cover; */
}

.row.vertical-divider [class*='col-']:not(:last-child)::after {
    background: #e0e0e0;
    width: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 70px;
}

#qrcode1 {
    width: 200px; /* final visible QR size */
    height: 200px;
    overflow: hidden; /* hide everything outside box */
    position: relative;
    border: 2px solid #ddd;
    border-radius: 8px;
    object-fit: cover;
}

qrcode1 img {
    position: absolute;
    top: -60px; /* shift image up */
    left: -20px; /* shift image left */
    width: 250px; /* scale so QR fills box */
}

#qrcode2 {
    width: 200px; /* final visible QR size */
    height: 200px;
    overflow: hidden; /* hide everything outside box */
    position: relative;
    border: 2px solid #ddd;
    border-radius: 8px;
    object-fit: cover;
}

qrcode2 img {
    position: absolute;
    top: -60px; /* shift image up */
    left: -20px; /* shift image left */
    width: 250px; /* scale so QR fills box */
}



