@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600&display=swap');

:root{
   --peru:#0A472E;
   --black:#222;
   --white:#fff;
   --light-black:#666;
   --light-white:#ccc;
   --light-bg:#f5f5f5;
   --dark-bg:rgba(0,0,0,0.6);
   --border:.1rem solid #aaa;
   --box-shadow:0 .5rem 1rem rgba(0,0,0,.1);
}

*{
   font-family: 'Dosis', sans-serif;
   margin:0; padding:0;
   box-sizing: border-box;
   outline: none; border:none;
   text-decoration: none;
   transition: all 0.4s cubic-bezier(.43,1.1,.62,1.08);

}

body{
   background:  url(../images/food-bg.jpg) no-repeat;
   background-blend-mode: multiply;
   background-size: cover;
   background-position: center;
   background-attachment: fixed;
 }

html{
   font-size: 62.5%;
   overflow-x: hidden;
   scroll-behavior: smooth;
   scroll-padding-top: 6rem;
}


.data {



   margin-top:50px;

 

   

 

   padding:4rem;

 

   font-size:1.4rem;

 

   min-height:62vh;

 

   

 

 }


section{
   padding:5rem 10%;
}

.heading{
   text-align: center;
   margin-bottom: 3rem;
   font-size: 4.5rem;
}

.heading span{
   font-size: 2.5rem;
   color:var(--peru);
}

.heading h3{
   font-size: 4.5rem;
   color:var(--black);
}

.btn-1{
   margin-top: 1rem;
   display: inline-block;
   background:#CB1D21;
   color:var(--white);
   font-size: 2rem;
   cursor: pointer;
   border-radius: 4rem;
   padding:1rem 3rem;
}

.btn-1:hover{
   letter-spacing: .2rem;
   color:#fff;
   text-decoration: none;
   background:#b61416;
}
.top-bar
{
background: #300203;;
    padding: 1rem 10%;
    color: #fff;
    text-align: end;
}
.top-bar a{
   color: #fff;
}
.top-bar a:hover{
   color:#ddd;
   text-decoration: none;
}
.top-bar a:hover i{
   color:#fff;
}
.top-bar i{
   margin-right: 0.4rem;
}

.header{
   padding-top: 1rem;
   padding-bottom: 1rem;
   display: flex;
   align-items: center;
   justify-content: space-between;
   box-shadow: var(--box-shadow);
   position: sticky;
   top:0; left:0; right: 0;
   background: var(--white);
   z-index: 1000;
}

.header .logo{
   font-size: 2.5rem;
   font-weight: bolder;
   color:var(--black);
   width: 75px;
}
.header .logo img{
   width: 100%;
}

.header .logo i{
   color:var(--peru);
   padding-right: .5rem;
}

.header .main-navbar a{
   font-size: 2rem;
   margin-left: 2rem;
   text-transform: capitalize;
      color:var(--light-black);
}

.header .main-navbar a:hover{
   color:var(--peru);
}

#menu-btn{
   font-size: 2.5rem;
   cursor: pointer;
   color:var(--black);
   display: none;
}

@keyframes fadeIn {
   0%{
      transform: translateY(-4rem) scale(0);
      opacity: 0;
   }
}

.home{

   background: #ffecd7;
   height: 80vh;
}

.home .slide {
   height: 80vh;
   background-size: cover !important;
   background-position: center !important;
   position: relative;
   z-index: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   padding-right: 0;
}
.home .slide .image{
   width: 55%;
 
}
.home .slide .image img{
   width: 100%;

}

.home .slide .content{
   width: 45%;
}



.home .slide .content p{
   font-size: 1.7rem;
   color: #a94442;
   /* padding: 1rem 0; */
   text-transform: capitalize;
   /* line-height: 2; */
   margin: 0;
}

.home .slide .content span{
   font-size: 2rem;
   display: block;
   padding-bottom: .5rem;
   color:#a94442;
   animation:fadeIn 0.4s cubic-bezier(.54,1.3,.63,1.34) .2s backwards;
}

.home .slide .content h3{
   font-weight: 700;
   font-size: 4.8vw;
   text-transform: uppercase;
   color: #bf4644;
   /* text-shadow: 0 0.5rem 1rem rgb(249 175 175 / 70%); */
   line-height: 1.2;
   margin: 0;
   /* padding: 2rem 0; */
   animation: fadeIn 0.4s cubic-bezier(.54,1.3,.63,1.34) .4s backwards;
}
.home .slide .content h3 span{
   font-size: inherit;
 color: #3c763d;


}

.home .slide .content .btn{
   animation:fadeIn 0.4s cubic-bezier(.54,1.3,.63,1.34) .6s backwards;
}

.home .swiper-slide-active .content{
   display: inline-block;
}

.swiper-button-next,
.swiper-button-prev{
   height: 5rem;
   width: 5rem;
   line-height: 5rem;
   background: #f6b667;
   color: #fff;
   border-radius: 50%;
}

.swiper-button-next:hover,
.swiper-button-prev:hover{
   background: var(--peru);
   color:var(--white);
}

.swiper-button-next::after,
.swiper-button-prev::after{
   font-size: 2rem;
}
.services {
   padding-bottom: 0;
    
 
 }
 
 .services .box-container {
   display: -ms-grid;
   display: grid;
   -ms-grid-columns: (minmax(33rem, 1fr))[auto-fit];
       grid-template-columns: repeat(auto-fit, minmax(31rem, 1fr));
   gap: 3rem;
 }
 
 .services .box-container .box {
   text-align: center;
   padding:  4rem;
   min-height: 400px;
 
 }
 .services .box-container .box:hover{
   -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
           box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
 
 }
 .services .box-container .box .box-top{
     /* display:flex; */
     
 }
 
 .services .box-container .box:hover img {
   -webkit-transform: translateY(-1rem);
           transform: translateY(-1rem);
 }
 
 
 .services .box-container .box .content{
     text-align: center;
     padding-left: 2.5rem;
 }
 
 .services .box-container .box h3 {
   font-size: 2.4rem;
   color: #444;
   text-transform: capitalize;
  padding-bottom: 1rem;
   margin: 0;
 }
 
 .services .box-container .box p {
   font-size: 1.4rem;
   color: #777;
   line-height: 2;
 }
 .services .box-container .box i{
 
   font-size: 4.5rem;
     color: #fff;
     background: #323743;
     border-radius: 50%;
     /* box-shadow: 0 1px 10px rgb(211 215 217); */
     /* border-radius: 0 29px 1px; */
     width: 9rem;
     margin-right: -2rem;
     line-height: 9rem;
     height: 9rem;
     margin-bottom: 2rem;
 
 }
 .services .box-container .box .icon{
   margin: auto;
   width: 10rem;
   height: 10rem;
   border-radius: 100%;
   margin-bottom: 3rem;
   
 
   transition: all .3s ease 0s;}
   .services .box-container .box:nth-child(1) .icon{
     border: 1px solid #F79828;
   }
   .services .box-container .box:nth-child(2) .icon {
     border: 1px solid #4EAC51;
 }
 .services .box-container .box:nth-child(3) .icon {
   border: 1px solid #D53952;
 }
     
 .services .box-container .box:nth-child(1) i{
   background: #F79828;
   box-shadow: 0px 7px 35px 0px rgb(252 151 120 / 51%);
 }
 .services .box-container .box:nth-child(2) i{
   background: #4EAC51;
   box-shadow: 0px 7px 35px 0px #4EAC515c;
 }
 .services .box-container .box:nth-child(3) i{
   background: #D53952;
   box-shadow: 0px 7px 35px 0px #D539524c;
 }
 .team{
   position: relative;
   }
   .team .box-container .box  .image{
      width: 100%;
      height: 200px;
   }

   .team .box-container .box .info{
      /* height:100%;
      width:100%;
      position: absolute;
      top:50%; left:50%;
      transform: translate(-50%, -50%) scale(0);
      background: #8b1316 !important;;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-flow: column;
      padding: 1rem; */
      background: #fff!important;
  }

  
  .team .box-container .box:hover .info{
      /* transform: translate(-50%, -50%) scale(1); */
  }
   .team .wave img{
     width: 100%;
     height: 500px;
   }
   .team .heading{
      text-align: center;
      font-size: 5rem;
   }
   
   .team .box-container {
     display: -ms-grid;
     display: grid;
     -ms-grid-columns: (minmax(25rem, 1fr))[auto-fit];
         grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
     gap: 2rem;
     -webkit-box-align: start;
         -ms-flex-align: start;
             align-items: flex-start;
             margin-top: 8rem;
   }
   
   .team .box-container .box {
     overflow: hidden;
     text-align: center;
     border-radius: 1rem;
    height: 435px;
    text-align: center;
    background: #fff!important;
    border: 1px solid #cd3230;;
    position: relative;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    
   }
   .team .box-container .box.peach{
      background: #F3E4DC;
   }
   .team .box-container .box.blue{
      background:    #DAF2FD ;

   }
   .team .box-container .box.pink{
      background:    #FBD8E2 ;

   }
   .team .box-container .box.pista{
      background:    #D8E7C7 ;

   }
   .team .box-container .box.lime{
      background:       #FFEDCB;

   }


   
   .team .box-container .box:hover .content {
     margin-bottom: 0;
   }
   
   .team .box-container .box img {
      width: 100%;
      height:100%;
      object-fit: cover;
      /* margin-top: 1.5rem;
      border-radius: 50%; */
   
     /* border-radius: 50%; */
   }
 
   .team .box-container .box .content {
     padding: 1.5rem;
    
   }
   
   .team .box-container .box .content h3 {
     font-size: 2.5rem;
     text-transform: capitalize;
     color: #cd3230;
     margin: 0;
     line-height: 2;
     font-weight: 600;
   }
   
   .team .box-container .box .content p {
     font-size: 1.4rem;
     line-height: 2;
     color: #444;
     padding: .5rem 0;
   }
   
   .team .box-container .box .content .share {
     margin-top: 1.5rem;
   }
   
   .team .box-container .box .content .share a {
     height: 4.5rem;
     width: 4.5rem;
     line-height: 4.5rem;
     font-size: 1.7rem;
     margin: 0 .3rem;
     background: #334;
     color: #fff;
   }
   
   .team .box-container .box .content .share a:hover {
     background: #2597f4;
   }
   .career {
      background: #FFEEEE;background-image: linear-gradient(180deg, #ffffff 10%, #f8dfdd 100%);
    
       
    
    }
 
   .career p{
      font-size: 1.7rem;
    color: var(--light-black);
    padding: 1rem 0;
    line-height: 2;
    }
    
   .career .box-container {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (minmax(33rem, 1fr))[auto-fit];
          grid-template-columns: repeat(auto-fit, minmax(33rem, 1fr));
      gap: 1rem;
    }
    
   .career .box-container .box {
      /* text-align: center; */
      padding: 1rem;
     background: #fff;
      /* border: 1px solid rgba(0,0,0,0.2);
        box-shadow: 0 3px 6px rgb(0 0 0 / 20%); */
        /* min-height: 190px; */
    }
   .career .box-container .box .box-top{
        display:flex;
        
    }
    
   .career .box-container .box:hover img {
      -webkit-transform: translateY(-1rem);
              transform: translateY(-1rem);
    }
    
    
   .career .box-container .box .content{
        text-align: left;
       margin-left: 1rem;
    }
    
   .career .box-container .box h3 {
      font-size: 2.4rem;
      color: #444;
      text-transform: capitalize;
     /* padding-bottom: 1rem; */
     margin: 0;
     
    }
    
   .career .box-container .box {
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border: 1px solid #ecedf2;
      box-sizing: border-box;
      border-radius: 10px;
      padding: 19px;
      transition: all .3s ease;
    }
   .career .box-container .box p {
      font-size: 1.7rem;
      color: #777;
      line-height: 2;
    }
    
   .career .box-container .box .icon .btn-1{
      margin-top: 0;
      /* height: 70px;
      width: 70px;
      padding: 1rem;
      background: #ecedf2; */
      /* display: flex;
      justify-content: center;
      align-items: center;
      color: var(--primary-color);
      font-size: 36px;
      border-radius: 10px;
      transition: all .3s ease;; */
    }
   .career .box-container .box .icon img{
      width: 100%;
    
    }
   .career .box-container .box .fa-solid{
    
      color: #1967D2;
        font-size: 3rem;
        
    
    }
    
 
 
 

.about{
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap:6rem;
   background-image: linear-gradient(180deg, #ffffff 10%, #FFF0E5 100%);
   /* background: url(../images/bg.jpg) no-repeat;
   background-size: cover;
   background-position: center; */
   min-height: 100vh;
}
.about.about-2{
   background: url(../images/bg.png) no-repeat;
   background-size: cover;
   background-position: center;
   align-items: start;
   gap:2rem

}

.about.about-2 .content .title{
   font-size: 6rem;
    line-height: 1.4;
    font-weight: 600;
    color: #5b8909;
}

.about .image{
   flex:1 1 41rem;
}
.about.about-2 .image{
   flex:1 1 61rem;

}

.about .image img{
   width: 100%;
}

.about .content{
   flex:1 1 41rem;
}

.about .content .title{
   font-size: 4rem;
   color:#5b8909;;
}

.about .content p{
   font-size: 1.7rem;
   color:var(--light-black);
   padding:1rem 0;
   line-height: 2;
}

.about .content .icons-container{
   display: flex;
   flex-wrap: wrap;
   gap:2rem;
   margin-top: 3rem;
}

.about .content .icons-container .icons{
   flex: 1 1 16rem;
   text-align: center;
   background: #ffbc4b;
   padding: 2rem;
   border-radius:1rem;
}

.about .content .icons-container .icons img{
   height: 5rem;
}

.about .content .icons-container .icons h3{
  margin: 0;
   font-size: 2rem;
   color:var(--light-black);
   text-transform: capitalize;
   font-weight: normal;
   font-style: italic;
    font-weight: 600;
}

.food{
   /* background: var(--light-bg); */
}

.food .slide{
   text-align: center;
   /* padding:4rem 2rem; */
   border-radius: .5rem;
   padding: 1rem;
   transform: scale(.9);
   /* opacity: .5; */
   margin-bottom: 4rem;
   cursor: pointer;
   height: 500px;
   box-shadow: var(--box-shadow);
   /* height: 15rem; */
}
.food .slide .image{
   width: 100%;
   height: 173px;
}
.food .slide .img{
   width: 100%;
   height: 100%;
}


.swiper-pagination-bullet-active{
   background: #FFA621;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
   bottom:0;
}

.food .swiper-slide-active{
   transform: scale(1);
   opacity: 1;
   /* background: var(--white); */
  
   /* border:var(--border); */
}

.food .slide img{
width: 230px;
/* height: 150px; */
   margin-bottom: 1rem;
 
   border-radius: .2rem;
}
.food p{
   font-size: 1.7rem;
    color: var(--light-black);
    padding: 1rem 0;
    line-height: 2;

}
.food .slide {
   background: #fff;
}

.food .slide h3{
   font-size: 2.5rem;
   padding:1rem 0;
   color:var(--black);
}

.food .slide .price{
   font-size: 2.5rem;
   color:var(--peru);
}

.food-preview-container{
   background: var(--dark-bg);
   position: fixed;
   top:0; left:0;
   height: 100%;
   width: 100%;
   z-index: 1100;
   display: none;
   align-items: center;
   justify-content: center;
}

.food-preview-container .food-preview{
   text-align: center;
   background: var(--white);
   padding:3rem 2rem;
   border-radius: .5rem;
   display: none;
   width: 35rem;
}

.food-preview-container .food-preview.active{
   display: inline-block;
   animation:fadeIn 0.4s cubic-bezier(.54,1.3,.63,1.34) backwards;
}

.food-preview-container .food-preview img{
   height: 25rem;
   margin-bottom: 1rem;
}

.food-preview-container .food-preview h3{
   padding:1rem 0;
   font-size: 2.5rem;
   color:var(--black);
}

.food-preview-container .food-preview .stars{
   margin-top: .5rem;
}

.food-preview-container .food-preview .stars i{
   font-size: 1.7rem;
   color:var(--peru);
}

.food-preview-container .food-preview p{
   font-size: 1.6rem;
   color:var(--light-black);
   padding:1rem 0;
   line-height: 2;
}

.food-preview-container .food-preview .price{
   font-size: 2.5rem;
   color:var(--black);
   margin-bottom: .5rem;
}

#close-preview{
   position: absolute;
   top:1.5rem; right:2.5rem;
   font-size: 6rem;
   cursor: pointer;
   color:var(--white);
}

#close-preview:hover{
   transform: rotate(90deg);
}
.newsletter{
   /* background:  url(../images/edu-background.png) no-repeat;
   background-blend-mode: multiply;
   background-size: cover;
   background-position: center;
   background-attachment: fixed; */
   /* padding:4rem 1rem; */
   padding-top: 7rem;
   text-align: center;
   min-height: 70vh;
   
 }
 .newsletter form{
   position: relative;
   /* text-align: left; */
 }
 .newsletter img{
   position: absolute;
     width: 101px;
     /* left: 0; */
     right: -22px;
     rotate: -34deg;
     top: -49px;
     animation: float 8s linear Infinite;
 }
 
 .newsletter h2{
   text-transform: capitalize;
   font-weight: 600;
   color: #444;
 
 }
 
 .newsletter p{
   color:#444;
   font-size: 1.6rem;
   width: 50%;
   margin: auto;
   line-height: 1.7;
   padding:1rem 0;
 }
 
 .newsletter form{
   max-width: 60rem;
   padding: 4rem ;
   margin: 0 auto;
   background: #fff0f0;
   
   border-radius: 1rem;
   /* padding: 0 1rem; */
   /* border-radius: 5rem; */
   box-shadow: 0 2px 22px rgb(0 0 0 / 10%);
 
   
 }
 
 .newsletter form input[type="email"]{
 
   border:none;
   
 }
 .newsletter form input[type="text"]{
   border:none;
 
   
 }
 
 .newsletter form textarea{
   border:none;
 }
 
.contact .map {
   width: 100%;
   height: 500px;

}
.contact .row{
   background: #fff;
   box-shadow: 0 10px 10px rgba(0,0,0,0.2);
   border:1px solid #CD3230;
   padding: 2rem;
   border-radius: 1rem;
   
}
.contact .row .enquiry{
   background: #fbfbfb;
   padding: 2rem;
}
 

 .gallery{
   min-height: 100vh;
   background:url(../images/fruit-bg.png);
   background-position: center;
   background-size: cover;
   padding-top: 7rem;

 }
 
 
 .gallery .box-container{
   display: flex;
   /* justify-content: center; */
   flex-wrap: wrap;
   padding-bottom: 3rem;
 }
 
 .gallery .box-container .box{
   height:20rem;
   width:22rem;
   margin:.3rem;
   overflow: hidden;
 }
 
 .gallery .box-container .box img{
   height:100%;
   width:100%;
   object-fit: cover;
 }
 
 .gallery .box-container .box:hover img{
   transform: scale(1.3);
 }
 


 .footer {
 background: #300203;;
 
     background-size: cover;
    
 }
 
 .footer .box-container {
   display: -ms-grid;
   display: grid;
   -ms-grid-columns: (minmax(25rem, 1fr))[auto-fit];
       grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
   gap: 3rem;
 }
 
 .footer .box-container .box h3 {
   font-size: 2.2rem;
   text-transform: capitalize;
   color: #fff;
   padding: 1rem 0;
 }
 
 .footer .box-container .box .link {
   display: block;
   padding: .5rem 0;
   font-size: 1.5rem;
   line-height: 2;
   color: #f5f5f5;
   text-transform: capitalize;
 }
 
 .footer .box-container .box .link i {
   padding-right: .5rem;
  color: #cb1d21
 }
 
 .footer .box-container .box .link:hover {
  color: #cb1d21
 }
 
 .footer .box-container .box .link:hover i {
   padding-right: 2rem;
 }
 
 .footer .box-container .box p {
   padding: .5rem 0;
   font-size: 1.5rem;
   line-height: 2;
   color: #f5f5f5;
 }
 
 .footer .box-container .box p span {
   color: #cb1d21;
 }
 
 
 
 .footer .box-container .box .share {
   margin-top: 2rem;
 }
 
 .footer .box-container .box .share a {
   height: 4.5rem;
   width: 4.5rem;
   line-height: 4.5rem;
   font-size: 1.7rem;
   background: #cb1d21;
   color: #fff;
   border-radius: 50%;
   margin-right: 0.3rem;
  
   text-align: center;
 }
 
 .footer .box-container .box .share a:hover {
   background: #cb1d21;
 }
 
 .footer .credit {
   font-size: 2rem;
   text-transform: capitalize;
   color: #d2d1d1;
   margin-top: 3rem;
   padding-top: 3rem;
   border-top: 0.2rem solid rgba(255,255,255,.15);
   text-align: center;
 }
 
 .footer .credit span {
   color: #2597f4;
 }

/* media queries  */

@media (max-width:1200px){

   section{
      padding:3rem 5%;
   }
   

.top-bar{
   padding: 1rem 5%;

}

}

@media (max-width:991px){

   section{
      padding:3rem 2rem;
   }

   html{
      font-size: 55%;
   }

  

}

@media (max-width:768px){

   #menu-btn{
      display: inline-block;
   }

   .fa-times{
      transform: rotate(180deg);
   }

   .header .main-navbar{
      position: absolute;
      top:99%; left:0; right:0;
      background-color: var(--white);
      border-top: var(--border);
      clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
   }

   .header .main-navbar.active{
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
   }

   .header .main-navbar a{
      display: block;
      margin:2rem;
   }

   .swiper-button-next,
   .swiper-button-prev{
      top:initial;
      bottom:1rem;
   }

   .menu .slide .box-container .box{
      flex-flow: column;
      text-align: center;
   }
   .gallery .box-container .box{
      width: 100%;
   }
   .home .slide{
      flex-direction: column-reverse;
      padding-top:0;
     /*justify-content: space-between;*/
   }
   .home .slide .image{
      width: 100%;
   }
  .home{
      height:100%;
  }
    .home .slide{
      height:100%;
  }
   .home .slide .content{
      width: 100%;
      margin-bottom: 2rem;
      /*margin-top: 7rem;*/
      text-align: center;
   }
   .food .slide img{
       height: 100%; 
      width: 100%;
   }
   .home .slide .image{
       width: 400px;
    height: 370px;
    margin-left: 5rem;
   }
      .home .slide img{
       height: 100%; 
      width: 100%;
   }
   .contact .row{
      margin: 1rem;
   }
    .home .slide .content h3{
      font-size: 7vw;
   }
   
}

@media (max-width:450px){

   html{
      font-size: 50%;
   }

   .home .slide .content h3{
      /*font-size: 7rem;*/
   }

}