* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
.Hero-Section {
  background-image: url(../assets/images/HomePageImage/HeroSectionBg.png);
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 160px;
}
.Hero-Section .HeroMainDiv {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
.Hero-Section .BestFoodHeading {
  font-size: 3.5rem;
  font-family: "Inknut Antiqua", serif;
}
.Hero-Section .Hero-msg {
  font-size: 1.4rem;
}
.HeroMainDiv .Hero-btn-div {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.Hero-btn-div .Bookbtn {
  padding: 15px 30px;
  font-weight: 600;
  background-color: #ad343e;
  color: white;
  border: none;
}
.Hero-btn-div .Explorebtn {
  padding: 15px 30px;
  border: 2px solid black;
  background-color: white;
  font-weight: 600;
}
.OurMenu-Section {
  padding: 80px 0px;
}
.OurMenu-Section .icon-Div {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f2f3f0;
}
.OurMenu-Section .icon-Div i {
  font-size: 3rem;
}
.OurMenu-Section .card-btn {
  border: none;
  color: red;
}
.WeProvide-section {
  padding: 80px 0px;
  background-color: #f9f9f7;
  z-index: 5;
}
.WeProvide-section .cm-vtUs {
  width: 350px;
  background-color: #474747;
  color: white;
  border-radius: 7px;
}
.WeProvide-section .weProvide-Right-div {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  height: 100%;
  gap: 20px;
}
.weProvide-Right-div .weProvideHeading {
  font-family: "Inknut Antiqua", serif;
  font-size: 2.3rem;
}
.weProvide-Right-div .WeProvideFirstPara {
  font-size: 1rem;
}
.weProvide-Right-div .WeProvideSecondPara {
  font-size: 0.9rem;
  font-weight: 300;
}
.Service-Section {
  background-color: white;
  padding: 100px 0px;
}
.Service-Section .Service-Heading {
  font-size: 2.2rem;
  font-family: "Inknut Antiqua", serif;
}
.Service-Section .ServiceCard {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.Service-Section .ServiceCard .ServiceCard-Heading {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0;
}
.Service-Section .ServiceCard .ServiceCard-Para {
  font-size: 0.9rem;
  margin-bottom: 0;
  font-weight: 300;
}
/* Here is Start My Delivery Section */
.Delivery-Section {
  padding: 100px 0px;
  background-color: #f9f9f7;
}
.Delivery-Section .Delivery-MainDiv .icon-para-Div {
  display: flex;
  align-items: center;
  gap: 10px;
  /* margin-bottom: 15px; */
}
.Delivery-Section .Delivery-MainDiv .icon-para-Div .icon-div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ad343e;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.2rem;
}
.Delivery-MainDiv .Delivery-Heading {
  font-size: 3rem;
  font-family: "Inknut Antiqua", serif;
}
.Delivery-MainDiv .Delivery-Para {
  font-size: 0.9rem;
}
.CustmerSay-Section {
  width: 100%;
  padding: 100px 0px;
}

.CustmerSay-Section .CustmerSay {
  font-size: 2.2rem;
  font-family: "Inknut Antiqua", serif;
}
.CustmerSay-Section .Custmer-Card {
  background-color: #f9f9f7;
  border-radius: 12px;
}
/* Here is start My BlogArticle-Section  */
.BlogArticle-Section {
  background-color: #f9f9f7;
  padding: 100px 0px;
}
.BlogArticle-Section .Blog-heading{
  font-size: 2rem;
  font-family: "Inknut Antiqua", serif;

}
.BlogArticle-Section .blog-para1 {
  font-size: 0.8rem;
  color: gray;
}
.BlogArticle-Section .blog-para2 {
  font-size: 1.1rem;
  font-weight: 600;
}
.BlogArticle-Section .blog-para3 {
  font-size: 0.9rem;
}
.BlogArticle-Section .blogCrad-img-dt{
  font-size: 0.8rem;
  color: gray;
}
.BlogArticle-Section .blogCrad-img-para{
  font-size: 1.1rem;
  
}

@media screen and (max-width: 600px) {
  .HeroMainDiv .Hero-btn-div {
    flex-direction: column;
  }
  .Hero-Section {
    margin-top: 100px;
  }
  .WeProvide-section .cm-vtUs {
    display: none;
  }
  .Delivery-Section .Delivery-MainDiv .Mob-Delivery-Hide {
    display: none;
  }
  .Delivery-MainDiv .Delivery-Heading {
    margin-top: 20px;
  }
}
