#home-page-header {
  background-image: radial-gradient(circle farthest-corner at center, #ffd300 20%, #ddb02f);
}

.home-header {
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
  overflow: hidden;
}

.home-header .content {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9999;
}

.home-header .content #mobile-kabab {
  position: absolute;
  left: 400px;
}

.home-header .content #mobile-kabab #mobile {
  width: 250px;
}

.home-header .kebab {
  position: absolute;
  top: 0;
  display: none;
}

.home-header .content #mobile-kabab .kebab#kebab4 {
  height: 70%;
  left: 100%;
  transform: translateX(-30%);
  top: 30%;
  display: block;
}

.home-header #kebab1 {
  display: block;
  width: 100px;
  top: -30px;
  left: calc(3rem + 50px);
}

@media screen and (max-width: 1160px) {
  .home-header #kebab1 {
    left: 10%;
  }
}

.home-header #kebab2 {
  display: block;
  width: 70px;
  top: 80px;
  left: calc(3rem + 250px);
}

@media screen and (max-width: 1160px) {
  .home-header #kebab2 {
    left: 45%;
  }
}

.home-header #kebab3 {
  display: block;
  width: 50px;
  top: 20px;
  left: calc(3rem + 350px);
}

@media screen and (max-width: 1160px) {
  .home-header #kebab3 {
    left: 70%;
  }
}

.home-header #kebab5 {
  display: block;
  width: 60px;
  top: 80px;
  left: calc(3rem + 700px);
}

@media screen and (max-width: 1160px) {
  .home-header #kebab5 {
    top: 92%;
    left: 10%;
  }
}

.home-header #kebab6 {
  display: block;
  width: 70px;
  top: 40px;
  left: calc(3rem + 850px);
}

@media screen and (max-width: 1160px) {
  .home-header #kebab6 {
    top: 85%;
    left: 45%;
  }
}

.home-header #kebab7 {
  display: block;
  width: 200px;
  top: 40%;
  left: calc(3rem + 900px);
}

@media screen and (max-width: 1160px) {
  .home-header #kebab7 {
    width: 100px;
    top: 90%;
    left: 70%;
  }
}

.about-section {
  padding: 50px 0;
}

.about-images {
  margin-top: 80px;
}

.about-images .about-1 {
  width: 300px;
  height: auto;
  z-index: 999;
}

.about-images .about-2 {
  width: 200px;
  height: auto;
  transform: translate(-30%, -30%);
}

.restaurants-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.restaurants-section .restaurants-grid .restaurant-logo {
  width: 200px;
  height: 200px;
  border-radius: 20px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 400px) {
  .restaurants-section .restaurants-grid .restaurant-logo {
    width: 140px;
    height: 140px;
  }
}

.restaurants-section .restaurants-grid .restaurant-logo.logo-start {
  margin-right: 40px;
}

@media screen and (min-width: 401px) {
  .restaurants-section .restaurants-grid .restaurant-logo.small-logo {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 400px) {
  .restaurants-section .restaurants-grid .restaurant-logo.small-logo {
    width: 70px;
    height: 70px;
  }
}

#app {
  padding-top: 50px;
}

.download-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.download-links .download-img {
  max-width: 50%;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .download-links .download-img {
    max-width: 30%;
  }
}

@media screen and (min-width: 768px) {
  .download-links .download-img {
    width: 150px;
    max-width: 40%;
  }
}

#applestore {
  margin-right: 20px;
}

.download-app-btn {
  padding: 10px 0;
  border-radius: 25px;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .download-app-btn {
    max-width: calc(60% + 20px);
  }
}

@media screen and (min-width: 768px) {
  .download-app-btn {
    width: 320px;
  }
}

#partner-up {
  padding-top: 70px;
  padding-bottom: 70px;
}

#partner-up .partner-up-container {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  margin: 0 auto;
}

@media screen and (min-width: 767px) {
  #partner-up .partner-up-container {
    max-width: 80%;
  }
}

.partner-up-form input,
.partner-up-form textarea {
  border: 1px solid #0019cb;
}

#contact {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (min-width: 600px) and (max-width: 992px) {
  .location-img {
    max-width: 550px;
  }
}

@media (max-width: 767px) {
  .home-header .content {
    display: block;
  }

  .home-header .content #mobile-kabab {
    position: relative;
    left: unset;
    width: 100%;
    text-align: center;
  }

  .home-header .content #mobile-kabab .kebab#kebab4 {
    position: absolute;
    top: unset;
    bottom: 0;
    width: auto;
    height: 60%;
    left: 70%;
  }

  .titles {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

@media (max-width: 500px) {
  .about-images .about-1 {
    width: 70%;
  }

  .about-images .about-2 {
    width: 30%;
    transform: translate(-40%, -30%);
  }
}

/*# sourceMappingURL=index.css.map */