.hero-section {
  width: 100%;
  height: fit-content;
  font-size: 0;
}

.hero-section video {
  width: 100%;
  height: auto;
  font-size: 0;
}

/* .store-card-section  {
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: x-large;
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.957), rgba(0, 0, 0, 0.1)),  url("/img/background_img.jpg");
    background-size: cover;

} */

.store-card-section {
  display: flex;
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.957),
      rgba(0, 0, 0, 0.1)
    ),
    url("/img/background_img.jpg");
  background-size: cover;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: x-large;
  align-items: center;
  width: 100%;
}

.store-card-section .store-card-section-content .store-card-section-content-p {
  flex: 1;
  text-align: center;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: xx-large;
  font-weight: 600;
}

.store-card-section .store-card-section-image {
  width: 50%;
  padding: 65px;
}

.store-card-section .store-card-section-image img {
  border: 1px solid black;
  border-radius: 25px;
}

.store-card-section .store-card-section-bullet-points {
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding-top: 20px;
  font-size: xx-large;
  color: rgb(0, 0, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(2, 204, 255);
}

.store-card-section .store-card-section-bullet-points svg {
  margin-right: 5px;
}

.all-stores-section {
  padding: 5px;
  display: flex;
  text-align: center;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  background-image: linear-gradient(
      to top,
      rgba(255, 255, 255, 0.957),
      rgba(0, 0, 0, 0.1)
    ),
    url("/img/background_img.jpg");
}

.all-stores-section-cards {
  display: grid;
  text-align: center;
  grid-auto-flow: column;
  grid-auto-columns: 23%;
  grid-column-gap: 60px;
  width: 100%;
  padding: 15px;
  justify-content: space-between;
  white-space: nowrap; /* Prevent line breaks */
  overflow-x: auto;
}

.snaps-inline {
  scroll-snap-type: inline mandatory;
  scroll-padding-inline: 10px;
}

.snaps-inline > * {
  scroll-snap-align: start;
}

.all-stores-section .all-stores-section-content p {
  font-weight: 600;
  color: rgb(0, 0, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(2, 204, 255);
  font-size: large;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  padding-top: 15px;
}

.all-stores-section .all-stores-section-content h2 {
  font-weight: 700;
  color: rgb(0, 0, 0);
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: xx-large;
}

.all-stores-section .all-stores-section-content h2 span {
  font-weight: 700;
  color: rgb(37, 218, 1);
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: xx-large;
}

.all-stores-section-button-div {
  padding: 10px;
}

.all-stores-section-button {
  margin-top: 10px;
  border: #03a9f4 solid 2px;
  padding: 10px;
  margin-bottom: 15px;
  font-weight: 600;
  background-color: black;
  border-radius: 5px;
  cursor: pointer;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.all-stores-section-button:hover {
  border: #03a9f4 solid 2px;
}

/* card css */
.card {
  width: 300px;
  height: 350px;
  background: #fff;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(15px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

.content-div {
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 10px;
}

.content-div .details-div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.content-div .details-div h3 {
  color: #444;
  font-size: 1.4em;
  font-weight: bolder;
}

.content-div .details-div h3 span {
  font-size: 0.8em;
  color: #03a9f4;
  font-weight: bold;
}
.content-div .details-div .market-word {
  color: rgb(37, 218, 1);
  font-size: 1em;
  font-weight: bold;
}

.content-div .details-div button {
  margin-top: 10px;
  border: #03a9f4 solid 2px;
  padding: 7px;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.content-div .details-div button:hover {
  border: #03a9f4 solid 4px;
}

.fresh-section {
  height: 100vh;
  display: flex;
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.957),
      rgba(0, 0, 0, 0.1)
    ),
    url("/img/background_img.jpg");
  background-size: cover;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: x-large;
  align-items: center;
  padding: 40px;
}

.fresh-section-content {
  align-content: center;
  flex: 1;
}

.fresh-section .fresh-section-content .promo-word {
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(2, 204, 255);
  font-weight: 500;
  font-size: 20px;
  margin-top: 20px;
  font-size: x-large;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.fresh-section .fresh-section-content .ubereats-word {
  text-align: center;
  font-weight: 700;
  color: rgb(0, 0, 0);
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: xx-large;
  padding-bottom: 40px;
}

.fresh-section .fresh-section-content .ubereats-word span {
  text-align: center;
  font-weight: 700;
  color: rgb(37, 218, 1);
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: xx-large;
}

.fresh-section-content-p {
  text-align: center;
  font-weight: 600;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: xx-large;
}

.fresh-section-content-p .span-tuesday {
  color: #03a9f4;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}

.fresh-section .fresh-section-image {
  width: 50%;
  padding-top: 115px;
  padding-left: 115px;
  padding-right: 115px;
  padding-bottom: 115px;
}

.fresh-section .fresh-section-image img {
  border: 1px solid black;
  border-radius: 45px;
}

/* contact form styling */

.form-section {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 30px;
  background-image: linear-gradient(
      to top,
      rgba(255, 255, 255, 0.957),
      rgba(0, 0, 0, 0.1)
    ),
    url("/img/background_img.jpg");
  height: fit-content;
  width: 100%;
}

.form-section-heading {
  font-size: x-large;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  color: rgb(0, 0, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(2, 204, 255);
  font-weight: 500;
  padding: 25px;
}

.glass-morphism {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 25px;
  max-width: 420px;
  margin: 0 auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

h4 {
  color: #333;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: large;
  font-weight: 500;
}

.form-group {
  margin: 10px 0;
  text-align: left;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

label {
  display: block;
  font-weight: bold;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

input,
textarea {
  width: 100%;
  padding: 10px;
  border: #969696 solid 1px;
  border-radius: 5px;
  margin: 5px 0;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

button {
  background-color: #000000;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

button:hover {
  background-color: #1f77c7;
}

/* Mobile Version */
@media only screen and (max-width: 600px) {
  .hero-section {
    padding-top: 30px;
  }

  .store-card-section {
    display: flex;
    flex-direction: column;
    font-size: large;
    padding: 15px;
  }

  .store-card-section
    .store-card-section-content
    .store-card-section-content-p {
    flex: 1;
    text-align: center;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    font-size: large;
    font-weight: 600;
  }

  .store-card-section .store-card-section-image {
    width: 90%;
    padding: 25px;
  }

  .store-card-section .store-card-section-image img {
    border: 1px solid black;
    border-radius: 25px;
  }

  .store-card-section .store-card-section-bullet-points {
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding-top: 20px;
    font-size: large;
    color: rgb(0, 0, 0);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(2, 204, 255);
  }

  .store-card-section .store-card-section-bullet-points svg {
    margin-right: 5px;
  }

  .all-stores-section {
    padding: 5px;
    display: flex;
    text-align: center;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    background-image: linear-gradient(
        to top,
        rgba(255, 255, 255, 0.957),
        rgba(0, 0, 0, 0.1)
      ),
      url("/img/background_img.jpg");
  }

  .all-stores-section-cards {
    display: grid;
    text-align: center;
    grid-auto-flow: column;
    grid-auto-columns: 23%;
    grid-column-gap: 200px;
    width: 100%;
    padding: 15px;
    justify-content: space-between;
    white-space: nowrap; /* Prevent line breaks */
    overflow-x: auto;
  }

  .snaps-inline {
    scroll-snap-type: inline mandatory;
    scroll-padding-inline: 10px;
  }

  .snaps-inline > * {
    scroll-snap-align: start;
  }

  .all-stores-section .all-stores-section-content p {
    font-weight: 600;
    color: rgb(0, 0, 0);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(2, 204, 255);
    font-size: large;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    padding-top: 15px;
  }

  .all-stores-section .all-stores-section-content h2 {
    font-weight: 700;
    color: rgb(0, 0, 0);
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    font-size: x-large;
  }

  .all-stores-section .all-stores-section-content h2 span {
    font-weight: 700;
    color: rgb(37, 218, 1);

    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    font-size: x-large;
  }

  .all-stores-section-button-div {
    padding: 10px;
  }

  .all-stores-section-button {
    margin-top: 15px;
    border: #03a9f4 solid 2px;
    padding: 10px;
    margin-bottom: 15px;
    font-weight: 500;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  }

  .all-stores-section-button:hover {
    border: #03a9f4 solid 2px;
  }

  /* card css */
  .card {
    width: 250px;
    height: 330px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px); /* Safari 9+ and Safari on iOS 9+ */
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
  }

  .store-image img {
    overflow: hidden;
  }

  .content-div .details-div {
    padding: 10px;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  }

  .content-div .details-div h3 {
    color: #444;
    font-size: 1.2em;
    font-weight: bolder;
  }

  .content-div .details-div .market-word {
    color: rgb(37, 218, 1);
    font-size: 1em;
    font-weight: bold;
  }

  .content-div .details-div .store-name {
    font-size: 0.8em;
    color: #03a9f4;
    font-weight: bold;
  }

  .content-div .details-div .card-btn {
    margin-top: 10px;
    border: #03a9f4 solid 2px;
    padding: 7px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  }

  .content-div .detail-div button:hover {
    border: #03a9f4 solid 4px;
  }

  .fresh-section {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.957),
        rgba(0, 0, 0, 0.1)
      ),
      url("/img/background_img.jpg");
    background-size: cover;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    align-items: center;
    padding: 5px;
  }

  .fresh-section-content {
    align-content: center;
  }

  .fresh-section .fresh-section-content .promo-word {
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(2, 204, 255);
    font-weight: 500;
    font-size: 20px;
    margin-top: 20px;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  }

  .fresh-section .fresh-section-content .ubereats-word {
    text-align: center;
    font-weight: 700;
    color: rgb(0, 0, 0);
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    font-size: x-large;
    padding-bottom: 0px;
  }

  .fresh-section .fresh-section-content .ubereats-word span {
    text-align: center;
    font-weight: 700;
    color: rgb(37, 218, 1);
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    font-size: x-large;
  }

  .fresh-section-content-p {
    text-align: center;
    font-weight: 600;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    font-size: large;
    padding-top: 40px;
    margin-bottom: -55px;
  }

  .fresh-section-content-p .span-tuesday {
    color: #03a9f4;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
  }

  .fresh-section .fresh-section-image {
    width: 90%;
    padding-left: 35px;
    padding-right: 35px;
    margin-top: -15px;
  }

  .fresh-section .fresh-section-image img {
    border: 1px solid black;
    border-radius: 45px;
  }
}
