*, ::before, ::after{
  box-sizing: border-box;
}
body, html{
  overflow-x: hidden;
}
a{
  display: block;
}
a:hover{
  text-decoration: none;
}
h1, h2, h3, h4, p, ul, li{
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4{
  font-family: 'Neo Sans Bold';
}
.clear{
  clear: both;
}
/* Start Salds Heading */
.salads-heading{
  text-align: center;
  margin-bottom: 40px;
}
@media(max-width: 768px){
  .salads-heading{
    margin-bottom: 25px;
  }
}
@media(max-width: 425px){
  .salads-heading{
    margin-bottom: 15px;
  }
}
@media(max-width: 1024px){
  .salads-heading img{
    width: 350px;
  }
}
@media(max-width: 768px){
  .salads-heading img{
    width: 300px;
  }
}
@media(max-width: 425px){
  .salads-heading img{
    width: 220px;
  }
}
.lasela-header{
  padding: 10px 0;
  background-color: #000000;
}
.lasela-header .header-flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lasela-header .logo{
  background: #fff;
  padding: 10px;
  position: absolute;
  top: 0;
  z-index: +999;
}
.lasela-header .logo img{
  width: 50px;
}
.lasela-header .navbar{
  margin-left: 8%;
}
@media(max-width: 992px){
  .lasela-header .navbar{
    margin-left: 0;
    left: 93px;
    position: absolute;
    z-index: +999;
    top: 0px;
    width: 56%;
  }
}
@media(max-width: 576px){
  .lasela-header .navbar{
    width: 54.2%;
  }
}
@media(max-width: 425px){
  .lasela-header .navbar{
    width: 10px;
    left: 70px;
    top: 0;
  }
}
@media(max-width: 320px){
  .lasela-header .navbar{
    width: 76.2%;
    left: 69px;
  }
}

.navbar-toggler{
  position: absolute;
  top: 9px;
  z-index: +9999;
  left: 70px;
  color: #fff;
  display: none;
}
.navbar-toggler:focus{
  outline: 0;
  border: 0;
}
@media(max-width: 768px){
  .navbar-toggler{
    display: block;
  }
  .nav-item{
    border-bottom: 1px solid #fff;
  }
  .lasela-header .navbar-light .navbar-toggler{
    position: relative;
    left: 0;
    top: 4px;
    border: 0;
    color: #fff;
  }
  .lasela-header .navbar-light .navbar-toggler:focus{
    outline: 0;
    border: 0;
  }
}
@media(max-width: 425px){
  .lasela-header .navbar-light .navbar-toggler{
    top: 2px;
  }
}
@media(max-width: 768px){
  .navbar-nav{
    background-color: #000000;
    padding: 10px;
    border-radius: 0 0 30px 30px;
    padding-bottom: 30px;
    box-shadow: 0 0 30px rgb(0 0 0 / 11%);
  }
}
.navbar-light .navbar-nav .nav-link{
  color: #fff;
  font-size: 17px;
  padding: 0 10px;
  transition: all 0.4s;
  text-transform: capitalize;
}
@media(max-width: 1024px){
  .navbar-light .navbar-nav .nav-link{
    padding: 0 9px;
  }
}
@media(max-width: 768px){
  .navbar-light .navbar-nav .nav-link{
    padding: 8px 0;
  }
}
.lasela-header .follow-us{
  display: flex;
  align-items: center;
}
@media(max-width: 768px){
  .lasela-header .follow-us{
    width: 100%;
    direction: rtl;
  }
}

.lasela-header .follow-us .title{
  color: #fff;
  text-transform: capitalize;
  font-size: 20px;
  margin-right: 10px;
}
@media(max-width: 320px){
  .lasela-header .follow-us .title{
    font-size: 15px;
    margin-right: 0;
  }
}
.lasela-header .follow-us .social-media{
  display: flex;
  align-items: center;
  list-style: none;
}
@media(max-width: 425px){
  .lasela-header .follow-us .social-media{
    margin-right: 10px;
  }
}
.lasela-header .follow-us .social-media li{
  margin-right: 10px;
}
@media(max-width: 425px){
  .lasela-header .follow-us .social-media li{
    margin-right: 0;
  }
}
.lasela-header .follow-us .social-media li a{
  color: #fff;
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 34px;
    text-align: center;
}
@media(max-width: 425px){
  .lasela-header .follow-us .social-media li a{
    width: 25px;
    height: 25px;
    line-height: 29px;
  }
}
.lasela-header .follow-us .social-media li a:before{
    display:none;
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  content: '';
  background-color: #000;
  border-radius: 50%;
  transition: all 0.4s;
  z-index: 1;
  right: 0;
  opacity: 0;
  transform: scale(0);
}
.lasela-header .follow-us .social-media li a:hover:before{
  opacity: 1;
  transform: scale(1);
}
.lasela-header .follow-us .social-media li a i{
  z-index: +2;
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
@media(max-width: 320px){
  .lasela-header .follow-us .social-media li a i::before{
    font-size: 15px;
  }
}
/* Start Home Slide */
.home-slide{
  position: relative;
  /*margin-top: 15px;*/
}
.home-slide button{
  position: absolute;
  top: 50%;
  z-index: +9999;
  background-color: #212a32;
  width: 70px;
  height: 50px;
  text-align: center;
  transition: all 0.4s;
}
.home-slide button::before{
  color: #dfa800 !important;
}
.home-slide button:hover{
  background-color: #dfa800;
  
}
.home-slide button:hover::before{
  color: #212a32 !important;
}
.home-slide button.slick-next{
  right: 0;
  border-radius: 30px 0 0 30px;
}
.home-slide button.slick-prev{
  left: 0;
  border-radius: 0 30px 30px 0;
}
.slick-prev:before, .slick-next:before{
  font-size: 23px;
  font-family: flaticon;
  opacity: 1;
  padding: 0;
}
.slick-next:before{
  content: "\f10d";
}
.slick-prev:before{
  content: "\f110";
}
.home-slide .slick-dots{
  position: absolute;
  top: 80% !important;
  z-index: +999;
}
.home-slide .slick-dots li button{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d0d6d2;
}
.home-slide .order-now{
  position: absolute;
  bottom: 0;
  z-index: +999;
  right: 10px;
}
.home-slide .order-now img{
  width: 160px;
}
@media(max-width: 576px){
  .home-slide .order-now img{
    width: 70px;
  }
  .home-slide .order-now{
    bottom: 0;
  }
}
.home-slide .item img{
  width: 100%;
  height: 100vh;
}
@media(max-width: 1024px){
  .home-slide .item img{
    height: 80vh;
  }
}
@media(max-width: 768px){
  .home-slide .item img{
    height: 70vh;
  }
}
@media(max-width: 576px){
  .home-slide .item img{
    height: 50vh;
  }
}
@media(max-width: 320px){
  .home-slide .item img{
    height: 30vh;
  }
}

/* Start Salads Menu */
.salads-menu{
  padding: 100px 0;
}
.salads-menu .item{
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 30px;
  border-radius: 30px;
  overflow: hidden;
}
.salads-menu .item img{
  width: 100%;
  height: 100%;
}
.salads-menu .item::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgb(0 0 0 / 31%);
  transition: all 0.4s;
  opacity: 0;
  transform: scale(0);
}
.salads-menu .item:hover::before{
  opacity: 1;
  transform: scale(1);
}
.salads-menu .item .title{
  position: absolute;
  top: 70px;
  left: 50%;
  margin-left: -127px;
  z-index: +3;
  color: #fff;
  transition: all 0.5s;
  transform: rotate3d(1, 1, 1, 180deg);
  font-size: 35px;
  opacity: 0;
  width: 300px;
  text-transform: capitalize;
}
@media(max-width: 1024px){
  .salads-menu .item .title{
    top: 53px;
    left: 51%;
  }
}
@media(max-width: 768px){
  .salads-menu .item .title{
    font-size: 25px;
    left: 44%;
    top: 30px;
    text-align: center;
  }
}
.salads-menu .item:hover .title{
  opacity: 1;
  transform: rotate3d(1, 1, 1, 0deg);
}
.salads-menu .item .description{
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 50%;
  margin-left: -175px;
  width: 350px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  z-index: +3;
  transition: all 0.6s;
  opacity: 0;
  transform: scale(0);
}
@media(max-width: 1024px){
  .salads-menu .item .description{
    left: 50%;
    top: 55%;
    font-size: 16px;
  }
}
.salads-menu .item:hover .description{
  opacity: 1;
  transform: scale(1);
}
.salads-menu .item .price{
  position: absolute;
  bottom: 70px;
  left: 62px;
  color: #fff;
  font-size: 30px;
  transform: translateX(-100%);
  opacity: 0;
  transition: all 0.6s;
}
@media(max-width: 1024px){
  .salads-menu .item .price{
    bottom: 34px;
    left: 10px;
  }
}
@media(max-width: 768px){
  .salads-menu .item .price{
    left: -84px;
    width: 60%;
    font-size: 23px;
    bottom: 22px;
  }
  
}

.salads-menu .item:hover .price{
  opacity: 1;
  transform: translateX(100%);
}
/* Start Order */
.order{
  padding: 100px 0;
  position: relative;
}
.order .row{
  align-items: center;
}
.order .order-image{
  width: 100%;
  height: 300px;
}
@media(max-width: 576px){
  .order .order-image{
    margin-bottom: 30px;
  }
}
@media(max-width: 375px){
  .order .order-image{
    height: 250px;
  }
}
@media(max-width: 320px){
  .order .order-image{
    height: 200px;
  }
}
.order .order-image img{
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.order .order-content .order-title{
  margin-bottom: 20px;
  text-transform: capitalize;
}
.order .order-content .description{
  font-size: 17px;
  margin-bottom: 15px;
}
.order .order-content .price{
  font-size: 22px;
}
.order .order-content .quantity{
  position: relative;
  margin-bottom: 30px;
}
.order .order-content .quantity .qty{
  font-size: 18px;
  margin-right: 10px;
}
.order .order-content .quantity #quantity-input{
  background-color: rgb(50 63 72 / 13%);
  color: #141a1f;
  width: 70px;
  padding: 10px 0;
  padding-left: 15px;
  border-radius: 10px;
  outline: 0;
  border: 0;
  font-family: 'Neo Sans Bold';
  font-size: 16px;
}
.order .order-content .quantity-buttons{
  width: 29px;
  height: 43px;
  background-color: #141a1f;
  position: absolute;
  top: 0;
  left: 82px;
  border-radius: 5px;
}
.order .order-content .quantity-buttons button{
  display: block;
  width: 10px;
  position: relative;
  height: 18px;
  background-color: transparent;
  border: 0;
  outline: 0;
  color: #abb0b3;
  top: -2px;
  cursor: pointer;
  left: 3px;
  font-size: 16px;
  transition: all 0.4s;
}
.order .order-content .quantity-buttons button i::before{
  font-size: 10px;
}
.order .order-content .quantity-buttons button:hover{
  color: #fff;
}
/* Start About Us */
.about{
  background-image: url('../img/about-bg.png');
  width: 100%;
  height: auto;
  background-size: cover;
  padding: 50px 0;
}
@media(max-width: 1024px){
  .about{
    /* height: 460px; */
    padding: 55px 0;
  }
}
@media(max-width: 768px){
  .about{
    padding: 75px 0;
  }
}
@media(max-width: 576px){
  .about{
    padding: 70px 0;
  }
}
@media(max-width: 425px){
  .about{
    padding: 70px 0;
  }
}
@media(max-width: 375px){
  .about{
    padding: 30px 0;
  }
}
@media(max-width: 320px){
  .about{
    padding: 20px 0;
  }
}
.about .content{
  width: 60%;
  margin: 0 auto;
}
@media(max-width: 1024px){
  .about .content{
    width: 80%;
  }
}
@media(max-width: 576px){
  .about .content{
    width: 90%;
  }
}
.about .content .text{
  font-size: 16px;
  text-align: justify;
  line-height: 1.7;
  color: #333641;
  font-weight: 500;
}
@media(max-width: 1024px){
  .about .content .text{
    font-size: 15px;
  }
}
@media(max-width: 576px){
  .about .content .text{
    font-size: 14px;
  }
}
@media(max-width: 375px){
  .about .content .text{
    font-size: 13px;
  }
}
/* Start Footer */
.footer{
  background-color: #333641;
  padding: 10px 0;
}
.footer .row{
  align-items: center;
  justify-content: space-between !important;
}
.footer .follow-us {
  display: flex;
  align-items: center;
}
@media(max-width: 576px){
  .footer .follow-us{
    justify-content: center;
    margin-bottom: 20px;
    display: block;
  }
}
.footer .follow-us .title{
  color: #fff;
  margin-right: 25px;
}
.footer .follow-us .social-media{
  list-style: none;
  display: flex;
  align-items: center;
  position: relative;
  top: 5px;
}
.footer .follow-us .social-media li{
  margin-right: 20px;
}
.footer .follow-us .social-media li a{
  color: #fff;
  transition: all 0.4s;
  position: relative;
  display: block;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 42px;
  transition: all 0.4s;
}
.footer .follow-us .social-media li a:hover{
  color: #141a1f;
}
.footer .follow-us .social-media li a:before{
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.4s;
  opacity: 0;
  transform: scale(0);
}
.footer .follow-us .social-media li a:hover:before{
  opacity: 1;
  display:none;
  transform: scale(1);
}
.footer .follow-us .social-media li a i{
  position: relative;
  z-index: +2;
  transition: all 0.4s;
}
.footer .follow-us .social-media li a i::before{
  font-size: 19px;
}

.footer .footer-logo{
  text-align: center;
}
.footer .footer-logo img{
  width: 40px;
  margin: 0 auto;
}
.footer .copyright{
  color: #fff;
  font-size: 17px;
  text-transform: capitalize;
  text-align: right;
}
@media(max-width: 576px){
  .footer .copyright{
    text-align: center;
  }
}
/* Start Our Menu */
.our-menu{
  margin-top: 15px;
}
.our-menu .menu-item{
  background-color: #141a1f;
  float: left;
  margin-bottom: 15px;
  display: block;
  width: calc(100% / 3);
  position: relative;
  overflow: hidden;
  height: 230px;
}
.our-menu .menu-item i{
  position: absolute;
  top: 49%;
  right: 47.5%;
  width: 45px;
  height: 45px;
  z-index: +3;
  color: #fff;
  transition: all 0.8s;
  transform: scale(0);
  opacity: 0;
}
.our-menu .menu-item:hover i{
  opacity: 1;
  transform: scale(1);
}
.our-menu .menu-item i::before{
  font-size: 35px;
}
.our-menu .menu-item::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:rgb(20 26 31 / 70%);
  content: '';
  z-index: +2;
  transition: all 0.4s;
  opacity: 0;
  transform: scale(0);
}
.our-menu .menu-item:hover::before{
  opacity: 1;
  transform: scale(1);
}
.our-menu .menu-item .title{
  color: #fff;
  position: absolute;
  top: 27%;
  z-index: +3;
  left: 10%;
  width: 70%;
  text-align: center;
  text-transform: capitalize;
  transform: rotateX(76deg);
  opacity: 0;
  transition: all 0.6s;
  font-size: 24px;
}
@media(max-width: 1024px){
  .our-menu .menu-item:first-child .title{
    left: 21%;
    width: 60%;
  }
}

.our-menu .menu-item:hover .title{
  opacity: 1;
  transform: rotateX(0deg);
}
.our-menu .menu-item .description{
  position: absolute;
  top: 50%;
  left: 10%;
  color: #fff;
  transition: all 0.5s;
  z-index: +3;
  width: 80%;
  text-align: center;
  font-size: 16px;
  transition: all 0.6s;
  opacity: 0;
  transform: scale(0);
}

@media(max-width: 1024px){
  .our-menu .menu-item:nth-child(8) .description{
    font-size: 25px;
  }
}
@media(max-width: 1024px){
  .our-menu .menu-item:nth-child(2) .description{
    width: 90%;
    left: 5%;
  }
}

@media(max-width: 768px){
  .our-menu .menu-item .description{
    font-size: 15px;
    line-height: 20px;
    top: 44%;
    left: 5%;
  }
}
@media(max-width: 768px){
  .our-menu .menu-item:nth-child(6) .description{
    left: 10%;
  }
}
@media(max-width: 768px){
  .our-menu .menu-item:nth-child(8) .description{
    top: 56%;
    left: 10%;
  }
}
@media(max-width: 768px){
  .our-menu .menu-item .description{
    left: 12%;
  }
}
@media(max-width:576px){
  .our-menu .menu-item:nth-child(4) .description{
    top: 50%;
  }
}
@media(max-width: 425px){
  .our-menu .menu-item .description{
    text-align: center;
    left: 0;
    width: 100%;
  }
}
.our-menu .menu-item:hover .description{
  opacity: 1;
  transform: scale(1);
}
.our-menu .menu-item .price{
  position: absolute;
  top: 65%;
  right: 36%;
  color: #fff;
  z-index: +3;
  font-size: 25px;
  transition: all .7s;
  transform: translateY(450%);
}
@media(max-width: 1024px){
  .our-menu .menu-item:nth-child(8) .price{
    font-size: 45px;
    right: 40%;
  }
}
@media(max-width: 768px){
  .our-menu .menu-item:first-child .price{
    top: 64%;
  }
}

@media(max-width: 768px){
  .our-menu .menu-item .price{
    font-size: 20px;
    top: 75%;
    right: 35%;
  }
}
@media(max-width: 768px){
  .our-menu .menu-item:nth-child(8) .price{
    top: 70%;
    font-size: 40px;
  }
}
@media(max-width: 768px){
  .our-menu .menu-item:nth-child(7) .price,
  .our-menu .menu-item:nth-child(6) .price{
    top: 70%;
  }
}
.our-menu .menu-item:nth-child(2) .price{
  right: 40%;
}
@media(max-width: 1024px){
  .our-menu .menu-item:nth-child(2) .price{
    right: 33%;
  }
}
@media(max-width: 768px){
  .our-menu .menu-item:nth-child(3) .price{
    font-size: 20px;
    top: 55%;
    right: 39%;
  }
}
@media(max-width: 576px){
  .our-menu .menu-item:nth-child(3) .price{
    right: 42%;
  }
}
@media(max-width: 425px){
  .our-menu .menu-item:nth-child(2) .price{
    right: 30%;
    top: 70%;
  }
}
@media(max-width: 425px){
  .our-menu .menu-item:first-child .price{
    top: 72%;
    right: 0;
    width: 100%;
    text-align: center;
  }
}
@media(max-width: 768px){
  .our-menu .menu-item:nth-child(2) .price{
    right: 40%;
    top: 56%;
  }
}
@media(max-width: 576px){
  .our-menu .menu-item:nth-child(2) .price{
    right: 37%;
  }
}
@media(max-width: 425px){
  .our-menu .menu-item:nth-child(2) .price{
    right: 0;
    width: 100%;
    text-align: center;
    top: 75%;
  }
}
.our-menu .menu-item:hover .price{
  transform: translateY(0);

}
.our-menu .menu-item img{
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  object-fit: cover;
}
.our-menu .menu-item:first-child{
  width: 24.4%;
  height: 230px;
  margin-right: 1%;
}
@media(max-width: 1024px){
  .our-menu .menu-item:first-child{
    width: 37.4%;
  }
}
@media(max-width: 768px){
  .our-menu .menu-item:first-child{
    width: 37.4%;
  }
}
@media(max-width: 576px){
  .our-menu .menu-item:first-child{
    width: 46.4%;
    height: 180px;
  }
}
@media(max-width: 425px){
  .our-menu .menu-item:first-child{
    width: 45.7%;
    height: 150px;
    margin-right: 7px;
  }
}
@media(max-width: 375px){
  .our-menu .menu-item:first-child{
    width: 48.5%;
    height: 150px;
    margin-right: 7px;
  }
}
@media(max-width: 320px){
  .our-menu .menu-item:first-child{
    width: 48.5%;
    height: 150px;
    margin-right: 7px;
  }
}
.our-menu .menu-item:first-child
.our-menu .menu-item:first-child .title{
  font-size: 27px;
  left: 14%;
}
.our-menu .menu-item:nth-child(2){
  width: 38.8%;
  height: 230px;
  margin-right: 15px;
}
@media(max-width: 1024px){
  .our-menu .menu-item:nth-child(2){
    width: 29.3%;
    margin-right: 10px;
  }
}
@media(max-width: 768px){
  .our-menu .menu-item:nth-child(2){
    width: 61.6%;
    margin-right: 0;
  }
  .our-menu .menu-item:first-child .title{
    font-size: 22px;
  }
}
@media(max-width: 576px){
  .our-menu .menu-item:nth-child(2){
    width: 52.6%;
    margin-right: 0;
    height: 180px;
  }
}
@media(max-width: 425px){
  .our-menu .menu-item:first-child .title{
    font-size: 20px;
    width: 100%;
    left: 0;
  }
}
@media(max-width: 425px){
  .our-menu .menu-item:nth-child(2){
    width: 52.6%;
    margin-right: 0;
    height: 150px;
  }
}
@media(max-width: 375px){
  .our-menu .menu-item:nth-child(2){
    width: 49.6%;
    margin-right: 0;
    height: 150px;
  }
}

.our-menu .menu-item:nth-child(2) .title{
  font-size: 30px;
  left: 15.5%;
}
@media(max-width: 1024px){
  .our-menu .menu-item:nth-child(2) .title,
  .our-menu .menu-item:nth-child(3) .title{
    font-size: 27px;
    line-height: 1.6;
  }
}
@media(max-width: 576px){
  .our-menu .menu-item:nth-child(2) .title{
    top: 20%;
    font-size: 25px;
  }
}
@media(max-width: 425px){
  .our-menu .menu-item:nth-child(2) .title{
    font-size: 20px;
  }
}
.our-menu .menu-item:nth-child(3){
  width: 34.6%;
  height: 230px;
}
@media(max-width: 1024px){
  .our-menu .menu-item:nth-child(3){
    width: 31.3%;
  }
}
@media(max-width: 768px){
  .our-menu .menu-item:nth-child(3){
    width: 49.2%;
    margin-right: 7px;
  }
}
@media(max-width: 576px){
  .our-menu .menu-item:nth-child(3){
    width: 100%;
    margin-right: 0;
    height: 280px;
  }
}
@media(max-width: 425px){
  .our-menu .menu-item:nth-child(3){
    width: 100%;
    margin-right: 0;
    height: 240px;
  }
}
@media(max-width: 375px){
  .our-menu .menu-item:nth-child(3){
    width: 100%;
    margin-right: 0;
    height: 200px;
  }
}
@media(max-width: 320px){
  .our-menu .menu-item:nth-child(3){
    width: 100%;
    margin-right: 0;
    height: 200px;
  }
}
.our-menu .menu-item:nth-child(3) .title{
  left: 14.5%;
}
.our-menu .menu-item:nth-child(4){
  width: calc(50% - 15px);
  height: 300px;
  margin-right: 6px;
}
@media(max-width: 1024px){
  .our-menu .menu-item:nth-child(4){
    width: 49.5%;
    margin-right: 3px;
  }
}
@media(max-width: 768px){
  .our-menu .menu-item:nth-child(4){
    height: 230px;
  }
}
@media(max-width: 576px){
  .our-menu .menu-item:nth-child(4){
    height: 170px;
    width: 63%;
    margin-right: 7px;
  }
}
@media(max-width: 425px){
  .our-menu .menu-item:nth-child(4){
    height: 150px;
    width: 49.2%;
    margin-right: 7px;
  }
}
@media(max-width: 375px){
  .our-menu .menu-item:nth-child(4){
    height: 150px;
    width: 49.2%;
    margin-right: 7px;
  }
}
@media(max-width: 320px){
  .our-menu .menu-item:nth-child(4){
    height: 120px;
    width: 49.2%;
    margin-right: 7px;
  }
}
.our-menu .menu-item:nth-child(4) .price{
  right: 43%;
}
.our-menu .menu-item:nth-child(5) .price{
  right: 43%;
}
@media(max-width: 768px){
  .salads-menu .item:nth-child(5) .price{
    right: 32% !important;
  }
}
@media(max-width: 576px){
  .our-menu .menu-item:nth-child(5) .price{
    right: 25%;
  }
}
@media(max-width: 576px){
  .our-menu .menu-item:nth-child(4) .price{
    right: 38%;
    top: 65% !important;
  }
}
@media(max-width: 425px){
  .our-menu .menu-item:nth-child(5) .price{
    right: 0;
    width: 100%;
    text-align: center;
  }
}
.our-menu .menu-item:nth-child(4) .title{
  left: 15%;
  font-size: 40px;
}
@media(max-width: 768px){
  .our-menu .menu-item:nth-child(4) .title{
    font-size: 30px;
  }
}
.our-menu .menu-item:nth-child(5){
  width: calc(50% - 7px);
  margin-left: 7px;
  height: 300px;
}
@media(max-width: 1024px){
  .our-menu .menu-item:nth-child(5){
    width: 49.5%;
  }
}
@media(max-width: 768px){
  .our-menu .menu-item:nth-child(5){
    width: 33.5%;
    margin-left: 0;
    height: 170px;
    margin-right: 9px;
  }
}
@media(max-width: 576px){
  .our-menu .menu-item:nth-child(5){
    width: 35.6%;
    margin-left: 0;
    height: 170px;
    margin-right: 0;
  }
}
@media(max-width: 425px){
  .our-menu .menu-item:nth-child(4) .title{
    font-size: 20px;
    text-align: center;
    left: 0;
    width: 100%;
  }
}
@media(max-width: 425px){
  .our-menu .menu-item:nth-child(5){
    width: 49.1%;
    margin-left: 0;
    height: 150px;
    margin-right: 0;
  }
}
@media(max-width: 375px){
  .our-menu .menu-item:nth-child(5){
    width: 48.9%;
    margin-left: 0;
    height: 150px;
    margin-right: 0;
  }
}

.our-menu .menu-item:nth-child(5) .title{
  left: 15%;
  font-size: 40px;
}
.our-menu .menu-item:nth-child(6){
  width: calc((100% / 3) - 15px);
  height: 250px;
  margin-right: 7px;
}
@media(max-width: 1024px){
  .our-menu .menu-item:nth-child(6){
    width: 54.9%;
    height: 300px;
    margin-right: 4px;
  }
}
@media(max-width: 768px){
  .our-menu .menu-item:nth-child(6){
    width: 31.9%;
    height: 170px;
    margin-right: 4px;
  }
}
@media(max-width: 768px){
  .our-menu .menu-item:nth-child(5) .title{
    font-size: 20px;
  }
}
@media(max-width: 576px){
  .our-menu .menu-item:nth-child(6){
    width: 49.2%;
    height: 170px;
    margin-right: 2px;
  }
}
@media(max-width: 425px){
  .our-menu .menu-item:nth-child(6){
    width: 49.2%;
    height: 150px;
    margin-right: 2px;
  }
}
@media(max-width: 375px){
  .our-menu .menu-item:nth-child(6){
    width: 49.2%;
    height: 150px;
    margin-right: 2px;
  }
}
@media(max-width: 320px){
  .our-menu .menu-item:nth-child(6){
    width: 48.9%;
    height: 120px;
    margin-right: 2px;
  }
}
.our-menu .menu-item:nth-child(6) .title{
  left: 15%;
  font-size: 30px;
}
@media(max-width: 768px){
  .our-menu .menu-item:nth-child(6) .title{
    font-size: 20px;
  }
}
.our-menu .menu-item:nth-child(7){
  width: 32.6%;
  height: 250px;
  margin-right: 7px;
  margin-left: 7px;
}
@media(max-width: 1024px){
  .our-menu .menu-item:nth-child(7){
    width: 44%;
    height: 300px;
    margin-right: 0;
    margin-left: 7px;
  }
}
@media(max-width: 768px){
  .our-menu .menu-item:nth-child(7){
    width: 32.2%;
    height: 170px;
    margin-right: 0;
    margin-left: 5px;
  }
}
@media(max-width: 576px){
  .our-menu .menu-item:nth-child(7){
    width: 49.2%;
    height: 170px;
    margin-right: 0;
    margin-left: 5px;
  }
}
@media(max-width: 425px){
  .our-menu .menu-item:nth-child(7){
    width: 49.1%;
    height: 150px;
    margin-right: 0;
    margin-left: 5px;
  }
}
@media(max-width: 375px){
  .our-menu .menu-item:nth-child(7){
    width: 48.9%;
    height: 150px;
    margin-right: 0;
    margin-left: 5px;
  }
}
@media(max-width: 320px){
  .our-menu .menu-item:nth-child(7){
    width: 48.9%;
    height: 120px;
    margin-right: 0;
    margin-left: 5px;
  }
}
.our-menu .menu-item:nth-child(7) .title{
  left: 15%;
  font-size: 30px;
}
@media(max-width: 768px){
  .our-menu .menu-item:nth-child(7) .title{
    font-size: 20px;
  }
}
.our-menu .menu-item:nth-child(8){
  width: 32.7%;
  height: 250px;
  margin-left: 7px;
}
@media(max-width: 1024px){
  .our-menu .menu-item:nth-child(8){
    width: 100%;
    height: 600px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media(max-width: 768px){
  .our-menu .menu-item:nth-child(8){
    height: 400px;
  }
}
@media(max-width: 576px){
  .our-menu .menu-item:nth-child(8){
    width: 100%;
    height: 280px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media(max-width: 425px){
  .our-menu .menu-item:nth-child(8){
    width: 100%;
    height: 240px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media(max-width: 375px){
  .our-menu .menu-item:nth-child(8){
    width: 100%;
    height: 200px;
    margin-left: 0;
    margin-right: 0;
  }
}
.our-menu .menu-item:nth-child(8) .title{
  left: 15%;
  font-size: 30px;
}
@media(max-width: 1024px){
  .our-menu .menu-item:nth-child(8) .title{
    font-size: 70px;
  }
}
@media(max-width: 576px){
  .our-menu .menu-item:nth-child(8) .title{
    font-size: 50px;
  }
}
/* Start Contact Us */
.contact-us{
  padding: 80px 0 0;
}
.contact-us .row{
  align-items: center;
}
.contact-us .contact-place{
  background-color: #fffcf2;
  padding: 80px 0;
}
.contact-us .contact-info {
  list-style: none;
}
.contact-us .contact-info li{
  font-size: 20px;
}
.contact-us .contact-info li i{
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #dfa800;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 15px;
}
.contact-us .contact-info i::before{
  font-size: 15px;
}
.contact-us .visit-heading{
  width: 65%;
  margin: 0 auto 25px;
}
.contact-us .visit-heading img{
  width: 300px;
  max-width: 100%;
}
.contact-us .address{
  text-align: center;
  font-size: 18px;
  padding: 5px 60px;
}
.contact-us .location{
  width: 100%;
  height: 360px;
}
.contact-us .location iframe{
  width: 100%;
  height: 100%;
}
.gallery{
}

/*media **/
@media(max-width: 768px){
  .our-menu .menu-item:nth-child(4) .price{
    right: 43%;
    top: 60% !important;
  }
}
@media(max-width: 425px){
  .our-menu .menu-item:nth-child(4) .price{
    text-align: center;
    right: 0;
    width: 100%;
    top: 75% !important;
  }
}
@media(max-width: 425px){
  .our-menu .menu-item:nth-child(7) .price,
  .our-menu .menu-item:nth-child(6) .price{
    text-align: center;
    right: 0;
    width: 100%;
  }
  .our-menu .menu-item:nth-child(6) .description{
    left: 0%;
    width: 100%;
  }
  .our-menu .menu-item:nth-child(8) .title{
    font-size: 30px;
  }
  .our-menu .menu-item:nth-child(8) .description{
    top: 50%;
    left: 0;
    width: 100%;
    font-size: 20px;
  }
  .our-menu .menu-item:nth-child(8) .price{
    top: 68%;
    font-size: 30px;
    text-align: center;
    right: 0;
    width: 100%;
  }
}
@media(max-width: 375px){
  .our-menu .menu-item:nth-child(2) .title,
  .our-menu .menu-item:nth-child(5) .title,
  .our-menu .menu-item:nth-child(6) .title,
  .our-menu .menu-item:nth-child(7) .title{
    text-align: center;
    width: 100%;
    left: 0;
  }
}
@media(max-width: 360px){
  .our-menu .menu-item:nth-child(2){
    width: 100%;
  }
  .our-menu .menu-item:nth-child(5){
    width: 100%;
  }
  .our-menu .menu-item:nth-child(7){
    width: 100%;
  }
}
@media(max-width: 320px){
  .our-menu .menu-item:nth-child(4) .title{
    top: 20%;
  }
  .our-menu .menu-item .title{
    top: 13%;
  }
  .our-menu .menu-item .description{
    top: 40%;
  }
  .our-menu .menu-item:nth-child(4) .description{
    top: 41%;
  }
  .our-menu .menu-item:nth-child(8) .description{
    top: 46%;
    left: 0;
    width: 100%;
    font-size: 18px;
  }
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}
.navbar-light .navbar-nav .active>.nav-link{
    color:#fff;
}
.video-background {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.content-overlay {
    position: relative;
    z-index: 1;
    /* Additional styling for content overlay */
} 
#add-cart{
    background: #000;
    border: none;
    padding: 9px;
    margin-top: -5px;
}
#add-cart:hover{
  background:green;
}
.cart_holder{
    position: relative;
}
.cart_holder span{
  position:absolute;
  bottom: -5px;
  color: red;
  font-weight: bolder;
  font-size: 22px;
}
.bg_header{
    position:relative;
}
.bg_header img{
    height: 150px;
    object-fit: cover;
    width: 100%;
}
.bg_header h1{
    position: absolute;
    top: 50px;
    width: 100%;
    text-align: center;
    right: 0;
    color: #fff;
}
.order-lg-first{
    background:#fff;
}
.img-responsive{
    max-width:100%;
}
#cart_items{
    margin-top: 70px;
    padding:20px 10px;
    border: 1px solid #eee;
}
#cart_items li{
  display:block;
  text-align:center;
  font-size: 18px;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #eee;
}
#cart_items img{
  height:40px;
  border-radius: 5px;
}
#cart_items input{
  
}
.remove_item{
    cursor:pointer;
    font-weight:bolder;
    color: red !important;
}
@media(max-width: 320px){
  .our-menu .menu-item:nth-child(2){
    width: 49.3% !important;
    margin-right: 0;
    height: 150px;
  }
}
@media(max-width: 320px){
  .our-menu .menu-item:nth-child(5){
    width: 48.5% !important;
    margin-left: 0;
    height: 120px;
    margin-right: 0;
  }
}
@media(max-width: 280px){
  .our-menu .menu-item:nth-child(2){
    width: 49% !important;
  }
  .our-menu .menu-item:nth-child(5){
    width: 48.3% !important;
  }
  .our-menu .menu-item:nth-child(7){
    width: 48.6% !important;
  }
}
@media(max-width:1024px){
    .video-background{
        max-height: 250px;
    }
    nav .collapse.show {
            display: block;
            min-width: 70vw !important;
        }
}
@media(max-width: 280px){
  .lasela-header .follow-us .title{
    display: none;
  }
  .lasela-header .navbar{
    width: 74.2%;
  }
}
@media(max-width: 576px){
  .footer .follow-us .social-media{
    justify-content: center;
  }
  .footer .follow-us .title{
    text-align: center;
    margin-bottom: 10px;
  }
  .footer .footer-logo{
    margin-bottom: 10px;
  }
  
}
.category_header{
    display: block;
    padding: 15px;
    width: 100%;
    text-align: center;
    clear: both;
    margin:30px;
    font-size:42px;
    margin-top:50px;
}
.category_header span {
    padding-bottom: 5px;
    border-bottom: 3px solid #5a875a;
}
@media(max-width:992px){
    .our-menu .menu-item {
        width: calc(100% - 10px) !important;
        margin: 5px !important;
        height: 200px !important;
        float: none;
    }
    .container-fluid{
        padding:0;
    }
    .lasela-header .follow-us .title{
        display:none;
    }
}
@media (min-width: 576px) {
    header .container {
        max-width: 100%;
    }
}