/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

html {
  scroll-behavior: smooth !important;
}

/* HERO SECTION */
.hero_heading {
  font-size: 3.5rem !important;
}

/* ABOUT SECTION */
/* Popup videos  */

#openPopupButton i {
  top: calc(50% - 48px / 2);
  left: calc(50% - 36px / 2);
  font-size: 3rem;
  color: white;
  cursor: pointer;
}

#openPopupButton img {
  width: 100%;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition: 300ms ease;
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 4px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.close {
  position: absolute;
  top: -30px;
  right: -30px;
  font-size: 30px;
  cursor: pointer;
  color: white;
  cursor: pointer;
}

#popupVideo {
  max-width: 80vw;
  max-height: 75vh;
  width: 100%;
  height: 100%;
}

/* MAIN FOOD SECTION */
.cat-text {
  max-width: 100% !important;
}

.viewAll_button {
  border: 3px solid #ff0000 !important;
  background-color: transparent !important;
  color: #ff0000;
  transition: 300ms ease;
}

.viewAll_button:hover {
  background-color: #ff0000 !important;
  color: white;
}

/* CONTACT US CSS  */
.map_container iframe {
  width: 100%;
  height: 400px;
}

/* FOOTER CUSTOM CSS */

.footer_icon_link {
  width: 32px;
  height: 32px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 300ms ease;
}

.i_facebook:hover {
  background-color: #3b5998 !important;
}

.i_viemo:hover {
  background-color: #00acee !important;
}

.i_gplus:hover {
  background-color: #dd4b39 !important;
}

.i_pinterest:hover {
  background-color: #dd4b39 !important;
}

.i_instagram:hover {
  background-color: #8a3ab9 !important;
}

.i_youtube:hover {
  background-color: #c4302b !important;
}

@media (min-width: 576px) {
  /* MAIN FOOD SECTION */
  .cat-text {
    max-width: 50% !important;
  }

  .item-categories .cat-img.chicken {
    right: -56% !important;
  }

  .item-categories .cat-img.burger {
    right: -35% !important;
  }

  .item-categories .cat-img.sandwich {
    right: -45% !important;
  }

  .item-categories .cat-img.tortilla {
    right: -12% !important;
  }
}

@media (min-width: 675px) {
  .item-categories .cat-img.chicken {
    right: -32% !important;
  }

  .item-categories .cat-img.burger {
    right: -18% !important;
  }

  .item-categories .cat-img.sandwich {
    right: -26% !important;
  }
}

@media (min-width: 768px) {
  /* MAIN FOOD SECTION */
  .cat-text {
    max-width: 100% !important;
  }
}

@media (min-width: 992px) {
  /* HERO SECTION */
  .hero_heading {
    font-size: 3.6em !important;
  }

  /* CONTACT US CSS */
  .map_container {
    height: 100%;
  }
  .map_container iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
  }
}

@media (min-width: 1200px) {
  /* HERO SECTION */
  .hero_heading {
    font-size: 4.3rem !important;
  }

  /* MAIN FOOD SECTION  */
  .cat-text {
    max-width: 50% !important;
  }

  .item-categories .cat-img.chicken {
    right: -64% !important;
  }

  .item-categories .cat-img.burger {
    right: -35% !important;
  }

  .item-categories .cat-img.sandwich {
    right: -45% !important;
  }

  .item-categories .cat-img.tortilla {
    right: -18% !important;
  }
}

@media (min-width: 1300px) {
  .item-categories .cat-img.chicken {
    right: -50% !important;
  }
  .item-categories .cat-img.sandwich {
    right: -38% !important;
  }
}

@media (min-width: 1400px) {
  /* HERO SECTION */
  .hero_heading {
    font-size: 5.1rem !important;
  }

  /* MAIN SECTION STYLING */
  .item-categories .cat-img.chicken {
    right: -38% !important;
  }
  .item-categories .cat-img.burger {
    right: -18% !important;
  }
  .item-categories .cat-img.sandwich {
    right: -28% !important;
  }
  .item-categories .cat-img.tortilla {
    right: -6% !important;
  }
}
