@charset "UTF-8";
@font-face {
  font-family: "semiBold";
  src: url(../Fonts/cairo/Cairo-SemiBold.ttf);
}

@font-face {
  font-family: "regular";
  src: url(../Fonts/cairo/Cairo-Regular.ttf);
}

@font-face {
  font-family: "bold";
  src: url(../Fonts/cairo/Cairo-Bold.ttf);
}

* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-family: 'regular';
}

/***************************** Global Style *****************************/
h1, h2, h3 {
  font-family: "bold";
}

h4, h5, h6 {
  font-family: "semiBold";
}

p {
  font-size: 15px;
  font-family: 'regular';
}

a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

ul {
  list-style-type: none;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-appearance: none;
}

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

.scroll-top-btn {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: linear-gradient(-135deg, #770231, #770231);
  color: #000;
  text-align: center;
  line-height: 50px;
  position: fixed;
  bottom: 30px;
  left: 10px;
  z-index: 1000;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.scroll-top-btn:hover {
  background-color: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  color: #fff;
  border-radius: 50%;
}

.scroll-top-btn:hover i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.scroll-top-btn i {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  position: relative;
  bottom: 8px;
  left: 1px;
}

/* Animation */
.parallax > use {
  -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
          animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
}

.parallax > use:nth-child(2) {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}

.parallax > use:nth-child(3) {
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
}

.parallax > use:nth-child(4) {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
}

@-webkit-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0);
  }
}

@keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0);
  }
}

.top-nav {
  background-color: #770231;
  padding: 5px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-nav span {
  margin-bottom: 0px;
  color: #fff;
  margin-left: 30px;
  font-size: 13px;
}

.bg-light {
  background-color: transparent !important;
}

.navbar .navbar-brand {
  width: 100px;
  height: 70px;
}

.navbar .navbar-brand img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.navbar .nav-item {
  text-align: center;
  margin-left: 5px;
}

.navbar .nav-item .nav-link {
  position: relative;
}

.navbar .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #770231;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.navbar .nav-item .nav-link:hover, .navbar .nav-item .nav-link.active {
  color: #770231;
}

.navbar .nav-item .nav-link:hover::after, .navbar .nav-item .nav-link.active::after {
  bottom: 0px;
  opacity: 1;
}

header {
  margin-bottom: 50px;
}

header .image-content {
  width: 100%;
  height: 200px;
  margin: 5px 0px;
}

header .image-content img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.resturant {
  background-color: #f0f0f0;
}

.resturant .resturant-inner {
  background: url(../images/bg-pattern.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 50px 0px;
}

.resturant .resturant-inner .resturant-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #ccc;
}

.resturant .resturant-inner .resturant-header h4 {
  color: #770231;
  padding-right: 30px;
}

.resturant .resturant-inner .resturant-header h4::after {
  content: '';
  width: 30px;
  height: 2px;
  background-color: #770231;
  display: block;
  position: relative;
  top: 10px;
  right: -30px;
}

.resturant .resturant-inner .resturant-header a {
  color: #770231;
  padding: .475rem 2.375rem .275rem;
}

.resturant .resturant-inner .resturant-header a:hover {
  background-color: #770231;
  color: #fff;
}

.resturant .resturant-inner .card-resturant {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  padding: .375rem 1.375rem;
  background-color: #fff;
  border: 1px solid #fff;
  margin: 10px 0px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.resturant .resturant-inner .card-resturant .image-content {
  width: 130px;
  height: 130px;
}

.resturant .resturant-inner .card-resturant .image-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.resturant .resturant-inner .card-resturant .card-body {
  padding: 2.25rem;
}

.resturant .resturant-inner .card-resturant .card-body h6 {
  color: #770231;
}

.resturant .resturant-inner .card-resturant .card-body p {
  color: #666;
}

.resturant .resturant-inner .card-resturant:hover {
  border: 1px solid #770231;
}

.stores {
  padding: 50px 0px;
}

.stores .stores-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #ccc;
}

.stores .stores-header h4 {
  color: #770231;
  padding-right: 30px;
}

.stores .stores-header h4::after {
  content: '';
  width: 30px;
  height: 2px;
  background-color: #770231;
  display: block;
  position: relative;
  top: 10px;
  right: -30px;
}

.stores .stores-header a {
  color: #770231;
  padding: .475rem 2.375rem .275rem;
}

.stores .stores-header a:hover {
  background-color: #770231;
  color: #fff;
}

.stores .card {
  margin: 13px 0px;
  border: 1px solid #ccc;
  padding-top: 1.5rem;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.stores .card:hover {
  border: 1px solid #770231;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0px 0px 10px 0px #ccc;
          box-shadow: 0px 0px 10px 0px #ccc;
}

.stores .card .card-image {
  width: 180px;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}

.stores .card .card-body {
  text-align: center;
}

.stores .card .card-body h6 {
  color: #770231;
}

.stores .card .card-body p {
  color: #666;
}

.special {
  padding: 50px 0px;
  background: url(../images/special-restuant.png);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.special .special-header {
  color: #fff;
  border-bottom: 2px solid #ccc;
  padding-bottom: 15px;
}

.special .owl-dots {
  display: none;
}

.special .owl-nav {
  display: block !important;
}

.special .owl-nav .owl-prev, .special .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  background-color: #fff !important;
  border-radius: 50%;
  font-size: 25px !important;
}

.special .owl-nav .owl-prev:focus, .special .owl-nav .owl-next:focus {
  outline: none;
}

.special .owl-nav .owl-prev span, .special .owl-nav .owl-next span {
  position: relative;
  bottom: 5px;
}

.special .owl-nav .owl-prev:hover, .special .owl-nav .owl-next:hover {
  background-color: #770231 !important;
  color: #fff !important;
}

.special .card {
  border: 1px solid #ccc;
  padding-top: 1.5rem;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.special .card:hover {
  border: 1px solid #770231;
  -webkit-box-shadow: 0px 0px 10px 0px #ccc;
          box-shadow: 0px 0px 10px 0px #ccc;
}

.special .card .card-image {
  width: 180px;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}

.special .card .card-body {
  text-align: center;
}

.special .card .card-body h6 {
  color: #770231;
}

.special .card .card-body p {
  color: #666;
}

.about .about-us {
  background: url(../images/we-are.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  position: relative;
}

.about .about-us .text {
  width: 70%;
  margin: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about .about-us .text h6 {
  color: #fff;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.about .about-us .text p {
  color: #f5f5f5;
  font-size: 12px;
  line-height: 2rem;
}

.about .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: .8;
}

.about .reviews {
  background: url(../images/reviews.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  position: relative;
  padding: 10px;
}

.about .reviews .inner {
  width: 70%;
  margin: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-top: 80px;
}

.about .reviews .inner h6 {
  color: #fff;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.about .reviews .inner .owl-dots {
  display: none;
}

.about .reviews .inner .owl-nav {
  display: block !important;
}

.about .reviews .inner .owl-nav .owl-prev, .about .reviews .inner .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  background-color: #fff !important;
  border-radius: 50%;
  font-size: 25px !important;
}

.about .reviews .inner .owl-nav .owl-prev:focus, .about .reviews .inner .owl-nav .owl-next:focus {
  outline: none;
}

.about .reviews .inner .owl-nav .owl-prev span, .about .reviews .inner .owl-nav .owl-next span {
  position: relative;
  bottom: 5px;
}

.about .reviews .inner .owl-nav .owl-prev:hover, .about .reviews .inner .owl-nav .owl-next:hover {
  background-color: #770231 !important;
  color: #fff !important;
}

.about .reviews .inner .card {
  border: 2px solid #fff;
  padding: .375rem;
  background-color: transparent;
}

.about .reviews .inner .card span {
  color: #770231;
  text-align: center;
  width: 100%;
  font-size: 30px;
}

.about .reviews .inner .card p {
  color: #ccc;
  line-height: 1.8rem;
  font-size: 12px;
}

.about .reviews .inner .card .name {
  text-align: center;
  color: #fff;
  font-size: 15px;
}

.sponsors {
  padding: 50px 0px;
}

.sponsors .stores-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #ccc;
}

.sponsors .stores-header h4 {
  color: #770231;
  padding-right: 30px;
}

.sponsors .stores-header h4::after {
  content: '';
  width: 30px;
  height: 2px;
  background-color: #770231;
  display: block;
  position: relative;
  top: 10px;
  right: -30px;
}

.sponsors .owl-dots {
  display: none;
}

.sponsors .owl-nav {
  display: block !important;
}

.sponsors .owl-nav .owl-prev, .sponsors .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  background-color: #ccc !important;
  border-radius: 50%;
  font-size: 25px !important;
}

.sponsors .owl-nav .owl-prev:focus, .sponsors .owl-nav .owl-next:focus {
  outline: none;
}

.sponsors .owl-nav .owl-prev span, .sponsors .owl-nav .owl-next span {
  position: relative;
  bottom: 5px;
}

.sponsors .owl-nav .owl-prev:hover, .sponsors .owl-nav .owl-next:hover {
  background-color: #770231 !important;
  color: #fff !important;
}

.sponsors .sponsors-carousel .card-img {
  width: 70%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}

footer {
  padding: 50px 0px 20px;
  background: url(../images/footer.png);
  background-size: cover;
  background-repeat: no-repeat;
}

footer .content {
  width: 100%;
  padding: 10px;
}

footer .content h6 {
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
}

footer .content .links-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 0px;
}

footer .content .links-row a {
  color: #ccc;
}

footer .content .footer-logo {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

footer .content .contact {
  display: block;
  text-align: center;
  color: #fff;
  margin: 10px 0px;
}

footer .content .contact i {
  margin-left: 10px;
}

footer .content form input {
  direction: ltr;
  border: 2px solid transparent;
  margin: 15px 0px;
}

footer .content form input:focus {
  border: 2px solid #770231;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

footer .content form button {
  background-color: #770231;
  border: 1px solid #770231;
  color: #fff;
  padding: .375rem 1.375rem;
  position: relative;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  margin: 15px 0px;
  border-radius: 10px;
}

footer .content form button:hover {
  background-color: #fff;
  color: #770231;
}

footer .middle-content {
  border-right: 1px solid #999;
  border-left: 1px solid #999;
}

footer .icon-container {
  width: 100%;
  margin: 20px 0px;
}

footer .icon-container hr {
  border-top: 1px solid #ccc;
  position: relative;
  top: 34px;
}

footer .icon-container .icons-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  background-color: #131925;
  padding: 0px 1.375rem;
}

footer .icon-container .icons-inner .icon {
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #fff;
  margin: 0px 3px;
}

footer .icon-container .icons-inner .icon i {
  position: relative;
  top: 2px;
}

footer .icon-container .icons-inner .icon:hover {
  background-color: #770231;
  border: 2px solid #770231;
}

footer .copywrite-text {
  margin-bottom: 0px;
  color: #fff;
  font-size: 12px;
}

footer .copywrite-img {
  float: left;
}

/************************ Page All Resaurants *************************/
main .header {
  position: relative;
  text-align: center;
  background: linear-gradient(60deg, #fce8f0 0%, #b0215b 100%);
  color: white;
}

main .waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
}

main .content {
  position: relative;
  height: 20vh;
  text-align: center;
  background-color: white;
}

.all-restaurants {
  padding-bottom: 50px;
}

.all-restaurants .filtering {
  background-color: #f5f5f5;
  width: 100%;
  padding: 1.375rem;
  margin-top: 9px;
}

.all-restaurants .filtering .filtering-header {
  border-bottom: 2px solid #ccc;
  margin: 20px 0px;
}

.all-restaurants .filtering .filtering-header h6 {
  color: #770231;
  padding-right: 30px;
}

.all-restaurants .filtering .filtering-header h6::after {
  content: '';
  width: 30px;
  height: 2px;
  background-color: #770231;
  display: block;
  position: relative;
  top: 10px;
  right: -30px;
}

.all-restaurants .filtering .filtering-body {
  padding: .75rem 1.25rem;
  font-size: 15px !important;
  background-color: #f5f5f5;
  color: #777;
  border-bottom: 1px solid #ccc;
}

.all-restaurants .filtering .filtering-body p {
  font-size: 15px;
  font-weight: 500;
  color: #333;
}

.all-restaurants .filtering .filtering-body .custom-control {
  margin: 10px 0px;
}

.all-restaurants .filtering .filtering-body .custom-control .custom-control-input::after {
  position: absolute;
  opacity: 0;
}

.all-restaurants .filtering .filtering-body .custom-control .custom-control-input + label:before {
  content: '';
  margin-top: -3px;
  display: inline-block;
  vertical-align: text-top;
  width: 15px;
  height: 15px;
  background: white;
}

.all-restaurants .filtering .filtering-body .custom-control .custom-control-input:hover + label:before {
  background: #fce8f0;
}

.all-restaurants .filtering .filtering-body .custom-control .custom-control-input:checked + label:before {
  background: #770231;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.all-restaurants .filtering .filtering-body .custom-control .custom-control-input:checked + label:after {
  content: '';
  position: absolute;
  top: 8px;
  right: -14px;
  background: white;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
          box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.all-restaurants .filtering .filtering-body .custom-control label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 12px;
}

.all-restaurants .filtering .filtering-body .custom-control .items-number {
  float: left;
}

.all-restaurants .filtering .filtering-body .filtering-radios {
  width: 100%;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.all-restaurants .filtering .filtering-body .filtering-radios .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 10px;
  padding-right: 0;
  margin: 10px 0px;
}

.all-restaurants .filtering .filtering-body .filtering-radios .form-check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.375em;
}

.all-restaurants .filtering .filtering-body .filtering-radios .form-check label input {
  opacity: 0;
}

.all-restaurants .filtering .filtering-body .filtering-radios .form-check label input:checked + span:before {
  -webkit-box-shadow: inset 0 0 0 0.4375em #770231;
          box-shadow: inset 0 0 0 0.4375em #770231;
}

.all-restaurants .filtering .filtering-body .filtering-radios .form-check label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  font-size: 12px;
}

.all-restaurants .filtering .filtering-body .filtering-radios .form-check label span:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.375em;
  margin-left: 5px;
  -webkit-transition: 1.25s ease;
  transition: 1.25s ease;
  -webkit-box-shadow: inset 0 0 0 0.125em #770231;
          box-shadow: inset 0 0 0 0.125em #770231;
}

.all-restaurants .restaurants-inner {
  border: 1px solid #ccc;
  padding: 10px 20px;
  margin: 10px 0px;
}

.all-restaurants .restaurants-inner .header {
  margin: 15px 0px;
  background-color: #f5f5f5;
  padding: 15px 30px;
}

.all-restaurants .restaurants-inner .header h5 {
  position: relative;
  top: 5px;
}

.all-restaurants .restaurants-inner .header .form-control {
  border-radius: 0px;
}

.all-restaurants .restaurants-inner .header .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 1px solid #770231;
}

.all-restaurants .restaurants-inner .header .form-control::-webkit-input-placeholder {
  font-size: 12px;
}

.all-restaurants .restaurants-inner .header .form-control:-ms-input-placeholder {
  font-size: 12px;
}

.all-restaurants .restaurants-inner .header .form-control::-ms-input-placeholder {
  font-size: 12px;
}

.all-restaurants .restaurants-inner .header .form-control::placeholder {
  font-size: 12px;
}

.all-restaurants .restaurants-inner .header .search {
  float: left;
}

.all-restaurants .restaurants-inner .header .search .btn-outline-success {
  border-radius: 0px;
  border: 1px solid #ccc;
  border-right: 1px solid transparent;
  color: #770231;
  background-color: #fff;
}

.all-restaurants .restaurants-inner .header .search .btn-outline-success:hover {
  background-color: #770231;
  color: #fff;
}

.all-restaurants .restaurants-inner .card {
  padding-top: 0rem;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin: 15px 0px;
}

.all-restaurants .restaurants-inner .card .image-content {
  position: relative;
  overflow: hidden;
}

.all-restaurants .restaurants-inner .card .image-content .owl-dots {
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #ccc;
  opacity: .8;
  width: 100%;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.all-restaurants .restaurants-inner .card .image-content .owl-theme .owl-dots .owl-dot.active span, .all-restaurants .restaurants-inner .card .image-content .owl-theme .owl-dots .owl-dot:hover span {
  background: #770231;
}

.all-restaurants .restaurants-inner .card .image-content .owl-theme .owl-dots .owl-dot span {
  background: #cb5182;
}

.all-restaurants .restaurants-inner .card .image-content .owl-nav {
  display: block !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.all-restaurants .restaurants-inner .card .image-content .owl-nav .owl-prev, .all-restaurants .restaurants-inner .card .image-content .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  background-color: #ccc !important;
  color: #770231;
  border-radius: 50%;
  font-size: 25px !important;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.all-restaurants .restaurants-inner .card .image-content .owl-nav .owl-prev:focus, .all-restaurants .restaurants-inner .card .image-content .owl-nav .owl-next:focus {
  outline: none;
}

.all-restaurants .restaurants-inner .card .image-content .owl-nav .owl-prev span, .all-restaurants .restaurants-inner .card .image-content .owl-nav .owl-next span {
  position: relative;
  bottom: 5px;
}

.all-restaurants .restaurants-inner .card .image-content .owl-nav .owl-prev:hover, .all-restaurants .restaurants-inner .card .image-content .owl-nav .owl-next:hover {
  background-color: #770231 !important;
  color: #fff !important;
}

.all-restaurants .restaurants-inner .card .image-content .owl-nav .owl-prev {
  float: right;
  -webkit-transform: translateX(50px) !important;
          transform: translateX(50px) !important;
}

.all-restaurants .restaurants-inner .card .image-content .owl-nav .owl-next {
  float: left;
  -webkit-transform: translateX(-50px) !important;
          transform: translateX(-50px) !important;
}

.all-restaurants .restaurants-inner .card .image-content img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.all-restaurants .restaurants-inner .card .card-body span {
  color: #555;
  font-size: 12px;
}

.all-restaurants .restaurants-inner .card .card-body .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}

.all-restaurants .restaurants-inner .card .card-body .details img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.all-restaurants .restaurants-inner .card .card-body .details .details-inner {
  padding: 7px 15px;
}

.all-restaurants .restaurants-inner .card .card-body .details .details-inner h6 {
  color: #770231;
}

.all-restaurants .restaurants-inner .card .card-body .details .details-inner .rate {
  display: block;
  margin: 10px 0px 0px 0px;
  font-size: 10px;
}

.all-restaurants .restaurants-inner .card .card-body .details .details-inner .rate i {
  color: #FFD500;
  margin: 0px 1px;
}

.all-restaurants .restaurants-inner .card:hover {
  -webkit-box-shadow: 0px 0px 10px 0px #ccc;
          box-shadow: 0px 0px 10px 0px #ccc;
  border: 1px solid #770231;
}

.all-restaurants .restaurants-inner .card:hover .owl-dots {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.all-restaurants .restaurants-inner .card:hover .owl-nav .owl-prev {
  -webkit-transform: translateX(0px) !important;
          transform: translateX(0px) !important;
}

.all-restaurants .restaurants-inner .card:hover .owl-nav .owl-next {
  -webkit-transform: translateX(0px) !important;
          transform: translateX(0px) !important;
}

/************************ Page Single Resaurants *************************/
.single-store .single-header {
  position: relative;
}

.single-store .single-header .image-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.single-store .single-header .image-content img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-store .single-header .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-color: #000;
  border-radius: 25px;
  opacity: .9;
  padding: 20px 0px;
}

.single-store .single-header .inner {
  width: 50%;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  padding: 25px 0px;
}

.single-store .single-header .inner .store-logo {
  margin: auto;
  width: 150px;
  height: 150px;
  position: relative;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.single-store .single-header .inner .text {
  padding: 15px 0px;
  z-index: 99;
  position: relative;
}

.single-store .single-header .inner .text h6 {
  color: #fce8f0;
}

.single-store .single-header .inner .text span {
  color: #ccc;
}

.single-store .single-header .inner .text .rate {
  display: block;
  margin: 10px 0px;
}

.single-store .single-header .inner .text .rate i {
  color: #FFD500;
  margin: 0px 1px;
}

.profile {
  margin-bottom: 50px;
}

.profile .profile-inner {
  border: 1px solid #ccc;
  padding: 1.375rem;
}

.profile .profile-inner .profile-links {
  width: 100%;
  height: 60px;
  border-top: 6px solid #770231;
  background-color: #fff;
  margin-top: -34px;
  -webkit-box-shadow: 5px -7px 12px -5px #999, -4px -6px 12px -5px #999;
          box-shadow: 5px -7px 12px -5px #999, -4px -6px 12px -5px #999;
  position: relative;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.profile .profile-inner .profile-links .nav {
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  margin-bottom: 0px;
}

.profile .profile-inner .profile-links .nav-pills .nav-link {
  color: #770231;
  margin: 0px 5px;
}

.profile .profile-inner .profile-links .nav-pills .nav-link i {
  padding-left: 5px;
}

.profile .profile-inner .profile-links .nav-pills .nav-link.active,
.profile .profile-inner .profile-links .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #770231;
}

.profile .profile-inner .main-inner {
  padding: 1.375em;
}

.profile .profile-inner .main-inner .text {
  line-height: 1.8rem;
  color: #555;
}

.profile .profile-inner .main-inner .text p {
  font-size: 12px;
}

.profile .profile-inner .main-inner .text .vip {
  font-size: 15px;
}

.profile .profile-inner .main-inner .text .vip b {
  margin-left: 25px;
}

.profile .profile-inner .main-inner .seller-header {
  border-bottom: 2px solid #ccc;
  margin: 20px 0px;
}

.profile .profile-inner .main-inner .seller-header h6 {
  color: #770231;
  padding-right: 30px;
}

.profile .profile-inner .main-inner .seller-header h6::after {
  content: '';
  width: 30px;
  height: 2px;
  background-color: #770231;
  display: block;
  position: relative;
  top: 10px;
  right: -30px;
}

.profile .profile-inner .main-inner .owl-theme .owl-dots {
  display: none;
}

.profile .profile-inner .main-inner .owl-theme .owl-nav {
  display: block !important;
}

.profile .profile-inner .main-inner .owl-theme .owl-nav .owl-prev, .profile .profile-inner .main-inner .owl-theme .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  background-color: #ccc !important;
  border-radius: 50%;
  font-size: 25px !important;
}

.profile .profile-inner .main-inner .owl-theme .owl-nav .owl-prev:focus, .profile .profile-inner .main-inner .owl-theme .owl-nav .owl-next:focus {
  outline: none;
}

.profile .profile-inner .main-inner .owl-theme .owl-nav .owl-prev span, .profile .profile-inner .main-inner .owl-theme .owl-nav .owl-next span {
  position: relative;
  bottom: 5px;
}

.profile .profile-inner .main-inner .owl-theme .owl-nav .owl-prev:hover, .profile .profile-inner .main-inner .owl-theme .owl-nav .owl-next:hover {
  background-color: #770231 !important;
  color: #fff !important;
}

.profile .profile-inner .main-inner .seller-carousel .card {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  overflow: hidden;
}

.profile .profile-inner .main-inner .seller-carousel .card .card-img {
  width: 100%;
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.profile .profile-inner .main-inner .seller-carousel .card .card-body p {
  margin-bottom: 0px;
}

.profile .profile-inner .main-inner .seller-carousel .card:hover .card-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.profile .profile-inner .main-inner .seller-carousel .card:hover .card-body {
  background-color: #fce8f0;
}

.profile .profile-inner .main-inner .menu-carousel .card {
  background-color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.profile .profile-inner .main-inner .menu-carousel .card:hover {
  background-color: #40031c;
}

.profile .profile-inner .main-inner .menu-carousel .card .card-header {
  height: 150px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  text-align: center;
  position: relative;
}

.profile .profile-inner .main-inner .menu-carousel .card .card-header .overlay {
  width: 100%;
  height: 101%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: .9;
}

.profile .profile-inner .main-inner .menu-carousel .card .card-header .header-content {
  z-index: 99;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.profile .profile-inner .main-inner .menu-carousel .card .card-header .header-content p {
  color: #fff;
  font-size: 18px;
}

.profile .profile-inner .main-inner .menu-carousel .card .card-body .food-content .food-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}

.profile .profile-inner .main-inner .menu-carousel .card .card-body .food-content .food-header p {
  font-size: 12px !important;
}

.profile .profile-inner .main-inner .menu-carousel .card .card-body .food-content .food-description {
  font-size: 10px;
  color: #999;
}

.profile .profile-inner .main-inner .comments-card {
  width: 100%;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  padding: 0.375rem 1.375rem;
  margin: 10px 0px;
}

.profile .profile-inner .main-inner .comments-card .comments-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.375rem 0rem;
}

.profile .profile-inner .main-inner .comments-card .comments-header p {
  margin-bottom: 0px;
}

.profile .profile-inner .main-inner .comments-card .comments-header span {
  color: #777;
  font-size: 12px;
}

.profile .profile-inner .main-inner .comments-card .rate {
  display: block;
  margin: 10px 0px;
  font-size: 10px;
}

.profile .profile-inner .main-inner .comments-card .rate i {
  color: #FFD500;
  margin: 0px 1px;
}

.profile .profile-inner .main-inner .add-review {
  border: 1px solid #770231;
  color: #770231;
  background-color: #fff;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  padding: .375rem 1.375rem;
  margin: 10px 0px;
  position: relative;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.profile .profile-inner .main-inner .add-review:hover {
  color: #fff;
  background-color: #770231;
}

.profile .profile-inner .main-inner .form-container {
  padding: 20px;
  display: none;
  border: 1px solid #f5f5f5;
}

.profile .profile-inner .main-inner .form-container .form-control {
  border-color: #d394ad;
  margin: 5px 0px;
  font-size: 12px;
}

.profile .profile-inner .main-inner .form-container .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #770231;
}

.profile .profile-inner .main-inner .form-container .rate-restuarant {
  padding: 10px 15px 25px 0px;
  background-color: #fff;
  margin: 5px 0px;
  border: 1px solid #d394ad;
  border-radius: .25rem;
}

.profile .profile-inner .main-inner .form-container .rate-restuarant label {
  font-size: 12px;
  margin-bottom: 0;
}

.profile .profile-inner .main-inner .form-container .rate-restuarant .rate {
  direction: rtl;
  text-align: right;
  display: block;
}

.profile .profile-inner .main-inner .form-container .rate-restuarant .rate:not(:checked) > input {
  opacity: 0;
}

.profile .profile-inner .main-inner .form-container .rate-restuarant .rate:not(:checked) > label {
  float: right;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 27px;
  color: #ccc;
}

.profile .profile-inner .main-inner .form-container .rate-restuarant .rate:not(:checked) > label:before {
  content: '★ ';
}

.profile .profile-inner .main-inner .form-container .rate-restuarant .rate > input:checked ~ label {
  color: #ffc700;
}

.profile .profile-inner .main-inner .form-container .rate-restuarant .rate:not(:checked) > label:hover,
.profile .profile-inner .main-inner .form-container .rate-restuarant .rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}

.profile .profile-inner .main-inner .form-container .rate-restuarant .rate > input:checked + label:hover,
.profile .profile-inner .main-inner .form-container .rate-restuarant .rate > input:checked + label:hover ~ label,
.profile .profile-inner .main-inner .form-container .rate-restuarant .rate > input:checked ~ label:hover,
.profile .profile-inner .main-inner .form-container .rate-restuarant .rate > input:checked ~ label:hover ~ label,
.profile .profile-inner .main-inner .form-container .rate-restuarant .rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}

.profile .profile-inner .main-inner .branches-card {
  width: 100%;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ccc;
  padding: 0.375rem 1.375rem;
  margin: 5px 0px;
}

.profile .profile-inner .main-inner .branches-card .branches-header {
  padding: 0.375rem 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.profile .profile-inner .main-inner .branches-card .branches-header .card-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile .profile-inner .main-inner .branches-card .branches-header p {
  font-size: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 130px;
}

.profile .profile-inner .main-inner .branches-card .card-body {
  padding-right: 8rem;
  padding-top: 0;
}

.profile .profile-inner .main-inner .branches-card .card-body p {
  font-size: 12px;
  color: #555;
}

.profile .profile-inner .main-inner .branches-card .card-body .map-btn {
  text-align: center;
  color: #770231;
  font-size: 13px;
  position: relative;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  margin: 10px 0px;
  cursor: pointer;
}

.profile .profile-inner .main-inner .branches-card .card-body .map {
  display: none;
}
/*# sourceMappingURL=style.css.map */