:root {
    --primary-color: #febe11;
    --secondary-color: #000000;
    --text-white-color: white;
}

/* font family  */

@font-face {
    font-family: "Jumbo-TheSans-Black";
    src: url("/front/assets/fonts/Jumbo-TheSans-Black.ttf");
}

@font-face {
    font-family: "Jumbo-TheSans-Bold";
    src: url("/front/assets/fonts/Jumbo-TheSans-Bold.ttf");
}

@font-face {
    font-family: "Jumbo-TheSans-Regular";
    src: url("/front/assets/fonts/Jumbo-TheSans-Regular.ttf");
}

.f-family-Jumbo-TheSans-Black {
    font-family: "Jumbo-TheSans-Black";
}

.f-family-bold-jumboTheSans {
    font-family: "Jumbo-TheSans-Bold";
}

.f-famalu-regular-jumboTheSans {
    font-family: "Jumbo-TheSans-Regular";
}

@font-face {
    font-family: "JumboIntroHead-Bold";
    src: url("/front/assets/fonts/Jumbo-TheSans-Black.ttf");
}

@font-face {
    font-family: "JumboIntroHead-Heavy";
    src: url("/front/assets/fonts/JumboIntroHead-Heavy.otf");
}

@font-face {
    font-family: "JumboIntroHead-Regular";
    src: url("/front/assets/fonts/JumboIntroHead-Regular.otf");
}

.f-familyJumboIntroHead-Bold {
    font-family: "JumboIntroHead-Bold";
}

.f-family-JumboIntroHead-Heavy {
    font-family: "JumboIntroHead-Heavy";
}

.f-famalu-JumboIntroHead-Regular {
    font-family: "JumboIntroHead-Regular";
}

/* @font-face {
    font-family: "JumboIntroScript-Bold";
    src: url("/front/assets/fonts/JumboIntroScript-Bold.otf");
} */

/* @font-face {
    font-family: "JumboIntroScript-Light";
    src: url("/front/assets/fonts/JumboIntroScript-Light.otf");
} */

/* @font-face {
    font-family: "JumboIntroScript-Regular";
    src: url("/front/assets/fonts/JumboIntroScript-Regular.otf");
} */

/* .f-family-JumboIntroScript-Bold {
    font-family: "JumboIntroScript-Bold";
} */

/* .f-family-JumboIntroScript-Light {
    font-family: "JumboIntroScript-Light";
} */

/* .f-famalu-JumboIntroScript-Regular {
    font-family: "JumboIntroScript-Regular";
} */

@font-face {
    font-family: "JumboMindset-Slim";
    src: url("/front/assets/fonts/JumboMindset-Slim.otf");
}

@font-face {
    font-family: "JumboMindset-Regular";
    src: url("/front/assets/fonts/JumboMindset-Regular.otf");
}

/* @font-face {
    font-family: "JumboOmeHenkPrice";
    src: url("/fonts/JumboOmeHenkPrice.otf");
} */

.f-family-JumboMindset-Slim {
    font-family: "JumboMindset-Slim";
}

.f-famalu-JumboMindset-Regular {
    font-family: "JumboMindset-Regular";
}

/* .f-famalu-JumboOmeHenkPrice {
    font-family: "JumboOmeHenkPrice";
} */

/* -- page layout -- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: JumboMindset-Regular;
}

/* --text formting -- */
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.img-fluid {
    width: 100%;
    height: auto;
}

.text-white {
    color: var(--text-white-color);
}

.txt-black {
    color: var(--secondary-color);
}

.txt-primary {
    color: var(--primary-color);
}

/* ===================================================================== */
/* ============================spinner-truk-popup==================================== */
.truck-spin-popoup {
    border: 5px solid gold;
    border-radius: 50px;
    text-align: center;
    padding: 2.5em;
    background: white;
}

.truck-spin-pop-head {
    font-size: 5vw;
}

.truck-pop-winner-name {
    font-size: 6vw;
    margin-top: 1rem;
    font-family: Jumbo-TheSans-Black;
}

.truck-spin-modal .modal-content {
    transform: rotate(341deg);
    background: none;
    border: none;
}

.truck-spin-modal .modal-dialog.modal-lg.modal-dialog-centered.modal-dialog-scrollable {
    max-width: 73%;

}

/* ==================================4/9/24================================== */
.qr-second-tile-div {
    display: inline-block;
}

/* ==================================================== */
.cl-lb input[type=date]::-webkit-inner-spin-button {
    text-align: -webkit-left;
}

input::-webkit-date-and-time-value {
    text-align: left !important;
}

.home-page-section {
    height: 100%;
    /* background-image: url("/front/assets/img/bg-image.png"); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #EEB717;
    /* background-color: #f1be16; */
    /* padding: 10px 0; */
}

.expiry-date {
    font-size: 20px;
    font-family: 'Jumbo-TheSans-Black';
}

.otp-input-div input::placeholder {
    color: #D9D9D9;
}

.landing-popup-video {
    display: flex;
    justify-content: center;
    padding: 0;
}

.heading {
    font-size: 16vw;
    font-family: Cerebri-Sans-Bold;
    font-weight: bolder;
    color: white;
    text-shadow: 3px 3px black;
    line-height: 1;
}

.food-txt {
    color: white;
    background: var(--secondary-color);
    border-radius: 10px 0 0 0;
    padding: 4px;
    font-size: 30px;
    line-height: 0.9;
    width: 80px;
    font-weight: 800;
    word-break: break-word;
}

.food-txt span {
    font-size: 25px;
}

.head-div {
    display: flex;
    gap: 25px;
    justify-content: space-between;
}

.inner-section {
    padding: 10px;
    overflow: auto;
    height: 100dvh;
}

.spinPage-inner-section {
    overflow: unset;
}

.title {
    font-size: 9.5vw;
    font-weight: 700;
    font-family: 'Cerebri-Sans-Bold';
    margin-top: 4px;
}

.btn-section {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3px;
}

/* .bottom-map-div {
    position: fixed;
    bottom: 5px;
} */
.bottom-map-div.main-bg::before {
    /* background: url(/img/map-image.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: 10px; */
}

.bottom-map-div::before {
    /* content: " ";
    background-image: url(/img/map.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 350px;
    left: 0px;
    bottom: 5px; */
}



.txt-botm {
    font-size: 4.4vw;
    font-weight: 800;
}


.email-title {
    color: white;
    font-size: 45px;
    font-weight: 800;
    text-align: center;
    font-family: 'JumboMindset-Regular';
    letter-spacing: 2px;
    margin-bottom: 2rem;
}

.email-section {
    padding: 8em 15px;
    width: 80%;
    margin: auto;
    /* height: 50vh; */
}

.input-field {
    border-radius: 10px;
    border: none;
    padding: 8px 8px;
    width: 100%;
    height: 40px;
    color: var(--secondary-color);
    text-align: -webkit-left;
    background: white;
    position: relative;
    z-index: 9;
}

.cl-lb {
    font-size: 22px;
    color: var(--primary-color);
    font-weight: 600;
    font-family: Jumbo-TheSans-Bold;
}

.start-btn {
    background: var(--primary-color);
    padding: 8px 40px;
    font-size: 32px;
    border-radius: 10px;
    color: white;
    font-weight: 800;
    letter-spacing: 2px;
    border: none;
    position: relative;
    z-index: 99;
}

.df-line {
    display: flex;
    /* gap: 5px; */
    width: 190px;
    justify-content: center;
    align-items: center;
}

.email-div {
    margin-bottom: 5em;
}

.check-txt {
    font-size: 15px;
    font-family: 'Jumbo-TheSans-Regular';
}

.check-width {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.heading.head-size {
    font-size: 12vw;
}

.txt-size {
    font-size: 22px;
    width: 60px;
}

.txt-size span {
    font-size: 17px;
}

.spin-win {
    font-size: 10vw;
    font-weight: 800;
    text-align: center;
    font-family: 'JumboMindset-Slim';
    letter-spacing: 4px;
    color: black;
    position: relative;
    z-index: 99;
    cursor: pointer;
}

.win {
    color: white;
    padding: 5px 10px;
    border-radius: 10px;
}

.wel-head {
    font-size: 7vw;
    font-family: 'JumboMindset-Regular';
    letter-spacing: 2px;
    text-align: center;
    word-wrap: break-word;
}

.text-size {
    font-size: 43px;
    font-weight: 800;
    font-family: JumboMindset-Slim;
    letter-spacing: 3px;
}

.middle-btn-sec {
    display: grid;
    gap: 5vh;
    margin-top: 6vh;
    grid-template-columns: repeat(2, 1fr);
    width: 90%;
    margin: auto;
}

.home-page-section.bg-change {
    background-color: var(--secondary-color);
    background-image: none;
}

.eml-txt::after {
    content: "";
    position: absolute;
    background-image: url(/front/assets/img/comment.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px;
    top: 40px;
    height: 30px;
    right: 20px;
}


/* @media only screen and (min-width: 769px) and (max-width: 1024px) { */
.inner-section {
    padding: 10px;
}

.head-div {
    gap: 25px;
    justify-content: center;
}

.heading {
    font-size: 12vw;
    font-family: Cerebri-Sans-Bold;
    font-weight: bolder;
    color: white;
    text-shadow: 3px 3px black;
    line-height: 1;
}

.food-txt span {
    font-size: 40px;
}

.food-txt {
    color: white;
    background: var(--secondary-color);
    border-radius: 10px 0 0 0;
    padding: 7px;
    font-size: 55px;
    line-height: 0.7;
    width: 135px;
    font-weight: 800;
    word-break: break-word;
    text-align: center;
}

.title {
    font-size: 6.8vw;
    font-weight: 800;
    font-family: 'Cerebri-Sans-Bold';
    margin-top: 10px;
    text-align: center;
}

.comment-txt {
    position: absolute;
    background: white;
    padding: 3px 8px;
    font-weight: 800;
    font-size: 44px;
    border-radius: 8px;
    right: 24%;
    transform: rotate(-8deg);
    top: -64px;
    line-height: 1;
    font-family: JumboMindset-Slim;
}

.jumbo-btn {
    background: black;
    border-radius: 8px;
    color: #e7b528;
    font-size: 34px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 10px;
    gap: 10px;
    line-height: 1;
    cursor: pointer;
}

.btn-txt {
    font-size: 33px;
    line-height: 1;
    width: 60%;
    margin: 10px auto;
    font-weight: 700;
    text-align: center;
    margin-top: 15px;
    color: black;
}

.txt-small {
    font-size: 25px;
}

.head-img {
    width: 530px;
    margin: auto;
}



.bottom-txt-div {
    /* padding: 0 20px;
    position: absolute;
    bottom: 30px; */
}

.txt-botm {
    font-size: 40px;
    font-weight: 800;
    font-family: 'JumboMindset-Slim';
    letter-spacing: 2px;
}

.spin-head-section {
    width: 100%;
    padding: 7em 0 25px 0;
}

.margin-top {
    margin-top: 6vh;
}

.btn-div {
    background: url(/front/assets/img/card-backgound.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    /* height: 310px; */
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.sml-size {
    font-size: 35px;
    text-align: center;
    width: 80%;
    line-height: 1;
}

.welcom-head-sec {
    padding-top: 1em;
}

.food-mrkt-img {
    width: 100px;
    height: auto;
}

.btn-div.unactive {
    filter: brightness(0.5);
}

.backg-black {
    background: url("/front/assets/img/Rectangle\ 700@2x.png");
    background-position: center;
    padding: 0px 15px;
    border-radius: 15px;
    transform: rotate(-12deg);
    margin-top: 3em;

}

.sipn-before {
    position: relative;
    z-index: 9;
}

.sipn-before::before {
    content: "";
    background-image: url(/front/assets/img/spinner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 170px;
    height: 170px;
    position: absolute;
    top: 0px;
    left: 25px;
    z-index: -1;

}

.txt-red {
    color: #ff1112;
}

.sml-size {
    font-family: 'JumboMindset-Slim';
    margin-top: 40px;
    font-size: 40px;
    width: 100%;
}

.location-img {
    width: 80%;
}

.detl-head {
    font-size: 50px;
    font-family: 'JumboMindset-Slim';
    color: white;
    text-align: center;
    margin-bottom: 1.5em;
    letter-spacing: 1px;
}

.location-rout-div {
    margin-bottom: 3em;
}

.img-div {
    box-shadow: 0 0 10px 5px #0000002b;
}

.head2 {
    font-size: 42px;
    font-family: JumboIntroHead-Bold;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 1.5em;

}

.route-nm {
    font-size: 20px;
    background-color: var(--primary-color);
    padding: 3px 15px;
    border-radius: 5px;
    font-family: 'JumboIntroHead-Bold';
    color: var(--secondary-color);
}

.clock {
    width: 55px;
    height: auto;
}

.open-time-title {
    font-size: 35px;
    color: white;
    font-family: 'JumboMindset-Slim';
    letter-spacing: 1px;
}

.deatil-heading-sec {
    width: 65%;
    margin: auto;
}

.back-btn {
    width: 115px;
    position: absolute;
    left: 20px;
    top: 35px;
}

.opne-time-li p {
    color: white;
    font-size: 22px;
    font-family: Jumbo-TheSans-Regular;
}

.opne-time-li {
    display: flex;
    justify-content: space-around;
}

.timeing-div {
    margin-bottom: 4em;
}

.open-date {
    font-size: 28px;
    color: white;
    text-align: center;
    font-family: 'JumboMindset-Slim';
    letter-spacing: 1px;
    line-height: 1;
}

.info-btn {
    font-size: 38px;
    font-family: 'JumboMindset-Slim';
    letter-spacing: 1px;
    transform: rotate(13deg);
    color: var(--secondary-color);
    cursor: pointer;
}

.info-div {
    background: url(/front/assets/img/comment-bg.png);
    background-position: 44% 100%;
    background-size: cover;
    width: 203px;
    display: flex;
    flex-direction: column;
    height: 104px;
    align-items: center;
    justify-content: center;
    position: relative;
}

.info-div::before {
    content: '';
    background-image: url(/front/assets/img/hand.png);
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 75px;
    height: 80px;
    top: 62px;
    left: 25px;
}

.padd-top {
    padding-top: 6em;
}

.top-sec-div {
    background-color: #ECB719;
    /* padding: 40px 20px 20px 20px; */
    height: 80px;
    display: flex;
    align-items: end;
    padding: 10px;
}

.black-back-img {
    width: 110px;
}

.inner-img-sec {
    height: 90vh;
    overflow: auto;
}

.title-div {
    width: 100%;
    margin: auto;
    text-align: center;
}

.top-sec-div a {
    position: relative;
    z-index: 9999;
}

.title-zotte {
    width: 270px;
    height: auto;
    margin-left: -8vw;
}

.bg-none {
    background-color: unset;
}

.in-height {
    /* height: 90vh; */
    height: calc(100vh - 80px);
    padding: 51px 30px 15px 30px;
}

.pro-img.img-fluid {
    /* background: white;
    height: 310px;
    width: 310px;
    margin: auto; */
    border-radius: 25px;
}

.product-img-div {
    background: white;
    margin: auto;
    border-radius: 25px;
    height: 100%;
    display: flex;
    align-items: center;
}

.qr-title {
    font-size: 40px;
    font-family: JumboMindset-Regular;
}

.qr-sc-tile {
    font-size: 40px;
    font-family: Jumbo-TheSans-Black;
}

.qr-img {
    width: 250px;
    height: auto;
    padding: 15px;
    background: white;
}

.li-fd-mr {
    font-size: 25px;
    font-family: 'Jumbo-TheSans-Black';
}

.verder-btn {
    font-size: 35px;
    background: black;
    color: white;
    border-radius: 10px;
    width: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 53px;
}

.inner-width {
    width: 65%;
    margin: auto;
    text-align: center;
}

.qr-download-div {
    height: 38px;
    /* background: url(/front/assets/img/download-img.png); */
    background: url(/front/assets/img/dwn-mobile-image.png);
    background-position: center;
    background-size: cover;
    width: 210px;
    margin: auto;
    margin-top: -10px;
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
}

.qr-download-div::hover {
    transform: scale(1.1);
}

.verder-btn-div {
    margin-top: 3em;
    display: flex;
    justify-content: center;
}

.deal-card-img {
    width: 500px;
    height: 500px;
    background: url("/front/assets/img/card-bg.png");
    background-size: cover !important;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.lock-img {
    width: 400px;
    height: auto;
}

.unlock-section {
    position: relative;
    text-align: center;
    margin-top: -20px;
    margin-bottom: -20px;
}

.deal-itme-sec {
    width: 500px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 50px;
    margin: auto;
    padding: 10px;
}

.inner-section-deal {
    margin-top: -35px;
}

.back-sec {
    display: inline-block;
    margin-top: 22px;
}

.deal-qr-dwn {
    width: 70%;
    height: auto;
}

.deal-qr-dwn {
    width: 70%;
    height: auto;
}

.spin-win::after {
    content: "";
    background: url("/front/assets/img/hand.png");
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 38px;
    height: 45px;
    transform: rotate(100deg);
    top: -26px;
    left: 45%;
}

.open-time-div {
    margin-bottom: 1.5rem;
}

.qr-title-div {
    margin-bottom: 1rem;
}

.qr-second-tile-div {
    margin-bottom: 1rem;
}

.list-foodmarkt {
    margin-bottom: 3rem;
}

.deal-inner-sec {
    padding-top: 3em;
}


.back-sec {
    margin-top: 0;
}

.content-welcm-content {
    display: none;
}

.map-image {
    width: 100%;
    /* height: 320px; */
    object-fit: cover;
    margin-bottom: -70px;
}

.bottom-map-div.form-map-div {
    margin-top: 5vh;
}

/* } */

.text-light {
    color: white;
}

.email-head-sec {
    position: relative;
}

.email-input-btn-div {
    width: 72%;
    margin: auto;

}

.form-group.mb-3 {
    margin-bottom: 20px;
    width: 80%;
}

.form-check {
    display: flex;
    /* align-items: center; */
}

.win.bg-black {
    background: black;
}


.deal-exchang-card {
    background: white;
    padding: 80px 40px;
    border-radius: 35px;
    text-align: center;
}

.dealEx-txt {
    font-size: 20px;
    margin-bottom: 10px;
}

.back-div {
    padding: 10px 10px;
    position: relative;
    z-index: 999;
}

.qr-img-div {
    background: white;
    padding: 15px 15px;
    width: 235px;
    margin: auto;
}

.middle-btn-sec .spinnerfor-load {
    width: 100%;
    text-align: end;
}

.mobile-item {
    display: none;
}

.col-div {
    margin-bottom: 25px;
}

.timer-div {
    border: 5px solid white;
}

.wheel-section {
    border: 6px solid #ECBC22;
    border-radius: 50%;
    box-shadow: 0 0 56px 40px #31313159;
}

/* ================================================================ */

.inner-section .spinner-body {
    background: unset;
    /* display: block; */
    height: unset;
    overflow: unset;
}

.time-txt-white .txt-primary {
    color: white;
}

/* ====================================================================================================================================*/
.text-social {
    font-size: 20px;
    color: white;
    line-height: 1;
}

.fab-img {
    width: 25px;
    height: auto;
}

.insta-img {
    width: 30px;
}

.social-icon-div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin: 8px 0;
}

/* ==============================Loading-gif-css================================== */
.loading.rotate-360 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    background: black;
}

.forLoading-itme .loading-btn-form {
    width: 75px;
    height: 75px;
}

.forLoading-itme {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.full-loading {
    width: 100px;
    height: 100px;
}

/* ================================================================ */

.right {
    width: 44px;
    height: 40px;
}

.list-modal-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.modal-item-content {
    font-size: 35px;
}

.mobile-practical-modal .modal-dialog.modal-lg.modal-dialog-centered.modal-dialog-scrollable {
    max-width: 73%;
}

.mobile-practical-modal .modal-content {
    background: none;
}

.form-response-model {
    /* background: url(../front/assets/img/rotate-bg.png); */
    background-color: #f1be16;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 60px;
    padding: 60px 60px;
    background-size: cover;

}

.middle-div-modal {
    display: flex;
    flex-direction: row-reverse;
}

.modal-item-list {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-item-content {
    font-size: 32px;
    margin-bottom: 20px;
}

.img-fluid.modal-video {
    /* width: 80%;
    margin: auto; */
    border-radius: 20px;
}

.play-btn {
    position: absolute;
    width: 14%;
    left: 42%;
    top: 38%;
}

.modal-video-sec {
    display: flex;
    align-items: center;
    flex-direction: column;
}

/* .sluit-btn-div {
    position: absolute;
    bottom: -30px;
    left: 44%;
} */

.btn-sluit {
    font-size: 33px;
    background: black;
    color: white;
    padding: 2px 65px;
    border: none;
    border-radius: 10px;
}

.head-modal {
    font-size: 40px;
}

.size-32 {
    font-size: 35px;
}

.dwn-img {
    width: 215px;
    margin-top: 25px;
}

.qr-dwn-div {
    text-align: center;
    background: white;
    padding: 35px 0px;
    border-radius: 50px;
    width: 80%;
}

.mobile-practical-modal .modal-content {
    border: none;
}

.timer-div {
    background: url(../front/assets/img/mobile-card-bg.png);
    background: #EEB717;
    height: 27vw;
    background-size: contain;
    background-repeat: no-repeat;
    width: 97%;
    padding: 0 10px;
    /* margin: 8px auto; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.timer-title {
    font-size: 5vw;
}

.deal-exchang-card .dealEx-txt .time-num {

    color: var(--primary-color) !important;
}

.open-content {
    width: 35%;
}

.info-video-div {
    position: relative;
    text-align: center;
    width: 80%;
    margin: 2em auto;
}

/* =============================qr-download=================================== */

.qr-template {
    position: absolute;
    /* height: 100%; */
    top: 0;
    z-index: -1;
    width: 30%;
    /* background-image: url(/front/assets/img/bg-image.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; */
    left: 0;
    background: #f1be16;
}

.inner-width {
    width: 100%;
}

.qr-padding {
    padding: 20px;
}

.qr-template .li-fd-mr {
    font-size: 1.6vw;
    color: black;
}

.btm-img {
    /* width: 32%; */
    width: 190px;
}

.full-input-div .spinnerfor-load {
    width: 100%;
    display: flex;
    justify-content: center;
}

.instruction {
    font-size: 3vw;
    text-transform: lowercase !important;
    font-family: Jumbo-TheSans-Regular;
    margin-bottom: 1em;
}

/* =========================================i-popup=============================================== */
.modal-i-circle {
    width: 30px;
    height: auto;
}

.new-page-tab.text-black {
    position: absolute;
    top: -20px;
    right: -20px;
}



/* ===============================road-show-popup================================= */
.reg-popup-body.modal-body {
    border: 5px solid gold;
    border-radius: 50px;
    text-align: center;
    background: white;

}

/* .truck-spin-modal .modal-body { */
/* background: none; */
/* border: none; */
/* } */

.road-reg-pop .modal-content {
    width: 85%;
    margin: auto;
    background: none;
    border: none;
}

.modal-dialog.modal-lg.modal-dialog-centered.modal-dialog-scrollable {
    max-width: 100%;
}

.full-reg-pop-head {
    font-size: 3.4vw;
    font-family: Jumbo-TheSans-Black;
    margin-bottom: 20px;
}

.pop-full-reg-content {
    font-size: 3.6vw;
    font-family: Jumbo-TheSans-Black;
}


.slut-reg-pop {
    background: black;
    color: white;
    font-size: 4.2vw;
    width: 230px;
    /* height: 55px; */
    border-radius: 10px;
    margin-top: 30px;
    border: none;
}

.fan-new-tab .new-page-tab.text-black {
    position: absolute;
    right: 15px;
    bottom: 25px;
    display: flex;
    align-items: end;
}

/* ================================================================ */
.buttom-text-tmp {
    font-size: 20px;
    color: black;
}
.foot-head{
    font-size: 30px;
}

@media only screen and (max-width: 765px) {
    .instruction {
        font-size: 5vw;
    }

    /* ===================================Intro-Page===================================== */
    .heading-section {
        margin-top: 1rem;
    }

    .video-img.video-tag {
        height: auto;
        width: 100%;
        margin: 9vh 0;
    }

    .btn-txt {
        font-size: 30px;
        width: 100%;
        line-height: 1;
    }

    .btn-section {
        margin-top: 15px;
    }

    .txt-small {
        font-size: 25px;
    }


    .jumbo-btn {
        font-size: 30px;
        width: 200px;
        height: 40px;
        text-align: center;
        gap: 5px;
        margin-bottom: 4px;
    }

    .head-img {
        width: 88%;
        margin: auto;
    }

    /* ==============================registration=============================== */
    .email-section {
        padding: 5em 15px;
        width: 100%;
    }

    .email-title {
        color: white;
        font-size: 6.6vw;
        text-align: center;
        letter-spacing: 1px;
        margin-bottom: 1.5rem;
    }

    .comment-txt.eml-txt {
        top: -42px;
    }

    .comment-txt {
        font-size: 25px;
        right: 22%;
    }

    .email-input-btn-div {
        width: 90%;
        margin: auto;
    }

    .email-div {
        margin-bottom: 2em;
    }

    .email-btn-div {
        text-align: -webkit-center;
    }

    .start-btn {
        padding: 2px 20px;
        font-size: 22px;
        border-radius: 10px;
        border: none;
        margin-top: 3vh;
        width: 160px;
    }

    .email-reg {
        width: auto;
    }

    /* ==================================full-registration============================== */

    .input-field {
        padding: 5px 5px;
        width: 100%;
        height: 32px;
    }

    .m-btm {
        margin-bottom: 0.50em;
    }

    .registration-sec .email-title {
        margin-bottom: 1.2rem;
    }

    .cl-lb {
        font-size: 18px;
    }


    /* ===================================spinner-page============================= */
    .spin-head-section {
        padding: 3em 0 15px 0;
    }

    .mobile-view-hide {
        display: none;
    }

    .week-bottom-div {
        display: none;
    }

    .margin-top {
        margin-top: 6vh;
    }

    .spinPage-inner-section {
        overflow: unset;
    }


    /* =========================landing-page======================= */
    .timer-title {
        font-size: 7vw;
    }

    .day-name {
        font-size: 5.8vw;
        letter-spacing: 1px;
        font-family: 'JumboMindset-Regular';
    }

    .middle-btn-sec {
        display: flex;
        gap: 25px;
        flex-direction: column;
        margin: 1em 0;
        width: 100%;
    }

    .timer-div {
        background-size: cover;
        border: 5px solid white;
        border-radius: 7vw;
        margin: 0;
    }

    /* ===============================week-deal========================== */
    .deal-exchang-card {
        padding: 40px 25px;
        margin-top: 30px;
    }

    .deal-exchang-card .day-name {
        font-size: 5vw;
    }

    .dealEx-txt {
        font-size: 5vw;
        margin-bottom: 12px;
    }

    .qr-dwn-div {
        padding: 20px 0px;
        border-radius: 50px;
        width: 80%;
        margin-bottom: -50px;
        /* height: 240px; */
    }

    .qr-dwn-div {
        padding: 20px 0px;
        border-radius: 50px;
        width: 80%;
        margin-bottom: -40px;
        height: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }


    .deal-qr-dwn {
        width: 45%;
    }

    .dwn-img {
        width: 200px;
        margin: 10px;
    }

    .week-dwn-content .li-fd-mr {
        font-size: 15px;
        line-height: 1.2;
    }

    .deal-itme-sec .itme-img {
        object-fit: contain;
        height: 100%;
        width: 100%;
    }

    .deal-card-img {
        width: 100%;
        /* height: 50vh; */
        height: 365px;
        background: url("../front/assets/img/week-deal-bg.png");
        background-position: center;
        background-size: cover;
        border-radius: 0;

    }

    .ls-deal-card-sec {
        /* height: 45vh; */
        height: 285px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
    }

    .deal-itme-sec {
        width: 85%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        background: white;
        border-radius: 50px;
        margin: auto;
        margin-top: 0.5em;
    }

    /* ==============================MobilePractical================================== */
    .time-ul {
        padding: 0;
    }

    .md-ul {
        padding: 0;
        margin-bottom: 0;
        width: 90%;
        margin: auto;
    }

    .modal-video {
        border-radius: 30px;
    }

    /* =========================================================== */

    .timer-card {
        font-size: 5vw;
        text-align: center;
        width: 100%;
        padding: 0 15px;
    }

    .timer-card-width {
        width: 100%;
    }

    .bottom-map-div::before {
        height: 145px;
        left: 0px !important;
    }

    .eml-txt::after {
        width: 15px;
        top: 30px;
        height: 15px;
        right: 15px;
    }

    .txt-botm {
        font-size: 15px;
    }

    .bottom-txt-div {
        padding: 0 5px;
    }

    .registration-sec {
        padding: 3.1em 15px 0 15px;
    }

    .check-txt {
        font-size: 12px;
    }

    .email-section.spin-head-section {
        padding: 3em 0 0px 0;
    }

    .spin-win {
        font-size: 45px;
        text-align: center;
        letter-spacing: 1px;
        color: black;
    }

    .butm-jumb-img {
        width: 34vw;
    }

    .food-markt-img {
        width: 15vw;
    }

    .head-div {
        gap: 15px;
    }


    .middle-btn-sec::-webkit-scrollbar {
        display: none;
    }

    .btn-div {
        /* width: 65%; */
        /* height: 110px; */
        /* margin: auto; */
    }

    img.card-img.mobile-item {
        display: block;
    }

    .btn-div {
        background: unset;
    }

    .sipn-before::before {
        content: "";
        background-image: url(/img/spinner.png);
        width: 110px;
        /* height: 110px; */
        position: absolute;
        top: -10px;
        left: -14px;
        z-index: -1;
    }

    .backg-black {
        background: none;
        padding: 0px;
        border-radius: unset;
        transform: unset;
        margin-top: 0;
    }

    .sml-size {
        font-size: 30px;
        margin-top: 0;
        color: black;
    }

    .text-size {
        font-size: 5vw;
        text-align: center;
        width: 100%;
    }

    .sipn-before .sipn-active-content {
        margin-left: 45px;
    }

    .food-mrkt-img {
        width: 65px;
    }

    /* ==========================detail=page======================== */
    .padd-top {
        padding-top: 3.5em;
    }

    .back-btn {
        width: 70px;
        position: absolute;
        left: 15px;
        top: 20px;
    }

    .detl-head {
        font-size: 25px;
        margin-bottom: 1em;
        font-family: 'JumboMindset-Regular';
    }

    .head2 {
        font-size: 16px;
    }

    .deatil-heading-sec {
        width: 95%;
    }

    .location-img {
        width: 77%;
    }

    .route-nm {
        font-size: 15px;
        padding: 2px 8px;
    }

    .location-rout-div {
        margin-bottom: 1em;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .open-time-title {
        font-size: 20px;
        letter-spacing: 1.5px;
    }

    .clock {
        width: 45px;
        height: auto;
    }

    .opne-time-li p {
        color: white;
        font-size: 14px;
        width: 35%;
    }

    .open-time-div {
        margin-bottom: 0.5rem;
    }

    .open-date {
        font-size: 5vw;
    }

    .mobile-practical-section .open-date {
        font-size: 7vw;
    }

    .timeing-div {
        margin-bottom: 2em;
    }

    .info-div {
        width: 140px;
        height: 72px;
    }

    .info-btn {
        font-size: 28px;
        transform: rotate(16deg);
    }

    .info-div::before {

        width: 45px;
        height: 55px;
        top: 35px;
        left: 0px;
    }

    .black-back-img {
        width: 65px;
    }

    .title-div {
        width: 100%;
        margin: auto;
        position: fixed;
        text-align: center;
    }

    .title-zotte {
        width: 145px;
        margin-top: -15px;
    }

    .in-height {
        padding: 24px 24px 15px 24px;
    }

    .pro-img.img-fluid {
        height: 100%;
        width: 100%;
        object-fit: contain;
        padding: 15px;
    }

    .inner-width {
        width: 90%;
    }

    .just-won-inner {
        padding-top: 1em;
    }

    .qr-title {
        font-size: 9vw;
    }

    .qr-title-div {
        margin-bottom: 0;
        padding: 1em;
    }

    .qr-sc-tile {
        font-size: 30px;
    }

    .qr-second-tile-div {
        margin: 1rem;
    }

    .qr-img {
        width: 90%;
        height: auto;
    }

    .wissel-qr-img {
        width: 100%;
        padding: 0;
    }

    .li-fd-mr {
        font-size: 18px;
    }

    .qr-template .li-fd-mr {
        /* font-size: 20px; */
        font-size: 5vw;
    }

    .verder-btn-div {
        margin-top: 0em;
    }

    .verder-btn {
        font-size: 25px;
        width: 200px;

        height: 35px;
    }

    .list-foodmarkt {
        margin-bottom: 1rem;
    }

    .lock-img {
        width: 75%;
    }



    .deal-back-img {
        margin-bottom: -35px;
        margin-left: 12px;
    }

    .content-welcm-content {
        display: block;
    }

    .deal-inner-sec {
        padding: 0;
    }

    .map-image {
        /* width: 100%;
        height: 42vw;
        object-fit: cover;
        margin-bottom: -40px; */
        width: 25%;
        height: 42vw;
        object-fit: cover;
        margin-bottom: -40px;
        position: relative;
        left: 64%;
    }

    .bottom-map-div.email-end-sec,
    .bottom-map-div {
        position: fixed;
        bottom: 18px;
        width: 100%;
        left: 0;
    }


    .bottom-map-div.main-bg {
        /* margin-top: 4vh; */
        position: fixed;
        bottom: 42px;
        left: 0;
        width: 100%;
    }

    .form-map-div {
        position: fixed;
        bottom: 20px;
        width: 100%;
        left: 0;
    }

    .form-group.mb-3 {
        margin-bottom: 6px;
    }

    .landing-page .bottom-text-sec {
        position: relative;
    }

    .jumbo-txt-butm-img {
        background: unset;
        left: 0;
    }

    .product-img-grid-sec {
        margin-bottom: 4em;
    }

    .jumbo-txt-butm-img {
        position: fixed;
        bottom: 10px;
        left: 0;
        width: 100%;
    }

    .product-img-div {
        background: white;
        height: 335px;
        width: 100%;
    }

    .desktop-item {
        display: none;
    }

    .deal-exhange-jumboImg {
        display: none;
    }



    /* ===============================modal-popup================ */
    .mobile-practical-modal .modal-dialog.modal-lg.modal-dialog-centered.modal-dialog-scrollable {
        max-width: 90%;
        margin: auto;
    }

    .form-response-model {
        padding: 20px;
    }

    .head-modal {
        font-size: 7vw;
        text-align: center;
        margin: 20px 10px;
    }

    .modal-item-content {
        font-size: 22px;
        margin-bottom: 5px;
        width: 180px;
    }

    .modal-item-list {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

    .middle-div-modal {
        display: block;
    }

    .right {
        width: 30px;
        height: 25px;
    }

    .sluit-btn-div {
        position: unset;
        text-align: center;
    }

    .btn-sluit {
        font-size: 22px;
        padding: 2px 50px;
    }

    .size-32 {
        font-size: 25px;
    }

    .list-modal-item {
        line-height: 1.4;
        justify-content: center;
    }

    /* =====================================tick-solve=========================== */

    .animate-video-sec {
        text-align: center;
    }

    .middle-btn-sec .spinnerfor-load {
        width: 100%;
        text-align: center;
    }

    .bottom-text-sec.mobile-buttom {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        padding: 1em;
    }

    .qr-template {
        /* width: 40% !important; */
        width: 100% !important;
    }

    .qr-width {
        width: 240px;
        margin: auto;
    }

    .just-wont-btm {
        margin-top: 3em;
    }

    .buttom-new-tab .new-page-tab.text-black {
        position: absolute;
        top: 15px;
        right: 20px;
    }

    /* ================================spinner-popup===================================== */
    .truck-spin-modal .modal-dialog.modal-lg.modal-dialog-centered.modal-dialog-scrollable {
        max-width: 80%;
        margin: auto;
    }

    .truck-spin-modal .modal-content {
        background: none;
    }

    .truck-spin-popoup {
        border: 5px solid gold;
        border-radius: 30px;
        text-align: center;
        padding: 1em;
        background: white;
    }

    /* ============================== */
    .reg-popup-body.modal-body {
        border-radius: 25px;
    }

    .reg-popup-body .container {
        padding: 0;
    }

    .full-reg-pop-head {
        font-size: 3vw;
        margin-bottom: 10px;
    }

    .slut-reg-pop {
        font-size: 4vw;
        width: 34%;
        border-radius: 5px;
        margin-top: 3px;
    }
    .foot-head{
        font-size: 20px;
    }

    /* ===================================safari-for-css============================= */
    @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) {
            .home-page-section .inner-section {
                padding: 10px;
                overflow: auto;
                height: 90dvh;
            }
        }
    }

}


@media only screen and (min-width: 992px) and (max-width: 1023px) {
    span.day-name {
        font-size: 3vw;
    }

    .map-image {
        /* width: 100%;
        height: auto; */
        width: 230px;
        height: 400px;
        position: relative;
        left: 70%;
    }

    .mobile-view-hide {
        display: none;
    }

    .week-bottom-div {
        display: none;
    }

    .deal-exhange-jumboImg {
        display: none;
    }

    /* ====================home==================== */

    .video-img.video-tag {
        width: 55%;
        height: auto;
        margin: auto;
    }

    .animate-video-sec {
        text-align: center;
        margin: 30px 0;
    }

    .jumbo-btn {
        padding: 2px 20px;
        gap: 10px;
    }

    /* ================================================================ */
    /* ===============================modal-popup================ */
    .modal-dialog.modal-lg.modal-dialog-centered.modal-dialog-scrollable {
        max-width: 100%;
    }

    .form-response-model {
        padding: 30px;
    }

    .head-modal {
        font-size: 32px;
        text-align: center;
        margin-bottom: 20px;
    }

    .modal-item-content {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .modal-item-list {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

    .middle-div-modal {
        display: block;
    }

    .md-ul {
        padding: 0;
        margin-bottom: 0;
        width: 75%;
        margin: auto;
    }

    .right {
        width: 35px;
        height: 30px;
    }

    .sluit-btn-div {
        position: unset;
        text-align: center;
    }

    .btn-sluit {
        font-size: 22px;
        padding: 2px 50px;
    }

    .size-32 {
        font-size: 25px;
    }

    .list-modal-item {
        line-height: 1.4;
    }

    /* =============================landing=================================== */
    .content-welcm-content {
        display: block;
    }

    .sml-size {
        margin-top: 0;
    }

    .timer-div {
        background: unset;
        height: auto;
    }

    .week-dwn-content {
        display: none;
    }


    .card-img {
        height: 36vw;
    }

    .btn-div {
        background-image: unset;
    }

    .timer-div {
        background: #EEB717;
        height: 36vw;
        border-radius: 2vw;
    }

    .qr-template {
        width: 45%;
    }


    /* ===============================modal-popup================ */
    .congrates-sec.position-relative {
        width: 80%;
        margin: auto;
    }

    .info-video-div {
        width: 70%;
    }

    .modal-dialog.modal-lg.modal-dialog-centered.modal-dialog-scrollable {
        max-width: 60%;
    }

    .form-response-model {
        padding: 50px;
    }

    .head-modal {
        font-size: 48px;
        text-align: center;
        margin-bottom: 20px;
    }

    .modal-item-content {
        font-size: 26px;
        margin-bottom: 5px;
        width: 200px;
    }

    .modal-item-list {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

    .middle-div-modal {
        display: block;
    }

    .md-ul {
        padding: 0;
        margin-bottom: 0;
        width: 75%;
        margin: auto;
    }

    .right {
        width: 35px;
        height: 30px;
    }

    .sluit-btn-div {
        position: unset;
        text-align: center;
    }

    .btn-sluit {
        font-size: 22px;
        padding: 2px 50px;
    }

    .size-32 {
        font-size: 25px;
    }

    .list-modal-item {
        line-height: 1.4;
        justify-content: center;
    }

    .head-modal {
        text-align: center;
        width: 80%;
        margin: auto;
    }

    .modal-head-div {
        margin-bottom: 1em;
    }

    .instruction {
        font-size: 3vw;
    }

    .email-end-sec {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
    }

    .road-reg-pop .modal-dialog.modal-lg.modal-dialog-centered.modal-dialog-scrollable {
        max-width: 75%;
    }


}

@media only screen and (min-width: 765px) and (max-width: 992px) {
    .buttom-new-tab .new-page-tab.text-black {
        position: absolute;
        top: 30px;
        right: 20px;
    }

    .instruction {
        font-size: 3vw;
    }

    .middle-btn-sec .spinnerfor-load {
        width: 100%;
        text-align: end;
        margin-left: 5vw;
    }

    .qr-template {
        width: 45% !important;
    }

    .qr-img {
        width: 250px;
    }

    .wissel-qr-img {
        padding: 0;
    }

    /* .bottom-map-div.email-end-sec {
        height: 610px;
        display: flex;
        align-items: end;
    } */

    .email-title {
        color: white;
        font-size: 50px;
        text-align: start;
    }

    .email-input-btn-div {
        width: 85%;
        margin: 0;
    }

    .email-div {
        width: 85%;
    }

    .input-field {
        height: 45px;
    }

    .bottom-map-div.form-map-div,
    .email-end-sec {
        margin-top: 0;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding-left: 10px;
    }

    .email-section {
        padding: 6em 15px;
        padding-bottom: 15px;
    }

    .form-group.mb-3 {
        width: 100%;
    }

    .spin-head-section {
        padding: 5em 0 25px 0 !important;
    }

    .mobile-view-hide {
        display: none;
    }

    /* =========================week-deal======================== */
    .deal-sec {
        display: flex;
        flex-direction: column;
        gap: 30px;
        position: relative;
    }

    .unlock-section {
        position: absolute;
        top: 48%;
        left: 25%;
    }

    .back-sec {
        position: relative;
        z-index: 9999;
    }

    .week-bottom-div {
        display: none;
    }

    .deal-exhange-jumboImg {
        display: none;
    }

    .rotate-layout .spinPage-inner-section {
        overflow: unset;
    }

    /* ===================================registration============================= */
    .map-image {
        /* width: 100%;
        height: auto; */
        width: 230px;
        height: 400px;
        position: relative;
        left: 65%;
    }

    /* ===============================modal-popup================ */
    .modal-dialog.modal-lg.modal-dialog-centered.modal-dialog-scrollable {
        max-width: 80%;
    }

    .form-response-model {
        padding: 30px;
    }

    .head-modal {
        font-size: 48px;
        text-align: center;
        width: 80%;
        margin: auto;
    }

    .modal-head-div {
        margin-bottom: 1em;
    }

    .modal-item-content {
        font-size: 28px;
        margin-bottom: 5px;
        width: 215px;
    }

    .modal-item-list {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

    .middle-div-modal {
        display: block;
    }

    .md-ul {
        padding: 0;
        margin-bottom: 0;
        width: 75%;
        margin: auto;
    }

    .right {
        width: 35px;
        height: 30px;
    }

    .sluit-btn-div {
        position: unset;
        text-align: center;
    }

    .btn-sluit {
        font-size: 24px;
        padding: 2px 60px;
    }

    .size-32 {
        font-size: 25px;
    }

    .list-modal-item {
        line-height: 1.4;
        justify-content: center;
    }

    .info-video-div {
        width: 310px;
    }

    .road-reg-pop .modal-dialog.modal-lg.modal-dialog-centered.modal-dialog-scrollable {
        max-width: 75%;
    }

    /* =============================landing=================================== */
    .content-welcm-content {
        display: block;
    }

    .sml-size {
        margin-top: 0;
    }

    .timer-div {
        background: unset;
        height: auto;
    }

    .timer-title {
        font-size: 5vw;
    }

    .day-name {
        font-size: 2.3vw;
        letter-spacing: 2px;
    }

    .week-dwn-content.desktop-view-hide {
        display: none;
    }

    .middle-btn-sec {
        width: 90%;
        margin: auto;
    }

    .middle-btn-sec::-webkit-scrollbar {
        display: none;
    }

    .welcom-head-sec {
        padding-top: 1em;
    }

    .landing-page .bottom-text-sec {
        position: relative;
        margin-top: 1em;
    }

    .card-img {
        height: 36vw;
    }

    .btn-div {
        background-image: unset;
    }

    .timer-div {
        background: #EEB717;
        height: 36vw;
        border-radius: 2vw;
    }

    .container,
    .container-sm {
        max-width: 100%;
    }

    .top-sec-div {
        height: 120px;
    }

    .folder-top {
        height: 85px;
    }

    .in-height {
        height: calc(100vh - 120px);
    }

    .qr-title-div {
        margin-bottom: 4rem;
    }

    .qr-code-img-sec {
        margin-bottom: 2em;
    }

    .qr-second-tile-div {
        margin-bottom: 2rem;
    }

    .smalle-content {
        display: block !important;
    }

    /* =========================== */
    .spin-container div {
        clip-path: polygon(100% 0, 50% 100%, 10% 0);
    }

    /* ================================================================ */
    .deal-itme-sec {
        width: 480px;
        height: 480px;
    }

    .deal-card-img {
        width: 480px;
        height: 480px;
    }

    .deal-exchang-card {
        width: 85%;
        height: 85%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .truck-spin-modal .modal-dialog.modal-lg.modal-dialog-centered.modal-dialog-scrollable {
        max-width: 80%;
        margin: auto;
    }

    .truck-spin-modal .modal-content {
        background: none;
    }

    .truck-spin-popoup {
        border: 5px solid gold;
        border-radius: 30px;
        text-align: center;
        padding: 1em;
        background: white;
    }
}

@media only screen and (min-width: 1024px) {
    .week-dwn-content.desktop-view-hide {
        display: none;
    }

    .map-image {
        width: 100%;
        height: 400px;
    }

    .bottom-map-div.form-map-div {
        width: 100%;
        margin: auto;
    }

    .full-reg-map-img {
        height: 340px;
    }

    .product-img-div {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 25px;
    }

    .label-square {
        width: 20px;
        height: 20px;
        display: inline-block;
        margin-right: 10px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .middle-btn-sec .spinnerfor-load {
        width: 100%;
        text-align: end;
        margin-left: 5vw;
    }

    .dit-main-section .spinnerfor-load {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    /* ====================home==================== */
    .truck-spin-modal .modal-dialog.modal-lg.modal-dialog-centered.modal-dialog-scrollable {
        max-width: 80%;
        margin: auto;
    }

    .truck-spin-modal .modal-content {
        background: none;
    }

    .truck-spin-popoup {
        border: 5px solid gold;
        border-radius: 30px;
        text-align: center;
        padding: 1em;
        background: white;
    }

    /* ===================================Intro-Page===================================== */
    .heading-section {
        margin-top: 2rem;
    }

    .video-img.video-tag {
        width: 100%;
        height: auto;
        margin: auto;
    }

    .animate-video-sec {
        text-align: center;
        margin: 5vh 0;
    }

    .jumbo-btn {
        padding: 10px 20px;
        gap: 10px;
        font-size: 40px;
        margin-bottom: 15px;
    }

    .btn-txt {
        font-size: 45px;
    }

    .txt-small {
        font-size: 38px;
    }

    .bottom-map-div.main-bg {
        margin-top: 7vh;
    }

    /* ============================registration==================================== */
    .form-div {
        margin-bottom: 15px;
    }

    .start-btn {
        padding: 0px 25px;
        margin-top: 15px;
    }


    /* ================================week-deal================================ */
    .dealEx-txt {
        font-size: 2vw;
        margin-bottom: 10px;
    }

    .deal-sec {
        display: flex;
        flex-direction: column;
        gap: 30px;
        position: relative;
    }

    .buttom-new-tab .new-page-tab.text-black {
        position: absolute;
        top: 30px;
        right: 20px;
    }

    .rotate-layout .bottom-text-sec {
        position: relative;
    }

    .bottom-text-sec {
        /* margin-top: 2em; */
        margin-top: 4.5vh;
        position: relative;
    }

    .info-div::before {
        top: 55px;
        left: 5px;
    }

    .wek-jum-img {
        width: 60%;
    }

    /* ============================spinner-wheel==================================== */
    .rotate-layout .spinPage-inner-section {
        overflow: unset;
        height: 100%;
    }

    .spinPage-inner-section {
        overflow: unset;
        height: 100dvh;
    }

    .spin-container div {
        clip-path: polygon(100% 0, 50% 100%, 10% 0);
    }

    /* ==============================sunday-fan================================== */
    .rotate-layout .top-sec-div {
        height: 120px;
    }

    .rotate-layout .in-height {
        height: calc(100vh - 120px);
    }

    .deal-exchang-card {
        width: 80%;
        height: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    /* ================================================================ */
    .road-reg-pop .modal-content {
        width: 100%;
    }

    .reg-popup-body .container {
        padding: 0;
    }

    .full-reg-pop-head {
        font-size: 3vw;
        margin-bottom: 10px;
    }

}



@media only screen and (min-width: 766px) and (max-width: 769px) {

    /* ==================================Intro-page====================================== */
    .heading-section {
        padding-top: 25px;
    }

    .head-img {
        width: 70%;
        margin: auto;
    }

    .video-img.video-tag {
        height: auto;
        width: 100%;
        margin: 4vh 0;
    }

    .btn-txt {
        font-size: 5vw;
    }

    .txt-small {
        font-size: 4vw;
    }

    .jumbo-btn {
        font-size: 35px;
        width: 250px;
        height: 50px;
    }

    .btn-section {
        gap: 10px;
    }

    /* ==============================registration================================== */
    .email-title {
        color: white;
        font-size: 52px;
    }

    .input-field {
        height: 45px;
    }

    .email-div {
        width: 85%;
    }

    .txt-botm {
        font-size: 35px;
        margin-top: -25px;
    }

    /* .bottom-map-div.email-end-sec {
        height: 560px;
    } */
    /* ===============================full-reg================================= */
    .email-input-btn-div {
        width: 70%;
        /* margin: auto; */
    }

    .email-end-sec {
        position: fixed;
        bottom: 10px;
    }

    .start-btn {
        padding: 5px 40px;
        font-size: 28px;
        margin-top: 10px;
    }

    .form-div {
        margin-bottom: 10px;
    }

    /* =============================spinner=================================== */
    .inner-spinner-section {
        margin: 10px 0;
    }


    .spin-head-section {
        padding: 5em 0 0px 0 !important;
    }

    .spinPage-inner-section .bottom-text-sec {
        position: unset;
    }

    .margin-top {
        margin-top: 4.8vh;
    }

    /* =============================week-deal=================================== */
    /* .week-dwn-content {
        display: none;
    } */
    .qr-dwn-div {
        padding: 25px;
        border-radius: 50px;
        width: 80%;
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .dealEx-txt {
        font-size: 3.2vw;
    }

    .deal-exchang-card .day-name {
        font-size: 3.2vw;
    }

    /* .deal-itme-sec {
        width: 70%;
        height: 85%;
    } */

    .unlock-section {
        top: 48%;
    }

    .deal-card-img {
        width: 425px;
        height: 425px;
    }

    .deal-itme-sec {
        width: 425px;
        height: 425px;
    }

    /* ==============================sunday-fan================================== */
    .rotate-layout .top-sec-div {
        height: 120px;
    }

    .rotate-layout .in-height {
        height: calc(100vh - 120px);
    }

    /* ================================================================ */
    .product-section .bottom-text-sec {
        position: fixed;
        width: 100%;
        bottom: 10px;
        left: 0;
    }

    .rotate-layout .bottom-text-sec {
        position: unset;
    }

    .dit-main-section .spinnerfor-load {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    /* ===============================mobile-practicale================================= */
    .padd-top {
        padding-top: 3em;
    }

    .detl-head {
        margin-bottom: 0.5em;
    }

    .head2 {
        margin-bottom: 0.5em;
    }

    .mobile-buttom {
        margin-top: 2.5em;
    }

    .instruction {
        font-size: 3vw;
    }

    /* ================================================================ */
    .road-reg-pop .modal-content {
        width: 100%;
    }

    .reg-popup-body .container {
        padding: 0;
    }

    .full-reg-pop-head {
        font-size: 3vw;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 380px) {
    .email-title {
        font-size: 7vw;
    }

    .spin-container {
        width: 80.75vw;
        height: 80.75vw;
    }

    .spin-container div {
        height: 50%;
        width: 20.7vw;
        left: 36%;
        clip-path: polygon(100% 0, 50% 100%, 0% 0);
    }

    .spin-text {
        font-size: 2.8vw !important;
        height: 100%;
    }

    .led-yellow {
        margin: 0 auto;
        width: 3vw !important;
        height: 3vw !important;
    }

    .spin-btn-img {
        width: 16vw;
        height: 14vw;
    }

    .spin-rotate-btn {
        width: 13vw;
        height: 13vw;
        top: 42%;
        left: 42%;
    }

    .spin-win {
        font-size: 12vw;
    }

    .comment-txt {
        font-size: 5VW;
    }

    .eml-txt::after {
        width: 15px;
        top: 90%;
    }

}


@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance:none) {
        .spin-container {
            overflow: hidden;
            -webkit-overflow-scrolling: hidden;
        }

        .spinPage-inner-section {
            overflow: unset;
            height: 100dvh;
        }

        .home-page-section {
            background-color: #eeb717;
        }

    }
}

.otp-btn-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.otp-btn-wrapper .resend-btn {
    cursor: pointer;
    display: flex;
    gap: 5px;
}

.for-destop-width {
    position: relative;
    z-index: 9;
}

.back-sec {
    position: relative;
    z-index: 9999;
}

/* ==============================display-nope-landing-video================================== */
.landing-video-none {
    display: none;
}

.landing-video-none source {
    display: none;
}

.full-reg-form,
.form-section {
    position: relative;
    z-index: 9;
}



.mobile-practical-modal  .modal-body::-webkit-scrollbar {
    display: none;
}

/* deal end page */


.eind-campagne-page {
    background-color: var(--primary-color);
    height: 100dvh;
}

.vlog-social {
    width: 22px;
}
.vlog-social-icon-div {
    display: flex;
    justify-content: center;
    gap: 5px;
}
.content {
    font-size: 16px;
    font-family: 'Jumbo-TheSans-Regular';
}
.inner-eind-section {
    max-width: 690px;
    text-align: center;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 1em 0;
}
.buttom-img {
    width: 80%;
    height: 90px;
}
.end-upper-sec {
    height: calc(100% - 90px);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.end-heading{
    font-size: 35px;
    margin-bottom: 1em;
}
.content-div {
    margin-bottom: 3em;
}
.end-title {
    font-size: 20px;
    margin-bottom: 10px;
}
.btn-ga {
    background: black;
    padding: 6px 30px;
    border-radius: 10px;
    color: white;
    font-size: 20px;
}
.button-div {
    margin-top: 5em;
}

@media only screen and (max-width:768px) {
    .buttom-img {
        width: 100%;
        height: 50px;
    }
    .button-div {
        margin-top: 2em;
    }
    .content {
        font-size: 14px;
        font-family: 'Jumbo-TheSans-Regular';
    }
    .padd-decrease{
        padding: 2em 0 10px 0 !important;
    }
    .padd-decrease .email-title {
        font-size: 6vw;
    }

}


.mobile-practical-modal  .modal-body::-webkit-scrollbar {
    display: none;
}

