﻿
@font-face {
    font-family: 'Lato-SemiBold';
    src: url('../fonts/Lato-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Bold.woff') format('woff');
}


@font-face {
    font-family: 'Lato-Bold';
    src: url('fonts/Lato-Black.woff') format('woff');
}

@font-face {
    font-family: 'Lato-Light';
    src: url('../fonts/Lato-Light.woff') format('woff');
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato-Bold' !important;
}

.bgbackgroud {
    background-image: url('../images/fresh-colourful-ingredients-mexican-cuisine.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
    width: 100vw;
    position: relative;
}

    .bgbackgroud left-arrow {
        ms-2 me-5 position:absolute;
        top: 50px;
        left: 50px;
    }

.brandlogo {
    width: 100px;
}

.form-dim {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-width {
    width: 70%;
}

.logintypeframe {
    width: 100px;
    height: 100px;
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    color: #fff;
    backdrop-filter: blur(20px);
    border-radius: 10px;
}

.small-labels {
    font-family: 'Lato-Bold';
    color: #000;
    font-size: 14px;
}

.containerwrapper {
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    min-height: 46vh;
    /* background: crimson; */
}

.wrapper {
    width: 420px;
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    color: #fff;
    backdrop-filter: blur(20px);
    border-radius: 10px;
}

    .wrapper h1 {
        font-family: 'Lato-Bold';
        font-size: 30px;
        text-align: center;
        color: #000;
        padding: 10px;
    }

form .txt_field {
    position: relative;
    border-bottom: 2px solid #444;
    margin-top: 30px;
    margin-bottom: 10px;
}

.txt_field input {
    width: 100%;
    padding: 0 5px;
    height: 40px;
    dont-size: 16px;
    border: none;
    background: none;
    outline: none;
}

.txt_field label {
    position: absolute;
    top: 50%;
    left: 5px;
    color: #444;
    transform: translateY(-50%);
    pointer-events: none;
}

.txt_field span::before {
    content: ' ';
    position: absolute;
    top: 40px;
    left: 0;
    width: 0;
    height: 2px;
    background: #2691d9;
    transition: .5s;
}

.txt_field input:focus ~ label,
.txt_field input:valid ~ label {
    top: -5px;
    color: #2691d9;
}

.txt_field input:focus ~ span::before,
.txt_field input:valid ~ span::before {
    width: 100%;
}

.pass {
    margin: -5px 0 20px 5px;
    color: #a6a6a6;
    cursor: pointer;
}

    .pass:hover {
        text-decoration: underline;
    }

.checkmark {
    color: #000;
    font-size: 12px;
    position: relative;
    top: -3px;
}

.loginbtn {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}


.general-header {
    font-family: Lato-Bold;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.otpsubheaders {
    color: #000;
}

.otp-input {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

    .otp-input input {
        width: 40px;
        height: 40px;
        margin: 0 5px;
        text-align: center;
        font-size: 1.2rem;
        border: 2px solid #444;
        border-radius: 4px;
        background-color: transparent;
        color: #000;
    }

        .otp-input input::-webkit-outer-spin-button,
        .otp-input input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

        .otp-input input[type=number] {
            -moz-appearance: textfield;
        }

#timer {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #000;
}

.loadingImg {
    width: 20px;
    align-self: center;
}

.txtcolorlogo {
    color: #FF4B07;
}

.customergreat {
    font-size: 25px;
    font-family: 'Lato-Bold';
    font-weight: 900;
}

.customergreatsm {
    font-size: 18px;
    font-family: 'Lato-Bold';
    font-weight: 900;
}

.center-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.indexbackground {
    background-image: url('../images/fresh-colourful-ingredients-mexican-cuisine.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    padding: 30px;
}
/* cart css */
.cartheader {
    /*height: 10%;*/
    color: white;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    backdrop-filter: blur(20px);
}

.cartfooter {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    backdrop-filter: blur(20px);
}

.cart-count {
    font-size: 12px;
}

.cartbody {
    height: 73%;
    overflow-y: auto;
    /*background: url(/images/cartbgimg.jpg) no-repeat; background-size: cover;*/
}

.mainCart {
    background: url('../images/cartbgimage.jpg') no-repeat;
    background-size: cover;
}

.cartfooter {
    height: 17%;
}

.cartitem {
    background-color: #FF4800;
    height: auto;
}

.cartItemImg {
    height: 40px;
    width: 40px;
}

.item-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    margin: 10px 0;
    background-color: #f0efef;
}

.item-image img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.item-details {
    flex-grow: 1;
    padding-left: 10px;
}

    .item-details h4 {
        margin: 0;
        font-size: 1.2em;
    }

    .item-details p {
        margin: 0;
        /* color: #555; */
        font-size: 0.9em;
    }

.item-price {
    display: flex;
    align-items: center;
}

.price {
    font-size: 1.4em;
    font-weight: bold;
    color: #FF4800;
}

#iframeContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/*loader css*/
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.05);*/
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

/* Loader image (centered) */
.loader {
    width: 30px; /* Adjust width as needed */
    height: 30px; /* Adjust height as needed */
}

/* Disable interaction when overlay is active */
body.disable-interaction {
    pointer-events: none;
}

/* Styling for the button */
.action-button {
    padding: 10px 20px;
    font-size: 18px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
}

    .action-button:disabled {
        background-color: #ccc;
        cursor: not-allowed;
    }

::backdrop {
    background-color: white;
}
/*welcome page css*/

.text-center {
    text-align: center !important;
}

.img-w {
    width: 40px;
}

.rewards-container {
    width: 90%;
    height: auto;
    background-color: #AABBCC;
    border-radius: 10px;
    margin: auto;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: 'Lato-Bold';
    font-size: 20px;
}


.rewards-info {
    padding: 15px;
}

.star-icon {
    margin: 0;
    display: flex;
    flex-direction: row;
}

.text-margin p {
    margin: 0;
}


.offer-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 20px;
}


.txtMainHeader {
    color: #000;
    font-weight:700;
    font-family: 'Lato-SemiBold' !important;
}

.goldencolor {
    color: #A9A9A9;
}

.txtSubHeader {
    font-size: 20px;
    font-family: 'Lato-SemiBold';
}

.bannerimage {
    max-width: 420px;
    border-radius: 12px;
}


.loyaltycontainerwrapper {
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    min-height: 20vh;
    /* background: crimson; */
}

.loyaltywrapper {
    width: 420px;
    /*background-image: linear-gradient(to top, #B68657, #E5C7A5);*/
    background-color:#fddc43;    
    color: #fff;
    border: 3px solid #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    color: #fff;
    border-radius: 25px;
}

.loyaltydesc {
    color: #000;
    font-size: 0.75rem;
    font-weight: 900 !important;
    font-family: 'Lato-Light';
}

#dateDropdown{
    position:relative;
    top: 18px;
    left: 16px;
}
/*thank u*/


.wrapper-1 {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.wrapper-2 {
    padding: 30px;
    text-align: center;
}



.wrapper-2 p {
    margin: 0;
    
    color: #aaa;
  
  
}

.go-home {
    color: #fff;
    background: #5892FF;
    border: none;
    padding: 10px 50px;
    margin: 30px 0;
    border-radius: 30px;
    text-transform: capitalize;
    box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}

.footer-like {
    margin-top: auto;
    background: #D7E6FE;
    padding: 6px;
    text-align: center;
}

    .footer-like p {
        margin: 0;
        padding: 4px;
        color: #5892FF;
        font-family: 'Source Sans Pro', sans-serif;
        letter-spacing: 1px;
    }

        .footer-like p a {
            text-decoration: none;
            color: #5892FF;
            font-weight: 600;
        }

@media (min-width:360px) {
    h1 {
        font-size: 4.5em;
    }

    .go-home {
        margin-bottom: 20px;
    }
}

@media (min-width:600px) {
    .content {
        max-width: 1000px;
        margin: 0 auto;
    }

    .wrapper-1 {
        height: initial;
        max-width: 620px;
        margin: 0 auto;
        margin-top: 50px;
        box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
    }
}


   .flex-container {
      min-height: 100vh; /* full viewport height */
    }
    /* Box styling for second row */
    .box {
      border: 1px solid #333;
      padding: .1rem;
      
      text-align: center;
     
      flex: 1;
    }
  

    .dbkbtn
    {
        border-radius: 0px !important;
    }
    .img-lifted {
  display: inline-block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* subtle shadow */
  border-radius: 8px; /* optional rounded corners */
}

    /*registration*/
  
       .form-floating-custom {
      position: relative;
      margin-bottom: 1.5rem;
    }

    .form-floating-custom input,
    .form-floating-custom select {
      border: none;
      border-bottom: 2px solid black;
      border-radius: 0;
      padding: 1rem 0.75rem 0.25rem;
      background-color: transparent;
      font-size: 1rem;
      width: 100%;
    }

    .form-floating-custom label {
      position: absolute;
      top: 1rem;
      left: 0.75rem;
      font-size: 1rem;
      color: #6c757d;
      pointer-events: none;
      transition: all 0.2s ease;
    }

    .form-floating-custom input:focus + label,
    .form-floating-custom input:not(:placeholder-shown) + label,
    .form-floating-custom select:focus + label,
    .form-floating-custom select:valid + label {
      top: 0.25rem;
      font-size: 0.75rem;
      color: #000;
    }

    .form-floating-custom select:invalid {
      color: gray;
    }

    .tick-container {
        display: flex;
        align-items: center;
        cursor: pointer;
        user-select: none;
    }

    .tick-box {
        width: 18px;
        height: 18px;
        border: 2px solid black;
        display: inline-block;
        margin-right: 10px;
        text-align: center;
        line-height: 14px;
        font-size: 14px;
        border-radius: 3px;
    }

    .tick-box.active::before {
        content: '✔️';
        display: inline-block;
        font-size: 14px;
    }

    .spinner {
        width: 20px;
        height: 20px;
        border: 3px solid #ccc;
        border-top: 3px solid black;
        border-radius: 50%;
        animation: spin 1s linear infinite;
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px;
    }

    keyframes spin {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }

    #countdownText {
        color: black;
        font-size: 14px;
        display: inline-block;
        margin-left: 8px;
    }

    .text-danger {
        color: red;
        font-size: 13px;
        margin-top: 4px;
    }


.iconwidth
{
    width:40px !important;
}

a.disabled {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}