* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  font-family: sans-serif, Helvetica, Arial;
  overflow-x: hidden;
}

a {
  /* background-color: transparent; */
  text-decoration: none;
  color: #fff;
}
a:visited {
  text-decoration: none;
  /* color: #fff; */
}

.container {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  width: 100vw;
  overflow: hidden;
  min-height: 100vh;
  /* padding-bottom: calc(100vh - 96vh); */
}

li {
  text-decoration: none;
  list-style-type: none;
  color: #fff;
}
.header {
  width: 100vw;
  /* position: absolute; */
  width: 100%;
  background: linear-gradient(91.94deg, #fe6d0b 42.03%, #ff7f0f 56.95%);
}

nav ul {
  display: flex;
  padding: 8px 12px;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.nav-mobile {
  margin: 16px;
  cursor: pointer;
  pointer-events: bounding-box;
  width: fit-content;
  display: none;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-right: calc(100% - 60%);
  transition: all 0.4s ease-in-out;
}

.close-icon {
  display: none;
  cursor: pointer;
  max-height: 24px;
  max-width: 24px;
  position: absolute;
  right: 40px;
  top: 50px;
}

.hamburger {
  display: none;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  z-index: 1;
}

.nav-mobile-container {
  display: none;
  background: linear-gradient(91.94deg, #fe6d0b 42.03%, #ff7f0f 56.95%);
}

.nav-mobile-container > ul > li {
  padding: 16px;
}

@media screen and (max-width: 500px) {
  .header {
    display: flex;
  }
  nav ul {
    display: none;
  }

  .nav-mobile {
    display: flex;
  }
  .hamburger {
    display: block;
  }
}
.bg {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

img.banner {
  width: 100%;
}

@media screen and (max-width: 600px) {
  img.banner {
    width: auto;
    height: 50vh;
  }
}
.bg-text {
  position: absolute;
  /* transform: translate(50%, -50%); */
  text-align: center;
  font-size: 36px;
  color: #fff;
  font-style: italic;
  text-transform: capitalize;
  font-weight: 400;
}

.section-header {
  text-align: center;
  margin: 12px 0;
  color: #fe6d0b;
  font-style: italic;
  font-size: 26px;
}
button {
  background: none;
  outline: none;
  border: none;
  color: #fff;
}

.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-green,
.bg-orange {
  padding: 12px 20px;
  margin: 8px;
  font-size: 16px;
}

.bg-green {
  background: rgba(34, 152, 50, 0.9);
  /* backdrop-filter: blur(10px); */
}

.bg-orange {
  background: rgba(254, 109, 11, 0.9);
}

.round {
  border-radius: 50px;
}

.visit {
  display: grid;
  width: 100%;
  margin: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  padding: 32px 64px;
  gap: 16px;
  max-width: 1200px;
}

@media screen and (max-width: 400px) {
  .visit {
    padding: 0px;
  }
}

.speciality {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.visit-button {
  min-height: 240px;
  margin: 8px;
  border: 0.05px solid #fe6d0b;
  border-radius: 16px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.visit-text {
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-style: italic;
  text-transform: capitalize;
  font-weight: 400;
  backdrop-filter: blur(1px);
}
button.project-infra {
  margin: 0;
  text-align: center;
}
.project-infra {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  justify-content: center;
}

.visit-button::before {
  content: "";
  /* background-attachment: fixed; */
  /* opacity: 0.19; */
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 16px;
}

.karama {
  background-size: cover;
  background-image: url("img/karama.png");
}

.academic {
  background-size: cover;
  background-image: url("img/academic.png");
}
.discovery {
  background-size: cover;
  background-image: url("img/discovery.png");
}

.thali {
  background-size: 220px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("img/thali.png");
}
.thepla {
  background-size: 220px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("img/thepla.png");
}
.vada {
  background-size: 220px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("img/vada.png");
}
.dahi {
  background-size: 220px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("img/dahi.png");
}
.samosa {
  background-size: 220px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("img/samosa.png");
}
.khandvi {
  background-size: 220px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("img/Khandvi.png");
}

/* .project-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
} */

.project-list {
  display: flex;
  margin: 0 auto;
  max-width: 1400px;
}

.project-list > .div {
  width: 30vw;
}

@media screen and (max-width: 900px) {
  .project-list > .div {
    width: 100vw;
  }
}
.projects {
  min-height: 200px;
  margin: 8px;
  /* border: 0.05px solid #616161; */
  border-radius: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.projects > .bg-text {
  text-transform: none;
}

.projects > .bg-text > h3 {
  font-size: 24px;
  margin: 12px 0;
}
.projects > .bg-text > p {
  font-size: 16px;
  margin: 12px 0;
  backdrop-filter: blur(2px);
}

.catering {
  flex: 1;
  width: 100%;
  max-height: 450px;
}
@media screen and (max-width: 900px) {
  .project-list {
    display: block;
  }
  .catering {
    max-height: 220px;
    width: auto;
  }
}
@media screen and (max-width: 400px) {
  .catering {
    max-height: auto;
    width: auto;
  }
}

.cards {
  border: 0.11px solid #fff;
  padding: 12px;
  border-radius: 8px;
  background: #fafafa;
  position: relative;
}

.cards > p {
  line-height: 1.4;
  padding: 12px 0px;
  margin-bottom: 36px;
}

.reviewer {
  position: absolute;
  bottom: 0px;
  margin: 24px 0px;
  font-weight: 700;
}

.footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px;
  background: linear-gradient(91.94deg, #fe6d0b 42.03%, #ff7f0f 56.95%);
  position: relative;
}

.branches {
  display: flex;
  justify-content: space-around;
  padding: 12px;
  color: #fff0e7;
  width: 100%;
  align-items: center;
  max-width: 1000px;
  flex-wrap: wrap;
}

@media screen and (max-width: 500px) {
  .branches {
    padding: 0px;
  }
}
.ordering {
  margin: 12px 0px 36px 0px;
  border-bottom: 1px solid #fff0e7;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
}
.ordering > a > img {
  max-width: 140px;
}

.copyright {
  color: #fff0e7;
  position: absolute;
  bottom: 0px;
  padding: 12px;
}

/* contact us page */
.contact-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
}

.branch-contact {
  padding: 32px;
  text-align: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
}

.branch-contact > h3 {
  font-size: 24px;
}
.branch-contact > p {
  font-family: sans-serif;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.71px;
}

/*  */

/* menu */
.menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 32px;
  margin: 0 auto;
  grid-gap: 8px;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
}

.menu > img {
  max-width: 500px;
  max-height: 800px;
  width: 100%;
  
  object-fit: contain;
}

@media screen and (max-width: 900px) {
  .menu {
    display: flex;
    flex-wrap: wrap;
  }
}
/*  */

/* browser roles start*/
::selection {
  background: #fff;
  color: #ff7f0f;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #555;
}
::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}

.map-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 aspect ratio (height:width) */
    margin-top: 20px;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ordering.noborder {
border-bottom: none;
margin-bottom: 0; }
* {
    margin: 2px;
    padding: 0;
    box-sizing: border-box;
}