/* #Website Fonts
================================================== */

@font-face {
    font-family: 'Urbanist';
    src: url('../webfonts/Urbanist-Black.eot');
    src: url('../webfonts/Urbanist-Black.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Urbanist-Black.woff2') format('woff2'),
        url('../webfonts/Urbanist-Black.woff') format('woff'),
        url('../webfonts/Urbanist-Black.ttf') format('truetype'),
        url('../webfonts/Urbanist-Black.svg#Urbanist-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../webfonts/Urbanist-Bold.eot');
    src: url('../webfonts/Urbanist-Bold.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Urbanist-Bold.woff2') format('woff2'),
        url('../webfonts/Urbanist-Bold.woff') format('woff'),
        url('../webfonts/Urbanist-Bold.ttf') format('truetype'),
        url('../webfonts/Urbanist-Bold.svg#Urbanist-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../webfonts/Urbanist-Medium.eot');
    src: url('../webfonts/Urbanist-Medium.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Urbanist-Medium.woff2') format('woff2'),
        url('../webfonts/Urbanist-Medium.woff') format('woff'),
        url('../webfonts/Urbanist-Medium.ttf') format('truetype'),
        url('../webfonts/Urbanist-Medium.svg#Urbanist-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../webfonts/Urbanist-Regular.eot');
    src: url('../webfonts/Urbanist-Regular.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Urbanist-Regular.woff2') format('woff2'),
        url('../webfonts/Urbanist-Regular.woff') format('woff'),
        url('../webfonts/Urbanist-Regular.ttf') format('truetype'),
        url('../webfonts/Urbanist-Regular.svg#Urbanist-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../webfonts/Urbanist-ExtraBold.eot');
    src: url('../webfonts/Urbanist-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Urbanist-ExtraBold.woff2') format('woff2'),
        url('../webfonts/Urbanist-ExtraBold.woff') format('woff'),
        url('../webfonts/Urbanist-ExtraBold.ttf') format('truetype'),
        url('../webfonts/Urbanist-ExtraBold.svg#Urbanist-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* #Base CSS
================================================== */
 body {
    font-family: 'Urbanist';
    font-size:15px;
    font-weight: 500;
    transition: all 200ms linear;  
 }

h1,h2,h3,h4,h5,h6{
font-family: 'Urbanist';
font-weight: 900;
}




a,a:active,a:focus,a:hover {
outline: none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
cursor: pointer !important;
text-decoration: none;
}


a:hover {
text-decoration: none;
}



:root {

  /* #Main Theme Colors
================================================== */

  --main-red-color:#D22226;
  --main-red-color-hover:#AB181C;
  --main-orange-color:#E98B34;
  --main-grey-color:#ccc;
  --star-color:#FFC107;

  --red-text-color:#D22226;
  --black-text-color:#000;
  --white-text-color:#fff;


  --font-weight-medium:500;
  --font-weight-bold:bold;
  --font-weight-regular:normal;
  --font-weight-black:900;


}


/* #Section Default Transition
================================================== */

section {
  transition: all 200ms linear;
}



/* #Homepage CSS
================================================== */

.callus-information{
    gap:10px;
}
.main-web-logo {
    width: 180px;
}
.callus-icon i {
    height: 50px;
    width: 50px;
    border: 1px solid var(--main-red-color);
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    border-radius: 10px;
    color:var(--main-red-color);
}
.callus-number span{
    color:var(--red-text-color);
}
.callus-number h5{
    color:var(--black-text-color);
}
.social-media-links {
    float: right;
}
.social-media-links ul{
    margin:0;
    padding:0;
}
.social-media-links ul li{
     list-style: none;
    display: inline-block;
}
.social-media-links ul li i {
    height: 40px;
    width: 40px;
    border: 1px solid var(--main-grey-color);
    border-radius: 10px;
    text-align: center;
    line-height: 40px;
    color: #333;
    font-size: 18px;
}
.social-media-links ul li i:hover{
   background-color: var(--main-red-color);
   border:1px solid var(--main-red-color);
   color: var(--white-text-color);
   transition: all 0.3s ease-in-out;
}
section#navigation-box{
 background-color: var(--main-red-color);
}
section#header-top-view {
    padding: 5px 0;
}

.main-navbar {
    
}
nav.navbar.navbar-expand-lg.main-navbar a {
    color: #fff;
    padding: 5px 10px;
    padding-bottom: 2px;
}
section#slider-image {
    background: url(../images/banner.png) no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 530px;
}
.slider-text {
    margin-top: 22%;
}
.slider-text h1 {
    color:var(--white-text-color);
    text-transform: uppercase;
    font-weight: var(--font-weight-bold);
}
.slider-text h5 {
    color:var(--white-text-color);
}
.slider-text p {
    color:var(--white-text-color);
}
.slider-text ul{
    margin:0;
    padding:0;
}
.slider-text ul li{
  list-style: none;
  display: inline-block;
  margin-right:5px;
}
.app-screen-img {
    float: right;
    position: relative;
    top: 75px;
}
section#aboutus {
    margin-top: 100px;
}
.about-us-img img {
    width: 100%;
}

.about-us-txt {
    margin-top: 30px;
    padding: 0px 10px;
}
.about-us-txt span{
   color:var(--red-text-color);
}
.about-us-txt h2{
     text-transform: uppercase;
}
.read-more-btn a {
    background-color: var(--main-red-color);
    border-color: 1px solid var(--main-red-color);
    color: var(--white-text-color);
    transition: all 0.3s ease;
    padding: 9px 15px;
    border-radius: 5px;
}
.read-more-btn a:hover{
   background-color: var(--main-red-color-hover);
   border-color: 1px solid var(--main-red-color-hover);
}
section#app-features {
   margin-top: 70px;
}
.section-title{
   text-align: center;
}
.section-title h2 {
    text-transform: uppercase;
}
.section-title span{
   color:var(--red-text-color); 
}
section#download-app {
    background: url(../images/download-app-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 570px;
    margin-top: 75px;
}
.download-app-img {
    float: right;
    margin-top: 60px;
}
.download-app-text {
    margin-top: 22%;
}
.download-app-text span{
   color:var(--white-text-color);
}
.download-app-text h3{
   color:var(--white-text-color);
}
.download-app-text h5{
   color:var(--white-text-color);
}
.download-app-text p{
   color:var(--white-text-color);
}
.download-app-icons ul li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}

.download-app-icons ul {
    margin: 0;
    padding: 0;
}
.features {
    margin-top: 50px;
}
.features .owl-carousel .owl-item img {
    width: auto;
    margin-bottom: 15px;
}
.owl-theme .owl-dots .owl-dot span{
    margin:5px 3px !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color: var(--main-red-color) !important;
}
.feature-list img{
 margin:auto;
 text-align: center;
}
.feature-list {
    margin: auto;
    text-align: center;
    background-color: #fff;
    min-height: 200px;
    box-shadow: 0px 5px 10px 0px #ddd;
    margin-bottom: 20px;
    border-radius: 15px;
    padding: 0 20px;
}
.feature-list h5 {
    margin-bottom: 5px;
}
.feature-list p {
    line-height: 20px;
}
section#testimonials {
    margin-top: 50px;
}
section#footer-section {
    margin-top: 70px;
    background: url(../images/footer-bg.png) no-repeat;
    min-height: 350px;
    background-position: center;
    background-size: cover;
    padding-top: 40px;
}

.footer-logo {
    width: 180px;
    margin: auto;
    text-align: center;
    margin-top: 30px;
}
.footer-title-links ul li {
    list-style: none;
    display: block;
    padding-bottom: 5px;
}
.footer-title-links ul li a{
    color:var(--black-text-color);
}

.footer-title-links ul {
    margin: 0;
    padding: 0;
}
.footer-title-links {
    margin-top: 30px;
}

.contact-box-links{
  margin-top:30px;
}
.contact-box-links ul {
    margin: 0;
    padding: 0;
}

.contact-box-links ul li {
    list-style: none;
    display: inline-flex;
    gap: 10px;
}
.contact-icon i {
    text-align: center;
    font-size: 20px;
    color:var(--main-red-color);
}
.app-download-option {
    margin-top: 30px;
}
.app-download-option p{
  font-weight: var(--font-weight-medium);
  margin-bottom: 5px;
}
.app-download-option ul li {
    list-style: none;
    display: inline-block;
    margin-right: 3px;
}

.app-download-option ul {
    margin: 0;
    padding: 0;
}

.footer-social-media {
    margin-top:15px;
}
.footer-social-media ul{
    margin:0;
    padding:0;
}
.footer-social-media ul li{
     list-style: none;
    display: inline-block;
}
.footer-social-media ul li i {
    height: 40px;
    width: 40px;
    border: 1px solid var(--main-grey-color);
    border-radius: 10px;
    text-align: center;
    line-height: 40px;
    color: #333;
    font-size: 18px;
}

.footer-social-media ul li i:hover{
   background-color: var(--main-red-color);
   border:1px solid var(--main-red-color);
   color: var(--white-text-color);
   transition: all 0.3s ease-in-out;
}

.footer-title {
    margin-bottom: 50px;
}
section#copyright{
  background-color: var(--main-red-color);
}
.copyright-text {
    padding: 5px 0;
    color: var(--white-text-color);
    font-size: 13px;
}

.review-box {
    margin: auto;
    text-align: center;
    background-color: #fff;
    min-height: 270px;
    box-shadow: 0px 5px 10px 0px #ddd;
    margin-bottom: 20px;
    border-radius: 15px;
    padding: 0 20px;
    position: relative;
}

.user-profile-review img {
    width: 80px !important;
    text-align: center;
    margin: auto;
}
.quote-icon {
    position: absolute;
    right: 0;
    left: 60px;
    top: 60px;
}
.quote-icon i {
    background-color: #E98B34;
    width: 28px;
    height: 28px;
    border-radius: 100px;
    color: #fff;
    font-size: 15px;
    line-height: 28px;
}
.user-ratings h5 {
    font-weight: var(--font-weight-bold);
    margin-bottom: 4px;
}

.user-ratings ul li {
    list-style: none;
    display: inline-block;
}

.user-ratings ul {
    margin: 0;
    padding: 0;
}
.user-ratings ul li i{
 color:var(--star-color);
 font-size:16px;
}


/* #Inner Pages CSS
================================================== */

section#about-us-inner {
    margin-top: 50px;
}
section#inner-breadcrumb {
    padding: 30px 0;
    padding-bottom: 0;
    text-align: center;
    margin: auto;
}
.breadcrumb-link {
    position: relative;
    top: 0;
    text-align: center;
    margin: auto;
    display: inline-block;
}
.page-title h4 {
    margin-bottom: 3px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
section#amazing-food {
    margin-top: 75px;
}
.section-title h2 {
    width: 50%;
    margin: auto;
}
.amazing-food-feature{
    margin: auto;
    text-align: center;
    background-color: #fff;
    min-height: 200px;
    box-shadow: 0px 5px 10px 0px #ddd;
    margin-bottom: 20px;
    border-radius: 15px;
    padding: 15px;
    padding-bottom: 10px;
}
.breadcrumb-link a {
    color: var(--main-red-color);
}
.amazing-food-feature-text {
    padding-top: 15px;
}
.amazing-food-feature-text h5 {
    margin-bottom:5px;
}
section#testimonials-box {
    margin-top: 75px;
}
section#app-features-list {
    margin-top: 75px;
}
.app-feature-list-inner {
    margin: auto;
    text-align: center;
    background-color: #fff;
    min-height: 200px;
    box-shadow: 0px 5px 10px 0px #ddd;
    margin-bottom: 20px;
    border-radius: 15px;
    padding: 5px 15px;
    padding-top: 20px;
}
.app-feature-list-inner h5 {
    margin-bottom: 5px;
}
.app-feature-list-inner img {
    margin-bottom: 10px;
}
.app-feature-list-inner p {
    line-height: 20px;
}



.download-app-text-inner {
    margin-top: 15%;
}
.download-app-text-inner span{
   color:var(--red-text-color);
}
.download-app-text-inner h3{
   color:var(--black-text-color);
}
.download-app-text-inner h5{
   color:var(--black-text-color);
}
.download-app-text-inner p{
   color:var(--black-text-color);
}
.download-app-icons-inner ul li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}

.download-app-icons-inner ul {
    margin: 0;
    padding: 0;
}


section#view-stats {
    margin-top: 75px;
}



.counter {
    margin: auto;
    text-align: center;
    background-color: #fff;
    min-height: 190px;
    box-shadow: 0px 5px 10px 0px #ddd;
    margin-bottom: 20px;
    border-radius: 15px;
    padding: 5px 15px;
    padding-top: 20px;
    transition: all 0.3s;
}

.counter-icon i {
    color: var(--red-text-color);
}

.counter .counter-icon {
    font-size: 45px;
    margin: 0 auto 0;
}

.counter h3 {
    font-size: 19px;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 0;
}

.counter .counter-value {
    font-size: 40px;
    font-weight: 699;
    letter-spacing: 1px;
    display: block;
    color: var(--black-text-color);
    line-height: 50px;
}

.download-app-icon-inner {
    margin: auto;
    text-align: center;
}

.app-features-map iframe {
    border-radius: 15px;
}
section#contact-form-inner {
    margin-top: 50px;
}
.contact-form-box {
    margin: auto;
    background-color: #fff;
    min-height: 200px;
    box-shadow: 0px 5px 10px 0px #ddd;
    margin-bottom: 20px;
    border-radius: 15px;
    padding: 15px;
}
section#contact-inner {
    margin-top: 55px;
}
.contact-box-list {
    background-color: #fff;
    box-shadow: 0px 5px 10px 0px #ddd;
    margin-bottom: 20px;
    border-radius: 15px;
    padding: 15px;
    width: 90%;
    display: flex;
    gap: 15px;
}

.icon-contact i {
    background-color: var(--main-red-color);
    width: 60px;
    height: 50px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
}
.icon-contact-text p {
    margin-bottom: 0;
}
.icon-contact-text h5 {
    margin-bottom: 3px;
}
.social_media_box {
    background-color: #fff;
    box-shadow: 0px 5px 10px 0px #ddd;
    margin-bottom: 20px;
    border-radius: 15px;
    padding: 15px;
    width: 90%;
}

.btn-send-msg{
 background-color: var(--main-red-color);
 border-color: background-color: var(--main-red-color);;
}

.btn-send-msg:hover{
 background-color: var(--main-red-color);
 border-color: background-color: var(--main-red-color);;
}

.btn-send-msg:active{
 background-color: var(--main-red-color);
 border-color: background-color: var(--main-red-color);;
}


.terms-conditions{
	
}

.terms-conditions h4{
  font-weight:600;	
}
.navbar-toggler-icon {
    background: url(../images/menu.png) no-repeat;
    min-height: 20px;
    background-position: center;
    background-size: cover;
}
.navbar-toggler:focus{
 box-shadow:none !important;
}






/* #Sticky Header CSS
================================================== */

#mainNavbar {
  transition: all 0.3s ease-in-out;
}

.sticky {
  position: fixed;
  top: 0;
  left:0;
  width: 100%;
  z-index: 1030;
  border-radius: 0px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
  opacity: 0;
  animation: slideDownFade 0.3s forwards;
}

/* Slide down + fade-in animation */
@keyframes slideDownFade {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.spacer {
    height: 70px; /* Equal to navbar height, prevents layout shift */
}



/* #Back To Top CSS
================================================== */

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: var(--main-red-color);
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
    background-color: #333;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}