@font-face {
  font-family: "Lexend";
  src: url("fonts/lexend/Lexend-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/inter/Inter_18pt-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("fonts/rubik/Rubik-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html, body {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Rubik", sans-serif;
}

#header {
  padding: 30px;
  box-sizing: border-box;
}
#header #logo-container {
  position: absolute;
  width: calc(100% - 60px);
  height: 300px;
  background-image: linear-gradient(white, rgba(0, 0, 0, 0));
  display: flex;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
}
#header #logo-container img {
  height: 75px;
  margin-top: 45px;
}
#header #logo-container p {
  color: #000A3E;
  margin: 0px;
  margin-top: 25px;
  font-family: "Lexend", sans-serif;
}
#header #video-container {
  width: 100%;
  height: 92vh;
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 13px;
  box-sizing: border-box;
}
#header #video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#header #video-container #explore-container {
  position: absolute;
  z-index: 2;
  align-self: flex-end;
  cursor: pointer;
  display: flex;
  justify-content: center;
  background-color: #ae8953;
  border-radius: 6px;
  margin-bottom: 20px;
}
#header #video-container #explore-container h1 {
  text-align: center;
  color: white;
  font-size: 21px;
  padding: 0px 30px;
}
@keyframes infiniteScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(0px - 50%));
  }
}
#header #scrolling-header-parent-container {
  width: 100%;
  background-color: black;
  overflow: hidden;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  box-sizing: border-box;
}
#header #scrolling-header-parent-container #scrolling-header-container {
  display: flex;
  width: fit-content;
  height: 8vh;
  font-size: 30px;
  align-items: center;
  overflow-x: hidden;
  animation-name: infiniteScroll;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#header #scrolling-header-parent-container #scrolling-header-container .scrolling-header-container-item {
  white-space: nowrap;
  color: white;
}

#features {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  box-sizing: border-box;
  margin-top: 40px;
}
#features #global-food-destination-image {
  width: 40%;
  margin-bottom: 60px;
}
#features p {
  width: 80%;
  color: grey;
  text-align: center;
}
#features .separator {
  width: 35%;
  height: 3px;
  background-color: #ae8953;
  margin: 40px 0px;
}
#features .feature-container {
  display: flex;
  flex-direction: row;
  border-radius: 13px;
  overflow: hidden;
  width: 85%;
  box-sizing: border-box;
  margin-bottom: 45px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 50px 0px;
}
#features .feature-container .feature-image-box, #features .feature-container .feature-text-box {
  width: 50%;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#features .feature-container .feature-image-box {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#features .feature-container .feature-text-box {
  padding: 30px;
  background-color: white;
  box-sizing: border-box;
}
#features .feature-container .feature-text-box h1 {
  margin-bottom: 15px;
  color: #000A3E;
}
#features .feature-container .feature-text-box .separator {
  width: 80px;
  height: 3px;
  background-color: lightgray;
  border-radius: 3px;
}
#features .feature-container .feature-text-box p {
  margin: 0px;
  margin-top: 15px;
}

#restaurants-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-size: contain;
  background-repeat: repeat;
}
#restaurants-container #restaurant-intro-heading {
  text-align: center;
  font-size: 30px;
  color: #ae8953;
  letter-spacing: 3px;
  margin-top: 0px;
  font-weight: bold;
}
#restaurants-container #restaurant-box-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 60px;
  width: 88vw;
  padding: 0px;
}
#restaurants-container #restaurant-box-container #restaurant-box {
  flex: 0 0 20%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 15px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 30px 0px;
  border-radius: 6px;
  padding-bottom: 40px;
  overflow: hidden;
}
#restaurants-container #restaurant-box-container #restaurant-box img {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 3px 50px 0px;
  margin-bottom: 15px;
  border-bottom: 3px #ae8953 solid;
}
#restaurants-container #restaurant-box-container #restaurant-box p, #restaurants-container #restaurant-box-container #restaurant-box a {
  text-align: center;
  font-size: 21px;
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: bold;
}
#restaurants-container #restaurant-box-container #restaurant-box .cuisine-type {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 15px;
  color: grey;
  font-weight: normal;
}
#restaurants-container #restaurant-box-container #restaurant-box .restaurant-link {
  color: #ae8953;
  font-weight: bold;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 13px;
  text-decoration: none;
  margin-top: 20px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 3px 10px 0px;
  border: 1px lightgray solid;
}

#contact-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 70px;
}
#contact-container #contact-sub-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 30px 0px;
  /*.mapouter {
      box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 50px 0px;

      .gmap_canvas {
          width: 100% !important;
      }
  }*/
}
#contact-container #contact-sub-container .mapouter {
  height: 568px;
  border-right: 5px #ae8953 solid;
}
#contact-container .mapouter, #contact-container #form {
  width: 50%;
}
#contact-container #form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  box-sizing: border-box;
}
#contact-container #form h1 {
  padding-bottom: 10px;
  font-size: 30px;
  text-align: left;
  color: grey;
  margin: 0px;
}
#contact-container #form h1 #contact-icon {
  width: 27px;
  height: 27px;
}
#contact-container #form .separator {
  width: 100px;
  height: 3px;
  background-color: #ae8953;
  margin: 12px 0px;
}
#contact-container #form .contact-form-input {
  width: 100%;
  margin: 10px 0px;
  border: none;
  background-color: rgb(244, 244, 244);
  padding: 12px;
  color: black;
  outline: none;
  white-space: pre-wrap;
  font-size: 13px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 40px 0px;
  box-sizing: border-box;
  border-radius: 7px;
  border: 1px lightgray solid;
}
#contact-container #form textarea {
  white-space: pre-wrap;
}
#contact-container #form #contact-submit-button {
  border: none;
  background-color: #2bbd63;
  color: white;
  width: 130px;
  height: 40px;
  margin-top: 15px;
  cursor: pointer;
  outline: none;
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  font-size: 14px;
}
#contact-container #error-message {
  text-align: center;
  color: red;
}
#contact-container #success-message {
  text-align: center;
  color: green;
}

#address {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}
#address p {
  font-size: 16px;
  margin: 0px;
}
#address img {
  width: 250px;
  margin-top: 50px;
}

footer {
  height: 60px;
  background-color: black;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
footer p {
  color: white;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
}

@media only screen and (max-width: 1270px) {
  #restaurant-box {
    flex: 0 0 33% !important;
  }
}
@media only screen and (max-width: 900px) {
  #restaurant-box {
    flex: 0 0 50% !important;
  }
}
@media only screen and (max-width: 600px) {
  #header #logo-container img {
    width: 80%;
    height: auto;
    margin-top: 30px;
  }
  #features {
    margin-top: 20px;
  }
  #features #global-food-destination-image {
    width: 80%;
    margin-bottom: 20px;
  }
  #restaurants-container #restaurant-box-container #restaurant-box {
    flex: 0 0 80% !important;
  }
  #restaurants-container #restaurant-box-container #restaurant-box .restaurant-link {
    width: 68%;
  }
  #contact-container #contact-sub-container {
    flex-direction: column;
  }
  #contact-container #contact-sub-container .mapouter, #contact-container #contact-sub-container #form {
    width: 100%;
    border: none;
  }
  #contact-container #contact-sub-container .mapouter {
    height: 300px;
  }
  #contact-container #contact-sub-container #form {
    padding-bottom: 0px;
  }
  #contact-container #contact-sub-container #form #contact-submit-button {
    align-self: center;
  }
  footer {
    height: 100px;
    flex-direction: column;
    justify-content: center;
  }
  footer p {
    padding: 0px !important;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

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