@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Cormorant+SC:wght@300;400;500;600;700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Great+Vibes&display=swap");
@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;
}
ol,
ul,
li {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

:root {
  --fontNav: "Cormorant SC", serif;
  --fontTitle: "Great Vibes", cursive;
  --fontHead: "Cinzel", serif;
  --fontMain: "Poppins", sans-serif;
  --fontWeight: 500;
  --fontWeightNum: 650;
  --headColor: #181616;
  --BlackColor: #03081f;
  --mainColor: #f5e5e5;
  --secColor: #fc8a06;
}

/***** Navbar Section *****/
.nav-container .logo img {
  width: 120px;
  height: 120px;
}
.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-container .right-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.nav-container .right-container .list-item ul {
  display: flex;
  justify-content: center;
  gap: 3rem;
  align-items: center;
}

.nav-container .right-container .list-item ul li {
  list-style: none;
  /* color: var(--mainColor); */
}

.nav-container .right-container .list-item ul li a {
  list-style: none;
  text-decoration: none;
  color: var(--mainColor);
  font-family: var(--fontMain);
  &:hover {
    color: var(--BlackColor);
    background: var(--secColor);
    border: 2px solid var(--secColor);
    border-radius: 2rem;
    padding: 0rem 2rem;
  }
}

.right-container .login-btn Button {
  background: #03081f;
  border: 2px solid var(--BlackColor);
  border-radius: 20px;
  padding: 5px 20px;
}
.right-container .login-btn Button a {
  text-decoration: none;
  color: var(--mainColor);
}

.btn-cart {
  background-color: transparent;
  border: none;
  color: #fff;
}

/* ! Resp NavBar */

/**!  media query */
@media only screen and (max-width: 850px) {
  .nav-container {
    display: none !important;
  }
  .res-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media only screen and (min-width: 850px) {
  .res-nav {
    display: none !important;
  }
}

.res-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.res-nav .nav-logo {
  width: 120px;
  height: 120px;
}

.offcanvas .offcanvas-body ul li {
  list-style: none;
}

.offcanvas .offcanvas-body ul li a {
  text-decoration: none;
  list-style: none;
  text-decoration: none;
  color: var(--mainColor);
  font-family: var(--fontMain);
  &:hover {
    color: var(--BlackColor);
    background: var(--secColor);
    border: 2px solid var(--secColor);
    border-radius: 2rem;
    padding: 0rem 2rem;
  }
}

.offcanvas .offcanvas-body ul li button {
  background: #03081f;
  border: 2px solid var(--BlackColor);
  border-radius: 20px;
  padding: 5px 20px;
  /* color: var(--mainColor); */
}
.resNavItem Button a {
  text-decoration: none;
  /* color: var(--mainColor); */
}

/* ! Resp NavBar */

/***** End Navbar Section *****/

/***** main Section *****/
/***** hero Section *****/
main .hero-Section {
  background: url(/MidTown_img/heroSectn.png) no-repeat center center;
  background-size: cover;
  border-radius: 10px;
  padding: 20px 30px;
  color: var(--BlackColor);
  font-family: var(--fontMain);
}

.hero-Section .hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}

.hero-content .hero-text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex: 1;
  min-width: 280px;
}

.hero-Section .hero-heading {
  color: var(--BlackColor);
  font-weight: bold;
}

.hero-heading h1 {
  font-size: 2.5rem;
  line-height: 1.2;
}

.hero-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-btn .herobtn {
  background: transparent;
  padding: 10px 25px;
  border-radius: 40px;
  color: var(--BlackColor);
  border: 2px solid var(--BlackColor);
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
}

.hero-img {
  position: relative;
  flex: 1;
  text-align: center;
}

.hero-img img {
  max-width: 100%;
  height: auto;
}

.hero-img .side-img {
  position: absolute;
  top: 60%;
  left: 0;
  transform: translate(-50%, -50%);
}

.bottom-text {
  margin-top: 1rem;
}

.bottom-text .text-head {
  position: relative;
  left: 0;
  top: 0;
  font-family: var(--fontMain);
}

.bottom-text .text-head span {
  background-color: var(--secColor);
  color: var(--mainColor);
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 0px 10px 10px 0px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
}

/* Responsive styles */
@media (max-width: 768px) {
  .hero-Section {
    padding: 20px 15px;
    text-align: center;
  }

  .hero-Section .hero-content {
    flex-direction: column;
    align-items: center;
  }

  .hero-heading h1 {
    font-size: 2rem;
  }

  .hero-img .side-img {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-top: 1rem;
    width: 120px;
  }

  .hero-btn {
    justify-content: center;
  }

  .bottom-text .text-head span {
    font-size: 0.85rem;
    padding: 8px 20px;
  }
}
/***** End hero Section *****/

/***** menu Section *****/
.menu-section .menu-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 60px;
}

.menu-heading .menu-head span {
  color: var(--mainColor);
  font-family: var(--fontMain);
  font-size: 1.5rem;
  font-weight: 600;
}

.menu-content .srch-btn button {
  background: transparent;
  border: 1px solid var(--mainColor);
  color: var(--secColor);
  padding: 0.4rem 1.5rem;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
}

/* Category menu list */
.specialMenu-Item .specialmenu-item ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  background: var(--secColor);
  padding: 1.5rem 1rem;
  margin-top: 2rem;
}

.specialMenu-Item .specialmenu-item ul a {
  text-decoration: none;
  color: var(--mainColor);
  font-family: var(--fontMain);
  font-weight: bold;
  transition: 0.3s ease;
}

.specialMenu-Item .specialmenu-item ul a:hover {
  background: var(--BlackColor);
  color: var(--mainColor);
  border: 2px solid var(--mainColor);
  border-radius: 80px;
  padding: 6px 19px;
}

.menu-img-content {
  position: relative;
}

.menu-img-content .menu-img img {
  filter: brightness(50%);
  border-radius: 10px;
  width: 100%;
}

.menu-img-section .text-try {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.menu-left-add {
  position: absolute;
  background-color: var(--mainColor);
  bottom: 1rem;
  right: 1rem;
  padding: 0.7rem;
  border-radius: 10px 0px 10px;
  cursor: pointer;
}

.menu-img-txt {
  position: absolute;
  bottom: 3.5rem;
  left: 1rem;
  text-align: left;
}

.menu-img-txt .head-menu {
  color: var(--secColor);
  font-weight: bold;
  font-family: var(--fontMain);
}

.menu-img-txt p {
  color: var(--mainColor);
  font-weight: bold;
  font-size: 1.1rem;
  font-family: var(--fontMain);
}

@media (max-width: 768px) {
  .menu-img-txt {
    bottom: 2.5rem;
    left: 1rem;
  }

  .menu-left-add {
    bottom: 0.7rem;
    right: 0.7rem;
    padding: 0.5rem;
  }

  .menu-heading .menu-head span {
    font-size: 1.2rem;
  }

  .menu-content .srch-btn button {
    padding: 0.3rem 1rem;
    font-size: 0.85rem;
  }
}

/* Special-menu item */
/***** End menu Section *****/

/* Start veg section  */
.veg-head {
  font-family: var(--fontMain);
  color: var(--secColor);
}
.veg-container {
  border: 2px solid #fff;
  background-color: var(--mainColor);
  border-radius: 10px;
}
.veg-title {
  color: black;
  font-family: var(--fontMain);
  font-size: 1rem;
}
.veg-dec .veg-par {
  color: black;
  font-size: 8px;
  font-family: var(--fontMain);
}

.veg-content {
  padding: 1rem 1rem;
}

.veg-rate {
  color: black;
  font-size: 1.4rem;
  font-family: var(--fontMain);
}
.veg-main-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.add-icon {
  background-color: #fff;
  position: relative;
  left: 85%;
  bottom: 2.4rem;
  padding: 1rem;
  border-radius: 10px 0px 10px;
  cursor: pointer;
}

/* End Veg section */
/* start delivery-info */
.delivery-headtext {
  color: #03081f;
  font-family: var(--fontMain);
}
.delivery-headtext-1 {
  color: var(--mainColor);
}
.delivery-context {
  background-color: #fff;
  padding: 30px 30px;
}
.delivery-text {
  font-size: 20px;
}
.delivery-context-1 {
  background-color: #03081f;
  padding: 30px 30px;
}
.delivery-week {
  color: var(--BlackColor);
  font-family: var(--fontMain);
  font-weight: bold;
}
.delivery-week-1 {
  color: var(--mainColor);
  font-family: var(--fontMain);
  font-weight: bold;
}

.delivery-time-1 {
  color: var(--mainColor);
}
.delivery-num {
  font-size: 27px;
  font-weight: bold;
}
.delivery-border {
  border-radius: 10px 0px 0px 10px;
  border: none;
}

.delivery-border-1 {
  border-radius: 0px 10px 10px 0px;
  border: none;
}
/* end delivery-info */

/* Start map section */
.map-container {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 1rem;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.info-card {
  position: absolute;
  top: 171px;
  left: 195px;
  background-color: #060720cc;
  color: white;
  padding: 2.5rem;
  border-radius: 1rem;
  max-width: 300px;
  z-index: 10;
}

.info-card a {
  color: #ffc107;
  text-decoration: none;
}

.info-card a:hover {
  text-decoration: underline;
}

.map-label-img {
  position: absolute;
  top: 52%;
  left: 60%;
  transform: translate(-50%, -100%);
  z-index: 11;
  width: 130px;
}

/* Responsive adjustments */
@media (max-width: 576px) {
  .map-container {
    height: 400px;
  }

  .info-card {
    top: 10px;
    left: 10px;
    padding: 1rem;
    max-width: 90%;
  }

  .map-label-img {
    top: 55%;
    left: 55%;
    width: 100px;
  }
}
/* End map section */

/* Start carsoul section */
.carousel-wrapper {
  position: relative;
  padding: 2rem 0;
}

.carousel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.carousel-arrow {
  background-color: #ff8c00;
  color: #000;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease;
}

.carousel-arrow:hover {
  background-color: #e67e00;
}
.carsoul-customer {
  background-color: #d9d9d9;
}
#reviewCarousel {
  overflow-x: auto;
  display: flex;
  scroll-behavior: smooth;
  gap: 1rem;
  padding-bottom: 1rem;
}

.review-card {
  min-width: 320px;
  max-width: 320px;
  flex: 0 0 auto;
  background: white;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/* End carsoul section */

/***** End main Section *****/

/* Start footer section */
footer {
  background-color: #616161 !important;
}
/* End footer section */
