/*control your varialbes via the _variables.scss file in utilities folder*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,700|Raleway:300,400,800&display=swap");
@import url("https://use.typekit.net/fgf2xta.css");
.btn-primary {
  background-color: #FDD503;
  border: none;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  border-radius: 15px;
  color: #000000;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: black;
  color: white;
}

.btn-secondary {
  background-color: transparent;
  border: 2px solid black;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  border-radius: 15px;
  color: #000000;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background-color: black;
  color: white;
}

input, textarea {
  width: 100%;
  max-width: 100%;
}

label {
  width: 100%;
}

.overlay {
  height: 100%;
  width: 100%;
  background-image: url("../images/dark-overlay.png");
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.number {
  font-family: "Montserrat", sans-serif;
}

.site-header {
  border-bottom: solid thin #efefef;
}

.navbar-brand img {
  max-width: 300px;
}
@media screen and (max-width: 992px) {
  .navbar-brand img {
    max-width: 250px;
  }
}

.navbar-collapse {
  justify-content: flex-end;
}

.navbar-nav li a {
  font-family: "Montserrat", sans-serif;
  color: #000000 !important;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-right: 20px;
}
.navbar-nav li a:hover {
  color: rgb(152.7874015748, 128.5354330709, 1.2125984252) !important;
}

.navbar-toggler {
  background-color: transparent;
  border: none;
}

.section-headline {
  position: relative;
  font-family: "Montserrat", sans-serif;
  color: #FDD503;
  margin-bottom: 60px;
}

section.hero-section {
  background-position: 50% 0;
  background-color: #F3EFE8;
  background-size: cover;
  height: 100vh;
}
@media screen and (max-width: 992px) {
  section.hero-section {
    padding-top: 10px;
    background-position: left center !important;
  }
}
section.hero-section .row {
  height: 100%;
}
section.hero-section p {
  color: #000000;
}
section.hero-section h1 {
  font-family: "Montserrat", sans-serif;
  color: #838383;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  section.hero-section h1 {
    font-size: 1.4rem;
  }
}

section.about-section {
  background-color: #F3EFE8;
}
section.about-section h2 {
  font-family: "Montserrat", sans-serif;
  color: #838383;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  section.about-section h2 {
    font-size: 1.4rem;
  }
}

section.offer-section {
  background-image: url("../images/specials-bg.jpg");
  height: auto;
  padding: 60px 0;
}
section.offer-section .section-headline {
  color: white;
}
section.offer-section .offer-slider {
  background-color: white;
}
section.offer-section .offer-slider .special-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}
section.offer-section .offer-slider .special-slide div {
  align-items: center;
}
section.offer-section .offer-slider .special-slide div h2 {
  margin-top: 30px;
  font-weight: bold;
  color: #FDD503;
}
section.offer-section .offer-slider .special-slide div p {
  max-width: 100%;
  margin-right: 20px;
}
section.offer-section .offer-slider .special-slide div h3 {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: none;
  font-family: "Montserrat", sans-serif;
}
section.offer-section .offer-slider .slick-next {
  position: absolute;
  right: -50px;
  bottom: 45%;
  z-index: 9;
  border: none;
  font-size: 0;
  background-color: #1B3C3F;
  width: 60px;
}
section.offer-section .offer-slider .slick-next:before {
  color: white;
  font: normal normal normal 24px/1 FontAwesome;
  content: "\f054";
  line-height: 60px;
}
section.offer-section .offer-slider .slick-prev {
  position: absolute;
  left: -50px;
  bottom: 45%;
  z-index: 9;
  border: none;
  font-size: 0;
  background-color: #1B3C3F;
  width: 60px;
}
section.offer-section .offer-slider .slick-prev:before {
  color: white;
  font: normal normal normal 24px/1 FontAwesome;
  content: "\f053";
  line-height: 60px;
}
@media screen and (max-width: 992px) {
  section.offer-section .offer-slider .offer-text {
    padding: 0 20px 20px;
  }
}

section.featured-menu-section {
  background-image: url("../images/menu-bg.jpg");
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
section.featured-menu-section .ft-menu-item {
  height: 100px;
}
@media screen and (max-width: 992px) {
  section.featured-menu-section .ft-menu-item {
    height: auto;
  }
}
section.featured-menu-section .ft-menu-item h3 {
  font-size: 1.4rem;
  color: #FDD503;
  font-weight: bold;
  margin-left: 0;
}
section.featured-menu-section .ft-menu-item h4 {
  font-size: 1rem;
  color: #838383;
  font-weight: bold;
}

section.testimonials-section {
  background-image: url("../images/testimonials-bg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  section.testimonials-section {
    background-size: cover;
    background-position: center center !important;
  }
}
section.testimonials-section .testimonial-slider {
  padding: 100px 0;
}
@media screen and (max-width: 992px) {
  section.testimonials-section .testimonial-slider {
    padding: 40px 0;
  }
}
section.testimonials-section .testimonial-slider h3 {
  color: white;
}
@media screen and (max-width: 992px) {
  section.testimonials-section .testimonial-slider h3 {
    font-size: 1.4rem;
  }
}

section.instagram-section {
  padding-bottom: 0;
}

footer {
  background-color: #242424;
  padding: 60px;
}
@media screen and (max-width: 992px) {
  footer {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 992px) {
  footer img {
    margin-bottom: 30px;
  }
}
footer h2 {
  color: white;
  font-weight: bold;
}
footer p {
  color: white;
}
footer a {
  color: white;
}
footer a:hover {
  color: white;
}
footer .footer-social-icons a {
  margin-right: 5px;
}

.page-hero {
  text-align: center;
}
.page-hero h1 {
  position: relative;
  font-family: "Montserrat", sans-serif;
  color: #FDD503;
  margin-bottom: 0px;
}
.page-hero h1:after {
  position: absolute;
  bottom: -15px;
  height: 3px;
  width: 100px;
  background-color: #000000;
  content: "";
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

section.map-section {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* ==========================
    Metrics Section
========================== */
.metrics-section {
  background: #242424;
  padding: 100px 0;
}

.metrics-section h2.display-4 {
  color: #FDD503;
  font-weight: 700;
}

.metrics-section .lead {
  max-width: 850px;
  margin: 0 auto;
  color: #666;
}

.metric {
  background: #242424;
  border: 1px solid rgba(128, 184, 224, 0.18);
  border-radius: 18px;
  padding: 50px 35px;
  text-align: center;
  height: 100%;
  transition: 0.35s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.metric:hover {
  transform: translateY(-8px);
  border-color: #FDD503;
  box-shadow: 0 22px 50px rgba(0, 113, 193, 0.15);
}

.metric h2 {
  font-size: 4.5rem;
  font-weight: 800;
  color: #FDD503;
  margin-bottom: 20px;
  line-height: 1;
}

.metric h2 span {
  display: inline;
  font-size: 4.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1;
}

.metric span {
  display: block;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

@media (max-width: 991px) {
  .metric {
    padding: 40px 25px;
  }
  .metric h2 {
    font-size: 3.75rem;
  }
}
@media (max-width: 767px) {
  .metrics-section {
    padding: 70px 0;
  }
  .metric {
    margin-bottom: 25px;
    padding: 35px 25px;
  }
  .metric h2 {
    font-size: 3rem;
  }
  .metric span {
    font-size: 0.95rem;
  }
}/*# sourceMappingURL=custom-styles.css.map */