@import url("https://fonts.googleapis.com/css2?family=Lato&family=Roboto:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato&family=Roboto+Condensed:wght@400;700&family=Roboto:wght@300;400;700;900&display=swap");
.head-img-section {
  position: relative;
  margin-bottom: 4rem;
}

.head-img-section .head-img-container {
  height: 50vh;
}

.head-img-section .head-img-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.head-img-section .head-text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -5rem;
  font-size: 8vw;
  color: #030C24;
}

@media (max-width: 1400px) {
  .head-img-section .head-text-container {
    font-size: 12vw;
  }
}

@media (max-width: 1000px) {
  .head-img-section .head-img-container {
    height: 25rem;
  }
  .head-img-section .head-text-container {
    font-size: 16vw;
  }
}

@media (max-width: 700px) {
  .head-img-section .head-text-container {
    font-size: 16vw;
    bottom: -3rem;
  }
}

@media (max-width: 500px) {
  .head-img-section .head-img-container {
    height: 16rem;
  }
  .head-img-section .head-text-container {
    font-size: 18vw;
    bottom: -2rem;
  }
}

.who-we-are .heading {
  color: #030C24;
}

.who-we-are .paragraph-container {
  margin-left: auto;
  margin-right: auto;
}

.who-we-are .paragraph {
  color: #3f3f3f;
  text-align: right;
}

.who-we-are .btn {
  margin-top: 1rem;
}

@media (max-width: 500px) {
  .who-we-are .paragraph-container {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 600px) {
  .who-we-are {
    padding-top: 3rem;
  }
}

.why-us-section {
  background-color: #030C24;
  color: #f3f3f3;
  text-align: left;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.why-us-section .why-us {
  text-align: left;
  margin-bottom: 2rem;
}

.our-specialties {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#11224E95), color-stop(#f3f3f3), color-stop(#f3f3f3), color-stop(#f3f3f3), color-stop(#f3f3f3), to(#f3f3f3));
  background-image: linear-gradient(to bottom, #11224E95, #f3f3f3, #f3f3f3, #f3f3f3, #f3f3f3, #f3f3f3);
}

.our-specialties .heading-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.our-specialties .heading-container .heading {
  position: relative;
}

.our-specialties .heading-container .heading-specialties {
  color: #030C24;
}

.our-specialties .paragraph-container {
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  color: #11224E;
}

.our-specialties .banner-container {
  margin-top: 10rem;
}

.our-specialties .food-banner {
  height: 18rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #030C24;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}

.our-specialties .food-banner .product-info-container {
  position: relative;
  color: #ebebeb;
  padding-top: 4rem;
  height: 100%;
}

.our-specialties .food-banner .product-info-container h3 {
  font-weight: 600;
  font-size: 1.8rem;
}

.our-specialties .food-banner .product-info-container ul {
  list-style-type: none;
  padding: 0;
}

.our-specialties .food-banner .product-info-container li {
  font-size: 1.1rem;
}

.our-specialties .food-banner .product-info-container .button-primary {
  padding-left: 3rem;
  padding-right: 3rem;
  position: absolute;
  bottom: -1.4rem;
}

.our-specialties .food-banner .product-info-container .button-primary:hover {
  background-color: #f3f3f3;
}

.our-specialties .food-banner img {
  position: relative;
  height: 180%;
  top: -5%;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.our-specialties .food-banner img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.our-specialties .banner-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: right;
}

.our-specialties .banner-left .button-primary {
  right: 1rem;
}

.our-specialties .banner-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-align: left;
}

.our-specialties .banner-right .button-primary {
  left: 1rem;
}

@media (max-width: 768px) {
  .our-specialties {
    padding-top: 8rem;
  }
  .our-specialties .heading-container {
    display: block;
  }
  .our-specialties .heading-container .heading {
    position: static;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
    margin: 0;
    margin-left: 1rem;
  }
  .our-specialties .banner-container {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .our-specialties .food-banner {
    height: auto;
    padding: 2rem;
  }
  .our-specialties .food-banner .product-info-container {
    padding: 0;
  }
  .our-specialties .food-banner .product-info-container .button-primary {
    position: static;
    bottom: auto;
  }
  .our-specialties .food-banner img {
    width: 100%;
    height: auto;
  }
  .our-specialties .banner-left, .our-specialties .banner-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .our-specialties .banner-left {
    padding-top: 8rem;
  }
}
/*# sourceMappingURL=about.css.map */