    @import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v142/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}


.flow-hidden{ overflow:hidden; }


body {
margin:0;
font-family: "Lexend", sans-serif;
font-size:13px;
line-height:1.4;
background:#fff;
/*background-color:#e5e5e5;*/
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
margin: 0;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
caret-color: transparent;

}
.bg-white{ background:#fff !important;}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
aside{ position:relative;}
/* pageskin */

/*== HTML5 Elements
*=================================*/

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display: block
}
/*== Typography Elements
*=================================*/

.color-red
{
    color:red;
}

.color-green
{
    color:green;
}

iframe {
display:block
}

a img {
border:0
}
:focus {
outline:0
}
time{ font-family:inherit; font-size:11px; color:#aaa; font-weight: 400;} time a{ color:#aaa;}
a {
color:#6c66e7;
text-decoration:none;
outline:0;
-webkit-transition:background-color .15s linear,color .15s linear;
-moz-transition:background-color .15s linear,color .15s linear;
-o-transition:background-color .15s linear,color .15s linear;
-ms-transition:background-color .15s linear,color .15s linear;
transition:background-color .15s linear,color .15s linear;
}

ul,ol {
list-style:none;
margin:0;
padding:0;
}
ul,ol,p,table,form,pre {
margin:0 0 0px
}
h1,h2,h3,h4,h5,h6 {
color:#263238;
margin:0 0 5px;
}
h1,h2,h3 {
line-height:1.25;
}
h1 {
font-size:24px
}
h2 {
font-size:20px
}
h3 {
font-size:16px
}
h4 {
font-size:14px
}
h4,h5,h6 {
font-size:13px
}
blockquote {
margin-left:10px;
padding-left:40px;
color:#777;

}
abbr[title],acronym[title] {
border-bottom:1px dotted #666;
cursor: help;
}
/*== Code Elements
*=================================*/
pre,code,kbd,samp,var {
font-size: 12px;
}
pre {
padding:20px 20px;
nowhitespace:afterproperty;
line-height:20px;
white-space:pre-wrap;
white-space:-moz-pre-wrap;
white-space:-pre-wrap;
border:1px solid #DDD;
/* CSS-3 */
white-space:-o-pre-wrap;
/* Mozilla,since 1808080 */
word-wrap:break-word;
/* Opera 4-6 */;
/* IE 5.5+*/
}
/*== Table Elements
*=================================*/
table {
width:100%;
nowhitespace:afterproperty;
border-collapse:collapse;
border-spacing:0;
/* tables still need 'cellspacing="0"' in the markup */
}
th,td,caption {
padding:5px 10px
}
caption {
font-weight:bold
}
/*th,td {
border: 2px solid #282828;
} */


img, video {
    height: auto;
    max-width: 100%;
}
img { vertical-align: top }
/*== Form Elements
*=================================*/
input {
    /* -webkit-appearance: none; */
    border-radius: 0;
}
label,input,textarea,select,button,.btns {
font-size:17px; font-family: inherit;
line-height:19px;
}

.page-overflow-auto{ max-height: calc(100vh - 75px);
    overflow-y: auto; }

input,textarea,select,button {
display:inline-block;
padding:4px;
margin:0;

background-color:#FFF;
border:1px solid #191919;
-webkit-border-radius:2px;
border-radius:0px;

}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-text-fill-color: #000 !important; /* Keep text visible */
    background-color: transparent !important;
}

input[type="text"],input[type="password"],textarea {
-webkit-box-shadow:1px 1px 1px rgba(120,120,120,0.1) inset;
box-shadow:1px 1px 1px rgba(120,120,120,0.1) inset;
-webkit-transition:background .15s;
-moz-transition:background .15s;
-ms-transition:background .15s;
-o-transition:background .15s;
transition:background .15s;
caret-color: #111;
}



::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #351684;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #351684;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #351684;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #351684;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #351684;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #351684;
}

input[type="submit"]{
cursor:pointer;
cursor:hand;
}
textarea {
overflow:auto
}

input[type="checkbox"],input[type="radio"] {
vertical-align:text-top;
padding:0;
margin:1px 0 0;
border:0;
}
i{ vertical-align:middle; }
header{ height:110px; width:100%; }
.container1{ width:100%; max-width:1500px; margin:0 auto; padding:0 15px; display:block;  }
header .page_wrap { padding:0 15px; justify-content: space-between; align-items: center; margin: auto; width: 90%; }
.page_wrap{ display:flex; justify-content:space-between; align-items:center; padding:5px 0; }
.logo{ height: 100px; display: inline-block; width: auto;  }
.logo img{ height:100%;  }
.order_btn{ padding:10px 20px 10px 30px; font-family:inherit; font-size:18px; color:#bd3f4f; border:2px solid #bd3f4f; border-radius:6px;  }
.order_btn span{ width:28px; height:28px; background:#bd3f4f; border-radius:50px; display:inline-block; text-align:center; line-height: 28px; margin-left:5px; }
.order_btn span i{ vertical-align: middle; font-size: 17px; color: #fff; line-height: 28px; position: relative; top: -2px; }
.order_btn:hover{ background:#bd3f4f; color:#fff; } .order_btn:hover span{ background:#fff;} .order_btn:hover span i{ color:#bd3f4f}
.page{ padding:40px 0; }
.page_container_wrapped{ width:100%; height: 60em; position:relative; display: flex; align-items: center; justify-content: center;}
.left_side_line{ position:absolute; top:8%; left:0%; transform: translateX(-70%); width: 70%;}
.right_side_line{ position:absolute; top:-30%; right:0%; transform: translateX(65%); width: 70%; height: auto;}
.right_side_line img{ width: 100%; height:auto; }
.overflow-hidden { overflow: hidden;}
.content_center{ width:100%; max-width:1000px; text-align:center; margin: 0 auto; padding:100px 0; }
.text_content_big{ color:#bd3f4f; font-family:inherit; font-size: 64px; margin-bottom: 30px;}
.text_mid{ color:rgb(89 99 120); font-family:inherit; font-size:1.3rem; line-height:1.8rem; font-weight:400; margin-bottom:15px; }
.img_4{ position: absolute; left: 5%; top: 25%; z-index: 1; height:250px; } .img_4 img{ height:100% }
.img_1{ position: absolute; right: 10%; top: 40%; z-index: 1; height: 170px; } .img_1 img{ height:100% }
.img_2{ position: absolute; right: 18%; top: 4%; z-index: 1; height: 200px; } .img_2 img{ height:100% }
.store_wrapped{   display: grid;  grid-template-columns: repeat(4, 1fr);  gap: 20px; margin-top:30px;  background: #f2f2f287;  border-radius: 20px;}

.bg-white{ background:#fff !important; box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05); }
.store_column{ flex-basis:25%; max-width:25%; padding:0px; border-right: 2px solid #ffffff;}
.store_3column{ display: grid; grid-template-columns: repeat(3, 1fr);  gap: 20px; }
.sec_store{  padding: 20px; height:100%;  }
.store_column:last-child{ border-right:0px; }
.title_sub{ font-size:25px; color:#fff; margin-top: 20px;}

.justify-content-start{ justify-content:start !important; } 
.p40{ padding:40px 0!important;  } .pt-30{ padding-top:30px !important; } .p60{ padding:60px 0!important;  } .p-0{ padding:0px !important;  }
.hero-buttons {
    display: flex;
    justify-content: start;
    gap: 15px;
    flex-wrap: wrap;
}
.btns {
    padding: 14px 30px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}
.btns-outline {
    border: 2px solid #fff;
    color: #fff;
}

.btns:hover {
    transform: translateY(-2px);
    color: #d43b2f;
}

.btns-primary {
    background: #fff;
    color: #d43b2f;
}
.page_column p.offer{ color: #f57921 !important;    font-size: 23px; }
.text-center{ text-align:center; }
.sec_store img{ height:70px; }
.sec_store h2{ font-family:inherit; font-size: 35px; font-weight: 600; display: block; margin-top: 10px; color: #106b37}
.sec_store h3{ font-family:inherit; font-size: 22px; font-weight: 400; display: block; margin-top: 10px;}
.store_3column h2{ font-size:25px; } .store_3column h3{ font-size:19px; }
footer{ background: #332104; font-size: 0px; }
.footer-wrap{ display:flex; gap:20px; margin:0px; }
.footer_colum{ max-width:33.33%; flex-basis:33.33%; padding:0px;  }
.social_footer{ display:block; } .social_footer a{ padding:0px 5px 10px 0; display: inline-block; } .social_footer a img{ height:45px; }
.footer_colum h3{ font-family: inherit; font-size: 22px; color: #fff; font-weight: 400;  margin-bottom: 10px;
    display: inline-block; margin-top: 0px;}
.links_q{ padding:0px; margin:0px;  }
.links_q li{ display:block; padding:5px 0; margin:0px; }
.links_q li a{ font-family:inherit; font-size:16px; color:#fff; font-weight:300; display:block; }
.links_q li a:hover{ text-decoration:underline; }
.links_q li a i{ vertical-align: middle; font-size: 20px; }
.flogo{ height:150px; display:inline-block; }
.flogo img{ height:100%; }
.page_wrap{ display:flex; gap:100px; }
.page_column{ flex-basis:100%; max-width:100%; padding:0px; text-align:center; }
.text-left{ text-align:left !important; }
.text-white h2, .text-white p{ color:#fff !important } .text-white h2{ font-size:56px;  margin-bottom: 10px;}
.social_links { display:flex; gap: 10px;  margin: 20px 0px 20px; justify-content:center; }
.social_links a{ padding:0px; } 
.text-center{ text-align:center; }
.tomato{ position:absolute; right:5%; top:-2%; } .tomato img{ height:80px; }
.chilli{ position:absolute; right:5%; top: 40%; }
.chilli img{ width:150px; }
.position-relative{ position:relative; }
.copyright{display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-family: inherit;
    font-weight: 300;
       padding-top: 10px;
    border-top: 1px solid #ffffff1f;
    margin-top: 20px;
}
.social_link{ margin:10px 0; } .social_links a{ display:inline-block; padding-right:10px; }
.social_link a img{ width:40px; }
.add_link{ font-size: 16px; color: #fff; font-family: inherit; padding-top: 10px; font-weight:300; }
.app_fbtn{ font-family:inherit; color:#000; font-size:18px; }
.DSJKFHL{ display:flex; align-items:center; gap:10px; }
.app_fbtn{  padding: 10px 20px; color: #fff; background: #0a9056; border-radius: 50px; transition-timing-function: 
ease-out; transition-duration: .14s; transition-property: transform; font-size:18px; }
.app_fbtn i{ margin-right:5px; }
.app_fbtn:hover{ background: #bd3f4f; transform: translate(-.25rem, -.25rem); color:#fff; }
footer.page{ padding:40px 0 20px; } 
.qr_code{ border: 8px solid #fff; display: inline-block; border-radius: 6px; } .qr_code img{ width:135px; }

.copyright a img{ height:30px; } .copyright a { display:inline-block; vertical-align:middle; }

@media only screen and (max-width: 1440px) {
  .img_4{ top: 5%; }   .img_1{ right: 5%; top: 20%; } .img_2{  right: 15%;  top: 0%; }

}

@media only screen and (max-width: 960px) {
.app_fbtn{
    display: none;
}

 header{ height:auto; padding:5px 0; } .logo{ height:65px; }  .logo img{ height: 100%; object-fit: contain; } .order_btn{ padding: 10px 15px 10px 15px; }
 .page_wrap{ gap:inherit; } .text_mid { font-size: 1rem; line-height: 1.3rem;} .text_content_big{  font-size: 30px; line-height: 37px; margin-bottom: 20px; } 
 .store_wrapped, .page_wrap, .footer-wrap{ flex-wrap:wrap; gap:15px; }.store_column, .page_column, .footer_colum{ flex-basis: 100%; max-width: 100%; } .sec_store h2{ font-size:25px; }
 .social_footer a { padding: 0px 5px 10px; float: left; width: 50%; display: inline;} .social_footer a img { width: 100%; height: auto;}
 .footer_colum{ margin-bottom:15px; } .footer_divider img{ width: 100%; height: 11px; font-size: 0px; border: 0px; } .footer_divider{ font-size:0px; }
 .text-white h2, .text-white p{ text-align:center; } .text-white h2{ font-size: 26px; }
 .page_column.text-center img{ width:80%; margin-top:20px; } .social_links{ justify-content:center; gap:10px; } .social_links a{ flex-basis:45%; max-width:45%; }
 .chilli{ right: 0%; top: 30%; } .chilli img{ width: 120px; } .tomato img{ height:50px; } .img_2{  right: 1%; top: 27%; } .img_2 img{ height:100px; }
 .img_1{ left: 1%; right: auto; top: 50%; } .img_1 img{ height:80px; } .img_4{ left: 50%; top: 3px; z-index: 1; height: auto; transform: translate(-50%, -17px); }
 .img_4 img{ height:100px; } .store_3column{ grid-template-columns: repeat(1, 1fr); } .content_center{ padding:40px 0; }
 .justify-content-start, .hero-buttons { justify-content: center !important;}
 header .page_wrap { justify-content: space-between; flex-direction: row; width: 100%;} .tomato, .chilli{ display:none; }
 .page_wrap.p-0{ padding-top:25px !important; } .p40 {  padding: 20px 0 !important;} .store_3column{ gap:10px; }
 .store_column{ border-bottom: 2px solid #ffffff; border-right:0px; }
 .store_column:last-child{ border:0px; } .img_2, .img_1, .left_side_line, .right_side_line, .img_4{ display:none; }
 .page_container_wrapped{ height:auto; } .flogo{ height:120px; display: inline-block; text-align: center;  width: 100%;} .add_link{ text-align:center; }
 .mbile_res .store_3column{ grid-template-columns: repeat(2, 1fr); }
.store_wrapped{  grid-template-columns: repeat(2, 1fr);}
} 

@media only screen and (max-width: 620px) {
     .app_fbtn{ padding:10px 15px; font-size: 18px; border-radius: 15px;} .order_btn { font-size:18px; }
    .page_wrap{ justify-content:center; flex-direction: column;}

}

@media only screen and (max-width:480px) {
.order_btn { font-size:16px; padding: 6px 15px; }

}

.page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
 
.page-content {
  flex: 1;
}