* {
  margin: 0%;
  padding: 0%;
}

body {
  font-family: "Ubuntu", sans-serif !important;
}

.blue_f {
  color: #313E64;
}

.blue_f2 {
  color: #535266;
}

.marun_f {
  color: #EA273E;
}

.white_f {
  color: #FFF;
}

.mini_title {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 22px;
}

.section_title {
  font-size: 40px;
  font-weight: 700;
}

.p_contain {
  font-size: 18px;
  line-height: 20.68px;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.menu_active {
  color: #EA273E !important;
}

nav {
  background: #fff;
  z-index: 1;
}
nav ul li span {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.main_banner {
  height: 120vh;
}
.main_banner .containers {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_banner .containers .main_title {
  position: relative;
  font-size: 80px;
  font-weight: 700;
}
@supports (-webkit-text-stroke: 2px white) {
  .main_banner .containers .main_title {
    color: transparent;
    -webkit-text-stroke: 2px white;
  }
}

.who_we_are {
  position: relative;
  z-index: 2;
}
.who_we_are .contact_us_custome_btn {
  background: #FBBA1B;
  font-size: 14px;
  font-family: "Dela Gothic One", sans-serif;
  color: #000;
  border-radius: 5px;
}

.ingredients .swiper .all_ingredients {
  position: relative;
  background: #FBBA1B;
}
.ingredients .swiper .all_ingredients .top_img {
  position: relative;
  z-index: 2;
}
.ingredients .swiper .all_ingredients P {
  font-size: 22px;
}
.ingredients .swiper .all_ingredients .midal_img {
  min-height: 150px;
  width: 70% !important;
}
.ingredients .swiper .all_ingredients .midal_img img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.ingredients .swiper .to_img_bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #FFF;
  height: 100px;
  width: 100%;
}

.our_top_menu .two_img {
  width: 80%;
}

.helthy_food {
  height: 100vh;
}
.helthy_food .containers {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.helthy_food .containers h2 {
  position: relative;
  font-size: 46px;
  font-weight: 700;
}

.faq_section h4 {
  font-size: 26px;
}

.counts_sec .container {
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
}
.counts_sec .container .bg_img_card {
  height: 200px;
}
.counts_sec .container .bg_img_card h4 {
  font-size: 48px;
  font-family: "Dela Gothic One", sans-serif;
}
.counts_sec .container .bg_img_card p {
  font-size: 18px;
}

.food_court .clean_food {
  font-size: 14px;
  background: #FFF4B5;
  border-radius: 6px;
}
.food_court .veg_food {
  font-size: 14px;
  background: #C0EBA6;
  border-radius: 6px;
}
.food_court .healthy_food {
  font-size: 14px;
  background: #F5EFFF;
  border-radius: 6px;
}
.food_court .fresh_vegetable {
  font-size: 14px;
  background: #FFF6EA;
  border-radius: 6px;
}

.marketing_office .right_hotel_img {
  right: 0%;
  height: 100%;
  top: 0%;
  z-index: 3;
}
.marketing_office .marketing_office_card {
  background: #EBEBEB;
  position: relative;
}
.marketing_office .marketing_office_card::after {
  content: "";
  position: absolute;
  height: 100px;
  width: 100px;
  background: #313E64;
  border-radius: 10px;
  z-index: -1;
  left: -20px;
  bottom: -20px;
}

footer {
  background: #1B1B1B;
  overflow: hidden;
}
footer .footer_left_img {
  top: 0%;
}
footer .container h3 {
  font-size: 26px;
  font-weight: 700;
}
footer .container p a {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
footer .container .social_icons_bg {
  height: 40px;
  width: 40px;
  border-radius: 5px;
  background: #414141;
}
footer .container .footer_bottom {
  color: #FFF;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 14px;
  position: relative;
}
footer .container .footer_bottom::after {
  content: "";
  position: absolute;
  width: 80%;
  top: 0%;
  right: 0%;
  border: 1px solid #FFF;
  color: #FFF;
}

.contact_detail .contact_detail_card {
  border: 3PX solid #CBCBCB;
}

.Our_menu .menu_titles {
  background: #FFF4B5;
  font-size: 22px;
  font-weight: 700;
}
.Our_menu .all_menus p {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 25px;
  font-weight: 400;
}
.Our_menu .all_menus h4 {
  font-size: 35px;
  font-weight: 700;
}
.Our_menu ul li {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.design_images {
  position: absolute;
  right: 5%;
  top: -10%;
  z-index: -1;
  text-align: right;
}
.design_images img {
  width: 70%;
}

.design_images_2 {
  position: absolute;
  left: 0%;
  top: -10%;
  z-index: -1;
}
.design_images_2 img {
  width: 70%;
}

.design_images_3 {
  position: absolute;
  right: 2%;
  top: -10%;
  z-index: -1;
  text-align: right;
}
.design_images_3 img {
  width: 70%;
}

.design_images_4 {
  position: absolute;
  right: 20%;
  top: -10%;
  z-index: -1;
  text-align: right;
}
.design_images_4 img {
  width: 70%;
}/*# sourceMappingURL=style.css.map */