@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manufacturing+Consent&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


 

.body{
  padding: 0px;
  margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-style: normal;
}

p{
   font-family: "Open Sans", sans-serif; 
}

/* anchor tage {
  font-family: "Courier Prime", monospace;
} */

/* ..................................... header styling start ...................  */
 
.header {
padding: 25px 0px 10px;
    background-color: white;
 
}
 
.nav-link:focus, .nav-link:hover {
    color: #000000;
}
 .navbar ul li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    color: black;
}

.navbar{ 
    position: relative;
    display: flex
;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-end;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.navbar ul{
    display: flex;
       gap: 10px;
}

ul.dropdown-menu {
    display: none;
}

.navbar ul li{
    list-style: none;
    position: relative;
}
.navbar ul li a {
    text-decoration: none;
    font-size: 14px;
        font-family: "Open Sans", sans-serif; 
     color: black;
}

.navbar ul li a:hover {
color: #414103b0;
} 


.btnparent {
  display: flex;
 gap: 17px;
  justify-content: center;
  align-items: center;
      margin-top: 12px;
} 
.btn1 a{
        border: 1px solid rgba(255, 255, 255, 0);
        padding: 16px 35px;
       color: rgb(255, 255, 255);
       background-color: #808000;
       text-decoration: none;
      border-radius: 50px;
       position: relative;
      transition: 0.5s;
       cursor: pointer;
       overflow: hidden;  
         z-index: 1;  
          font-size: 14px;
 }
 
.btn1 a:hover {
background: #8080008f;
 
}
 
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 30px;
  background-color: #000;
  margin: 100px 0;
}

.nav-links {
  display: flex;
}
.nav-links li {
  list-style: none;
}

.nav-links a {
  text-decoration: none;
  color: #fff;
  padding: 20px 30px;
  display: inline-block;
  width: 140px;
  text-align: center;
}
.nav-links a:hover {
  color: #000;
  background-color: rgb(80, 194, 218);
}
.catagory-menu,
.country-menu {
  position: absolute;
  background-color: #000;
  text-align: center;
  display: none;
}
.catagory:hover .catagory-menu {
  display: block;
}
.country:hover .country-menu {
  display: block;
}
.country a i,
.catagory a i {
  margin-left: 5px;
}
.country:hover > a i,
.catagory:hover > a i {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.contact button {
  font-size: 18px;
  padding: 10px 15px;
  border-radius: 5px;
 
}


/* ......................................... header styling end ....................  */

/* ....................... banner section start ................................ */
.bannersection {
    /* background-image: url(../images/bannerimg.avif); */
    height: 820px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  background-position: center;
  object-fit: cover;
  position: relative;
}

.bannertext {
  background-color: rgba(39, 39, 39, 0.795);
    position: absolute;
    top: 23%;
    left: 13%;
    padding: 38px 56px;
}

.bannertext h2 {
          color: white;
    font-size: 26px;
    font-weight: 900;
}

.list ul li{
  list-style: none;
    font-family: "Open Sans", sans-serif;
    color: #808000;
    line-height: 23px;
    font-weight: 700;
    margin-left: -28px;
    font-size: 15px;
    margin-bottom: 10px;
}

.list {
  margin-bottom: 10%;
}

.bannerbtn a  {
border: 1px solid white;
    padding: 15px 30px;
    border-radius: 50px;
    color: #808000;
    text-decoration: none;
    font-size: 14px;
}


.bannerbtn a i {
  margin-left: 20px;
}

.bannertext2 {
        margin: 50px 0px 30px 0px;
}

.bannertext2 p {
    color: white;
    font-size: 20px;
       margin: 30px 0px;
}
.bannertext2 span {
  color: black;
}

 
/* ........................... banner section end ................................... */

/* .............................. section  Iamg Galery start ......................................  */
.Section2button {
  margin: 40px 0px ;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.btnviewmenu a {
      color: #ffffff;
    border: 1px solid #ffffff;
    padding: 11px 20px;
    border-radius: 50px;
    background-color: rgb(216, 41, 41);
    text-decoration: none;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
}

.btnordernow a {
    color: #808000;
    border: 1px solid #808000;
    padding: 15px 36px;
    border-radius: 50px;
    background-color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
}

.btnordernow a:hover {
 background-color: #808000;
 color: #ffffff;
 
}
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 1.2s ease-in-out;
	transition: 1.2s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.section2img img{
  width: 100%;
  height: 600px;
      object-fit: cover;
  /* position: relative; */
}

figure {
	/* width: 300px;
	height: 200px; */
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}

.section2-img1text p {
    font-weight: 700;
    /* position: absolute; */
    font-size: 22px;
    color: white;
    position: absolute;
    top: -43px;
    left: 27px;
}
 .section2-img1text {
  position: relative;
 }

 .section2row1 img{
  width: 100%;
  height: 300px;
      object-fit: cover;
 }

 .section2row2 img{
  width: 100%;
  height: 300px;
      object-fit: cover;
 }
/* .............................. section Image Gallery  end......................................  */

/* ................................. about us start ....................................  */
.aboutustextsection{
  background-position: fixed;
    /* background-image: url(../images/backgroundimg.avif); */
    /* background-position: center; */
     background-repeat: no-repeat;
     background-size: cover;
     height: 600px;
     position: relative;
     overflow: hidden;
}

.aboutustext {
position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #808000a4;
    padding: 15% 22%;
} 

.aboutus {
  margin-top: 30px;
}
 
.aboutustext h2  {
    font-size: 33px;
    font-weight: 800;
    color: white;
    font-family: "Quicksand", sans-serif;
}

.aboutustext p  {
 font-size: 15px;
    margin-top: 8px;
    font-weight: 600;
    line-height: 20px;
    color: white;
    font-family: "Quicksand", sans-serif;
}

.aboutusimg img {
      height: 600px;
    object-fit: cover;
    width: 100%;
}

.col-lg-6 {
    padding: 0px;
}
/* ................................. about us end ....................................  */

/* .................................... section Followus start ..........................  */
.headingFollowus {
  margin: 40px 0px;
}

.headingFollowus p{
 color: black;
    font-family: "Quicksand", sans-serif;
    font-size: 37px;
    font-weight: 700;
    text-align: center;
    }

.headingFollowus span{
  color: #808000;
   font-family: "Quicksand", sans-serif;
} 

.headingFollowus a {
  text-decoration: none;
}

/* .................................... section Followus end ..........................  */

/* ....................................... last video section start ..........................  */

.lastsection {
    margin-bottom: 40px;
}

.lastsetionimg img {
    width: 100%;
       height: 280px;
    object-fit: cover;
  
}
 
video {
    width: 100%;
    object-fit: cover;
}
.col-lg-3 {
    padding: 0px;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color:  #8080008c;
    overflow: hidden;
    width: 100%;
    height: 100%;
    /* transition: .5s ease; */
}

.item {
    position: relative;
    overflow: hidden;
      cursor: grab;
    /* margin: 20px 0; */
}

.item:hover .overlay {
  bottom: 0;
  height: 100%;
  width: 100%;
}

.bottom-overlay {
    top: 100%;
}

.item:hover .bottom-overlay {
  top: 0;
}

.text p {
    color: white;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%; 
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
    text-align: center;  
}

/* ........................................... last video section end here ......................  */

/* ................................  Footer start here ......................................  */
.footer {
    background: linear-gradient(182deg, rgba(133, 130, 130, 1) 0%, rgba(13, 11, 11, 1) 100%);
    border-bottom: 2px solid white;
}
.footericons ul {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    gap: 10px;
}
.footericons ul li {
  list-style: none;
}

.footericons ul li a {
    text-decoration: none;
    color: white;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
}

.footericons ul li i{
margin: 0px 10px;
}
 
.footerlastrow p {
    text-align: center;
    margin-top: -10px;
    color: white;
    font-weight: 400;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
}
.socialicons i {
    padding: 7px 9px;
    margin: -3px 1px;
    color: #ffffff;
    background: transparent;
    border-radius: 11px;
    font-size: 14px;
    border: 2px solid #ffffff;
}
 
.socialicons ul {
    /* margin: -4px; */
    display: flex;
    justify-content: center;
    margin-top: -8px;
    gap: 10px;
}
.socialicons h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.socialicons ul li {
  list-style: none;
}
.socialicons ul li a :hover {
  background-color: #8080008c;
  font-size: 16;
}
/* ................................  Footer end here ......................................  */

/* ................................... menu page styling start  ......................................  */
.menu-section h3 {
    color: black;
    margin-bottom: 16px;
    font-size: 30px;
    font-weight: 700;
    padding: 20px 0px;
    border-top: 3px solid #808000;
    border-bottom: 3px solid #808000;
}
.parentmenubanner {
  position: relative;
}
.parentmenubanner {
    position: relative;
    background-color: #7e7a7ac7;
    height: 250px;
}
.menubanner h1 {
    font-size: 70px;
    font-family: "Quicksand", sans-serif;
    padding: 3%;
    top: 18%;
    left: 8%;
    background-color: #000000b4;
    display: inline-block;
    position: absolute;
}


span.label.vegan {
    background-color: rgba(85, 107, 47, 0.747);
    padding: 3px 15px;
}
.menu-section {
    padding: 33px 35px;
}
    .section-title {
      border-bottom: 3px solid #808000;
      display: inline-block;
      padding-bottom: 5px;
      margin-bottom: 30px;
    }
    .burger-title{
    font-weight: bold;
    margin-bottom: 10px;
    color: black;
    font-size: 19px;
}
    .price {
      float: right;
      font-weight: bold;
        color: #000000;
    }
    .burger-description {
      font-size: 0.9rem;
      color: #000000;
    }
    .double-price {
      font-size: 0.85rem;
      color: #000000;
    }
    .menu-item {
    margin-bottom: 40px;
    padding-right: 40px;
  
}
.me-3 {
    margin-right: 1rem !important;
    object-fit: cover;
    width: 25%;
    transition: transform 0.3s ease, filter 0.3s ease;
}

 
   

    /* .menu-section h3{
      border: 1px solid red;
      padding: 10px 0px ;
    
    } */


/* ................................... menu page styling end  ......................................  */


/* ......................... styling page contact us start ........................  */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Lato', sans-serif;
 
  color: #f0f0f0;
  overflow-x: hidden;
}

#contact {
  background: #FFFFFF;
  padding: 6rem 2rem;
  display: flex;
  justify-content: center;
}

.contact-box {
  max-width: 700px;
  background: #FFFFFF;
  padding: 3rem;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
  text-align: center;
}

.contact-box h2 {
  font-size: 2.5rem;
  color: #111;
  margin-bottom: 1rem;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.contact-box h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #808000;
  margin: 1rem auto 1.5rem;
  border-radius: 2px;
}

.contact-lead {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ccc;
  margin-bottom: 0.5rem;
}

.contact-box p {
  color: #aaa;
  font-size: 1rem;
  margin-bottom: 2rem;
}

.contact-button {
  display: inline-block;
  padding: 12px 28px;
  background-color: #3b82f6;
  color: white;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  transition: background-color 0.3s;
}

.contact-button:hover {
  background-color: #2563eb;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-item {
  position: relative;
}

.form-item input,
.form-item textarea {
  width: 100%;
  padding: 10px 6px;
  border: none;
  border-bottom: 2px solid black;
  background: transparent;
  font-size: 16px;
  outline: none;
  resize: none;
}

.form-item label {
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: grey;
  pointer-events: none;
  transition: all 0.3s ease;
}

.form-item:has(textarea) label {
  top: 75%;
}

.form-item input:focus + label,
.form-item textarea:focus + label,
.form-item input:not(:placeholder-shown) + label,
.form-item textarea:not(:placeholder-shown) + label {
  top: -10px;
  font-size: 12px;
  color: black;
}

.form-button {
  background-color: black;
  color: white;
  border: none;
  padding: 12px 0;
  border-radius: 20px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s;
}

.form-button:hover {
  background-color: #808000;
  color: white;
}

.form-button:active {
  background-color: #3270D3;
}
/* ......................... styling page contact us end ........................  */
 




/* ............... media queries start only .............. */
@media only screen and (min-width: 250px) and (max-width:519px) {
  .header{
      overflow: hidden;
     }
     .section{
      overflow: hidden;
     }
     .footer{
      overflow: hidden;
     }   
.lastsection {
    margin-bottom: 10px;
}
.footerlastrow p {
    font-weight: 600;
    font-size: 13px;
}
.headingFollowus p {
    font-size: 30px;
    font-weight: 700;
}
.aboutustext p {
    font-size: 16px;
    margin-top: 0px;
    font-weight: 400;
    line-height: 20px;
    text-align: justify;
}
.aboutustext {
    padding: 11% 14%;
}
.bannertext {
 top: 24%;
    left: 1%;
    padding: 50px 7px;
}
.bannersection {
    margin-top: 16px;
}
 .footericons ul {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    gap: 0px;
}
    .footericons ul {
        display: -webkit-box;
        padding: 0px 7px;
}
.list ul li {
    line-height: 24px;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 17px;
}
.bannertext2 p {
    margin: 40px 0px;
}
}

@media only screen and (min-width: 519px) and (max-width:767px) {

.header{
      overflow: hidden;
     }
     .section{
      overflow: hidden;
     }
     .footer{
      overflow: hidden;
     }
 .bannertext {
    top: 8%;
    left: 4%;
    padding: 0px 16px;
}
.navbar {
    align-items: baseline;
    justify-content: center;
}
.footericons i {
    padding: 3px;
    margin: 0px 3px;
    gap: 5px;
    color: rgba(141, 141, 141, 0.918);
    background: white;
    border-radius: 50px;
    font-size: 15px;
    /* border: 1px solid #fef7f7; */
}
.aboutustext p {
    font-size: 18px;
    margin-top: 0px;
    font-weight: 400;
    line-height: 18px;
    text-align: justify;
}

.bannersection {
    background-image: url(../images/bannerimg.avif);
    height: 820px;
    width: 100%;
    margin-top: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    position: relative;
}
.bannertext {
    background-color: rgba(39, 39, 39, 0.795);
    position: absolute;
    top: 7%;
    left: 0%;
    padding: 20px 69px;
}

.footericons ul {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    gap: 8px;
}
.btn1 a {
    font-size: 21px;
        justify-content: center;
}
.lastsection {
    margin-bottom: 27px;
}
.aboutustext {
    padding: 10% 22%;
}
.footericons ul li a {
    font-size: 17px;
}
.lastsection {
    margin-bottom: 10px;
}

}

@media only screen and (min-width: 768px) and (max-width:991px) {
.navbar {
    align-items: baseline;
    justify-content: center;
}
.aboutustext p {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-align: justify;
}
.aboutustext {
    padding: 17% 16%;
}
.lastsection {
    margin-bottom: 10px;
}
.footericons ul {
    gap: 30px;
}
.bannersection{
  margin-top: 20px;
}



}

@media only screen and (min-width: 992px) and (max-width:1024px) {
.lastsection {
    margin-bottom: 10px;
}

.aboutustext p {
    text-align: justify;
}
}

@media only screen and (min-width: 1025px) and (max-width:1199px) {
.lastsection {
    margin-bottom: 10px;
}
.footericons ul {
    gap: 30px;
}
.aboutustext p {
    text-align: justify;
}
}

@media only screen and (min-width: 1120px) and (max-width:1399px) {
 

.lastsection {
    margin-bottom: 10px;
}
.footericons ul {
    gap: 39px;
}
.aboutustext p {
    text-align: justify;
}
}

@media only screen and (min-width: 1400px) and (max-width:1599px) {
.lastsection {
    margin-bottom: 10px;
}
.footericons ul {
    gap: 39px;
}
.aboutustext p {
    text-align: justify;
}
}

/* ............... media queries start only .............. */