@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{

    padding :0;
    margin :0;
    box-sizing: border-box;

}
@font-face {

  font-family: 'bobblebod';
  src:url(font/Bobblebod.ttf)
}


 html {
            font-family:'Poppins',sans-serif;
 }
header{

     position: relative;
     width: 100%;
     /* height: 600px; */
     height: auto;
     padding-bottom: 40px;
   
 }
 
 header::before{
    content: '';
    position: absolute;
    width: 45%;
    height: 100%;
    right: 7%;
    background: linear-gradient(0deg,#ffb12a,#fec140);
    border-radius: 0 50px 0 0;
    z-index: -1;
 }
  header nav {

     width: 80%;
     height: 70px;
    /* border: 1px solid#000; */
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header nav .logo_ul{

    
    display: flex;
    align-items: center;
  }
  header nav .logo_ul img{

    
    width: 50px;
  }
  header nav  {

    display: flex;
    align-items: center;
  }
  header nav .logo_ul ul{

    display: flex;
    align-items: center;
    margin-left: 50px;
    

   
  }
  header nav .logo_ul ul li{

   list-style: none;
   padding: 3px 8px;
   margin-right: 18px;
   
  }
  header nav .logo_ul ul li a{

 text-decoration: none;
 color: #000;
 font-size: 13px;
 font-weight: 600;
 transition: .3s linear;
  }
header nav .logo_ul  li:nth-child(6){

    background:#0080006e;
    border-radius: 10px;
    padding: 1px 13px;
}
header nav .logo_ul  li:nth-child(6) a{

   color: #fff;
}
header nav .logo_ul  li:nth-child(6) a i{
margin-right: 5px;
}
header nav .logo_ul  li a:hover{

   color:rgb(0,0,0,.2);
}


header nav .contact_section {
    display: flex;
    align-items: center;


}

header nav .contact_section li {
    display: flex;
    align-items: center;
    padding: 3px 10px;


}
header nav .contact_section li  a{
    
 font-size: 15px;
 color :#fff;
 margin-right: 10px;
 text-decoration: none;

}
header nav .contact_section li:nth-child(2)  {
    background: #fff;
    border-radius: 10px;
    padding: 2px 13px 1px 13px;
    width:100px;
    margin-left: 20px;
   display: flex;
   align-items: center;
   justify-content: space-evenly;
   font-size: 18px;


}

 /* section starts */
 section {

    width:80%;
    /* border: 1px solid #000; */
    margin:auto;
    margin-top:20px;
    display: flex;

 }

  /* section .content{

    width: 100%;
     

  } */
  section.content, .img_box{

      position: relative;
      width: 40%;
      padding: 10px;
      /* border: 1px solid #000; */
     

  }
  section.img_box{

   
      width: 60%;

  }

section .content .spicy_icon img{
  height:22px;
  margin-top:12px;

} 
section .content p{

  margin-top:20px;
  width:300px;
  font-size: 16px;
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

} 
section .content h5{

  background: red;
  display: unset;
  color: #fff;
  padding :2px 8px ;
  border-radius: 5px;
  font-size: 10px;
}
section .content h1{

 margin-top: 5px;
 font-family: 'bobblebod' ;

 font-size: 65px;
 
 letter-spacing: -2px;;
 line-height: 65px;
}



section .content h6{
margin-top: 20px;
color: gray;
margin-bottom: 15px;
font-size: 18px;


}


.order_rate{

  display: flex;
  align-items: center;
  margin-top: 20px;
  
}

.order_rate a {
margin-right: 5px;
background: #000;
border-radius: 10px;
padding: 7px 15px;
color: #fff;
text-decoration: none;
font-weight: 900;
/* z-index: 20px; */

font-size: 13px;
transition: .3s linear;
}
.order_rate a:hover {
background: #00a549;

}
.order_rate h2 {
color: #00a549;
margin-left: 20px;
font-size: 30px;
font-weight:900;

}
.order_rate h2 sup{
margin-left: 5px;
color: #a3ca72;
font-size: 16px;
font-weight: 900;
position:relative ;
top: -5px;
}

 .food_slider{
 margin-top: 30px;
 display: flex;
 align-items: center;
 width: 100%;
 overflow-x: auto;
 scroll-behavior: smooth;
 


 }
.food_slider::-webkit-scrollbar{
 display: none;


 }
.food_slider img{
 width: 50px;
height: 45px;
margin-right: 10px;
justify-content: space-between;
cursor: pointer;
opacity: .3;
transition: .3s linear;

 }
.food_slider img:nth-child(1){

opacity: 1;
transform: scale(1.1);

 }
.food_slider img:hover{

opacity: 1;
transform: scale(1.1);

 }

 .img_box .images{

  width: 150%;
  display: flex;
  align-items: center;
  scroll-behavior: smooth;
  overflow-x: auto;
  
  margin-top:50px ;
 }
 .img_box .images::-webkit-scrollbar{

  display: none;
 }
 
 .img_box .images img{

 width: 35%;
 margin-right: 50px;
 filter: blur(1.5px);
 transition: .3s linear;
 }
 .img_box .images img:nth-child(1){

 width: 60%;
 filter: blur(0px);

 }
.img_box .slide_btn{

  position: absolute;
  bottom: 10;
  margin-top: 75px;
  /* margin-right: 15px; */
  left: 20%;
  width: 100px;
  
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.img_box .slide_btn i{

   background: #ff8e27;
   color:#fff;
   border-radius: 50%;
   padding: 4px 8px;
   cursor: pointer;
   transition: .3s linear;

}
.img_box .burger_badge {

  position: absolute;
  display: flex;
  align-items: center;
  top: 5%;
  right:-50%;
  z-index: 99999;
}
.img_box .burger_badge  .badge_card{

  width:120px;

  height: 100px;
  background: #fff;
  box-shadow: 0px 0px 20px rgb(0,0,0,.05);
  margin-right: 8px;
  border-radius: 10px 10px 15px 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  /* padding-bottom: 0px  0px  0px 5px; */
}
 
.img_box .burger_badge  .badge_card p{

 color: gray;
 font-size: 15px;
 font-weight: 700;
 

}
.img_box .burger_badge  .badge_card h5{

 color: #f04417;
 font-size: 14px;
font-weight: 900; 

}
 
 /* section ends */

 .del{
 /* padding-left: 5px; */
width: 100%;
margin: auto;
 height: auto;
 background: #fbf8f2;
 padding :40px 10%;
 display: flex;
 align-items: center;
 /* justify-content: center; */
 }
 .del .cont h1{
font-weight: bold;
font-size: 55px;
line-height: 50px;
font-family: "bobblebod";

 }
 
 .del .cont p{


font-size: 12px;
color : rgb(0,0,0,.5);
font-weight: 600;
margin: 15px 0;


 }
 /* .del .cont {


margin-left: 15px;

 } */
 .del .cont button{

background: #00a950;
border-radius: 10px;
padding: 9px 15px;
color: #fff;

font-size: 13px;
font-family: "bobblebod";
border: none;
outline: none;
cursor: pointer;
transition: .3s linear;


 }
 .del .cont button:hover{

background: #000;



 }
 .del img:nth-child(2){

  width: 290px;
  transform: translateX(-100px) translateY(30px);
 }
 .del img:nth-child(3){

  width: 200px;
  transform: translateX(-70px) ;
 }
 .food_chart{
  width: 100%;
  display: flex;
  justify-content: space-between;
 }
 .food_chart .food_bx{


  position:relative;
  height: 450px;
 
width: 30%;
background: #00a950;
padding: 60px 50px ;
z-index: 2;

}
 .food_chart .food_bx:nth-child(2){


  
 
width: 40%;
background: #ff8e27;



}
 .food_chart .food_bx:nth-child(3){

background: #a1cf67;



} 

/* .food_chart .food_bx .cont {

z-index: 2;
position: relative;
} */

.food_chart .food_bx .cont h1{

font-family: "bobblebod";
font-size: 50px;
 line-height: 50px;
 color: #fff;
 


}
.food_chart .food_bx .cont p{
color: #fff;
font-size: 11px;
margin-top: 18px;

}
.food_chart .food_bx .cont button{
background: #000;
  border-radius: 10px;
  padding: 9px 15px;
  color: #fff;
  margin-top: 20px;

  font-size: 13px;
  font-family: "bobblebod";
  border: none;
  outline: none;
  cursor: pointer;
  transition: .3s linear;

}
.food_chart .food_bx .cont img{
position: absolute;
right: 0;
top: 10%;
width: 250px;
z-index: -1;



}
.food_chart .food_bx:nth-child(2) img{
position: absolute;
right: 0;
top: 10%;
width: 290px;
z-index: -1;



}
.food_chart .food_bx:nth-child(3) img{
position: absolute;
right: 0;
top: 10%;
width: 290px;
z-index: -1;



}

.food_chart2 .food_bx{
position: relative;
width: 50%;
height: 280px;
background: #245dcb;
padding:50px;
z-index: 2;

}
.food_chart2 .food_bx:nth-child(2){

width: 30%;

background: #cd2869;


}
.food_chart2 .food_bx:nth-child(3){

width: 20%;

background: #fff;


}
.food_chart2 .food_bx:nth-child(1) img{

width: 400px;

}

.food_chart2 .food_bx:nth-child(2) img{

width: 170px;
height: 230px;

}
.food_chart2 .food_bx:nth-child(3) h1{

color: #000;
font-size: 45px;
line-height: 45px;
transition: .3s linear;

}
.food_chart2 .food_bx:nth-child(3) button:hover {

    background: #000;
}
.food_chart2 .food_bx:nth-child(3) button {

    background: #ff8e27;
    border-radius: 50%;
    padding: 9px 11px;
}

 .main_bx{
 
  background: #fbf8f2;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 20px;
}
.main_bx h1{

  margin-top: 5px;
  font-size: 65px;
  font-weight: bold;
  line-height: 55px;
  letter-spacing: -2px ;
  font-family: "bobblebod"; 
}
.main_bx img{

 width: 90%;
 margin: 50px 0;
}
.main_bx p{

 width: 30%;
 text-align: center;
 color: #fec140;
 font-weight: 900;
}
.main_bx button{
background: #000;
  border-radius: 10px;
  padding: 9px 15px;
  color: #fff;
  margin-top: 20px;

  font-size: 13px;
  font-family: "bobblebod";
  border: none;
  outline: none;
  cursor: pointer;
  transition: .3s linear;
}
.main_bx button:hover{
background: #00a549;
}
.combo_box{

  width: 100%;
  height: auto;
  position: relative;
}
.combo_box img{

 position: absolute;
 top: 0;
 right: 0;
 width: 100%;
 height: 620px;
 background: #000;
 z-index: -1;
}
.combo_box .cont{

padding: 70px 0 70px 100px;

}
.combo_box .cont h1{

margin-top: 5px;
font-size: 65px;
line-height: 55px;
font-weight: bold;
letter-spacing: -2px;
font-family: "bobblebod";
color: #00a549;

}
.combo_box .cont p{

margin-top: 5px;
font-size: 30px;
line-height: 30px;
font-weight: bold;
letter-spacing: -2px;
font-family: "bobblebod";
color: #a1cf67;

}

.combo_box .cont p:nth-child(3){

margin-top: 0px;

color: #ff8e29;

}
.combo_box .cont p:nth-child(4){

margin-top: 30px;
font-size: 13px;
width: 430px;
line-height: unset;
border-left-style: unset;
font-family: 'poppins',sans-serif;

color: rgba(204, 201, 201, 0.92);

}
.combo_box .cont .btns{

margin-top: 20px;

}
.combo_box .cont .btns button{

background: #00a549;
  border-radius: 10px;
  padding: 9px 15px;
  color: #fff;
  margin-top: 20px;

  font-size: 13px;
  font-family: "bobblebod";
  border: none;
  outline: none;
  cursor: pointer;
  transition: .3s linear;
  border: 2px solid #00a549;
  margin-right: 10px;

}

.combo_box .cont .btns button:hover{

background: #00a549;
  border: 2px solid rgba(204, 201, 201, 0.92);
  background: none;

}
.combo_box .cont .btns button:nth-child(2){


  border: 2px solid rgba(204, 201, 201, 0.92);
  background: none;

}
.combo_box .cont .btns button:nth-child(2):hover{

background: #00a549;
  border: 2px solid #00a549;
 

}
.combo_box .cont h6{

color: gray;
margin-top: 30px;

}
.combo_box .cont .icon_bx{

margin-top: 20px;
display: flex;
align-items: center;
}
.combo_box .cont .icon_bx .card{

/* margin-top: 20px; */
display: flex;
align-items: center;
text-decoration: none;
margin-right: 30px;
}
.combo_box .cont .icon_bx .card img{

position: unset;
width: 50px;
height: 50px;
margin-right: 10px;

}
.combo_box .cont .icon_bx .card h6{

column-rule: #fea828;
margin-top: 0;

}
footer {
width:100%;
height: auto;
background: #fbf8f2;
position: relative;

}
footer nav {
width:85%;
margin: auto;
display: flex;
align-items: center;
justify-content: space-between;
padding-top: 10px;

}
footer nav ul {

display: flex;
align-items: center;
list-style: none;

}
footer nav ul li {

margin :5px 10px;

}


footer nav ul li a {

text-decoration: none;
color: #000;
font-weight: 600;
font-size: 13px;
transition: .3s linear;
}


footer nav ul li a:hover{


color: rgb(0,0,0,.06);

}
footer nav ul li:nth-child(1) a{


background: #ff8e27;
/* background: #000; */
  border-radius: 10px;
  padding: 9px 15px;
  color: #fff;
  margin-top: 20px;

  font-size: 13px;
  font-family: "bobblebod";
  border: none;
  outline: none;
  cursor: pointer;
  transition: .3s linear;
  margin-right: 10px;
}
footer nav ul li:nth-child(1) a i{


margin-left: 10px;
}
footer nav ul:nth-child(2) li a {
 all: unset;
color: #00a950;
 font-weight: bold;
 /* font-weight: 600; */
 font-style: 10px;
}
footer nav ul:nth-child(2) li:nth-child(2)  {
background: #fff;
  /* background: #000; */
  border-radius: 10px;
  padding: 9px 15px;
  color: #000;
  margin-top: 20px;

  font-size: 13px;
  font-family: "bobblebod";
  border: none;
  outline: none;
  cursor: pointer;
  transition: .3s linear;
  margin-right: 10px;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 20px rgb(0,0,0,.01);
  margin-top: 0;
  width: 130px;
  justify-content: space-between;
     width:100px;
}
footer hr {
width: 85%;
margin: auto;
margin-top: 20px;
}

 footer .cont {

  width:85%;
  margin:auto;
  margin-top:40px;

}
footer .cont h1{


  margin-top:5px;
  font-size: 45px;
  font-weight: bold;
  line-height: 35px;
  letter-spacing: -2px;
  font-family: 'bobbledbod';
  color: #a1cf67;
}
footer .cont h1:nth-child(2){


  
  color: #00a950;
}
footer .cont .btns {


margin-top: 20px;
}
footer .cont .btns button{


background: #00a549;
  border-radius: 10px;
  padding: 9px 15px;
  color: #fff;
  margin-top: 20px;

  font-size: 13px;
  font-family: "bobblebod";
  border: none;
  outline: none;
  cursor: pointer;
  transition: .3s linear;
  /* border: 2px solid #00a549; */
  margin-right: 10px;

}
footer .cont .btns button:hover{


background: #a1cf67;


}
footer .cont .btns button:nth-child(2){


background: #a1cf67;


}
footer .cont .btns button:nth-child(2):hover{
background: #00a950;
}
footer img{
  position: absolute;
  right: 10%;
  bottom: 0;
  width: 450px;
}
footer p:nth-last-child(1){
  color: rgb(0,0,0,.6);
  width: 85%;
  margin: auto;
  margin-top: 20px;
  font-size: 13px;
  padding-bottom: 20px;
}
footer p:nth-last-child(1) a {

  color: #1400a9;
  text-decoration: none;
  font-weight: 600;
}