@import url("flaticon.css");

@font-face {
  font-family: raleway;
  src: url(../fonts/Raleway-Regular_0.ttf);
}

@font-face {
  font-family: raleway_semi;
  src: url(../fonts/Raleway-Medium_0.ttf);
}

@font-face {
  font-family: raleway_light;
  src: url(../fonts/Raleway-Light_0.ttf);
}

@font-face {
  font-family: raleway_bold;
  src: url(../fonts/Raleway-Bold_0.ttf);
}

@font-face {
  font-family: raleway_black;
  src: url(../fonts/Raleway-ExtraBold_0.ttf);
}

@font-face {
  font-family: lato_semi;
  src: url(../fonts/Lato-Semibold.ttf);
}

@font-face {
  font-family: lato_medium;
  src: url(../fonts/Lato-Medium.ttf);
}
@font-face {
  font-family: ArabDances;
  src: url(../fonts/ArabDances.ttf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  line-height: 1;
  font-family: raleway;
  overflow-x: hidden;
}
.row {
  margin: 0 !important;
}

em {
  font-style: normal;
}

button {
  border: 0;
  outline: inherit;
  cursor: pointer;
}

a,
img {
  border: 0;
  text-decoration: inherit !important;
  outline: none;
  display: inline-block;
  color: #ccc;
  text-transform: uppercase;
}

ul,
ol li,
li {
  list-style: none inside;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

p {
  line-height: 25px;
  font-size: 16px;
  margin: 0;
}

table {
  border: 0;
  border-collapse: collapse;
}

textarea,
input,
select {
  font-family: raleway;
  font-size: 14px;
  outline: inherit;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.container {
  width: 1170px;
  margin: 0 auto;
}

.flex_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
}

.align_item_start {
  align-items: flex-start;
}
.top_con {
  font-family: lato_semi;
}

.align_item_end {
  align-items: flex-end;
}

.text_right {
  text-align: right;
}

.flex_row_align {
  align-items: center;
}

a .menu_bar:hover {
  text-decoration: inherit;
}

.white {
  color: #fff;
}

.black {
  background: #000;
}

.light {
  background: rgba(255, 255, 255, 0.1);
}

.bg {
  background: #29b446;
}

.green_bg {
  background: #007037;
}

.light_bg {
  background: #eee;
}

.center {
  margin: 0 auto;
}

.item > img {
  width: 100%;
}

.banner {
  height: 100%;
}
.banner .item {
  position: relative;
}
.banner .item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  z-index: 9;
}
.ban_ctn {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 999;
}
.ban_ctn h2 {
  margin: 0;
}
.ban_ctn h1 {
  font-size: 80px;
  margin: 0;
  font-family: ArabDances;
}

.banner .owl-theme .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  left: 130px;
  bottom: 25%;
  background: rgba(0, 0, 0, 0.8) url(../images/left-arrow.png) no-repeat 13px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

.banner .owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  left: 190px;
  bottom: 25%;
  background: rgba(0, 0, 0, 0.8) url(../images/right-arrow.png) no-repeat 13px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

.banner .owl-theme .owl-controls .owl-buttons .owl-next:hover {
  background: #e7272d url(../images/right-arrow.png) no-repeat 13px;
}

.banner .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
  background: #e7272d url(../images/left-arrow.png) no-repeat 13px;
}

.pos_relative {
  position: relative;
}

.padding0 {
  padding: 0;
}

.margin0 {
  margin: 0;
}

.banner {
}

.banner img,
.sub_banner,
.menu_item,
.chef,
.client {
  width: 100%;
}

.logo {
  width: 120px;
}
.logo img {
  width: 100%;
}
.pos_absolute {
  position: absolute;
}

.header_pos {
  top: 0;
  left: 0;
  right: 0;
  padding: 0 40px;
  z-index: 7;
}

.menu_btn {
  cursor: pointer;
  position: relative;
  z-index: 8040;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  padding: 13px 0;
  border-radius: 50px;
  display: none;
}

.menu_btn:hover .menucard {
  color: #e7272d;
}
.menu_btn_all {
  color: #fff;
  font-family: raleway_bold;
}
.menu_btn_all i {
  width: 30px;
  color: #fff;
  line-height: 30px;
  background: #e7272d;
  text-align: center;
  border-radius: 50%;
  margin-right: 5px;
}

.menucard {
  font-family: raleway_bold;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 10px;
}

.menu_btn span.bar1,
.bar2,
.bar3 {
  width: 20px;
  height: 2px;
  background: #fff;
  display: block;
  margin-bottom: 4px;
  transition: 0.4s;
}

.bar3 {
  margin-bottom: 0;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-1px, 6px);
  transform: rotate(-45deg) translate(-1px, 6px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-2px, -8px);
  transform: rotate(45deg) translate(-2px, -8px);
}

.slide {
  position: absolute;
  bottom: 15%;
  left: 8%;
  right: 8%;
  color: #fff;
}

.slide span {
  letter-spacing: 20px;
  text-transform: uppercase;
  display: block;
  margin-top: 15%;
}

.slide p {
  font-size: 16px;
  line-height: 25px;
}

.slide h2 {
  font-size: 45px;
  color: #fff;
  font-family: raleway_bold;
  margin: 10px 0;
}

.sub_banner {
  box-shadow: -5px 8px 30px rgba(0, 0, 0, 0.9);
}

.menu {
  position: fixed;
  top: -300%;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  background: url(../images/menu_bg.jpg) 0 0 / cover;
  z-index: 5;
  background-attachment: fixed;
  padding: 50px 30px;
  transition: all 0.5s ease;
}

.menu_open {
  top: 0;
}

.main_menu {
  justify-content: flex-end;
}

.main_menu li a {
  padding: 15px 25px;
  color: #fff;
  font-family: raleway_bold;
  font-size: 14px;
  letter-spacing: 1px;
}

.main_menu li:hover a,
.main_menu li.active a {
  color: #e7272d;
}

.menu_inr {
  text-align: center;
}

.menu_inr li a {
  font-family: raleway_semi;
  color: #fff;
  padding: 25px 0;
  position: relative;
  display: block;
  font-size: 16px;
  letter-spacing: 2px;
}

.menu_inr li a::before {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  background: url(../images/line.png) 0 0 no-repeat / cover;
  bottom: 0;
}

.social {
  margin-top: 40px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

.social li i {
  width: 35px;
  line-height: 30px;
  border: 2px solid #191e2b;
  text-align: center;
}

.tdy_menu {
  position: relative;
  background: url(../images/landing-background.jpg) 0 0 / cover;
  background-attachment: fixed;
}

.tdy_menu .container {
  padding: 0 40px;
}

.blur_leaf {
  position: absolute;
  left: 0;
  top: 0;
}

.blur_leaf2 {
  position: absolute;
  right: 0;
  left: inherit;
  top: inherit;
  bottom: 0;
}

.unblur_leaf {
  position: absolute;
  left: 0;
  top: 15%;
}

.about,
.about p {
  text-align: center;
}

.about p {
  max-width: 80%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 26px;
}

.tittle {
  font-family: raleway_black;
  font-size: 40px;
  color: #222;
  margin: 20px 0;
}

.about {
  padding: 40px 0 60px 0;
}

.tdy_menu_list {
  background: #e7272d;
  padding: 30px 30px 90px 30px;
}

.white {
  color: #fff;
}

.item_list {
  padding: 18px 0;
  position: relative;
}

.item_list span {
  color: #fff;
  font-family: lato_semi;
  position: relative;
  z-index: 9;
  padding: 0 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.item_list span.dot {
  background-image: linear-gradient(to left, #fff 2px, transparent 2px);
  background-repeat: repeat-x;
  height: 2px;
  background-size: 6px;
  flex-grow: 1;
}

.tdy_menu_all {
  align-items: inherit;
}

.tdy_menu_all > div.tdy_menu_list {
  flex-grow: 1;
  flex-basis: 50%;
}

.blue_clr {
  background: #383847;
}

.offer {
  position: relative;
  top: -55px;
  min-height: 532px;
}

.offer p {
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 15px;
}

.offer p:last-child {
  margin: 0;
}

.offer a {
  margin-top: 35px;
}

.btn_style {
  font-family: raleway_bold;
  border: 2px solid #fff;
  padding: 15px 25px;
}

.btn_style:hover {
  background: #e7272d;
  color: #fff;
}

.product {
  background: #222;
  padding: 60px 0;
}

.product_img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.product_img::before {
  content: "";
  position: absolute;
  left: -200%;
  right: 0;
  bottom: 0;
  top: 100%;
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.5s ease-in;
  transform: rotate(41deg);
}

.pro_list:hover .product_img::before {
  top: 0%;
  left: 0;
}

.product_img img {
  width: 100%;
  height:150px;
}

.pro_list:hover h4 {
  color: #e7272d;
}

.pro_list:hover em {
  background: #fff;
  color: #e7272d;
}

.txt_center {
  text-align: center;
}

.product h4 {
  color: #fff;
  font-family: raleway_bold;
  font-size: 18px;
  margin: 20px 0;
}

.product h5 {
  color: #fff;
  font-family: raleway_bold;
  font-size: 16px;
}

.product h5 span {
  color: #fff;
  background: #e7272d;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 1px;
  font-family: lato_semi;
  display: block;
  width: 65px;
  display: none;
}

.pro_list {
  padding: 40px 0px;
  position: relative;
}

.pro_list em {
  position: absolute;
  top: 0;
  right: 0;
  background: #e7272d;
  border-radius: 50%;
  width: 40px;
  line-height: 40px;
  color: #fff;
  font-family: raleway_bold;
  font-size: 13px;
}

.client_sup {
  background: url(../images/clinet.jpg) 0 0 / cover;
}

.client_sup .item {
  text-align: center;
}

.client_sup h4 {
  font-size: 18px;
  font-family: raleway_bold;
  margin: 15px;
}

.client_sup p {
  max-width: 80%;
  margin: 0 auto;
}

.client_lft span {
  position: absolute;
  left: 15px;
  top: 0;
  right: 0;
  bottom: 0;
}

.client_lft span img,
.client_sup_inr img {
  width: 100%;
  height: 470px;
}

.client_rht {
  padding: 70px 0;
  position: relative;
}

.quote {
  position: absolute;
  width: 37px;
  top: 81px;
  left: 0;
  margin: 0 auto;
  right: 0;
}

.client_sup_inr {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  background: url(../images/menu_left.jpg) 0 0 / cover;
  width: 10%;
  transform: rotate(180deg);
}

.client_sup_inr2 {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 10%;
  transform: rotate(0);
  z-index: 9;
}

.footer {
  background: #222;
}

.footer h4 {
  color: #fff;
  font-family: raleway_bold;
  margin-bottom: 15px;
}

.footer p {
  color: #ccc;
  padding: 5px 0;
}

.footer_blg {
  padding: 30px 0 0 0;
  text-align: center;
}

.footer a {
  font-size: 13px;
  padding: 15px 0;
  margin-top: 10px;
  font-family: raleway_bold;
}

.reser {
  background: #111;
  text-align: center;
  padding: 30px;
  position: relative;
  top: -50px;
}

.reser li {
  justify-content: space-between;
  padding: 15px 0;
  color: #999;
  border-bottom: 1px dashed #49433f;
}

.reser li:last-child {
  border: 0;
}

.client_sup {
}

.client_sup .tittle {
  text-align: center;
  font-size: 30px;
}

.client_sup .owl-pagination {
  position: absolute;
  right: 0;
  top: 45%;
}

.client_sup .owl-theme .owl-controls .owl-page {
  display: block;
}

.client_lft .owl-theme .owl-controls {
  display: none !important;
}

.client_sup .container {
  background: #fff;
  box-shadow: 3px 3px 85px rgba(0, 0, 0, 0.1);
  padding: 40px 0 60px 0;
}

.copy {
  background: #111;
  padding: 15px 0;
}

.copy p {
  color: #666;
  text-align: center;
  margin-bottom: 5px;
}

.main_menuacrd {
  padding: 10px 0;
}

.min_tittle {
  font-family: raleway_bold;
  margin-bottom: 10px;
  font-size: 20px;
}

.red {
  color: #e7272d;
}

.menu h3 {
  padding: 0 10px;
}

.menu .col-md-3 {
  padding: 10px 30px;
}

.main_menuacrd span {
  font-size: 13px;
  letter-spacing: 1px;
}
.top_banner {
  background: url(../images/top_bg.jpg) 0 0 / cover;
}
.top_bg_inr {
  background: rgba(0, 0, 0, 0.6);
  padding: 65px 0;
}
.padding_div {
  padding: 50px 0 90px;
}
.abt_page {
  text-align: center;
  background: #eeeae7;
}
.abt_page p {
  margin: 15px auto;
  max-width: 80%;
}
.b_tittle span,
.tittle span {
  font-size: 15px;
  display: block;
  letter-spacing: 5px;
  margin-bottom: 15px;
}
.b_tittle {
  font-size: 55px;
  text-transform: uppercase;
}
.fssai {
  width: 10%;
  display: block;
  margin: 0 auto;
}
.our_chef {
  background: #222;
  text-align: center;
  padding: 40px 0 0 0;
}
.chef_ab {
  width: 60%;
}
.chef_det {
  background: #e7272d;
  padding: 15px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 85%;
  margin: 0 auto;
}
.chef_det p {
  font-size: 14px;
}

.sep_img {
  text-align: center;
}
.sep_img img {
  width: 100%;
}
.spe h3 {
  text-transform: uppercase;
}
.sep_img h4 {
  padding: 20px 0;
}
.spe {
  text-align: center;
}
.con_pge_det {
  background: #e7272d;
  padding: 40px 20px;
  min-height: 395px;
}
.con_pge_det li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  display: inline-block;
}
.con_pge_det li i {
  float: left;
  width: 35px;
  line-height: 40px;
  color: #fff;
  background: #383847;
  text-align: center;
  margin-top: 3px;
  font-size: 14px;
}
.con_pge_det li span {
  margin-left: 15px;
  float: left;
  width: 77%;
  line-height: 23px;
  color: #fff;
  font-family: lato_semi;
}
.con_pge .col-md-3,
.con_pge .col-md-6 {
  margin: 0;
  padding: 0;
}
.con_res {
  background: #383847;
  text-align: center;
}
.enq li input,
.enq li textarea {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #ccc;
  height: 50px;
  padding: 0 10px;
  background-color: transparent;
  color: #fff;
}
.enq li textarea {
  padding: 15px 10px;
  height: 100px;
}
.enq_all {
  padding: 40px 0 80px 0;
  text-align: center;
  background: #eee url(../images/meal-plan-bg.jpg) 0 0 / cover;
}
.enq_all .btn_style {
  margin-top: 20px;
}
.enq_pop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: none;
}
.enq_pop_flex {
  height: 100%;
  justify-content: space-around;
}
.pop_inr {
  background: #fff url(../images/spices_bg.jpg) 0 0 / cover;
  padding: 5px;
  flex-basis: 50%;
  text-align: center;
  padding: 40px 0;
  border: 10px solid rgba(255, 255, 255, 0.9);
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.9);
}
.pop_inr li {
  margin-bottom: 15px;
}
.pop_inr h3 {
  text-transform: uppercase;
}
.fa-close {
  position: absolute;
  top: -10px;
  right: -35px;
  background: rgba(255, 255, 255, 0.9);
  width: 25px;
  line-height: 25px !important;
  text-align: center;
  cursor: pointer;
  /* border-radius: 50%; */
}
.fa-close:hover {
  color: red;
}
.enq_pop .btn_style {
  padding: 10px 35px;
  width: 50%;
  background: #e7272d;
  border: 0;
}
.enq_pop .btn_style:hover {
  color: #333;
  background: #fff;
}
.enq_btn {
  color: #222;
  font-family: raleway_bold;
}
.gal_bg {
  background: #e7272d;
  position: absolute;
  left: 20px;
  right: 20px;
  top: -15px;
  bottom: -15px;
  z-index: -1;
  border: 5px solid #fff;
}
.sep_img h4 {
  z-index: 9;
  transform: translateY(-25px);
}
.ph {
  font-family: lato_semi;
}
.swal-button {
  background-color: #ea2324;
}

.item_list span:nth-child(2), .item_list span:nth-child(3), .product h5 {
    display: none;
}