:root {
  --primary: #FF3834;
  --secondary: #333184;
  --filterPrimary: invert(27%) sepia(78%) saturate(2658%) hue-rotate(343deg) brightness(108%) contrast(105%);
  --filterSecondary: invert(23%) sepia(9%) saturate(6086%) hue-rotate(209deg) brightness(93%) contrast(100%);
  --filterWhite: invert(99%) sepia(0%) saturate(4787%) hue-rotate(41deg) brightness(127%) contrast(96%);
}

* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
}

*::-moz-selection {
  background-color: var(--primary);
  color: #fff;
}

*::selection {
  background-color: var(--primary);
  color: #fff;
}

*::-webkit-scrollbar {
  width: 7px;
}

*::-webkit-scrollbar-track {
  background-color: #eee;
}

*::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 8px;
}

body {
  direction: ltr;
  overflow-x: hidden;
}

div::-webkit-scrollbar {
  height: 5px;
}

.abril_font {
  font-family: 'Abril Fatface', cursive;
}

/**********************************************
   Start Global Style
**********************************************/
.color-gray {
  color: #ccc;
}

.color-gray2 {
  color: #888;
}

.color-dark {
  color: #1B2021;
}

.color-primary {
  color: var(--primary);
}

.color-secondary {
  color: var(--secondary);
}

.filterPrimary {
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
}

.filterSecondary {
  -webkit-filter: var(--filterSecondary);
          filter: var(--filterSecondary);
}

.filterWhite {
  -webkit-filter: var(--filterWhite);
          filter: var(--filterWhite);
}

p {
  font-size: 15px;
  color: #555;
  line-height: 1.7rem;
}

a {
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none !important;
}

a:hover {
  color: var(--primary) !important;
}

a:focus {
  outline: 0;
}

del,
.del {
  text-decoration: line-through;
  color: #888;
  font-size: 80%;
}

ul {
  list-style-type: none;
  padding: 0;
}

button {
  border: none;
  padding: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  background-color: transparent;
}

button:focus {
  border: none;
  -webkit-box-shadow: transparent;
          box-shadow: transparent;
  outline: 0;
}

button:active,
button:active:focus,
button:active:hover,
button:focus,
button:hover,
button:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled):active {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

form .form-group {
  position: relative;
}

form .form-control {
  font-size: 14px;
}

form .form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid var(--primary) !important;
}

form input,
form select {
  height: 60px !important;
}

form .form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
  -webkit-box-shadow: none;
          box-shadow: none;
}

form textarea {
  resize: none;
}

form .form-check-input {
  height: 1em !important;
}

.progress-wrap {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 55px;
  width: 55px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(51, 51, 51, 0.2);
          box-shadow: inset 0 0 0 2px rgba(51, 51, 51, 0.2);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: translateY(130%);
          transform: translateY(130%);
  z-index: 99;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap::after {
  background: url(../images/icons/top-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: var(--primary);
  left: 13px;
  top: 13px;
  height: 30px;
  width: 30px;
  display: block;
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
}

.progress-wrap svg path {
  fill: #f8f8f8;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--primary);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.in-flex {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inFlex {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container,
.container-fluid,
.zi-5 {
  position: relative;
  z-index: 5;
}

.sec-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-end {
  text-align: end;
}

.overflow_hidden {
  overflow: hidden !important;
}

.bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.position-unset {
  position: unset;
}

.underline {
  text-decoration: underline !important;
}

.trans_3 {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

/**********************************************
   Start Animations
**********************************************/
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

@-webkit-keyframes floatingX {
  0% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}

@keyframes floatingX {
  0% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}

.slide_ltr {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.slide_ltr.animated {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.slide_ltr.no_scale {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.slide_rtl {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.slide_rtl.animated {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.slide_rtl.no_scale {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@-webkit-keyframes puff-in {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

@keyframes puff-in {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

.puff-in {
  -webkit-animation: puff-in 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
          animation: puff-in 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

.text-focus-in {
  -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

/**********************************************
    Start Public Classes
**********************************************/
.section {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}

.swiper-container .swiper-pagination {
  bottom: 0;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 25px;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary) !important;
  opacity: 1 !important;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  background-image: unset;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 50%;
  background-image: unset;
  background-color: #f5f5f5;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  opacity: .7;
}

.swiper-container .swiper-button-next::before,
.swiper-container .swiper-button-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 15px;
  color: var(--secondary);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
  background-color: var(--primary);
  opacity: 1;
}

.swiper-container .swiper-button-next:hover::before,
.swiper-container .swiper-button-prev:hover::before {
  color: #fff;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-container-rtl .swiper-button-prev {
  right: 2%;
  left: auto;
}

.swiper-container .swiper-button-next::before,
.swiper-container .swiper-container-rtl .swiper-button-prev::before {
  content: '\f0da';
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-container-rtl .swiper-button-next {
  left: 2%;
  right: auto;
}

.swiper-container .swiper-button-prev::before,
.swiper-container .swiper-container-rtl .swiper-button-next::before {
  content: '\f0d9';
}

.butn {
  position: relative;
  padding: .6rem 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  text-align: center;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: 10px;
}

.butn i {
  -webkit-margin-end: 7px;
          margin-inline-end: 7px;
}

.butn .icon {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.butn.sm_butn {
  padding: 0;
  width: 50px;
  height: 50px;
}

.butn.primary_butn {
  background-color: var(--primary);
  color: #fff;
}

.butn.primary_border_butn {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: transparent;
}

.butn.secondary_butn {
  background-color: var(--secondary);
  color: #fff;
}

.butn.secondary_border_butn {
  border: 1px solid var(--secondary);
  color: var(--secondary);
  background-color: transparent;
}

.butn.white_butn {
  background-color: #fff;
  color: #333;
}

.butn.white_border_butn {
  background-color: #fff;
  border: 1px solid #D6D3D3;
}

.butn:focus {
  border: 1px solid transparent;
}

.butn:hover {
  background-color: #e02d2a;
  border: 1px solid #e02d2a;
  color: #fff !important;
}

.butn:hover .icon {
  -webkit-filter: var(--filterWhite);
          filter: var(--filterWhite);
}

.icon-18 {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}

.icon-15 {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}

.badge {
  border-radius: 5px;
  padding: .7rem 1.3rem;
}

.badge.white_badge {
  background-color: #fff;
  color: #333;
}

/**********************************************
   Start Edit Navbar & Footer
**********************************************/
.navs-container .navbar {
  position: relative;
  background-color: #121B34;
  padding: .7rem 1rem;
  z-index: 999;
}

.navs-container .navbar .logo {
  width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

.navs-container .navbar .lang_butn {
  color: var(--primary);
  background-color: #fff;
  padding: 0.7rem;
}

.navs-container .navbar .lang_butn::before {
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid #B3B2D1;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: -1;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.navs-container .navbar .lang_butn:hover {
  background-color: var(--secondary);
}

.navs-container .navbar .lang_butn:hover::before {
  top: 0px;
  right: 0px;
}

.navs-container .navbar .links {
  color: #888;
}

.navs-container .navbar .links a {
  color: #fff;
  margin: 0 7px;
  font-size: 14px;
}

.navs-container .navbar .navbar-toggler,
.navs-container .navbar .nav_toggler {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: none;
  position: relative;
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon,
.navs-container .navbar .nav_toggler.active .navbar-toggler-icon {
  -webkit-box-shadow: 0px 0px 0px grey;
          box-shadow: 0px 0px 0px grey;
  background: rgba(0, 0, 0, 0);
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::before,
.navs-container .navbar .nav_toggler.active .navbar-toggler-icon::before {
  top: 0px !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::after,
.navs-container .navbar .nav_toggler.active .navbar-toggler-icon::after {
  top: 0px !important;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon,
.navs-container .navbar .nav_toggler .navbar-toggler-icon {
  width: 25px;
  height: 1.5px;
  background: var(--primary);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after, .navs-container .navbar .navbar-toggler .navbar-toggler-icon::before,
.navs-container .navbar .nav_toggler .navbar-toggler-icon::after,
.navs-container .navbar .nav_toggler .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 1.5px;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after,
.navs-container .navbar .nav_toggler .navbar-toggler-icon::after {
  top: -7px;
  right: 0px;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::before,
.navs-container .navbar .nav_toggler .navbar-toggler-icon::before {
  top: 7px;
  right: 0px;
}

.navs-container .menu_box {
  background-color: #fff;
  padding: 25px;
  -webkit-box-shadow: 3px 6px 10px 0 rgba(170, 172, 177, 0.4);
          box-shadow: 3px 6px 10px 0 rgba(170, 172, 177, 0.4);
  position: absolute;
  z-index: 9;
  inset-inline-end: 0;
  min-width: 300px;
  top: 84px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

.navs-container .menu_box.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.navs-container .menu_box .menu_title {
  text-align: center;
  color: var(--secondary);
  font-weight: bold;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
}

.navs-container .menu_box .menu_title span {
  background-color: #fff;
  padding: 0 1rem;
}

.navs-container .menu_box .menu_title::before {
  position: absolute;
  content: '';
  height: 1px;
  background-color: #cfcfcf;
  top: 13px;
  right: 0;
  left: 0;
  width: 100%;
}

.navs-container .menu_box .links a {
  display: block;
  font-size: 15px;
  margin-bottom: 13px;
  color: #5B6874;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  position: relative;
  text-transform: capitalize;
}

.navs-container .menu_box .links a::before {
  content: '\f0d9';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  inset-inline-start: 0;
  top: 0px;
  color: var(--secondary);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.navs-container .menu_box .links a:nth-child(odd)::before {
  color: var(--primary);
}

.navs-container .menu_box .social_links a .icon {
  width: 40px;
  height: 40px;
  -webkit-margin-end: 7px;
          margin-inline-end: 7px;
}

.footer {
  padding-top: 100px;
  background-color: #0E1A3E;
  border-radius: 0 220px 0  0;
}

.footer .content {
  margin-bottom: 30px;
}

.footer .content .title {
  position: relative;
  padding-bottom: 15px;
}

.footer .content .title::after {
  content: '';
  width: 40px;
  height: 1px;
  background-color: var(--primary);
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
}

.footer .content .links a {
  display: block;
  color: #D9D9D9;
  margin-bottom: 15px;
  font-size: 15px;
}

.footer .content .logo {
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 0 20px 0;
}

.footer .content .social_links a {
  color: #363D53;
  margin: 0 10px;
  font-size: 20px;
}

.footer .copyright_p {
  color: #6B7289;
  border-top: 1px solid #444;
}

.footer .pattern1 {
  position: absolute;
  inset-inline-start: -10%;
  top: 0;
  width: 32%;
}

.footer .pattern2 {
  position: absolute;
  top: -5%;
  inset-inline-end: 0;
  width: 18%;
}

/**********************************************
    Start Edit Home Page 
**********************************************/
.header {
  padding-bottom: 0;
  background-color: #121B34;
}

.header .text_box {
  -webkit-padding-end: 3vw;
          padding-inline-end: 3vw;
}

.header .text_box .title {
  font-size: 38px;
  line-height: 1.5;
}

.header .search_row .form-control {
  border-radius: 0;
  background-color: transparent;
  border: none !important;
  border-bottom: 2px solid #3B3D44 !important;
  color: #fff;
  font-weight: bold;
}

.header .search_row .form-control::-webkit-input-placeholder {
  color: #ACACAC;
}

.header .search_row .form-control:-ms-input-placeholder {
  color: #ACACAC;
}

.header .search_row .form-control::-ms-input-placeholder {
  color: #ACACAC;
}

.header .search_row .form-control::placeholder {
  color: #ACACAC;
}

.header .search_row .form-control:focus {
  border-bottom-color: var(--primary);
}

.header .search_row .form-group {
  margin-bottom: 1.2rem;
}

.header .search_row .form-group .search_butn {
  position: absolute;
  top: 5px;
  inset-inline-end: 5px;
}

.header .search_row .form-group .filter_butn {
  width: 41px;
  height: 41px;
  position: absolute;
  inset-inline-end: 112px;
  top: 6px;
  background-color: #fff;
}

.header .search_row .form-group .filter_butn .icon {
  width: 28px;
}

.header .search_row .form-group .filter_butn:hover .icon {
  -webkit-filter: unset;
          filter: unset;
}

.header .search_row .form-group .search_input {
  -webkit-padding-end: 150px;
          padding-inline-end: 150px;
}

.header .search_row .collapse_wrapper .label {
  font-size: 14px;
  display: block;
  margin-bottom: 0rem;
  color: #999;
}

.header .sec-img {
  border-radius: 65px 0 0 0;
  height: 580px;
}

.header .pattern {
  position: absolute;
  bottom: 8%;
  left: -5%;
  width: 150px;
}

.restaurants_sec {
  padding: 50px 0 120px 0;
}

.restaurants_sec .sec_head {
  position: relative;
}

.restaurants_sec .sec_head .sec_title {
  font-size: 54px;
}

.restaurants_sec .categ_card {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 15px;
  -webkit-box-shadow: 10px 40px 50px 0 rgba(229, 233, 246, 0.4);
          box-shadow: 10px 40px 50px 0 rgba(229, 233, 246, 0.4);
  cursor: pointer;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.restaurants_sec .categ_card .icon_outer {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  background-color: #EEEEF4;
  width: 70px;
  height: 70px;
  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;
  border-radius: 12px;
  margin: auto;
}

.restaurants_sec .categ_card .icon_outer .icon {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.restaurants_sec .categ_card .title {
  font-size: 16px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.restaurants_sec .categ_card.active {
  background-color: var(--secondary) !important;
}

.restaurants_sec .categ_card.active .icon_outer {
  background-color: #fff;
}

.restaurants_sec .categ_card.active .title {
  color: #fff;
}

.restaurants_sec .tab_wrapper {
  position: relative;
}

.restaurants_sec .tab_wrapper::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  background-color: #121B34;
  height: 480px;
  border-radius: 10px;
  width: 95%;
  right: 0;
  left: unset;
}

.restaurants_sec .tab_wrapper .tab_head {
  position: relative;
}

.restaurants_sec .tab_wrapper .tab_head .tab_title {
  font-size: 33px;
  position: relative;
  -webkit-padding-start: 18px;
          padding-inline-start: 18px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: capitalize;
}

.restaurants_sec .tab_wrapper .tab_head .tab_title::before {
  content: '';
  width: 50px;
  height: 50px;
  background: url(../images/icon.svg) no-repeat center;
  position: absolute;
  left: 0;
  top: -5px;
}

.restaurants_sec .tab_wrapper .tab_head .icon_box {
  width: 200px;
  height: 240px;
  background-color: #fff;
  border-radius: 0 0 100px 100px;
  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;
  position: absolute;
  right: 4%;
  top: 0;
  z-index: 6;
}

.restaurants_sec .tab_wrapper .tab_head .icon_box .icon {
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.restaurants_sec .tab_wrapper .tab_head .sec-img {
  height: 400px;
}

.restaurants_sec .tab_wrapper .tab_head .pattern {
  position: absolute;
  bottom: 36px;
  right: -14%;
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}

.restaurants_sec .tab_wrapper.tab_ltr .tab_head .tab_title {
  margin-left: auto;
}

.restaurants_sec .tab_wrapper.tab_ltr .tab_head .icon_box {
  right: unset;
  left: 4%;
}

.restaurants_sec .tab_wrapper.tab_ltr .tab_head .pattern {
  right: unset;
  left: -14%;
}

.restaurants_sec .tab_wrapper.tab_ltr::before {
  right: unset;
  left: 0;
}

.restaurants_sec .restaurants_card {
  border-radius: 0;
  border: 1px solid #E8DFDF;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.restaurants_sec .restaurants_card .img_box {
  height: 260px;
  position: relative;
  overflow: hidden;
}

.restaurants_sec .restaurants_card .img_box .swiper-slide {
  width: 100% !important;
  height: 230px !important;
}

.restaurants_sec .restaurants_card .img_box .swiper-pagination {
  bottom: 15px;
}

.restaurants_sec .restaurants_card .img_box .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: .5;
}

.restaurants_sec .restaurants_card .img_box .sec-img {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.restaurants_sec .restaurants_card .img_box .badge {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 5px;
  z-index: 8;
}

.restaurants_sec .restaurants_card .img_box .badge i {
  color: #F7931E;
  -webkit-margin-end: 3px;
          margin-inline-end: 3px;
}

.restaurants_sec .restaurants_card .card-body {
  padding: 1.5rem;
}

.restaurants_sec .restaurants_card .card-body .title {
  font-size: 18px;
  width: calc(100% - 50px);
}

.restaurants_sec .restaurants_card .card-body .p,
.restaurants_sec .restaurants_card .card-body .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.restaurants_sec .restaurants_card .card-body .prices .price {
  color: #2C3E50;
  font-size: 18px;
}

.restaurants_sec .restaurants_card .card-body .prices .del {
  font-size: 12px;
}

.restaurants_sec .restaurants_card:hover {
  border-color: var(--secondary);
  -webkit-box-shadow: 10px 40px 50px 0 rgba(229, 233, 246, 0.5);
          box-shadow: 10px 40px 50px 0 rgba(229, 233, 246, 0.5);
}

/**********************************************
    Start Edit pg-header
**********************************************/
/**********************************************
    Start Edit another Page 
**********************************************/
/**********************************************
    Start Edit Dark mode 
**********************************************/
.dark_mode .navbar,
.dark_mode .restaurants_sec .categ_card,
.dark_mode .restaurants_sec,
.dark_mode .navs-container .menu_box,
.dark_mode .navs-container .menu_box .menu_title span {
  background-color: #0e0e29  !important;
}

.dark_mode .restaurants_sec::before,
.dark_mode .footer {
  background-color: #111038;
}

.dark_mode .restaurants_sec .categ_card,
.dark_mode .restaurants_sec .restaurants_card:hover {
  -webkit-box-shadow: 10px 40px 50px 0 rgba(6, 11, 26, 0.4);
          box-shadow: 10px 40px 50px 0 rgba(6, 11, 26, 0.4);
}

.dark_mode .p,
.dark_mode .title,
.dark_mode .restaurants_sec .restaurants_card .card-body .rate,
.dark_mode .restaurants_sec .restaurants_card .card-body .prices .price,
.dark_mode .navs-container .menu_box .menu_title,
.dark_mode .navs-container .menu_box .links a,
.dark_mode .footer p,
.dark_mode .footer .links a {
  color: #fff;
}

.dark_mode .restaurants_sec .search_row .collapse_wrapper .label {
  color: #eee;
}

.dark_mode .restaurants_sec .categ_card.active {
  background-color: var(--secondary) !important;
}

.dark_mode .navs-container .navbar .navbar-toggler .navbar-toggler-icon::after,
.dark_mode .navs-container .navbar .navbar-toggler .navbar-toggler-icon::before,
.dark_mode .navs-container .navbar .nav_toggler .navbar-toggler-icon::after,
.dark_mode .navs-container .navbar .nav_toggler .navbar-toggler-icon::before,
.dark_mode .navs-container .navbar .navbar-toggler .navbar-toggler-icon,
.dark_mode .navs-container .navbar .nav_toggler .navbar-toggler-icon {
  background: #eee;
}

.dark_mode .navs-container .navbar .navbar-toggler.active .navbar-toggler-icon,
.dark_mode .navs-container .navbar .nav_toggler.active .navbar-toggler-icon {
  background: rgba(0, 0, 0, 0);
}

#modeSwitcher .icon {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 5;
}

#modeSwitcher .checkbox {
  opacity: 0;
  position: absolute;
}

#modeSwitcher .checkbox:checked + .label {
  background-color: var(--secondary);
}

#modeSwitcher .checkbox:checked + .label .img {
  background: url(../images/icons/dark_mode.png);
}

#modeSwitcher .label {
  background-color: #f7f7f7;
  border-radius: 25px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  position: relative;
  height: 45px;
  width: 45px;
}

#modeSwitcher .label .img {
  width: 30px;
  height: 30px;
  background: url(../images/icons/light_mode.png) no-repeat center;
  background-size: contain !important;
  display: block;
  margin: auto;
}
/*# sourceMappingURL=style.css.map */