/*
Template Name: Swiggiweb - Online Food Ordering Website Template
Author: Askbootstrap
Author URI: https://themeforest.net/user/askbootstrap
Version: 1.0
*/


/*
-- Body
-- Fixed Bottom
-- Nav
-- Grid Card
-- Menu
-- Extra
-- Landing Page
-- List card
-- Login Page
-- Verification
-- Filter
-- Cart
-- Most Popular
-- Profile
-- Modal
-- Map Page
-- Restaurant
-- Footer
-- Mobile Media
*/


/* Body */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;700;800;900&display=swap');


@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/SFUIDisplay-Bold.eot');
    src: url('../fonts/SFUIDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFUIDisplay-Bold.woff2') format('woff2'),
        url('../fonts/SFUIDisplay-Bold.woff') format('woff'),
        url('../fonts/SFUIDisplay-Bold.ttf') format('truetype'),
        url('../fonts/SFUIDisplay-Bold.svg#SFUIDisplay-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/SFUIDisplay-Medium.eot');
    src: url('../fonts/SFUIDisplay-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFUIDisplay-Medium.woff2') format('woff2'),
        url('../fonts/SFUIDisplay-Medium.woff') format('woff'),
        url('../fonts/SFUIDisplay-Medium.ttf') format('truetype'),
        url('../fonts/SFUIDisplay-Medium.svg#SFUIDisplay-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/SFUIDisplay-Light.eot');
    src: url('../fonts/SFUIDisplay-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFUIDisplay-Light.woff2') format('woff2'),
        url('../fonts/SFUIDisplay-Light.woff') format('woff'),
        url('../fonts/SFUIDisplay-Light.ttf') format('truetype'),
        url('../fonts/SFUIDisplay-Light.svg#SFUIDisplay-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/SFUIDisplay-Semibold.eot');
    src: url('../fonts/SFUIDisplay-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFUIDisplay-Semibold.woff2') format('woff2'),
        url('../fonts/SFUIDisplay-Semibold.woff') format('woff'),
        url('../fonts/SFUIDisplay-Semibold.ttf') format('truetype'),
        url('../fonts/SFUIDisplay-Semibold.svg#SFUIDisplay-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


body {
 font-family: "SF UI Display";
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 24px;
color: #1D2834;background: #F5F7FA;
}

img{max-width: 100%;}
.slick-slider {
    margin: 0 -8px;
}

.slick-slide {
    padding: 8px;
}

.font-weight-bold {
    font-weight: 600 !important;
}

.small,
small {
    font-size: 11px !important;
}

div,
a {
    outline: none !important;
}

.border-primary {
    border-color: #e23844!important;
}

.w-300 {
    max-width: 300px;
}

.form-control,
.btn,
.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    font-size: 13px;
}


/* Fixed Bottom */

.fixed-bottom {
    height: 58px;
    border-radius: 0px;
    box-shadow: 10px -1px 10px rgba(0, 0, 0, .075);
}

.fixed-bottom .btn {
    border-radius: 0px;
    border: none;
    height: 58px;
}


/* .fixed-bottom-bar {
  padding-bottom: 58px;
} */



/*************************Header********************/
html{scroll-behavior: smooth;}
.py-7{padding-bottom: 5rem !important;padding-top: 5rem !important;}

.section-header{position: relative; top: 0; left: 0; right: 0;padding: 24px 0;z-index: 5;border-bottom: 1px solid #EEF2F6;background: #FFF;}

.section-header .container{position: relative;}
.site-logo a{position: relative;top: 0px;left: 0px;right: auto;margin: auto;max-width: 295px;z-index: 5;}
 
.header-right{padding-top: 0px; z-index: 1;}
.header-right ul.social-media li{list-style-type: none; display: inline-block; margin-left: 5px;}

header ul.menu{margin: 0; text-align: center;}
header ul.menu li{list-style-type: none; display: inline-block; margin-left: 40px;}
header ul.menu li a{color: #1D2834;padding: 8px 0;position: relative;font-family: "SF UI Display";font-size: 17px;font-style: normal;
font-weight: 500;line-height: 22px;}
header ul.menu li a:hover{color: #364152;}
header ul.menu li a:before{background: #364152;border-radius: 20px; content: "";width: 0px;height: 2px; position: absolute; left: 0; right: 0; margin: auto; bottom: 0;transition: all ease 0.5s;}
header ul.menu li a:hover:before{width: 47px;transition: all ease 0.5s;}

.header-right-btn .btn{border-radius: 200px;background:#EF6320;font-family: "SF UI Display";font-size: 14px;font-style: normal;
font-weight: 500;line-height: 22px; color:#FFF;text-align: center;padding: 10px 24px;border: 1px solid #EF6320;}


.header-right-btn .btn:hover{color: #EF6320;background: none;}
.header-right-btn .btn.gray-btn{background: #EAEFF4;color: #1D2834; border-color: #EAEFF4;}
.header-right-btn .btn.gray-btn:hover{color: #fff;background: #EF6320;border-color: #EF6320;}
.header-right-btn .btn img{margin-right: 10px;}
.header-right-btn .btn:hover img{opacity: 1 !important;filter: brightness(0) invert(1);-webkit-filter: brightness(0) invert(1);}
.header-right ul.menu li.mb-menu{display: none;}


.scroll{color:#fff; margin-top:100px;}

#toTopBtn {position: fixed;bottom: 26px;right: 39px;z-index: 98;padding: 21px;background-color: #EF6320;}

.js .cd-top--fade-out {  opacity: .5;}

.js .cd-top--is-visible { visibility: visible; opacity: 1;}

.js .cd-top {visibility: hidden;opacity: 0;transition: opacity .3s,visibility .3s,background-color .3s;}

.cd-top {position: fixed;bottom: 20px;right: 20px;display: inline-block;height: 40px;width: 40px;box-shadow: 0 0 10px rgba(0,0,0,.05) !important;background: url(../img/cd-top-arrow.svg) no-repeat center 50%;}

.height{ height:3000px;}
/*************************Header********************/

/*************************Home page********************/

.container.container-right-full{padding-left: calc((100% - 1200px)/ 2);
width: 100% !important;
max-width: 100% !important;
padding-right: 0;}

.container.container-left-full{padding-right: calc((100% - 1200px)/ 2);
width: 100% !important;
max-width: 100% !important;
padding-right: 0;}

.banner-inner{background: #fff; background-size: 100% 100%;padding-top: 0px;position: relative;}

.banner-logo{position: relative;margin-bottom: 45px;}
.banner-logo h3{font-size: 30px;letter-spacing: 3px;color: #ffffff;font-family: "Poppins";text-transform: uppercase;margin-top: -38px;margin-left: 74px;font-weight: normal;}

.banner-img{position: relative;top: 0px;}
.homebanner-content h1{color:#1D2834;font-family: "SF UI Display";font-size: 48px;font-style: normal;font-weight: 600;line-height: 52px;margin-bottom: 16px;}
.homebanner-content p{font-family: "SF UI Display";font-size: 16px;font-style: normal;font-weight: 300;line-height: 24px;color:#1D2834;margin-bottom: 15px;}

.ban-btn{margin-top: 40px;}
.ban-btn a.btn{text-align: center;font-family: SF UI Display;border-radius: 200px;padding: 14px 24px;margin-right: 15px;font-size: 14px;
font-style: normal;font-weight: 500;line-height: 22px;}
.ban-btn a.gray-btn.btn{background: #CFDCE8;border: 1px solid #CFDCE8;color: #1D2834;}
.ban-btn a.gray-btn.btn:hover{background: none;border: 1px solid #EF6320;  color: #EF6320;}
.ban-btn a.yellow-btn.btn{background: #EF6320;box-shadow: 0px 0px 52px 0px rgba(250, 196, 20, 0.24); border: 1px solid #EF6320;color: #fff;}
.ban-btn a.yellow-btn.btn:hover{background: none; color: #EF6320;}

.ban-btn a.btn.white-btn{background: #fff;color: #EF6320;border-color:#fff ;}


.ban-btn a img {max-width: 140px;color: #202939;}

.banner-right{margin-bottom: 0px;}
.banner-right img{margin-top: 0px;}



ul.check-list{padding: 0; margin: 0; list-style-type: none;}
ul.check-list li{position: relative; padding-left: 35px;font-family: "SF UI Display";font-size: 16px;font-style: normal;font-weight: 500;line-height: 24px;margin-bottom: 16px;}
ul.check-list li:before{background: url(../img/check-circle-2.png) no-repeat center center;content: ""; width: 20px; height: 21px;background-size: 100%; display: inline-block; position: absolute; left: 0; top: 0; bottom: 0; margin: auto;}


.sec-pd-tp-bt{padding-top: 50px; padding-bottom: 30px;}
.delapp-right-cont{max-width: 500px;}
h2.sec-title{letter-spacing: -0.72px;color: #1D2834;margin-bottom: 15px;font-family: "SF UI Display";font-size: 36px;font-style: normal;
font-weight: 700;line-height: 44px;}
.sec-delivery-app{background:#fff;background-size: cover;padding-top: 80px !important;padding-bottom: 80px !important;}
.delapp-right-cont h3{color: #333;font-size: 36px;font-family: Poppins;font-style: normal;font-weight: 700;line-height: normal;letter-spacing: 1.08px;margin-bottom: 26px;}
.delapp-right-cont p,.delapp-right-cont ul li,.sec-header p{font-family: SF UI Display;font-size: 20px;font-style: normal;font-weight: 400;line-height: 28px;color: #697586;}
.delapp-right-cont ul{list-style-type: none; padding: 0; margin: 0;}
.delapp-right-cont ul li{color: #000;position: relative; padding-left: 30px;margin-bottom: 20px;}
.delapp-right-cont ul li:before{position: absolute; content: ""; background: url(../img/right_mark.png) no-repeat center; width: 17px; height: 17px; display: inline-block; left: 0; top:4px;}


.delapp-right-cont-btm-box{display: inline-block;margin-right: 42px;max-width: 112px;}
.delapp-right-cont-btm h4{font-family: 'Poppins';font-style: normal;font-weight: 600;font-size: 16px;line-height: 24px;letter-spacing: 0.05em;color: #333333;}
.food-icon-inner span{background: #FFFFFF;box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.1);padding: 28px 25px; display: block;text-align: center;}

.sec-parking-options,.sec-parking-features,.sec-how-works {background:#F8FAFC;}
.sec-parking-options .container-fluid{max-width: 1680px;}
.options-column-block{border-radius: 12px;box-shadow: 0px 4px 52px 0px rgba(0, 0, 0, 0.02);padding: 24px;margin-bottom: 95px;}
.options-column-block span.icon{margin-bottom: 32px;display: block;}
.options-column-block h3{font-family: SF UI Display;font-size: 20px;font-style: normal;font-weight: 600;line-height: 28px; color: #202939;}
.options-column-block p{font-family: SF UI Display;font-size: 18px;font-style: normal;font-weight: 400;line-height: 24px;color: #697586;}
 
.options-column-block.ml-5{margin-left: 70px !important;}

.feature-column-block{position: relative;border-radius: 12px;border: 1px solid #EAEFF4;background: #FFF;padding: 32px 24px; text-align: center;margin-bottom: 30px;height: calc(100% - 30px);}

.feature-column-block.last-column:before{display: none;}
.feature-column-block span.icon{display: block; margin-bottom: 32px;}
.feature-column-block h3{font-family: "SF UI Display";font-size: 18px;font-style: normal;font-weight: 600;line-height: 26px; color: #1D2834; margin-bottom: 10px;}
.feature-column-block p{font-family: "SF UI Display";font-size: 14px;font-style: normal;font-weight: 300;line-height: 22px;color: #1D2834;margin: 0;}

.feature-column-block:hover h3{text-decoration: underline; color: #EF6320;}

.priceplan-box{border-radius: 12px;border: 1px solid #EAEFF4;background:#FFF; padding: 32px; color: #1D2834;height: 100%;}
.priceplan-box.bg-orange{color: #fff;background: #EF6320;}

.priceplan-box h3{font-family: "SF UI Display";font-size: 36px;font-style: normal;font-weight: 700;line-height: 44px; margin-bottom: 16px;}
.priceplan-box h4{font-family: "SF UI Display";font-size: 20px;font-style: normal;font-weight: 700;line-height: 28px; }
.priceplan-box p{font-size: 14px;font-style: normal;font-weight: 300;line-height: 22px;margin-bottom: 16px;}
.priceplan-box.bg-orange p{color: #fff;}
.priceplan-box ul.check-list li{font-size: 16px;font-style: normal;font-weight: 500;line-height: 24px;}
.priceplan-box ul.check-list li::before {background: url(../img/check_dark.png) no-repeat center center;}
.priceplan-box.bg-orange ul.check-list li::before {background: url(../img/check.png) no-repeat center center;}
.priceplan-box ul.check-list li.not-allow{opacity: 0.8;}
.priceplan-box ul.check-list li.not-allow::before{background: url(../img/close_dark.png) no-repeat center center;}
.priceplan-box.bg-orange ul.check-list li.not-allow::before{background: url(../img/close.png) no-repeat center center;}

.how-works-list ul{list-style-type: none;padding-left: 0;}
.how-works-list ul li{position: relative;border-radius: 12px;box-shadow: 0px 4px 52px 0px rgba(0, 0, 0, 0.02);padding: 24px;padding-left: 95px; margin-bottom: 16px;}
.how-works-list ul li span{position: absolute; left: 24px; top: 24px;}
.how-works-list ul li h3{font-family: SF UI Display;font-size: 20px;font-style: normal;font-weight: 500;line-height: 28px;color: #202939;}
.how-works-list ul li p{color: #697586;font-family: SF UI Display;font-size: 16px;font-style: normal;font-weight: 400;line-height: 24px; margin-bottom: 0;}
.how-works-list ul li:before{content: "";width: 1px;top: 25px;bottom: -45px;position: absolute;left: 48px;border-left: 2px dashed #EF6320;}

.how-works-list ul li:last-child:before{display: none;}



.sec-book-parking {background: url(../img/book-bg.png) no-repeat center; background-size: cover;}
.booking-row h3{color: #202939;font-family: SF UI Display;font-size: 32px;font-style: normal;font-weight: 600;line-height: 40px;letter-spacing: -0.64px;}
.booking-row p{color:#697586;font-family: SF UI Display;font-size: 20px;font-style: normal;font-weight: 400;line-height: 28px; margin-bottom: 0;}

.row.booking-row{padding-bottom: 32px !important;}
.row.booking-row{margin-left: -25px;margin-right: -25px;}
.row.booking-row > .col-md-6{padding-left: 25px;padding-right: 25px;}
.book-content{padding: 24px;border-radius: 12px;box-shadow: 0px 4px 52px 0px rgba(0, 0, 0, 0.02);}

.bg-orange{background: #EF6320;}
.dark-bg{background: #121926;}
.light-text h2.sec-title{color: #fff;}
.light-text.sec-header p{color: #697586;font-size: 18px;}
.light-text p{color: #fff;}
.live-product-box{border: 1px solid #364152;box-shadow: 0px 4px 52px 0px rgba(0, 0, 0, 0.02); padding: 24px;margin-bottom: 24px;}
.prolist-cont{padding-left: 24px;}
.prolist-cont h3{font-family: SF UI Display;font-size: 28px;font-style: normal;font-weight: 600;line-height: 36px;letter-spacing: -0.56px;color: #F8FAFC;}
.prolist-cont p{font-family: SF UI Display;font-size: 16px;font-style: normal;font-weight: 400;line-height: 24px;color: #697586; margin-bottom: 0;}


.testimonial-row-wrap{max-height: 600px; overflow-y: auto; overflow-x: hidden;position: relative;}
.sec-user-love{position: relative;}
.sec-user-love:before{position: absolute;content: "";bottom: 0;left: 0;right: 0;height: auto;background: linear-gradient(180deg, rgba(18, 25, 38, 0.00) 0%, #121926 100%);z-index: 6;top: 40%;}
.testimonial-row .col-md-4{margin-bottom: 30px;}
.testimonial-box{border: 1px solid #364152;box-shadow: 0px 4px 52px 0px rgba(0, 0, 0, 0.02);padding: 24px;height: 100%;}
.testimonial-cont h3{font-family: SF UI Display;font-size: 20px;font-style: normal;font-weight: 600;line-height: 28px; color: #FCFCFD;}
.testimonial-cont p{font-family: SF UI Display;font-size: 18px;font-style: normal;font-weight: 400;line-height: 24px;color: #9AA4B2;margin-bottom: 0;}
.testimonial-box span.user-icon{width: 52px; min-width: 52px;}

ul.rating { padding: 0;margin: 0;list-style: none;margin: 0;padding: 0;display: flex;align-items: center;justify-content: flex-start;
    color: #EF6320;
}

ul.rating li {padding: 0 2px;}

.rating__item {font-size: 15px;display: block;font-family: FontAwesome;}

.rating__item::after {content: "\f006";}

.rating[data-rating="5.5"] .rating__item:nth-child(-n+5):after, .rating[data-rating="5"] .rating__item:nth-child(-n+5):after, .rating[data-rating="4.5"] .rating__item:nth-child(-n+4):after, .rating[data-rating="4"] .rating__item:nth-child(-n+4):after, .rating[data-rating="3.5"] .rating__item:nth-child(-n+3):after, .rating[data-rating="3"] .rating__item:nth-child(-n+3):after, .rating[data-rating="2.5"] .rating__item:nth-child(-n+2):after, .rating[data-rating="2"] .rating__item:nth-child(-n+2):after, .rating[data-rating="1.5"] .rating__item:nth-child(-n+1):after, .rating[data-rating="1"] .rating__item:nth-child(-n+1):after, .rating[data-rating="0.5"] .rating__item:nth-child(-n+0):after, .rating[data-rating="0"] .rating__item:nth-child(-n+0):after {
    content: "\f005";
}


.rating[data-rating="1.5"] .rating__item:nth-child(2):after, .rating[data-rating="2.5"] .rating__item:nth-child(3):after, .rating[data-rating="3.5"] .rating__item:nth-child(4):after, .rating[data-rating="4.5"] .rating__item:nth-child(5):after {
    content: "\f123";
}


ul.contact-list{padding: 0; list-style-type: none;}
ul.contact-list li{font-family: SF UI Display;font-size: 18px;font-style: normal;font-weight: 400;line-height: 26px;color: #697586;margin-bottom: 15px;}
ul.contact-list li a{color: #697586;}

ul.contact-list li img{margin-right: 12px;}

.contact-form{border-radius: 24px;background:#202939; padding: 52px;}
.contact-form .form-group{margin-bottom: 24px;}
.contact-form .form-group label{font-family: SF UI Display;font-size: 16px;font-style: normal;font-weight: 500;line-height: 24px; color: #697586;margin-bottom: 5px;}
.contact-form .form-group .form-control{border-radius: 12px 12px 0px 0px;border: 1px solid #364152;background: #364152;padding: 16px;height: auto;font-size: 14px;color: #9AA4B2;}
.contact-form .form-group.btn-grp{margin-top: 50px;margin-bottom: 0;}
.contact-form .form-group.btn-grp .btn.btn-primary{font-family: SF UI Display;font-size: 18px;font-style: normal;font-weight: 500;line-height: 1;color: #202939;border-radius: 200px;background: #EF6320;box-shadow: 0px 0px 52px 0px rgba(250, 196, 20, 0.24);padding: 16px 28px; border: 2px solid #EF6320;}
.contact-form .form-group.btn-grp .btn.btn-primary:hover{color: #EF6320; background: none;}

.contact-form .form-group .form-control-grp{position: relative;}
.contact-form .form-group .form-control-grp img{position: absolute; left: 16px; top: 16px;}
.contact-form .form-group .form-control-grp .form-control{padding-left: 50px;}

.section-footer{color: #311D19;font-family: SF UI Display;border: 0 !important;}

.section-footer p{color: #311D19;font-family: "SF UI Display";font-size: 16px;font-style: normal;font-weight: 300;line-height: 24px;}

.section-footer .ft-col h3{font-size: 18px;font-style: normal;font-weight: 600;line-height: 24px;color: #1D2834;margin-bottom: 16px;}
.section-footer .ft-col ul{padding: 0; list-style-type: none;}
.section-footer .ft-col ul li{margin-bottom: 10px;display: flex;align-items: center;color: #1D2834;}
.section-footer .ft-col ul li a{font-size: 16px;font-style: normal;font-weight: 300;line-height: 24px; color: #1D2834;}

.section-footer .ft-col ul.social li{display: inline-block; margin-right: 12px;}
/*************************Home page********************/



.h-auto {
    height: auto;
}

.modal-footer .btn {
    border-radius: 0px;
}


/* Nav */

.brand-wrap img {
    height: 40px;
}

.toggle-2 {
    right: 17px !important;
    left: auto !important;
}

.hc-nav-trigger.toggle-2 span,
.hc-nav-trigger.toggle-2 span::before,
.hc-nav-trigger.toggle-2 span::after {
    background: #000;
}

.hc-nav-trigger.togglew span,
.hc-nav-trigger.togglew span::before,
.hc-nav-trigger.togglew span::after {
    background: #ffffff;
}

.cat-slider img {
    width: 38px;
    margin: auto;
    -webkit-filter: saturate(200%);
    filter: saturate(200%);
}


/* Grid Card */

.grid-card span.float-right.text-black-50 {
    display: none;
}

.grid-card .p-3 {
    padding: 10px !important;
}


/* Menu */

.osahan-menu-fotter {
    padding: 0px !important;
}

.osahan-menu-fotter .row {
    margin: 0px;
}

.osahan-menu-fotter .col {
    padding: 0px;
}

.osahan-menu-fotter .col a {
    padding: 12px;
    display: block;
}

.osahan-menu-fotter .col a p {
    font-size: 19px;
}

.osahan-menu-fotter .col.selected a {
    color: #dc3545;
    background: #f8f9fa;
}

.osahan-menu-fotter .col.selected p {
    color: #dc3545;
}

.osahan-menu-fotter .col.bg-white.rounded-circle.mt-n4.px-3.py-2 {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    margin: -15px 0 0 0 !important;
}

.osahan-menu-fotter .col.bg-white.rounded-circle.mt-n4.px-3.py-2 a {
    width: 68px;
    color: #fff !important;
    height: 68px;
    font-size: 27px !important;
    padding: 16px;
}


/* Extra */

.border-custom-radio .custom-control-label::before {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: .25rem!important;
    background: transparent !important;
    box-shadow: none !important;
}

.border-custom-radio .custom-control-input:checked~.custom-control-label::before {
    border-color: #d92662;
    border: 1px solid #d92662;
}

.border-custom-radio .custom-control-label::after {
    display: none;
}

.restaurant-pic {
    position: absolute;
    right: 15px;
    height: 148px;
    border-radius: 4px;
    margin: 9px 0;
}

.modal-content {
    border: none !important;
}

.slick-dots {
    bottom: 20px !important;
}

.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
    background: url("data:image/png;base64,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") no-repeat 50% 50%;
}

.slick-next,
.slick-next:hover,
.slick-next:focus {
    background: url("data:image/png;base64,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") no-repeat 50% 50%;
}

.slick-arrow,
.slick-arrow:hover,
.slick-arrow:focus {
    background-size: 6px;
    width: 34px;
    border-radius: 50px;
    height: 34px;
    margin: 0 8px;
    background-color: #fff;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
    border: 1px solid #e4e7ea;
    z-index: 9;
}

.slick-next:before,
.slick-prev:before {
    display: none;
}

.sticky_sidebar,
.c-t-order,
.osahan-account {
    position: sticky;
    top: 15px;
}

.c-t-order li {
    border: none !important;
    margin: 5px 4px !important;
}

.c-t-order li a {
    background: #ffffff;
    border-radius: 6px !important;
    padding: 12px 14px !important;
    display: flex;
    align-items: center;
}

.c-t-order li a i {
    background: #fff;
    border: 1px solid #eff2f5;
    padding: 5px 5px;
    border-radius: 50px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
    font-size: 18px;
    vertical-align: bottom;
}

.c-t-order li a.active,
.c-t-order li a:hover {
    background: #eff2f5 !important;
}

.c-t-order li a.active i {
    background: #e23844;
    color: #fff !important;
    border-color: transparent;
}

.dropdown-menu {
    background: #ffffff;
    border-radius: .40rem!important;
    margin: 0;
    padding: 6px;
    border: 1px solid #ffffff;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, .1)!important;
}

.dropdown:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: .5s ease all;
}

.dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50px);
    transition: .5s ease all;
}

.dropdown-menu.show {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: .5s ease all;
}

.dropdown-item {
    padding: 6px 10px;
}

.dropdown .dropdown-menu,
.dropdown-item {
    font-size: 13px;
    border-radius: 6px;
    margin: 1px 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid transparent;
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: rgba(0, 0, 0, .15);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
    box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
}

::-webkit-scrollbar {
    width: 4px;
    background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background: hsla(0, 0%, 53.3%, 0.4);
}

.btn-facebook {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d92662+0,e23744+100 */
    background: #2b4170;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #3b5998 0%, #2b4170 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #3b5998 0%, #2b4170 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #3b5998 0%, #2b4170 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3b5998', endColorstr='#2b4170', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border-color: #3b5998;
    color: #ffffff !important;
}

.bg-primary {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d92662+0,e23744+100 */
    background: #d92662;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #d92662 0%, #e23744 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #d92662 0%, #e23744 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #d92662 0%, #e23744 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d92662', endColorstr='#e23744', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    ;
}

.btn-primary {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d92662+0,e23744+100 */
    background: #d92662;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #d92662 0%, #e23744 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #d92662 0%, #e23744 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #d92662 0%, #e23744 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d92662', endColorstr='#e23744', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border-color: #d92662;
}

.btn-primary:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d92662+0,e23744+100 */
    background: #d92662;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #d92662 0%, #e23744 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #d92662 0%, #e23744 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #d92662 0%, #e23744 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d92662', endColorstr='#e23744', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border-color: #e23744;
}

.btn-outline-primary {
    color: #e23744;
    border-color: #e23744;
}

.btn-outline-primary:hover {
    color: #ffffff;
    background: #d92662;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #d92662 0%, #e23744 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #d92662 0%, #e23744 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #d92662 0%, #e23744 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d92662', endColorstr='#e23744', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border-color: #e23744;
}

.text-primary {
    color: #e23744 !important;
    text-decoration: none !important;
}

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

p {
    color: #1D2834;
    letter-spacing: 0.2px;
}

.btn-link {
    font-weight: 400;
    color: #e23744;
    text-decoration: none !important;
}

.slick-dots {
    bottom: 20px !important;
}


/* Landing Page */

.landing-page-skip .img-fluid {
    max-height: 290px;
}

.landing-page-skip p {
    margin: 0px;
}

.landing-page-skip .zindex {
    right: 0;
    z-index: 9;
}

.landing-page-skip .slick-dotted.slick-slider {
    margin: 0px;
}

.landing-page-skip .osahan-slider-item {
    padding: 0px 20px;
}

.btn-lg {
    font-size: 16px;
    padding: 16px 16px;
    font-weight: 600;
}


/* List card */

.list-card .count-number {
    margin: 4px 0 0 0;
    display: inline-block;
}

.list-card a,
.list-card h6 {
    color: inherit;
    overflow: hidden;
    white-space: nowrap;
    font-size: 15px;
    text-overflow: ellipsis;
}

.list-card a:hover {
    color: #0091bc;
}

.list-card .star {
    right: 8px;
    bottom: 8px;
}

.list-card .star .badge {
    font-size: 11px;
    padding: 5px 5px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}

.list-card .member-plan {
    left: 8px;
    top: 8px;
}

.list-card .member-plan .badge {
    font-size: 11px;
    padding: 5px 5px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}

.list-card .list-card-image {
    position: relative;
}

.list-card .favourite-heart {
    right: 8px;
    top: 8px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}

.list-card .favourite-heart i {
    background: #fff;
    width: 23px;
    height: 23px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    border-radius: 50px;
}

.list-card.d-flex .list-card-image {
    width: 130px;
    height: 140px;
    min-width: 130px;
    max-width: 130px;
}

.list-card.d-flex .list-card-image .item-img {
    height: 140px;
    object-fit: cover;
}

.list-card .list-card-body p.text-gray {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
}

.list-card .p-3 {
    overflow: hidden;
}

.list-card.d-flex .list-card-body span.float-right.text-black-50 {
    display: none;
}

.rating-stars .feather-star {
    font-size: 10px;
    background: #000000;
    color: #fff;
    padding: 2px;
    text-shadow: 0px 0px 1px #d2b128;
    border-radius: 5px;
}

.rating-stars .feather-star.star_active {
    background: #f5cd25;
}


/* Login Page */

.login-page video {
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 50%;
}

.otp input.form-control.form-control-lg {
    text-align: center !important;
    font-size: 44px;
    border: 1px solid #ccc !important;
    border-radius: 8px;
    margin: auto;
}

.login-page {
    background: #fff;
}

.login-page .form-control {
    background: no-repeat;
    border: none;
    color: #000;
    border-bottom: 1px solid rgb(160 160 160 / 32%);
    border-radius: 0px;
    padding: 0px;
    box-shadow: none !important;
}

.login-page .form-control:hover,
.login-page .form-control:focus {
    color: #000;
    border-bottom: 1px solid #000;
}

.login-page label {
    margin: 0px;
    opacity: 0.8;
}

.login-page .form-group {
    margin-bottom: 30px;
}

.login-page::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(255 255 255 / 65%)!important;
    opacity: 1;
    /* Firefox */
    ;
}

.login-page:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgb(255 255 255 / 65%)!important;
}

.login-page::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgb(255 255 255 / 65%)!important;
}


/* Verification */

.osahan-verification .form-control {
    text-align: center;
    font-size: 47px;
    border-bottom: 2px solid #ccc !important;
    border: none;
    border-radius: 0px;
    font-weight: 300;
    box-shadow: none;
}


/* Filter */

.filter .custom-control-label::before {
    right: 1rem;
    left: auto;
    margin: auto;
    top: 0;
    bottom: 0;
}

.filter .custom-control-label::after {
    left: auto;
    right: 1rem;
    margin: auto;
    top: 0;
    bottom: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #e23744;
    background-color: #e23744;
}


/* Cart */

.gold-members h6,
.menu-list h6 {
    font-size: 14px;
}

.gold-members .badge,
.menu-list .badge {
    font-size: 10px;
    font-weight: 500;
    padding: 4px 6px 3px 6px;
}

.menu-list img {
    width: 41px;
    height: 41px;
    object-fit: cover;
}

.count-number .btn {
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 0px;
}

.count-number-input {
    width: 24px;
    text-align: center;
    margin: 0 -4px;
    background: #6c757d;
    border: none;
    color: #fff;
    height: 24px;
    border-radius: 0px;
    vertical-align: bottom;
}

.non_veg,
.veg {
    width: 20px;
    border: 1px solid;
    height: 20px;
    border-radius: 3px;
    font-size: 32px;
    text-align: center;
    line-height: 0px;
}


/* Most Popular */

.most_popular .trending-slider img {
    border-radius: 10px;
    padding: 0px 4px;
    margin: 8px 0 0 0;
}


/* Map Page */

.osahan-track-order-page {
    min-height: 676px;
}

.food-item {
    border: 1px solid;
    border-radius: 2px;
    display: inline-block;
    font-size: 31px;
    height: 12px;
    line-height: 5px;
    text-align: center;
    width: 12px;
    vertical-align: text-bottom;
    padding: 0 2px;
    margin: 0px 3px 2px 0px;
}

.osahan-point {
    z-index: 1;
    width: 50%;
    border-radius: 50%;
    padding-bottom: 50%;
    pointer-events: none;
    background-color: rgba(225, 48, 8, .2);
    border: 1px solid #ff3008;
}

.osahan-map iframe {
    width: 100% !important;
}

.osahan-map .toggle {
    z-index: 9;
    margin: 2px 0 0 4px;
}

.osahan-map .mapouter.position-absolute {
    width: 100%;
    height: 100vh;
}

.osahan-map .bg-primary.border-bottom {
    position: absolute;
    z-index: 9;
    width: 100%;
}

.osahan-map .fixed-bottom {
    padding: 10px 0px;
}

.osahan-map .list-card.d-flex .list-card-image .item-img {
    width: 100px;
    height: 100px;
}

.osahan-map .list-card.d-flex .list-card-image {
    width: 100px;
    height: 100px;
    min-width: 100px;
    max-width: 100px;
}

.osahan-map .member-plan {
    text-align: center;
    background: rgb(255 255 255 / 18%);
    font-size: 12px;
    padding: 7px 5px;
    margin: 0 1px;
    border-radius: 43px;
}

.gold-members .mr-2 {
    border: 1px solid;
    width: 15px;
    height: 15px;
    text-align: center;
    border-radius: 3px;
    font-size: 35px;
    line-height: 7px;
}

.index-page img {
    height: 130px;
}

.spinner {
    width: 180px;
    height: 180px;
    margin: auto;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}


/* right bounce */

@-webkit-keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    60% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}

@-moz-keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(0);
    }
    40% {
        transform: translateX(-30px);
    }
    60% {
        transform: translateX(-15px);
    }
}

@keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    100% {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    60% {
        -ms-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}


/* /right bounce */

.feather-arrow-right {
    -webkit-animation: bounceRight 2s infinite;
    animation: bounceRight 2s infinite;
}

.location-page .img-fluid {
    max-width: 360px;
}


/* Restaurant */

.restaurant-detailed-ratings-and-reviews hr {
    margin: 0 -16px;
}

.reviews-members-footer img {
    width: 22px;
    height: 22px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 12px #ccc;
    margin: 0 -3px;
}

.total-like {
    font-size: 11px;
    padding: 2px 6px;
}

.reviews-members-body p {
    font-size: 12px;
}

.reviews-members-header h6 {
    font-size: 14px;
}

.graph-star-rating-body .progress {
    border-radius: 40px;
    height: 6px;
}

.rating-list {
    display: flex;
    margin: 6px 0;
    align-items: center;
    justify-content: space-between;
}

.rating-list-center {
    margin: auto;
    width: 70%;
}

.rating-list-left {
    width: 20%;
    font-size: 10px !important;
    font-weight: 400 !important;
}

.rating-list-right {
    width: 10%;
    text-align: right;
    font-size: 10px !important;
    font-weight: 400 !important;
}

.offer-section {
    background-color: #000;
}


/* header-user-img */

.header-user {
    height: 32px;
}


/* dropdown css */

.drop-loc {
    width: 250px;
}


/* footer css */

footer .text-muted {
    color: #bdbdbd !important;
}

.hov_footer a:hover {
    color: #fff !important;
}

.section-footer {
    background: #fff !important;
    padding: 90px 0 0px 0 ;
    border-top: 1px solid #F6F6F6;
}

.section-footer .border-top {
    border-top:1px solid rgb(255 255 255 / 12%) !important;
}

.section-footer ul li {
    line-height: 29px;
}

.section-footer ul {
    margin: 0px;
}

.footer-about img {
    height: 42px;
    background: #fff;
    border-radius: 50px;
    padding: 4px;
}

.footer-about .btn {
    padding: 0px;
    border: 1px solid #3d3d3e;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
}

.footer-about p.text-muted {
    line-height: 23px;
}


/* orders css */

.sc-osahan-logo {
    height: 30px;
}

.custom-tabs.nav-tabs .nav-item.show .nav-link,
.custom-tabs.nav-tabs .nav-link.active {
    border-bottom: 2px solid #d92662 !important;
}

.search .nav-tabs .nav-item.show .nav-link,
.search .nav-tabs .nav-link.active {
    border-bottom: 2px solid #dc375d !important;
    background-color: #dc375d !important;
    color: #ffffff !important;
}

.order_img {
    height: 88px;
}


/* offers image */

.offers_img {
    height: 130px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-bottom: 2px solid #dc375d !important;
    color: #dc375d !important;
}


/* side bar sticky */

.sticky_sidebar {
    position: sticky;
    top: 10px;
}


/* search border */

.input_search {
    border-radius: 50px 0px 0px 50px;
}

.border_search {
    border-radius: 0px 50px 50px 0px !important;
}


/* Mobile Media */

@media (max-width: 992px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
    .m-none {
        display: none !important;
    }
    
    .header-main {
        height: 67px;
    }
    .header-main .col-1 {
        width: auto !important;
        min-width: auto !important;
        max-width: unset;
        flex: unset !important;
        padding: 8px;
    }
    .header-main .row.align-items-center {
        height: 67px;
    }
    .header-main .col-8 {
        flex: unset;
        margin-left: auto;
        padding: 0px;
    }
    .header-main .col-8 .hc-nav-trigger {
        top: 0px;
        right: 8px;
    }
    .d-none {
        display: block !important;
    }
    .restaurant-pic {
        display: none;
    }
    
    .hc-nav-trigger {
        top: 18px;
        left: 17px;
    }
   
    .pb-5,
    .py-5 {
        padding-bottom: 1rem!important;
    }
    .pt-5,
    .py-5 {
        padding-top: 1rem!important;
    }
    .hc-nav-trigger span,
    .hc-nav-trigger span::before,
    .hc-nav-trigger span::after {
        background: #ffffff !important;
    }
    .login-page video {
        display: none;
    }
    .login-page .px-5.col-10.mx-auto {
        margin: 0px !important;
        padding: 0px !important;
        width: 100% !important;
        flex: unset !important;
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
    .m-none {
        display: none !important;
    }
    
    .header-main {
        height: 67px;
    }
    .header-main .col-1 {
        width: auto !important;
        min-width: auto !important;
        max-width: unset;
        flex: unset !important;
        padding: 8px;
    }
    .header-main .row.align-items-center {
        height: 67px;
    }
    .header-main .col-8 {
        flex: unset;
        margin-left: auto;
        padding: 0px;
    }
    .header-main .col-8 .hc-nav-trigger {
        top: 0px;
        right: 8px;
    }
    .d-none {
        display: block !important;
    }
    .restaurant-pic {
        display: none;
    }
    .fixed-bottom-bar {
        
    }
    .hc-nav-trigger {
        top: 18px;
        left: 17px;
    }
    
    .pb-5,
    .py-5 {
        padding-bottom: 1rem!important;
    }
    .pt-5,
    .py-5 {
        padding-top: 1rem!important;
    }
    .hc-nav-trigger span,
    .hc-nav-trigger span::before,
    .hc-nav-trigger span::after {
        background: #ffffff !important;
    }
    .login-page video {
        display: none;
    }
    .login-page .px-5.col-10.mx-auto {
        margin: 0px !important;
        padding: 0px !important;
        width: 100% !important;
        flex: unset !important;
        max-width: 100%;
    }
}

.navbar-expand-lg .navbar-collapse{justify-content: center;}
.copy-right{padding: 32px 0;}
.copy-right p{margin: 0;font-family: "SF UI Display";font-size: 14px;font-style: normal;font-weight: 500;line-height: 22px; color: #EF6320;}
/********************Responsive*********************/

@media (max-width: 1199px) {

.banner-img{left: 0;margin-left: 0;}

.header-right ul.menu li{margin-left: 10px;}
.header-right ul.menu li a{font-size: 15px;}

.header-right-btn .book-btn.btn{font-size: 15px;padding: 12px 20px;}


.homebanner-content h1{font-size: 46px;line-height: 60px;}
.homebanner-content p{font-size: 16px;line-height: 24px;}

.ban-btn a.btn,.contact-form .form-group.btn-grp .btn.btn-primary{padding: 10px 20px;margin-right: 10px;font-size: 16px;}

h2.sec-title{font-size: 28px;}
.delapp-right-cont p, .delapp-right-cont ul li, .sec-header p{font-size: 16px;}
.sec-pd-tp-bt {padding-top: 50px;padding-bottom: 50px;}

.options-column-block{margin-bottom: 50px;}
.options-column-block h3{font-size: 16px;line-height: 20px;}
.options-column-block p{font-size: 15px;}
.options-column-block.ml-5 {margin-left: 30px !important;}

.feature-column-block h3{font-size: 18px;line-height: 22px;margin-bottom: 10px;}
.feature-column-block p{font-size: 14px;line-height: 22px;}

.how-works-list ul li h3{line-height: 22px;font-size: 18px;}

.booking-row h3{font-size: 25px;line-height: 30px;}
.booking-row p{font-size: 15px;line-height: 24px;}
.light-text.sec-header p{font-size: 14px;}
.live-product-box{padding: 15px;margin-bottom: 15px;}
.prolist-cont {padding-left: 15px;}
.prolist-cont h3{font-size: 20px;line-height: 25px;}
.prolist-cont p{font-size: 13px;line-height: 18px;}
.testimonial-cont h3{font-size: 16px;}
.testimonial-cont p{line-height: 20px;font-size: 13px;}

ul.contact-list li{font-size: 15px;line-height: 20px;}
.contact-form{padding: 30px;}

.section-footer{padding: 50px 0 0px 0;}
.section-footer p{font-size: 14px;}
.section-footer .ft-col ul li a{font-size: 14px;}


.priceplan-box h3{font-size: 26px;}
.priceplan-box h4{font-size: 18px;}


}

@media (max-width: 991px) {
.py-7{padding-bottom: 2rem !important;padding-top: 2rem !important;}

.homebanner-content h1{font-size: 30px;line-height: 1.5;letter-spacing: normal;}

h2.sec-title {font-size: 22px;line-height: 1.2;}
.delapp-right.pl-5{padding-left: 15px !important;}
.delapp-left.pr-5{padding-right: 15px !important;}

.sec-pd-tp-bt {padding-top: 30px;padding-bottom: 30px;}
.options-column-block {margin-bottom: 20px;padding: 15px;}
.options-column-block.ml-5 {margin-left: 0px !important;}
.booking-row h3 {font-size: 20px;line-height: 25px;}
.section-footer .ft-col h3{font-size: 15px;}

}


@media (max-width: 768px) {

.section-header{padding: 15px 0;}    
.header-right .navbar{justify-content: end;}
.header-right .navbar-toggler{font-size: 27px;color: #000;background: #EF6320;}
.header-right-btn{display: none;}
.header-right ul.menu li.mb-menu{display: block;}

.header-right{position: static;}
.header-right ul.menu{text-align: left;}
.header-right .navbar{position: static;}
.header-right .navbar .navbar-collapse{position: absolute;left: 0;right: 0;top: 100%;text-align: left;background: #fff;}
.header-right ul.menu li{margin-left: 0;}
.header-right ul.menu li a{display: block;padding: 10px; font-size: 15px;border-bottom: 1px solid #eaeaea;}

.header-right ul.menu li.mb-menu{margin: 15px 10px;}
.header-right ul.menu li.mb-menu a.book-btn.btn{font-family: SF UI Display;font-size: 15px;font-style: normal;font-weight: 500;
line-height: 1;padding: 12px 25px;border-radius: 200px;background: #EF6320;box-shadow: 0px 0px 52px 0px rgba(250, 196, 20, 0.24);border: 1px solid #EF6320;color: #202939;display: inline-block;}

.banner-inner{background-size: cover;}
.banner-img{top: 0; margin-top: 15px; padding-bottom: 40px;margin-right: 0;margin-left: 0;}
.homebanner-content{text-align: center;}
.banner-logo h3{font-size: 22px;}
.homebanner-content p{font-size: 16px;}
.ban-btn a{margin-right: 5px;margin-left: 5px;}
.ban-btn a img {max-width: 120px;}
.delapp-right-cont h3 br{display: none;}
.delapp-left,.get-started-left,.get-started-img.text-right{text-align: center !importants;}
.delapp-right-cont-btm{max-width: 100%;}



.banner-img.text-right{text-align: center !important; margin-top: 20px;}
.container-1{padding: 0 15px;}
.live-product-right{margin-top: 20px;}
.feature-column-block::before {display: none;}
.options-column-center{margin-bottom: 20px;margin-top: 20px;}

.testimonial-row .col-md-4 {margin-bottom: 15px;}
.contact-right{margin-top: 20px;}

.ft-logo img{max-width: 100px;}

.section-content{padding-top: 20px;}
.section-header .navbar{position: static;}
.section-header .navbar .navbar-toggler{position: absolute; right: 0; top: 15px;}

.priceplan-box{height: auto; margin-bottom: 30px;}

}

@media (max-width: 650px) {

.site-logo a{max-width: 120px;right: auto;}
.header-right {padding-top: 5px;}
.section-footer .ft-app-link ul li {max-width: 130px;}



}
/********************Responsive*********************/
/* =========================================================
   QR Menukaart Landing V2 - aligned with app.qrmenukaart.nl
   ========================================================= */
.landing-v2{font-family:'Inter',Arial,sans-serif;background:#fff;color:#17212b;overflow-x:hidden}.landing-v2 *{box-sizing:border-box}.landing-v2 a{text-decoration:none}.landing-v2 h1,.landing-v2 h2,.landing-v2 h3,.landing-v2 p{font-family:'Inter',Arial,sans-serif}.v2-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(17,24,39,.07)}.v2-nav{min-height:76px;display:flex;align-items:center;gap:26px}.v2-brand{display:flex;align-items:center;margin-right:auto}.v2-brand img{width:176px;max-height:46px}.v2-navlinks{display:flex;align-items:center;gap:28px}.v2-navlinks a{font-size:14px;font-weight:600;color:#4f5b67;transition:.2s}.v2-navlinks a:hover{color:#ef6320}.v2-actions{display:flex;gap:10px;margin-left:12px}.v2-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:12px;padding:11px 18px;font-size:14px;font-weight:700;border:1px solid transparent;transition:.22s;white-space:nowrap}.v2-btn:hover{transform:translateY(-1px)}.v2-btn-primary{background:#ef6320;color:#fff!important;box-shadow:0 10px 26px rgba(239,99,32,.18)}.v2-btn-primary:hover{background:#db5719}.v2-btn-light{background:#fff;color:#24303c!important;border-color:#e5e9ee}.v2-btn-light:hover{border-color:#cbd3dc;background:#f8fafc}.v2-btn-dark{background:#17212b;color:#fff!important}.v2-btn-white{background:#fff;color:#d95418!important}.v2-btn-lg{padding:14px 21px;border-radius:14px}.v2-btn-block{width:100%;padding:14px 20px}.v2-menu-toggle{display:none;border:0;background:#f4f6f8;width:42px;height:42px;border-radius:12px;font-size:19px;color:#29333d}.v2-hero{padding:78px 0 62px;background:radial-gradient(circle at 82% 25%,rgba(239,99,32,.12),transparent 29%),linear-gradient(180deg,#fff 0%,#fbfcfd 100%)}.v2-eyebrow,.v2-kicker{display:inline-flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.11em;font-size:12px;font-weight:800;color:#ef6320;margin-bottom:18px}.v2-eyebrow span{width:26px;height:2px;border-radius:4px;background:#ef6320}.v2-hero h1{font-size:58px;line-height:1.04;letter-spacing:-.045em;font-weight:800;color:#17212b;margin:0 0 22px;max-width:650px}.v2-hero h1 em{font-style:normal;color:#ef6320}.v2-lead{font-size:18px!important;line-height:1.7!important;color:#5c6976!important;max-width:620px;margin-bottom:28px!important}.v2-hero-actions{display:flex;flex-wrap:wrap;gap:12px}.v2-trustline{display:flex;flex-wrap:wrap;gap:20px;margin-top:26px;color:#64717e;font-size:13px;font-weight:600}.v2-trustline i{color:#2fa66a;margin-right:5px}.v2-hero-visual{position:relative;min-height:500px;display:flex;align-items:center;justify-content:center}.v2-visual-glow{position:absolute;width:370px;height:370px;border-radius:50%;background:rgba(239,99,32,.12);filter:blur(10px)}.v2-hero-img{position:relative;z-index:2;max-width:100%;max-height:510px;filter:drop-shadow(0 28px 35px rgba(25,35,45,.14))}.v2-floating-card{position:absolute;z-index:4;display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.95);border:1px solid #eef1f4;border-radius:16px;padding:13px 15px;box-shadow:0 16px 36px rgba(31,45,61,.12);min-width:205px}.v2-floating-card i{width:38px;height:38px;border-radius:11px;display:flex;align-items:center;justify-content:center;background:#fff1ea;color:#ef6320;font-size:17px}.v2-floating-card strong,.v2-floating-card small{display:block}.v2-floating-card strong{font-size:13px}.v2-floating-card small{font-size:10px;color:#7a8794;margin-top:2px}.v2-card-one{left:2%;bottom:18%}.v2-card-two{right:0;top:20%}.v2-proofbar{border-top:1px solid #edf0f3;border-bottom:1px solid #edf0f3;background:#fff}.v2-proof-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:24px 0}.v2-proof-grid>div{padding:4px 26px;border-right:1px solid #edf0f3}.v2-proof-grid>div:first-child{padding-left:0}.v2-proof-grid>div:last-child{border-right:0}.v2-proof-grid strong,.v2-proof-grid span{display:block}.v2-proof-grid strong{font-size:15px;color:#202b36}.v2-proof-grid span{font-size:12px;color:#87919c;margin-top:4px}.v2-section{padding:92px 0}.v2-soft{background:#f7f9fb}.v2-section-head{max-width:720px;margin:0 auto 48px}.v2-section-head h2,.v2-copy h2,.v2-app-panel h2{font-size:39px;line-height:1.15;letter-spacing:-.035em;font-weight:800;color:#17212b;margin:0 0 15px}.v2-section-head p,.v2-copy>p,.v2-app-panel p{font-size:16px;line-height:1.7;color:#697683;margin:0}.v2-feature-grid>[class*=col-]{margin-bottom:24px}.v2-feature{height:100%;background:#fff;border:1px solid #e8edf1;border-radius:20px;padding:27px;transition:.25s}.v2-feature:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(36,49,61,.08);border-color:#f1c9b6}.v2-icon{width:50px;height:50px;border-radius:15px;display:flex;align-items:center;justify-content:center;background:#fff1ea;color:#ef6320;font-size:20px;margin-bottom:21px}.v2-feature h3{font-size:18px;font-weight:750;margin:0 0 10px;color:#202a34}.v2-feature p{font-size:14px;line-height:1.65;color:#6a7784;margin:0}.v2-showcase{position:relative;padding:24px}.v2-showcase>img{max-width:100%;filter:drop-shadow(0 24px 34px rgba(30,42,54,.12))}.v2-showcase-badge{position:absolute;right:0;bottom:8%;background:#fff;border:1px solid #e9edf1;border-radius:17px;padding:15px 18px;box-shadow:0 16px 35px rgba(25,35,45,.1);min-width:230px}.v2-showcase-badge i{color:#ef6320;margin-right:7px}.v2-showcase-badge strong{font-size:13px}.v2-showcase-badge span{display:block;font-size:10px;color:#7a8794;margin:5px 0 0 25px}.v2-copy{padding-left:34px}.v2-step{display:flex;gap:19px;padding:19px 0;border-bottom:1px solid #e4e8ec}.v2-step b{flex:0 0 43px;height:43px;border-radius:13px;background:#fff1ea;color:#ef6320;display:flex;align-items:center;justify-content:center;font-size:12px}.v2-step h3{font-size:17px;font-weight:750;margin:0 0 6px}.v2-step p{font-size:14px;line-height:1.55;color:#71808d;margin:0}.v2-text-link{display:inline-flex;gap:10px;align-items:center;margin-top:25px;color:#ef6320;font-size:14px;font-weight:800}.v2-app-panel{background:#17212b;border-radius:30px;padding:55px 58px;overflow:hidden;position:relative}.v2-app-panel:after{content:"";position:absolute;width:360px;height:360px;border-radius:50%;right:-80px;top:-100px;background:rgba(239,99,32,.12)}.v2-app-panel h2,.v2-app-panel p{color:#fff}.v2-app-panel p{opacity:.7}.v2-app-panel .v2-kicker{color:#ff9b6b}.v2-panel-image{position:relative;z-index:2;max-width:115%;margin-left:5%;filter:drop-shadow(0 25px 38px rgba(0,0,0,.28))}.v2-checks{list-style:none;padding:0;margin:25px 0}.v2-checks li{font-size:14px;color:#596774;margin:12px 0;display:flex;align-items:flex-start;gap:10px}.v2-checks i{color:#2fa66a;margin-top:3px}.v2-app-panel .v2-checks li{color:#e4e9ee}.v2-inline-actions{display:flex;gap:10px;flex-wrap:wrap}.v2-pricing-row>[class*=col-]{margin-bottom:22px}.v2-price-card{position:relative;height:100%;background:#fff;border:1px solid #e2e7eb;border-radius:24px;padding:35px;box-shadow:0 12px 32px rgba(31,43,55,.04)}.v2-price-main{border:2px solid #ef6320;box-shadow:0 18px 44px rgba(239,99,32,.10)}.v2-popular{position:absolute;right:25px;top:25px;border-radius:100px;background:#fff1ea;color:#d9571a;padding:7px 10px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.v2-plan-name{display:block;font-size:13px;font-weight:800;color:#55616d;text-transform:uppercase;letter-spacing:.08em;margin-bottom:15px}.v2-price{display:flex;align-items:flex-end;gap:8px;margin-bottom:18px}.v2-price strong{font-size:46px;letter-spacing:-.04em;line-height:1;color:#17212b}.v2-price span{font-size:14px;color:#7a8794;padding-bottom:5px}.v2-price-card>p{font-size:14px;line-height:1.65;color:#697683;min-height:70px}.v2-price-card .v2-checks{min-height:205px}.v2-price-card small{display:block;text-align:center;color:#8a949d;font-size:10px;margin-top:12px}.v2-cta{padding:20px 0 90px;background:#f7f9fb}.v2-cta-inner{background:linear-gradient(120deg,#ef6320,#db5415);border-radius:28px;padding:48px 54px;display:flex;align-items:center;justify-content:space-between;gap:35px;box-shadow:0 22px 48px rgba(239,99,32,.18)}.v2-kicker-light{color:#ffd6c2}.v2-cta h2{font-size:36px;font-weight:800;letter-spacing:-.03em;color:#fff;margin:0 0 10px}.v2-cta p{color:rgba(255,255,255,.78);font-size:15px;margin:0}.v2-cta-actions{display:flex;flex-direction:column;align-items:center;gap:12px}.v2-cta-login{font-size:12px;font-weight:700;color:#fff;text-decoration:underline!important}.v2-footer{padding:65px 0 20px;background:#fff}.v2-footer-logo{width:180px;margin-bottom:18px}.v2-footer p{max-width:390px;font-size:13px;line-height:1.7;color:#77838f}.v2-footer h3{font-size:13px;font-weight:800;color:#28333e;margin:4px 0 17px}.v2-footer a{display:block;font-size:13px;color:#707d89;margin:0 0 11px}.v2-footer a:hover{color:#ef6320}.v2-address{margin-top:14px!important}.v2-footer-bottom{border-top:1px solid #e9edf0;margin-top:38px;padding:20px 0 0;display:flex;justify-content:space-between;font-size:11px;color:#89939d}.v2-footer-bottom a{display:inline;font-size:11px}.v2-whatsapp{position:fixed;right:20px;bottom:20px;z-index:9999;width:55px;height:55px;border-radius:50%;background:#25d366;color:#fff!important;display:flex;align-items:center;justify-content:center;font-size:26px;box-shadow:0 8px 24px rgba(0,0,0,.2);transition:.2s}.v2-whatsapp:hover{transform:translateY(-2px) scale(1.03)}
@media(max-width:991px){.v2-nav{min-height:68px}.v2-brand img{width:155px}.v2-menu-toggle{display:flex;align-items:center;justify-content:center;order:3}.v2-actions{margin-left:auto}.v2-actions .v2-btn-light{display:none}.v2-navlinks{display:none;position:absolute;left:15px;right:15px;top:68px;background:#fff;border:1px solid #e7ebef;border-radius:16px;box-shadow:0 18px 38px rgba(33,44,55,.12);padding:12px;flex-direction:column;align-items:stretch;gap:0}.v2-navlinks.open{display:flex}.v2-navlinks a{padding:12px 14px;border-radius:10px}.v2-navlinks a:hover{background:#f8f9fb}.v2-hero{padding:52px 0 40px}.v2-hero h1{font-size:46px}.v2-hero-visual{min-height:430px;margin-top:30px}.v2-proof-grid{grid-template-columns:repeat(2,1fr);gap:0}.v2-proof-grid>div{padding:13px 20px;border-bottom:1px solid #edf0f3}.v2-proof-grid>div:nth-child(2){border-right:0}.v2-proof-grid>div:nth-child(3),.v2-proof-grid>div:nth-child(4){border-bottom:0}.v2-section{padding:70px 0}.v2-copy{padding-left:0;margin-top:38px}.v2-app-panel{padding:42px 35px}.v2-panel-image{max-width:100%;margin:35px 0 0}.v2-cta-inner{align-items:flex-start;flex-direction:column}.v2-cta-actions{align-items:flex-start}}
@media(max-width:767px){.v2-actions .v2-btn-primary{padding:10px 13px;font-size:12px}.v2-brand img{width:135px}.v2-nav{gap:9px}.v2-hero{padding-top:40px}.v2-eyebrow{font-size:10px}.v2-hero h1{font-size:38px;line-height:1.08}.v2-lead{font-size:16px!important}.v2-hero-actions{flex-direction:column}.v2-hero-actions .v2-btn{width:100%}.v2-trustline{gap:10px 17px}.v2-hero-visual{min-height:330px}.v2-hero-img{max-height:340px}.v2-floating-card{display:none}.v2-proof-grid>div{padding:12px 10px}.v2-proof-grid strong{font-size:13px}.v2-proof-grid span{font-size:10px}.v2-section{padding:58px 0}.v2-section-head{margin-bottom:34px}.v2-section-head h2,.v2-copy h2,.v2-app-panel h2{font-size:30px}.v2-feature{padding:23px}.v2-showcase{padding:0}.v2-showcase-badge{position:relative;right:auto;bottom:auto;margin:10px 0 0}.v2-app-panel{border-radius:22px;padding:31px 23px}.v2-inline-actions{flex-direction:column}.v2-inline-actions .v2-btn{width:100%}.v2-price-card{padding:28px 23px}.v2-popular{position:static;display:inline-block;margin-bottom:14px}.v2-price-card>p,.v2-price-card .v2-checks{min-height:0}.v2-cta{padding-bottom:58px}.v2-cta-inner{padding:34px 24px;border-radius:22px}.v2-cta h2{font-size:29px}.v2-cta-actions,.v2-cta-actions .v2-btn{width:100%}.v2-footer [class*=col-]{margin-bottom:28px}.v2-footer-bottom{margin-top:10px;flex-direction:column;gap:8px}.v2-whatsapp{right:14px;bottom:14px;width:50px;height:50px}}

/* =========================================================
   QR Menukaart BE - Belgian accent palette
   Belgian flag inspired: black + warm red + subtle gold.
   Keeps the existing app/landing structure intact.
   ========================================================= */
.landing-v2{
  --be-black:#171717;
  --be-red:#EF3340;
  --be-red-dark:#D7192D;
  --be-red-soft:#fff0f1;
  --be-gold:#f2c230;
  --be-gold-soft:#fff8dc;
}
.landing-v2 .v2-navlinks a:hover{color:var(--be-red)}
.landing-v2 .v2-btn-primary{background:var(--be-red);box-shadow:0 10px 26px rgba(239,51,64,.18)}
.landing-v2 .v2-btn-primary:hover{background:var(--be-red-dark)}
.landing-v2 .v2-btn-white{color:var(--be-red-dark)!important}
.landing-v2 .v2-hero{background:radial-gradient(circle at 82% 25%,rgba(242,194,48,.15),transparent 29%),linear-gradient(180deg,#fff 0%,#fbfcfd 100%)}
.landing-v2 .v2-eyebrow,.landing-v2 .v2-kicker{color:var(--be-red)}
.landing-v2 .v2-eyebrow span{background:var(--be-gold)}
.landing-v2 .v2-hero h1 em{color:var(--be-red)}
.landing-v2 .v2-visual-glow{background:rgba(242,194,48,.14)}
.landing-v2 .v2-floating-card i{background:var(--be-red-soft);color:var(--be-red)}
.landing-v2 .v2-feature:hover{border-color:#edc7ca}
.landing-v2 .v2-icon{background:var(--be-red-soft);color:var(--be-red)}
.landing-v2 .v2-showcase-badge i{color:var(--be-red)}
.landing-v2 .v2-step b{background:var(--be-gold-soft);color:var(--be-black)}
.landing-v2 .v2-text-link{color:var(--be-red)}
.landing-v2 .v2-app-panel:after{background:rgba(242,194,48,.11)}
.landing-v2 .v2-app-panel .v2-kicker{color:#f5d45f}
.landing-v2 .v2-price-main{border-color:var(--be-red);box-shadow:0 18px 44px rgba(239,51,64,.10)}
.landing-v2 .v2-popular{background:var(--be-gold-soft);color:#6a5410}
.landing-v2 .v2-cta-inner{background:linear-gradient(120deg,var(--be-black) 0%,#292929 58%,var(--be-red-dark) 100%);box-shadow:0 22px 48px rgba(23,23,23,.18)}
.landing-v2 .v2-kicker-light{color:#f5d45f}
.landing-v2 .v2-footer a:hover{color:var(--be-red)}
