@font-face {
  font-family: CabritoFlare-Bold;
  src: url(../../Fonts/cabrito-flare/CabritoFlare-ConBla.otf);
}
@font-face {
  font-family: CabritoFlare;
  src: url(../../Fonts/cabrito-flare/CabritoFlare-ExtBooIt.otf);
}
.main-color {
  color: #BB232E;
}

body {
  font-family: CabritoFlare;
  color: #152121;
  background-color: #000;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden !important;
}
@media (max-width: 480px) {
  body {
    padding-bottom: 30px;
  }
}

html {
  scroll-behavior: smooth;
}

.Modal-btn {
  background-color: #BB232E;
  color: #fff;
  border: 1px solid #BB232E;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.Modal-btn:hover {
  text-decoration: none;
  color: #BB232E;
  background-color: #fff;
}

.valentine-gif {
  max-width: 100px;
}
@media (max-width: 480px) {
  .valentine-gif {
    max-width: 60px;
  }
}

#myModal {
  color: #000;
}

.snowflake {
  position: absolute;
  width: 27px;
  height: 27px;
  background: transparent;
  z-index: 999;
  background-image: url(https://www.mealzoforbusiness.co.uk/1/snow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.fade-left-hero {
  animation: fade-left-hero 2s ease-in-out;
  -webkit-animation: fade-left-hero 2s ease-in-out;
}

.fade-left-hero2 {
  animation: fade-left-hero 2.5s ease-in-out;
  -webkit-animation: fade-left-hero 2.5s ease-in-out;
}

.fade-left-hero3 {
  animation: fade-left-hero 3s ease-in-out;
  -webkit-animation: fade-left-hero 3s ease-in-out;
}

@keyframes fade-left-hero {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}

.reveal.active .fade-left {
  animation: fade-left 1.4s ease-in-out;
  -webkit-animation: fade-left 1.4s ease-in-out;
}
@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.reveal.active .fade-right {
  animation: fade-right 1s ease-in-out;
}
@keyframes fade-right {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.reveal.active .fade-top {
  animation: fade-top 1.4s ease-in-out;
  -webkit-animation: fade-top 1.4s ease-in-out;
}
@keyframes fade-top {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.reveal.active .fade-bottom {
  animation: fade-bottom 1.4s ease-in-out;
  -webkit-animation: fade-bottom 1.4s ease-in-out;
}
.reveal.active .fade-bottom1 {
  animation: fade-bottom 2s ease-in-out;
  -webkit-animation: fade-bottom 2s ease-in-out;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.reveal.active .top {
  animation: top 0.5s ease-in;
}
@keyframes top {
  0% {
    transform: translateY(-150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Customize  Color Of Selection  */
::-moz-selection {
  background-color: #BB232E;
  color: white;
}
::selection {
  background-color: #BB232E;
  color: white;
}

::-moz-selection {
  background-color: #BB232E;
  color: white;
}

/* Customize  Scrollbar  */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background: #BB232E;
  border-radius: 10px;
}

/* header */
.openmenuu {
  width: 100% !important;
}

.displayy {
  display: block !important;
}
@media (min-width: 768px) {
  .displayy {
    display: flex !important;
  }
}

.valentine-section {
  background-color: rgb(99, 0, 0);
  background-image: url(https://www.mealzoforbusiness.co.uk/1/heart-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.valentine-section img {
  max-width: 55px;
}
@media (max-width: 480px) {
  .valentine-section img {
    max-width: 35px;
  }
}
.valentine-section marquee {
  color: #fff;
  font-size: 17px;
}
@media (max-width: 480px) {
  .valentine-section marquee {
    font-size: 15px;
  }
}

section.menu-section {
  background-color: rgba(0, 0, 0, 0.8);
}
section.menu-section .slider-header .shop-logo {
  width: 200px;
}
section.menu-section span.open-menu {
  align-self: center;
  z-index: 10;
  color: #BB232E;
}
@media (min-width: 991px) {
  section.menu-section span.open-menu {
    display: none;
  }
}
section.menu-section #myNav {
  display: block;
}
@media (min-width: 991px) {
  section.menu-section #myNav {
    width: 100%;
  }
}
section.menu-section #overlay-content {
  display: none;
}
@media (min-width: 991px) {
  section.menu-section #overlay-content {
    display: flex;
  }
}
section.menu-section nav {
  padding: 10px 0;
}
@media (min-width: 991px) {
  section.menu-section nav {
    display: flex;
  }
}
section.menu-section div.mobile-overlay {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  background-color: rgb(252, 244, 213);
  overflow-x: hidden;
  transition: width 0.45s;
}
section.menu-section div.mobile-overlay .overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
  justify-content: center;
}
@media (min-width: 991px) {
  section.menu-section div.mobile-overlay .overlay-content {
    justify-content: flex-end;
  }
}
@media (min-width: 991px) {
  section.menu-section div.mobile-overlay .overlay-content > div#navbarNavAltMarkup {
    display: flex;
    flex-direction: row;
    width: 78%;
  }
}
@media (max-width: 1200px) {
  section.menu-section div.mobile-overlay .overlay-content > div#navbarNavAltMarkup {
    width: 88%;
  }
}
@media (min-width: 991px) {
  section.menu-section div.mobile-overlay .overlay-content {
    display: flex;
  }
}
section.menu-section div.mobile-overlay .overlay-content .closebtn {
  text-decoration: unset;
  position: fixed;
  top: 10px;
  font-size: 20px;
  right: 10%;
  font-size: 26px;
  z-index: 100;
  color: #BB232E;
}
@media (min-width: 991px) {
  section.menu-section div.mobile-overlay .overlay-content .closebtn {
    display: none;
  }
}
section.menu-section div.mobile-overlay .overlay-content a.nav-link.active {
  color: #BB232E !important;
}
section.menu-section div.mobile-overlay .overlay-content a.nav-link {
  color: #000;
  font-weight: bolder;
}
section.menu-section div.mobile-overlay .overlay-content a.nav-link:hover {
  color: #BB232E !important;
}
@media (min-width: 1200px) {
  section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    margin-right: 17px;
    font-size: 13px;
    color: #fff;
  }
}
@media (max-width: 991px) {
  section.menu-section div.mobile-overlay .overlay-content a.nav-link:last-of-type {
    margin-bottom: 20px;
  }
}
section.menu-section div.mobile-overlay .overlay-content a.btn {
  background-color: #BB232E;
  color: black;
}
section.menu-section div.mobile-overlay .overlay-content a.login-btn {
  background-color: #BB232E;
  border-radius: 5px !important;
  padding: 8px 15px 8px 15px;
  color: rgba(187, 35, 46, 0.3);
}
@media (min-width: 991px) {
  section.menu-section div.mobile-overlay .overlay-content a.login-btn {
    padding: 8px 17px 6px 13px;
  }
}
@media (min-width: 992px) {
  section.menu-section div.mobile-overlay .overlay-content a.login-btn {
    padding: 14px 25px 13px 19px;
  }
}
section.menu-section div.mobile-overlay .overlay-content a.login-btn:hover {
  background-color: rgba(187, 35, 46, 0.3);
  color: #BB232E;
}
@media (min-width: 991px) {
  section.menu-section div.mobile-overlay {
    position: static;
    display: flex !important;
    flex-direction: row;
    background-color: inherit;
  }
}
section.menu-section .navbar-social .fa {
  color: rgb(0, 0, 0);
}
@media (min-width: 991px) {
  section.menu-section .navbar-social {
    display: none;
  }
}
@media (max-width: 991px) {
  section.menu-section .navbar-social {
    display: flex;
    justify-content: center;
  }
}

.index-hero {
  background-image: url("../../imgs/hero/best-food-in-town.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  min-height: 600px;
}
@media (max-width: 1200px) {
  .index-hero {
    min-height: unset;
    padding: 0;
  }
}

#slider {
  background-color: #111;
  padding: 0;
  /* Zoom in the active slide */
}
#slider .container-fluid {
  position: relative;
}
#slider .container-fluid .slider-header {
  width: 95%;
  position: absolute;
  top: 0;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  margin: 0 5%;
  padding: 16px 0;
}
@media (max-width: 992px) {
  #slider .container-fluid .slider-header {
    margin: 0;
  }
}
#slider .container-fluid .slider-header nav {
  width: 100%;
  text-align: right;
  justify-content: right;
}
@media (max-width: 991px) {
  #slider .container-fluid .slider-header nav .navbar-collapse {
    background-color: #000;
  }
}
#slider .container-fluid .slider-header .fa-bars {
  color: #fff;
}
#slider .container-fluid .slider-header img {
  max-width: 150px;
}
#slider .container-fluid .slider-header .nav-item {
  margin-right: 20px;
}
#slider .container-fluid .slider-header a.nav-link {
  color: #fff !important;
  transition: ease-in-out 0.7s;
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 1300px) {
  #slider .container-fluid .slider-header a.nav-link {
    font-size: 15px;
  }
}
#slider .container-fluid .slider-header a.nav-link i {
  transition: ease-in-out 0.7s;
}
#slider .container-fluid .slider-header a.nav-link:hover {
  color: #BB232E !important;
}
#slider .container-fluid .slider-header a.nav-link:hover i {
  transform: rotate(180deg);
}
@media (max-width: 1200px) {
  #slider .container-fluid .slider-header a.nav-link {
    font-size: 15px;
    color: #fff;
  }
}
#slider .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 700px;
  position: relative;
  padding: 250px 0 150px;
  align-items: center;
  display: flex;
  background-size: 100%;
  transition: background-size 6s ease;
  text-align: center;
}
@media (max-width: 1200px) {
  #slider .swiper-slide {
    padding: 100px 0;
  }
}
@media (max-width: 992px) {
  #slider .swiper-slide {
    background-size: cover;
  }
}
@media (max-width: 480px) {
  #slider .swiper-slide {
    padding: 50px 0;
  }
}
#slider .swiper-slide .slider-text {
  margin: 0 auto;
}
#slider .swiper-slide .slider-text h1 {
  color: #fff;
  text-shadow: 2px 2px 30px #000;
  text-align: center;
  font-size: 48px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  #slider .swiper-slide .slider-text h1 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  #slider .swiper-slide .slider-text h1 {
    font-size: 32px;
  }
}
#slider .swiper-slide .slider-text h2 {
  color: #fff;
  text-shadow: 2px 2px 30px #000;
  text-align: center;
  font-size: 48px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  #slider .swiper-slide .slider-text h2 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  #slider .swiper-slide .slider-text h2 {
    font-size: 32px;
  }
}
#slider .swiper-slide .slider-text p {
  color: #fff;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 768px) {
  #slider .swiper-slide .slider-text p {
    font-size: 16px;
  }
}
#slider .swiper-slide .slider-text a.btn {
  color: #fff;
  padding: 15px 35px;
  margin-right: 10px;
  font-size: 24px;
  font-weight: bolder;
  margin-bottom: 10px;
}
#slider .swiper-slide .slider-text a.btn:hover {
  background-color: transparent;
}
#slider .swiper-slide .slider-text .order-btn {
  background-color: #BB232E;
  color: #fff;
  margin-top: 40px;
}
#slider .swiper-slide .slider-text .order-btn:hover {
  color: #fff;
  border: 1px solid #fff;
}
#slider .swiper-slide .slider-text .dizato-btn {
  background-color: rgba(187, 35, 46, 0.3) !important;
}
#slider .swiper-slide .slider-text .dizato-btn:hover {
  background-color: #fff !important;
  color: rgba(187, 35, 46, 0.3);
}
#slider .swiper-slide h1,
#slider .swiper-slide h2 {
  font-family: CabritoFlare-Bold;
  font-size: 4rem;
  text-shadow: 0 0 4px #000;
  color: #fff;
  text-transform: capitalize;
}
@media (max-width: 1200px) {
  #slider .swiper-slide h1,
  #slider .swiper-slide h2 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  #slider .swiper-slide h1,
  #slider .swiper-slide h2 {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  #slider .swiper-slide h1,
  #slider .swiper-slide h2 {
    font-size: 2rem;
  }
}
#slider .swiper-slide a {
  background-color: #BB232E;
  color: #fff;
  font-family: CabritoFlare-Bold;
  padding: 18px 60px;
  margin: 10px;
  font-weight: bolder;
  font-size: 20px;
  border-radius: 8px;
  z-index: 2;
  position: relative;
}
#slider .swiper-slide a::after {
  position: absolute;
  content: "";
  bottom: -8px;
  width: 95%;
  left: 0;
  right: 0;
  height: 3px;
  margin: auto;
  z-index: 1;
  border-radius: 0 0 50% 50%;
  background-color: #BB232E;
}
#slider .swiper-slide a:hover {
  color: #BB232E;
  border-color: #BB232E;
  background-color: #fff;
  box-shadow: rgba(187, 35, 46, 0.3) 0px 7px 29px 0px;
}
@media (min-width: 992px) {
  #slider .swiper-slide a {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  #slider .swiper-slide a {
    padding: 18px 60px;
  }
}
@media (max-width: 480px) {
  #slider .swiper-slide a {
    padding: 18px 40px;
    font-size: 16px;
  }
}
#slider .swiper-slide-active {
  background-size: 110%;
}
@media (max-width: 992px) {
  #slider .swiper-slide-active {
    background-size: cover;
  }
}
#slider .swiper-first {
  background-image: url("../../imgs/slider/Aroma-Bar-and-Restaurant-Broxburn-food.jpg");
}
#slider .swiper-second {
  background-image: url("../../imgs/slider/Aroma-Bar-and-Restaurant-Broxburn-interrior.jpg");
}
#slider .swiper-third {
  background-image: url("../../imgs/slider/Aroma-Bar-and-Restaurant-Broxburn.jpg");
}

/* more about us section */
section.more-about-us-section {
  padding: 100px 0;
  margin: 0 80px;
  position: relative;
}
section.more-about-us-section h3.main-section-heading {
  margin-bottom: 50px;
}
section.more-about-us-section .circle-img {
  margin-bottom: 33px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  max-width: 120px;
}
section.more-about-us-section h4 {
  margin-bottom: 15px;
}
/* special to try */
.special {
  color: #fff;
  padding: 80px;
  text-align: center;
}
@media (max-width: 1300px) {
  .special {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .special {
    padding: 80px 0 20px 0;
  }
}
.special h3 {
  font-size: 60px;
  margin-bottom: 60px;
  font-weight: bolder;
}
@media (max-width: 991px) {
  .special h3 {
    font-size: 50px;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .special h3 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .special h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .special h3 {
    font-size: 25px;
  }
}
.special .card {
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid #000;
  position: relative;
  transition: ease-in-out 0.3s;
}
@media (max-width: 1200px) {
  .special .card {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .special .card {
    display: flex;
    flex-direction: row;
    margin-bottom: 16px;
    padding: 16px;
  }
}
@media (max-width: 480px) {
  .special .card {
    flex-direction: column;
    text-align: center;
  }
}
.special .card::after {
  position: absolute;
  content: "";
  bottom: -18px;
  width: 90%;
  left: 0;
  right: 0;
  height: 13px;
  margin: auto;
  z-index: 1;
  border-radius: 0 0 50% 50%;
  background-color: #ffc9c9;
  transition: ease-in-out 0.3s;
  visibility: hidden;
}
.special .card:hover::after {
  visibility: visible;
  transition: ease-in-out 0.3s;
}
.special .card .card-img {
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .special .card .card-img {
    width: 30%;
  }
}
@media (max-width: 480px) {
  .special .card .card-img {
    width: 100%;
  }
}
.special .card .card-img img {
  max-width: 100%;
  border-radius: 8px;
}
.special .card h4 {
  font-size: 24px;
}
.special .card .card-body {
  padding: 16px 8px 8px 8px;
  min-height: unset;
  width: 100%;
  position: absolute;
  bottom: 0;
  border-radius: 8px;
  background-image: linear-gradient(to top, #000, transparent);
}
@media (max-width: 768px) {
  .special .card .card-body {
    position: relative;
  }
}
.special .card .card-body a.card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
@media (max-width: 768px) {
  .special .card .card-body a.card-title {
    flex-direction: column;
    align-items: flex-start;
  }
}
.special .card .card-body a.card-title h4 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .special .card .card-body a.card-title h4 {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .special .card .card-body a.card-title h4 {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .special .card .card-body a.card-title span {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .special .card .card-body a.card-title span {
    font-size: 20px;
  }
}
.special .card:hover {
  border-color: #ffe5a7;
}
.special .card:hover a h4 {
  text-decoration: none !important;
}
.special .card-drink {
  border-color: rgb(0, 132, 255);
}
.special .card-food {
  border-color: rgb(255, 0, 0);
}
.special .card-book {
  border-color: rgb(255, 140, 0);
}

.border-right {
  border-color: #ffe5a7 !important;
  border-width: 4px !important;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .border-right {
    border-color: transparent !important;
    border-width: 0 !important;
    padding-right: 0;
  }
}

.border-left {
  border-left: #ffe5a7 !important;
  border-width: 4px !important;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .border-left {
    border-color: transparent !important;
    border-width: 0 !important;
    padding-left: 0;
  }
}

section.about-us {
  padding: 80px;
  position: relative;
}
@media (max-width: 991px) {
  section.about-us {
    padding: 40px 0;
  }
}
section.about-us .card {
  background-color: transparent;
  border: none;
  margin-left: -130px;
}
@media (max-width: 1200px) {
  section.about-us .card {
    margin-left: 0;
  }
}
section.about-us img.main_about {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  margin-top: -70px;
  position: sticky;
  top: 0;
}
@media (max-width: 1200px) {
  section.about-us img.main_about {
    margin-top: 0;
  }
}
section.about-us div.about-us-content div.shop-name-secoundry h3 {
  font-size: 3.2rem;
  color: #fff;
  text-shadow: -1px 1px 4px #956800;
  font-weight: bold;
  font-family: CabritoFlare-Bold;
}
@media (max-width: 1200px) {
  section.about-us div.about-us-content div.shop-name-secoundry h3 {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  section.about-us div.about-us-content div.shop-name-secoundry h3 {
    font-size: 2.7rem;
  }
}
@media (max-width: 768px) {
  section.about-us div.about-us-content div.shop-name-secoundry h3 {
    font-size: 2.2rem;
  }
}
@media (max-width: 480px) {
  section.about-us div.about-us-content div.shop-name-secoundry h3 {
    font-size: 2rem;
  }
}
section.about-us div.about-us-content div.shop-about-text {
  padding: 0 16px 16px 16px;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  background-color: #fcfff0;
}
section.about-us div.about-us-content div.shop-about-text p {
  font-size: 16px;
  font-family: CabritoFlare;
  text-align: justify;
  margin-top: 20px;
  font-weight: bolder;
  color: #152121;
}
@media (max-width: 1200px) {
  section.about-us div.about-us-content div.shop-about-text p {
    font-size: 1rem;
    margin: 0;
    padding: 14px 0;
    text-align: left;
  }
}
section.about-us div.about-us-content div.read-more-btn a.main-btn {
  background-color: #BB232E;
  color: #fff;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 20px;
  transition: 0.5s ease all;
}
section.about-us div.about-us-content div.read-more-btn a.main-btn:hover {
  color: #BB232E;
  border-color: #BB232E;
  background-color: #fff;
  box-shadow: none;
  transform: scale(0.9);
}
@media (min-width: 992px) {
  section.about-us div.about-us-content div.read-more-btn a.main-btn {
    margin-top: 62px;
  }
}
section.about-us img.awards {
  margin-top: 20px;
  max-width: 100%;
  border-radius: 8px;
}

section.reviews {
  padding: 80px 0;
  background-color: #000;
  border-radius: 34px;
  text-align: center;
  color: #fff;
}
section.reviews .dash::after {
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
}
section.reviews .swiper-reviews {
  padding: 24px;
  background-color: #000;
  border-radius: 24px;
}
section.reviews .swiper-reviewspics {
  margin-right: -80px;
}
@media (max-width: 1440px) {
  section.reviews .swiper-reviewspics {
    margin-right: -40px;
  }
}
@media (max-width: 991px) {
  section.reviews .swiper-reviewspics {
    margin-right: 0;
  }
}
section.reviews .swiper-reviewspics img {
  max-width: 100%;
  border-radius: 20px;
}
@media (max-width: 991px) {
  section.reviews .swiper-reviewspics img {
    border-radius: 5px;
  }
}
section.reviews h3 {
  font-weight: bold;
  font-size: 50px;
  text-align: left;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 20px;
}
section.reviews .comment-quote {
  width: 100px;
  color: #ff0000;
  line-height: 100px;
  position: absolute;
  top: 0;
  opacity: 0.2;
  right: 0;
  font-family: Playfair;
  font-size: 120px;
  font-style: italic;
  text-shadow: 0 2px 7px rgba(26, 47, 51, 0.15);
  transition: 0.6s ease-in-out;
}
section.reviews .swiper-slide-active .comment-quote {
  transform: scale(1.1);
  opacity: 1;
}
section.reviews .review_type {
  color: #9e9e9e;
}
section.reviews .comment {
  position: relative;
  padding: 30px 0;
}
section.reviews .comment-section {
  border: 2px dashed #494949;
  border-radius: 10px;
  padding: 30px;
  background-color: #000;
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
}
section.reviews .comment-section .comment-text {
  max-width: 800px;
  min-height: 100px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 31px;
  margin: 0 auto;
}
section.reviews .comment-section .comment-writter-name {
  color: #BB232E;
  width: 100%;
  color: #fff;
  text-align: center;
  border-top: 3px dashed #383838;
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding-top: 20px;
}
section.reviews .comment-section .comment-writter-name img {
  width: 30%;
}
section.reviews .comment-section p {
  color: #fff;
}
section.reviews .comment-section .stars {
  text-align: center;
}
section.reviews .swiper-pagination-bullet {
  background-color: white;
}

.category {
  background-position: center;
  background-size: cover;
  margin: 80px;
  color: #fff;
  position: relative;
}
@media (max-width: 1200px) {
  .category {
    margin: 40px;
  }
}
@media (max-width: 576px) {
  .category {
    margin: 40px 0;
  }
}
.category h3 {
  font-family: CabritoFlare-Bold;
  font-size: 3rem;
  font-weight: bold;
  color: #ffe5a7;
}
@media (max-width: 576px) {
  .category h3 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .category h3 {
    font-size: 1.5rem;
  }
}
.category .card {
  background-color: transparent;
}
.category .card h2 {
  font-family: CabritoFlare-Bold;
  font-size: 3rem;
  font-weight: bold;
  font-family: CabritoFlare-Bold;
}
.category .card .card-body {
  padding: 10px;
}
.category .card .card-body p {
  font-size: 14px;
  margin-bottom: 0;
}
.category .card a.btn {
  background-color: #250704;
  color: #fff;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  padding: 15px 30px;
  margin: 10px;
  font-weight: bolder;
}
@media (max-width: 480px) {
  .category h4 {
    justify-content: center;
    text-align: center;
    display: flex;
    margin: 40px 0;
  }
}
.category ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media (max-width: 480px) {
  .category ul {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
.category ul li {
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .category ul li {
    max-width: 80%;
    margin: 5px auto;
  }
}
@media (max-width: 380px) {
  .category ul li {
    max-width: 100%;
  }
}
.category ul li a {
  color: black;
}
.category ul li a:hover {
  text-decoration: none;
}
.category ul li a .card-title {
  font-size: 20px;
  font-family: CabritoFlare-Bold;
}
@media (max-width: 768px) {
  .category ul li a .card-title {
    font-size: 16px;
  }
}
.category ul li a .card {
  display: flex;
  transition: ease-in-out 0.7s;
  -webkit-transition: ease-in-out 0.7s;
  -moz-transition: ease-in-out 0.7s;
  -ms-transition: ease-in-out 0.7s;
  -o-transition: ease-in-out 0.7s;
  flex-direction: row;
  background-image: linear-gradient(to right, #fff, #ffe5a7);
}
@media (max-width: 480px) {
  .category ul li a .card {
    flex-direction: column;
    text-align: center;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.category ul li a .card:hover {
  text-decoration: none;
  transition: ease-in-out 0.7s;
  -webkit-transition: ease-in-out 0.7s;
  -moz-transition: ease-in-out 0.7s;
  -ms-transition: ease-in-out 0.7s;
  -o-transition: ease-in-out 0.7s;
  background-image: linear-gradient(to right, #ffe5a7, #fff);
}
.category ul li a .card:hover .card-arrow {
  background-color: #fff;
}
.category ul li a .card .card-img {
  max-width: 170px;
}
@media (max-width: 480px) {
  .category ul li a .card .card-img {
    max-width: 100%;
  }
}
.category ul li a .card .card-img img {
  max-width: 170px;
}
@media (max-width: 480px) {
  .category ul li a .card .card-img img {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .category ul li a .card p {
    font-size: 14px;
  }
}
.category ul li a .card .card-arrow {
  padding: 8px;
  background-color: #ffe5a7;
  align-items: center;
  display: flex;
  border-left: 2px solid #000;
}
.category ul li a .card .card-arrow span {
  display: none;
}
@media (max-width: 480px) {
  .category ul li a .card .card-arrow {
    border-left: none;
    justify-content: space-between;
  }
  .category ul li a .card .card-arrow span {
    display: flex;
  }
}
.category ul li a .card .card-arrow svg {
  fill: #000;
  font-weight: bolder;
}
.category .image_card {
  position: sticky;
  top: 0;
}

/* dwnloap app section */
section.dl-app {
  margin-top: 80px;
  background-color: #BB232E;
}
section.dl-app div.inner-content {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  flex-direction: row;
  display: flex;
  align-items: center;
}
section.dl-app div.inner-content img.dl-app-link {
  margin: 10px;
  width: 300px;
  transition: transform 0.5s ease;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
section.dl-app div.inner-content img.dl-app-link:hover {
  transform: scale(1.2);
}
section.dl-app div.inner-content p {
  margin-bottom: 0;
}

section.wine {
  padding: 0;
}
section.wine h4 {
  font-size: 3rem;
  color: #ffe5a7;
  font-weight: bold;
  font-family: CabritoFlare-Bold;
}
@media (max-width: 1200px) {
  section.wine h4 {
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  section.wine h4 {
    font-size: 2rem;
  }
}
section.wine p {
  color: #152121;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  font-size: 18px;
  font-family: CabritoFlare;
  text-align: justify;
  margin-top: 20px;
  padding: 18px;
}
@media (max-width: 1200px) {
  section.wine p {
    font-size: 15px;
    margin: 0;
  }
}
section.wine img {
  max-width: 100%;
}
section.wine a.btn {
  margin: 0;
  justify-content: flex-start;
  max-width: -moz-max-content;
  max-width: max-content;
  text-decoration: underline;
  font-size: 25px;
  color: #ffe5a7;
}
section.wine a.btn_opentable {
  display: flex !important;
  max-width: 50% !important;
  color: #000 !important;
  text-decoration: none !important;
  background-color: #ffe5a7 !important;
  margin: 0 !important;
  padding: 10px !important;
}
@media (max-width: 1500px) {
  section.wine a.btn_opentable {
    max-width: 70% !important;
  }
}
@media (max-width: 1300px) {
  section.wine a.btn_opentable {
    max-width: 90% !important;
  }
}
section.wine a.btn_opentable img {
  margin-bottom: 0;
  max-width: 160px;
  margin-left: 10px;
}
@media (max-width: 1500px) {
  section.wine a.btn_opentable {
    max-width: 70% !important;
  }
}
@media (max-width: 1300px) {
  section.wine a.btn_opentable {
    max-width: 90% !important;
  }
}
@media (max-width: 576px) {
  section.wine a.btn_opentable {
    flex-direction: column;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
    justify-content: center !important;
    margin: 10px auto !important;
    align-items: center !important;
  }
}
section.wine img.dl-app-link {
  margin: 10px;
  width: 400px;
  transition: transform 0.5s ease;
}
section.wine img.dl-app-link:hover {
  transform: scale(1.2);
}
section.wine .video-container {
  height: 80vh;
  width: 100%;
  aspect-ratio: 3.1/4;
  margin: 40px auto;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
}
section.wine .video-container video {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  padding: 0;
}

section.gallery-wrapper {
  padding: 80px;
  position: relative;
}
@media (max-width: 800px) {
  section.gallery-wrapper {
    display: none;
  }
}
section.gallery-wrapper .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin: auto;
}
section.gallery-wrapper .gallery__strip {
  min-height: 80vh;
}
section.gallery-wrapper .gallery__strip__wrapper {
  flex: 0 0 100%;
  justify-content: flex-end;
  background: transparent;
  position: relative;
}
@media (min-width: 500px) {
  section.gallery-wrapper .gallery__strip__wrapper {
    flex: 0 0 50%;
  }
}
@media (min-width: 950px) {
  section.gallery-wrapper .gallery {
    height: 100vh;
  }
  section.gallery-wrapper .gallery__strip.one {
    animation: 60s move-it ease alternate infinite 1s;
    transform: translateY(2%);
    -webkit-animation: 60s move-it ease alternate infinite 1s;
  }
  section.gallery-wrapper .gallery__strip.three {
    animation: 70s move-it ease alternate infinite 2s;
    transform: translateY(2%);
    -webkit-animation: 70s move-it ease alternate infinite 2s;
  }
  section.gallery-wrapper .gallery__strip.two {
    animation: 58s move-it-2 ease alternate infinite 3s;
    transform: translateY(-50%);
    -webkit-animation: 58s move-it-2 ease alternate infinite 3s;
  }
  section.gallery-wrapper .gallery__strip.four {
    animation: 65s move-it-2 ease alternate infinite 3.5s;
    transform: translateY(-50%);
    -webkit-animation: 65s move-it-2 ease alternate infinite 3.5s;
  }
  section.gallery-wrapper .gallery__strip:hover {
    animation-play-state: paused;
  }
  section.gallery-wrapper .gallery__strip__wrapper {
    flex: 0 0 25%;
  }
}

.photo {
  position: relative;
  text-align: right;
  padding-bottom: 3rem;
}
.photo__image img {
  width: 100%;
  transform: translateX(10%);
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -moz-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -ms-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  -o-transform: translateX(10%);
}
@keyframes move-it {
  0%, 90%, 100% {
    transform: translateY(2%);
  }
  45% {
    transform: translateY(-50%);
  }
}
@keyframes move-it-2 {
  0%, 90%, 100% {
    transform: translateY(-50%);
  }
  45% {
    transform: translateY(5%);
  }
}

/* footer */
footer {
  padding-top: 80px;
  padding-bottom: 30px;
  background: url(../../imgs/hero/footer-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  color: #fff !important;
}
@media (max-width: 991px) {
  footer {
    padding: 80px 20px;
  }
}
footer .dl-app-row a {
  width: 180px;
  margin: 5px;
}
footer .dl-app-row a img {
  width: 260px;
}
footer .container {
  border-radius: 20px;
}
footer ul {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  footer ul {
    text-align: center;
  }
}
footer ul li {
  list-style: none;
  padding: 8px;
}
footer ul li a {
  color: #fff;
}
footer ul li a:hover {
  color: #BB232E;
}
footer img.shop-logo {
  max-width: 250px !important;
}
footer ul.footer-card {
  list-style: none;
  background-color: #a3b18a;
  padding: 15px;
  border-radius: 40px;
}
footer ul.footer-card li {
  margin-top: 20px;
}
@media (max-width: 768px) {
  footer ul.footer-card li {
    text-align: center;
  }
}
footer ul.footer-card li span {
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  text-align: center;
}
footer ul.footer-card li a {
  color: #152121;
}
@media (max-width: 768px) {
  footer ul.footer-card li a {
    text-align: center;
  }
}
footer ul.footer-card li a:hover {
  text-decoration-line: underline;
  color: #BB232E;
}
footer .fa {
  color: #BB232E;
  font-size: 1rem;
}
footer .footer-title {
  margin-bottom: 30px;
}
footer .footer-title span {
  font-weight: bolder;
  font-size: 25px !important;
  line-height: 27px;
  color: #000;
}
footer iframe {
  border-radius: 0 0 20px 20px;
}
footer h4 {
  font-family: CabritoFlare-Bold;
  font-size: 70px;
  text-align: center;
}
@media (max-width: 1200px) {
  footer h4 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  footer h4 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  footer h4 {
    font-size: 25px;
  }
}
footer span {
  color: #BB232E;
}
footer img.hygiene {
  width: 75%;
  height: auto;
  border-radius: 15px;
}

.contact-us {
  background: url("../../imgs/hero/Aroma-Bar-and-Restaurant-Broxburn.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 160px;
  margin: 0px;
  position: relative;
  color: #fff;
}
@media (max-width: 991px) {
  .contact-us {
    padding: 80px 0;
  }
}
.contact-us .border-right {
  border-color: #fff !important;
}
.contact-us ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.contact-us ul li {
  display: inherit;
  align-items: center;
  padding: 4px;
}
.contact-us ul li .branch_name {
  text-shadow: 0 0 2px #000;
  font-size: 2.5rem;
  font-family: CabritoFlare-Bold;
}
@media (max-width: 480px) {
  .contact-us ul li .branch_name {
    font-size: 1.6rem;
  }
}
.contact-us ul li i {
  margin: 0 6px;
}
.contact-us ul li span {
  font-family: CabritoFlare-Bold;
}
.contact-us .footer-card-right {
  text-align: right !important;
}
@media (max-width: 991px) {
  .contact-us .footer-card-right {
    text-align: left;
  }
}
.contact-us .footer-card-right li {
  flex-direction: row-reverse;
}
.contact-us .footer-card-right li,
.contact-us .footer-card-right span {
  text-align: right;
}
@media (max-width: 991px) {
  .contact-us .footer-card-right li,
  .contact-us .footer-card-right span {
    text-align: left;
  }
}
.contact-us .footer-card-right li a,
.contact-us .footer-card-right span a {
  color: #fff;
}
.contact-us .footer-card-right li a:hover,
.contact-us .footer-card-right span a:hover {
  color: #fff;
}
.contact-us .footer-card-right li svg:hover,
.contact-us .footer-card-right span svg:hover {
  fill: #fff;
}
.contact-us .footer-card-right #openinghour {
  font-weight: 12000;
  margin-left: auto;
}
@media (max-width: 991px) {
  .contact-us .footer-card-right #openinghour {
    margin-right: auto;
    margin-left: 0;
  }
}
.contact-us iframe {
  height: 100px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.contact-us #openinghour,
.contact-us #openinghour {
  width: 90%;
}
.contact-us svg {
  fill: #fff;
}

section.social-media {
  background-color: #f3f3f3;
}
section.social-media div.facebook i {
  color: #BB232E;
}
section.social-media div.facebook i:hover {
  transition: all 0.5s ease;
  filter: blur(1px);
  transform: scale(1.1);
}

section.copyright {
  color: #fff;
  font-family: CabritoFlare-Bold;
}
section.copyright span {
  color: #fff;
}
section.copyright .copyrights {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-top: 1px dashed #f3f3f3;
}
@media (max-width: 768px) {
  section.copyright .copyrights {
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #BB232E;
  color: white;
  cursor: pointer;
  padding: 11px;
  border-radius: 12px;
  transition: all 0.5s ease;
  border: 1px solid #BB232E;
}
#myBtn:hover {
  color: #BB232E;
  border: 1px dashed #BB232E;
  background-color: white;
  box-shadow: rgba(187, 35, 46, 0.3) 0px 7px 29px 0px;
}

#Booking-button {
  position: fixed;
  bottom: 40px;
  left: 25px;
  z-index: 99;
  font-size: 17px;
  border: 3px solid #BB232E;
  background-color: #BB232E;
  color: white;
  cursor: pointer;
  padding: 15px 40px;
  border-radius: 12px;
  font-weight: bolder;
  transition: ease-in-out 0.7s;
  -webkit-transition: ease-in-out 0.7s;
  -moz-transition: ease-in-out 0.7s;
  -ms-transition: ease-in-out 0.7s;
  -o-transition: ease-in-out 0.7s;
}
#Booking-button:hover {
  background-color: #fff;
  color: #BB232E;
  text-decoration: none;
  font-size: 18px;
}
@media (max-width: 991px) {
  #Booking-button {
    padding: 10px 30px;
  }
}
@media (max-width: 768px) {
  #Booking-button {
    display: none;
  }
}

.Booking-table {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 99;
  transition: ease-in-out 0.7s;
  -webkit-transition: ease-in-out 0.7s;
  -moz-transition: ease-in-out 0.7s;
  -ms-transition: ease-in-out 0.7s;
  -o-transition: ease-in-out 0.7s;
  max-width: 330px;
  height: 330px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: none;
}
@media (max-width: 1200px) {
  .Booking-table {
    max-width: 200px;
  }
}
@media (max-width: 768px) {
  .Booking-table {
    display: none;
  }
}

.Booking-table-button {
  display: none;
  position: fixed;
  bottom: 120px;
  left: 25px;
  z-index: 99;
  transition: ease-in-out 0.7s;
  -webkit-transition: ease-in-out 0.7s;
  -moz-transition: ease-in-out 0.7s;
  -ms-transition: ease-in-out 0.7s;
  -o-transition: ease-in-out 0.7s;
  font-size: 17px;
  border: 3px solid #BB232E;
  background-color: #BB232E;
  color: white;
  padding: 15px 40px;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .Booking-table-button {
    display: none;
  }
}

.bookingbuttons_responsive {
  display: none;
  background-color: #000;
  padding: 10px;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .bookingbuttons_responsive {
    display: flex;
  }
}
@media (max-width: 480px) {
  .bookingbuttons_responsive {
    flex-direction: column;
  }
}
.bookingbuttons_responsive .bookingbuttons_responsive_button {
  font-size: 15px;
  border: 3px solid #BB232E;
  background-color: #BB232E;
  color: white;
  padding: 10px 20px;
  margin: 5px;
  border-radius: 12px;
}
@media (max-width: 480px) {
  .bookingbuttons_responsive .bookingbuttons_responsive_button {
    padding: 8px 17px;
    font-size: 13px;
  }
}

section.Specialoffer {
  background-image: url("../../imgs/special/Adas-Cafe-Bistro-Glasgow-specialOffer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  padding: 50px 0;
}
section.Specialoffer h1 {
  color: #fff;
  font-weight: bold;
}
section.Specialoffer h4 {
  color: #fff;
}/*# sourceMappingURL=style2.css.map */