@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600&display=swap');
html,
body {
    height: 100%;
    max-height: 100%;
    background-color: none;
}
.bannersection{
  padding-top: 140px;
}

.logoSection img{
  width: 110px;
}
.footerLogo img{
  width: 120px;
}
/*Main section css*/
.mainSection .mainrightsideImage {
    position: absolute;
    right: 0px;
    top: 110px;
}
.lunchbreakli{
  color: #010f1c;
    margin-bottom: 11px;
    font-weight: 600;
    position: relative;
    padding-left: 24px;
}
#lunchbreakli img{
  width: 30px;
}
.mainSection .mainrightsideImage img {
    width: 100%;
    max-width: 470px;
}
.mainSection .mainrightsideImage1 {
    position: absolute;
    right: 0px;
    top: 0px;
}

.mainSection .mainrightsideImage1 img {
    width: 100%;
    max-width: 370px;
}
.mainSection .mainrightsideImage2 {
    position: absolute;
    right: 120px;
    top: 276px;
}

.mainSection .mainrightsideImage2 img {
    width: 100%;
    max-width: 550px;
}
.requestdemo{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px 8px 10px;
    font-size: 17px;
    background-color: #940c11;
    color: #fff;
    border-radius: 7px;
    /*text-transform: uppercase;*/
    transition: all 0.5s ease;
    font-family: "poppins"; 
}

.bannerContainer {
    position: relative;
    display: inline-block;
    margin-top: 85px;
    width: 100%;
    border-radius: 0px; /* Delete this if you don't want the image to have a radius */
}

#imgBannerGallery {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0px;
    
}
#imgaboutus {
    width: 100%;
    height: 450px;
    display: block;
    border-radius: 0px;
    
}
.bannerContainer .overlay {
    position: absolute;
    border-radius: 10px; /* Make sure to delete this if you don't want the overlay to have a radius */
    top: 0;
    left: 100px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: opacity 0.4s ease;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: white;
}

.bannerContainer .overlay  .bannerContainer.text {
    text-align: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.bannerContainer .overlay h2 {
    font-family: "poppins";
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: 800;
}

.bannerContainer .overlay p {
    font-size: large;
}

/*.bannerContainer:hover .overlay {
    opacity: 1;
}

.bannerContainer:hover .overlay .text {
    opacity: 1;
}

.bannerContainer:hover {
    
}*/

/*.bannerContainer:hover .overlay .text {
    opacity: 1;
}*/
/*END*/
/*Card slider CSS*/
#keyfeatures h1{
  width: 100%;
  padding-top: 1px;
}
#whycoose h1{
  width: 100%;
  padding-top: 1px;
}
#slider .card {
    margin: 0 auto;
    border: none;
}
#slider .card .carousel-item {
    min-height: 240px;
}
#slider .card .carousel-caption {
    padding: 0;
    right: 15px;
    left: 15px;
    top: 15px;
    color: #3d3d3d;
    min-height: 240px;
    
}
#slider .card .carousel-caption .col-sm-3 {
    display: flex;
    align-items: center;
    border-right: 3px solid #C79012;
}
#slider .card .carousel-caption .col-sm-9 {
    text-align: left;
}
#slider .card .carousel-control-prev, .card .carousel-control-next {
    color: #3d3d3d !important;
    opacity: 1 !important;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-image: none;
    color: #f28a05;
    font-size: 14px;
    background-color: #efefef;
    height: 32px;
    line-height: 32px;
    width: 32px;
}
.carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
    opacity: 0.85;
}
.carousel-control-prev {
    left: 80%;
    
}
.carousel-control-next {
    right: 1%;
    
}
.midline {
    width: 60px;
    border-top: 1px solid #d43025;
}
.carousel-caption h2 {
    font-size: 18px;
    font-weight: 600;
}
.carousel-caption h2 span {
    color: #cd3a54;
    font-size: 14px;
}

.mainsectionforlunch{
  padding: 0px;

}
  div.mainsectionforlunch {
        padding: 0px 0px;
    }
#row{
  margin-left: 0px;
  margin-right: 0px;
}

.vectorfullbgimage{
    position: relative;
    background-image: url('../home_images/banner1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 530px;
}
.fai3{
    position: relative;
    background-image: url('../home_images/leaf_4.png'), url('../home_images/red_chili.png');
    background-repeat: no-repeat, no-repeat;
    background-position: top left, right top -50px;
}
.mainsectionforlunchli{
  color: #fff;
  font-size: 27px;
  padding: 20px;


}
.mainsectionforlunch ul {
        margin-top: 50px;
        margin-bottom: 0.1rem;
    }
@media (min-width: 481px) and (max-width: 767) {
.container{
  padding-left: 5px;
  padding-right: 5px;
}

}
@media screen and (min-width: 991px) {
  .cards {
    display: flex;
    flex-direction: row;
  }
  .cards .cardPreOrder {
    flex: 1;
    margin: 1%;
  }
}
@media screen and (min-width: 767px) {
  .nav-list {
    display: block !important;
  }

}
/*Mobile responsive code end Here*/
@media only screen and (max-width: 767px) {
    /*Mobile responsive code for Nav bar Start*/
    .logoSection img {
    width: 90px !important;
}
.mealsdnone{
  display: none;
}
    .bannerContainer .overlay {
    left: 0px;
   }
.text{
    margin-left: 50px;
}
.bannerContainer .overlay h2 {
    font-family: "poppins";
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 800;
}
#aboutuspage .overlay::before,
#aboutuspage .overlay::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0px;
  height: 0px;
  width: 0px;
  background-color: none;
}
#aboutuspage .overlay::after{
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}
    #mobrow{
      padding-left: 0px;
    }
  .nav-mobile {
    display: block;
  }
  #imgaboutus {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0px;
    
}
  .topHeaderSection {
    position: absolute;
    z-index: 99;
    width: 100%;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}
.carousel-control-prev {
    left: 71%;
    
}
.lunchbreakli {
    color: #010f1c;
    margin-bottom: 11px;
    font-weight: 600;
    position: relative;
    padding-left: 15px;
}
  #myHeader nav {
    width: 100%;
    padding: 70px 0 15px;
  }
  nav ul {
    display: none;
  }
 #myHeader nav ul li {
    float: none;
    background-color: #fff;
    width: 350px;
    padding: 12px;
    font-size: 20px;
  }
  nav ul li a {
    /*padding: 15px;*/
    line-height: 20px;
  }
  nav ul li a:hover::before {
    width: 20%;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }
  nav ul li:hover ul.nav-dropdown {
    display: block;
}
  .nav-dropdown {
    position: static;
  }
  .nav-list .signupButton {
    margin-top: 0px;
}
.nav-list .loginButton {
    margin-top: 0px;
    margin-left: 10px;
}
.mainsectionforlunchli {
    color: #fff;
    font-size: 16px;
    padding: 20px;
}
/*Mobile responsive code for Nav bar End*/

/*Start landing page css*/

.requestdemo{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: solid 1px #000000; */
   padding: 8px 10px 8px 10px;
    font-size: 18px;
    background-color: #940c11;
    color: #fff;
    border-radius: 7px;
    text-transform: uppercase;
    transition: all 0.5s ease;
    width: 100%;
    
}
.fai3{
    position: relative;
    background-image: url('../home_images/leaf_4.png'), url('../home_images/red_chili.png');
    background-repeat: no-repeat, no-repeat;
    background-position: top left, right bottom -50px;
}
/*End landing page css*/


}
/*Mobile responsive code end Here*/

 
