*{
    margin: 0px;
    padding: 0px;
}
body{
    overflow-x: hidden;
}
html{
    scroll-behavior: smooth;
}
@font-face {
    font-family: Cabin;
    src: url("Fonts/Cabin/Cabin-VariableFont_wdth\,wght.ttf");
    font-weight: 400;
 }  
 @font-face {
    font-family: DMSans;
    src: url("Fonts/DM_Sans/DMSans-VariableFont_opsz\,wght.ttf");
    font-weight: 300;
 }  
 @font-face {
    font-family: Poppins;
    src: url("Fonts/Poppins/Poppins-Medium.ttf");
    font-weight: 300;
 }  
.nav-bg {
    background-color: rgb(17, 16, 16);
    padding: 10px 0;
  }
  
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    color: white;
    position: relative;
    z-index: 10;
  }
  #myLogo {
    font-family: Cambria, Georgia, serif;
    font-size: 24px;
    color: white;
  }
  .navItems {
    display: flex;
    gap: 20px;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .navItems a {
    text-decoration: none;
    color: gray;
    font-size: 16px;
    transition: color 0.3s;
  }
  
  .navItems a:hover {
    color: white;
  }
  
  .navItems button {
    background-color: rgb(238, 189, 99);
    border: none;
    border-radius: 8px;
    padding: 8px 15px;
    font-size: 14px;
    color: black;
    cursor: pointer;
    transition: background-color 0.3s, font-weight 0.3s;
  }
  
  .navItems button:hover {
    background-color: rgb(255, 204, 102);
    font-weight: bold;
  }
  
  /* Hamburger Menu */
  .hamburger {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    z-index: 20;
  }  

.bgImage{
    background-image: url("Images/Home-Image.jpg");
    background-size: cover;
    width: 100%;
    height: 600px;
    background-color: black;
    background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.5)) , url("Images/Home-Image.jpg");
}
.tagline{
    color: white;
    position: relative;
    font-size: 50px;
    font-family: Poppins;
    padding: 100px 0px 0px 50px;
}
.para{
    color: whitesmoke;
    position: relative;
    font-size: 20px;
    padding: 20px 0px 0px 60px;
    font-family: DMSans;
}
 .buttons{
    position: relative;
    padding: 50px 0px 0px 40px;
} 
.buttons button{
    margin-left: 50px;
    padding: 10px 35px 10px 35px;
    border-radius: 25px;
    font-size: 20px;
    border: 1px solid black;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.buttons button:hover{
    background-color: rgb(238, 189, 99);
}
.heading{
    text-align: center;
    font-size: 50px;
    padding-top: 50px;
    margin-top: 50px;
    font-family: Cabin;
}
.Paragraph{
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
    font-family: DMSans;
}
.line{
    position: relative;
    border: 2px solid orange;
    width: 3%;
    height: 0.1px;
    margin-left: 48.5%;
    margin-top: 20px;
}
.aboutImage{
    background-image: url("Images/aboutImage.jpg");
    background-size: cover;
    position: relative;
    margin-left: 50px;
    width: 350px;
    height: 350px;
}
.Section{
    display: flex;
    justify-content: space-evenly;
    margin-top: 100px;
}
.aboutHead2{
    position: relative;
    font-size: 40px;
    margin-top: 40px;
    font-family: Arial, Helvetica, sans-serif;
} 
.aboutPara2{
    position: relative;
    font-size: 18px;
    margin-top: 30px;
    font-family: DMSans;
}
.SectionPara button{
    margin: 50px 0px 0px 10px;
    padding: 10px 35px 10px 35px;
    border-radius: 25px;
    font-size: 20px;
    border: 1px solid black;
    background-color: rgb(238, 189, 99);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.SectionPara button:hover{
    border: 2px solid black;
}
.menuSec{
     display: flex;
     flex-direction: row;
     justify-content: space-evenly;
}
.menu img{
    margin-top: 80px;
    background-size: cover;
    width: 100%;
    height: 230px;
    border-radius: 18px;
}
.menu p{
    font-size: 22px;
    margin: 10px 0px 0px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-family: DMSans;
    font-weight: 50px;
}
.price{
   font-size: 30px;
   margin: 15px 0px 0px 10px;
   color: rgb(252, 114, 2);
   font-weight: bold;
   font-family: Cabin;
}
.serves{
    font-size: 15px;
    margin: 10px 0px 0px 10px;
}
.menu button{
    margin: 17px 0px 0px 10px;
    padding: 8px 30px 8px 30px;
    font-size: 20px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    background-color:rgb(238, 189, 99);
    border-radius: 25px;
    border: 1px solid black;
}
.menu button:hover{
    border: 2px solid black;
}
.faqSection{
    display: flex;
    justify-content: space-evenly;
}
.ques{
    font-family: Poppins;
    font-size: 20px;
    margin-top: 50px;
}
.faqDiv p{
    margin-bottom: 40px;
    font-family: DMSans;
}
.contactBg{
    width: 70%;
    height: 600px;
    margin-left: 15%;
    background-image: url("Images/Background.jpg");
    background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.5)) , url("Images/Background.jpg");
    background-size: cover;
    margin-bottom: 50px;
}
.contactSection{
    display: flex;
    justify-content: space-evenly;
}
.contactMainHead{
    color: white;
}
.contactHead{
    font-size: 30px;
    color: white;
    margin:50px 0px 80px 0px;
    font-family: Poppins;
}
.contactDiv input{
    padding:10px 20px 10px 20px;
    margin-bottom: 20px;
    font-size: 15px;
     
}
.contactDiv input:hover{
    background-color: rgb(206, 206, 206);
}
.contactDiv button{
     padding: 5px 20px 5px 20px;
     font-size: 20px;
     font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
     margin-top: 20px;
     background-color: rgb(238, 189, 99);
}
.contactDiv button:hover{
    border: 2px solid black;
}
.contactDiv p{
    position: relative;
    color: white;
    font-size: 22px;
    left: 22px;
    bottom: 27px;
    font-family: DMSans;
}
.icon{
    position: relative;
    color: rgb(255, 168, 7);
    right: 30px;
}
.fa-arrow-up{
    margin-left: 94%;
    margin-bottom: 40px;
    border: 2px solid black;
    padding: 8px 15px 8px 15px;
    border-radius: 50%;
    position: sticky;
 }
 .arrow a{
     color: black;
     text-decoration: none;
 }
 .arrow a:visited{
     color: black;
 }
footer{
    background-color: black;
    height: 120px;
    padding-top: 20px;
}
.socialIcons{
    display: flex;
    justify-content: space-evenly;
    width: 50%;
    margin-left: 24%;
}
.socialIcons a{
    color: white;
    text-decoration: none;
}
.socialIcons a:visited{
    color: white;
}
footer p{
    color: white;
    margin-top: 50px;
    text-align: center;
    font-family: DMSans;
}

@media(max-width: 850px) {
    html{
        overflow-x: hidden;
    }
    #myLogo{
        font-size: 25px;
    }
    .bgImage{
        width: auto;
        height: 650px;
    }
    .tagline{
        font-size: 33px;
        text-align: center;
        padding: 0px;
        padding-top: 130px;
    }
    .para{
        text-align: center;
        font-size: 18px;
        padding: 0px;
        padding-top: 20px;
    }
    .buttons{
       display: flex;
       justify-content: center;
       padding: 0px;
       margin-top: 30px;
    } 
    .buttons button{
        margin: 0px;
        padding: 10px 35px 10px 35px;
        border-radius: 25px;
        font-size: 15px;
    }
    .heading{
        font-size: 33px;
        padding-top: 50px;
        margin-top: 50px;
        font-family: Cabin;
    }
    .Paragraph{
        margin-top: 20px;
        font-size: 16px;
        line-height: 20px;
    }
    .Section{
        display: contents;
        margin-top: 100px;
        text-align: center;
    }
    .aboutImage{
        margin: auto;
        margin-top: 40px;
    }
    .aboutHead2{
        position: relative;
        font-size: 30px;
        margin-top: 70px;
    } 
    .aboutPara2{
        font-size: 15px;
        text-align: center;
        margin-top: 30px;
        font-family: DMSans;
    }
    .SectionPara button{
        font-size: 15px;
        border: 1px solid black;
    }
   .faqSection{
        display: inline;
        margin: 0px;
        text-align: justify;
   }
   .ques{
        font-size: 18px;
        margin-left: 10px;
   }
   .faqDiv p{
        margin-bottom: 40px;
        font-size: 15px;
        margin-left: 10px;
   }
   .contactBg{
    width: auto;
    height: 900px;
    margin: 0px;
    background-image: none;
    background-color: black;
    margin-bottom: 50px;
  }
   .contactSection{
    display: inline;
    position: relative;
    left: 40px;
  }
  .contactHead{
    font-size: 25px;
    color: white;
    margin: 70px 0px 20px 0px;
    font-family: Poppins;
}
.contactDiv input{
    padding:10px 20px 10px 20px;
    justify-items: left;
    margin: 0px 20% 20px 0px;
    width: 70%;
    font-size: 15px;
  
}
.contactDiv p{
    position: relative;
    color: white;
    font-size: 15px;
    left: 70px;
    bottom: 27px;
    font-family: DMSans;
}
.icon{
    position: relative;
    color: rgb(255, 168, 7);
    left: 20px;
    background-size: 20px;
}
 }

 @media(max-width: 1050px){
    .menuSec{
        display: inline;
        text-align: center;
   }
   .menu img{
       margin-top: 80px;
       background-size: cover;
       width: auto;
       height: 230px;
   }
   .menu p{
       font-size: 22px;
       margin: 10px 0px 0px 10px;
       font-family: Arial, Helvetica, sans-serif;
       font-family: DMSans;
       font-weight: 50px;
   }
 }
 @media (max-width: 768px) {
    .navItems {
      display: none;
      flex-direction: column;
      background-color: rgb(17, 16, 16); /* Dropdown background */
      position: absolute;
      top: 50px; /* Adjust to match navbar height */
      right: 20px;
      width: 200px;
      border-radius: 8px;
      z-index: 15;
    }
  
    .navItems.show {
      display: flex; /* Show menu when toggled */
    }
  
    .hamburger {
      display: block; /* Show hamburger menu */
    }
  }
  
  /* Styles for Large Screens (above 768px) */
  @media (min-width: 769px) {
    .navItems {
      display: flex; /* Ensure nav items are always visible */
      flex-direction: row;
      position: static; /* Reset position */
      background: none; /* Remove dropdown background */
      z-index: auto;
    }
  
    .hamburger {
      display: none; /* Hide hamburger menu on large screens */
    }
  }