@font-face {
  font-family: "Quicksand";
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
@font-face {
  font-family: "Luxury";
  src: url(../../Fonts/luxury/TOPLUXURY.otf);
}
.main-color {
  color: #D3B26A;
}

body {
  font-family: "Luxury";
  color: #fff8e8;
  background-color: #000000;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.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(../../imgs/snow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.btn {
  width: -moz-max-content;
  width: max-content;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 2px solid #D3B26A;
  border-radius: 0.6em;
  color: #D3B26A;
  cursor: pointer;
  display: flex;
  align-self: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin: 20px;
  padding: 1em 1.5em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: "Quicksand";
  font-weight: 700;
}
.btn:hover, .btn:focus {
  color: #fff;
  outline: 0;
}

.third {
  border-color: #D3B26A;
  color: #fff;
  box-shadow: 0 0 40px 40px #D3B26A inset, 0 0 0 0 #D3B26A;
  transition: all 150ms ease-in-out;
}
.third:hover {
  box-shadow: 0 0 10px 0 #D3B26A inset, 0 0 10px 4px #D3B26A;
}

.btn:hover, .btn:focus {
  color: #fff;
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Luxury";
}

p, a, span {
  font-family: "Quicksand";
}

.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;
  }
}

.main-color {
  color: #D3B26A;
}

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

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

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

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

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

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

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

.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;
  }
}

header {
  position: relative;
  padding: 20px 0;
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  width: 240px;
  border-radius: 0px;
}
@media (max-width: 756px) {
  header .shop-logo {
    max-width: 160px;
  }
}
header .navbar-nav {
  align-items: center;
}
@media (min-width: 1200px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header .dropdown-toggle:after {
  display: none;
}
@media (max-width: 756px) {
  header section.menu-section {
    background-color: rgba(0, 0, 0, 0.9) !important;
    backdrop-filter: blur(40px) !important;
    -webkit-backdrop-filter: blur(40px) !important;
    border-radius: 4rem;
  }
}
header section.menu-section .navbar-expand-lg .navbar-nav {
  align-items: center;
}
@media (min-width: 1200px) {
  header section.menu-section nav {
    display: flex;
    align-items: center;
  }
}
header section.menu-section nav li {
  margin-left: 15px;
}
@media (max-width: 1200px) {
  header section.menu-section nav li {
    margin-left: 10px;
  }
}
header section.menu-section nav li a.nav-link {
  color: #fff !important;
  text-shadow: 0 0 6px #000;
}
@media (max-width: 1200px) {
  header section.menu-section nav li a.nav-link {
    font-size: 15px;
  }
}
header section.menu-section nav li a.nav-link svg {
  margin-left: 4px;
}
header section.menu-section nav li a.nav-link svg g {
  fill: #fff;
}
header section.menu-section nav .dropdown-menu {
  background-color: #D3B26A;
}
header section.menu-section nav .dropdown-menu .dropdown-item {
  color: #fff;
}
header section.menu-section nav .dropdown-menu .dropdown-item:hover {
  background-color: #fff;
  color: #D3B26A;
}
header section.menu-section nav .navbar-toggler-icon {
  background-image: unset !important;
  color: #FFF;
}
header section.menu-section nav .navbar-toggler {
  color: #fff;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav .header-links {
  justify-content: flex-end;
}
header section.menu-section .login-btn {
  color: #fff !important;
}
@media (min-width: 768px) {
  header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

section.hero-section .cta-btn-wrapper {
  margin-top: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-content: flex-start;
}
section.hero-section .cta-btn-wrapper a {
  position: relative;
  display: inline-block;
  padding: 20px 25px;
  color: #D3B26A;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s;
  letter-spacing: 4px;
  overflow: hidden;
}
section.hero-section .cta-btn-wrapper a:hover {
  background: #D3B26A;
  color: #FFF;
  box-shadow: 0 0 5px #D3B26A, 0 0 25px #D3B26A, 0 0 50px #D3B26A, 0 0 200px #D3B26A;
  -webkit-box-reflect: below 1px linear-gradient(transparent, rgba(0, 0, 0, 0.3333333333));
}
section.hero-section .cta-btn-wrapper a span {
  position: absolute;
  display: block;
}
section.hero-section .cta-btn-wrapper a span:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #D3B26A);
  animation: animate1 1s linear infinite;
}
@keyframes animate1 {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}
section.hero-section .cta-btn-wrapper a span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #D3B26A);
  animation: animate2 1s linear infinite;
  animation-delay: 0.25s;
}
@keyframes animate2 {
  0% {
    top: -100%;
  }
  50%, 100% {
    top: 100%;
  }
}
section.hero-section .cta-btn-wrapper a span:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #D3B26A);
  animation: animate3 1s linear infinite;
  animation-delay: 0.5s;
}
@keyframes animate3 {
  0% {
    right: -100%;
  }
  50%, 100% {
    right: 100%;
  }
}
section.hero-section .cta-btn-wrapper a span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #D3B26A);
  animation: animate4 1s linear infinite;
  animation-delay: 0.75s;
}
@keyframes animate4 {
  0% {
    bottom: -100%;
  }
  50%, 100% {
    bottom: 100%;
  }
}
section.hero-section a.cta-btn {
  color: #FFF;
  font-size: 1.2rem;
}
@media (max-width: 1200px) {
  section.hero-section a.cta-btn {
    font-size: 1.5rem;
  }
}
@media (max-width: 756px) {
  section.hero-section a.cta-btn {
    font-size: 1.4rem;
  }
}
@media (max-width: 576px) {
  section.hero-section a.cta-btn {
    font-size: 1.3rem;
  }
}
@media (max-width: 488px) {
  section.hero-section a.cta-btn {
    font-size: 1.2rem;
  }
}
@media (max-width: 388px) {
  section.hero-section a.cta-btn {
    font-size: 1rem;
  }
}

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

html,
body {
  position: relative;
  height: 100%;
}

section.hero-section {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: 100vh;
}
@media (max-width: 756px) {
  section.hero-section {
    margin-bottom: 60px;
  }
}

header {
  position: absolute;
  top: 0;
  z-index: 5;
  filter: contrast(90%);
  pointer-events: auto;
}

.swiper-wrapper {
  padding: 0px;
  margin: 0px;
}

.swiper {
  width: 100vw;
  height: 100%;
}

.swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-content {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; /* Updated: Placed on top of the overlay */
}
.hero-content p {
  text-shadow: 0 0 2px #000;
}

.title {
  margin-bottom: 50px;
  font-size: 2.6rem;
  letter-spacing: 0.3rem;
  color: rgba(0, 0, 0, 0.175);
  background-position: 0 0;
  -webkit-text-stroke: 1px #D3B26A;
  animation: animated-text 20s linear infinite;
}

@keyframes animated-text {
  100% {
    background-position: 200% 0;
  }
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0; /* Updated: Placed behind everything */
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1; /* Updated: Placed between the image and the content */
}

/* more about us section */
section.more-about-us-section {
  padding: 100px 0;
  margin: 0 80px;
  position: relative;
}
section.more-about-us-section:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../../imgs/hero/line-removebg-preview.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 45px;
}
@media (max-width: 1200px) {
  section.more-about-us-section:after {
    height: 24px;
  }
}
section.more-about-us-section::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  background-image: url(../../imgs/hero/line-vertical.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: contain;
  height: 100%;
  width: 45px;
}
@media (max-width: 1200px) {
  section.more-about-us-section::before {
    width: 24px;
  }
}
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-section {
  background-color: #000000;
}
.special-section h2 {
  margin-block: 30px;
  font-family: "Luxury";
  color: #D3B26A;
}
.special-section .special-image-panel {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.special-section .special-image-panel.show {
  opacity: 1;
  transform: translateY(0);
}
.special-section .special-image-panel .img-fluid {
  border-radius: 50%;
  border: 2px solid #333;
  transition: transform 0.3s ease;
}
.special-section .special-items-list a.special-item-link {
  color: #FFF8E8;
  text-decoration: none !important;
}
.special-section .special-items-list .special-item-content {
  border-top: 1px solid rgb(66.3, 66.3, 66.3);
  border-bottom: rgb(66.3, 66.3, 66.3);
  position: relative;
  overflow: hidden;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.special-section .special-items-list .special-item-content:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 1px;
  background-color: rgb(66.3, 66.3, 66.3);
}
.special-section .special-items-list .special-item-content:last-child:after {
  display: none;
}
.special-section .special-items-list .special-item-content .special-item-text {
  margin-top: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: relative;
  padding: 0.5rem 0;
  transition: color 0.3s ease;
  position: relative;
  z-index: 2;
}
.special-section .special-items-list .special-item-content .special-description {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: top 1s ease, opacity 1s ease;
  z-index: 1;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .special-section .special-items-list .special-item-content .special-description {
    position: static;
    transform: none;
    opacity: 1;
  }
}
.special-section .special-items-list .special-item-content:hover .special-description {
  top: 70%;
  opacity: 1;
}

section.about-us {
  margin: 100px 60px;
}
@media (max-width: 756px) {
  section.about-us {
    margin: 40px 20px;
  }
}
section.about-us .about-us {
  padding: 2rem 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
@media (max-width: 756px) {
  section.about-us .about-us {
    padding: 0px;
  }
}
section.about-us .image-panel {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
section.about-us .image-panel img {
  width: 100%;
  height: auto;
}
section.about-us .image-panel.left-image img {
  border-radius: 150px 0px 0px 60px;
  z-index: 0;
}
section.about-us .image-panel.left-image:before {
  content: "";
  position: absolute;
  transition: transform 0.35s, all 0.7s;
  margin: 10px;
  height: 100%;
  width: 100%;
  border: 2px solid #D3B26A;
  border-radius: 150px 0px 0px 60px;
  z-index: 2;
}
section.about-us .image-panel.right-image img {
  border-radius: 0px 60px 150px 0px;
}
section.about-us .image-panel.right-image:before {
  content: "";
  position: absolute;
  margin: 10px;
  height: 100%;
  width: 100%;
  transition: transform 0.35s, all 0.7s;
  border: 2px solid #D3B26A;
  border-radius: 0px 60px 150px 0px;
  z-index: 2;
}
section.about-us .text-panel p {
  font-family: "Quicksand";
}
section.about-us .divider-svg {
  display: inline-block;
  margin: 1.5rem auto;
}
@media (min-width: 992px) {
  section.about-us .divider-svg {
    margin: 1.5rem 0;
  }
}
section.about-us .discover-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.875rem;
  margin-top: 2rem;
  transition: color 0.3s;
}
section.about-us .discover-link:hover {
  color: #D4A16F;
}

section.reviews {
  background-image: url("../../imgs/reviews/reviews-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px;
  margin-right: 0px;
  position: relative;
}
@media (max-width: 800px) {
  section.reviews {
    margin: 0 40px 0 0;
    padding: 40px 0;
  }
}
@media (max-width: 576px) {
  section.reviews {
    margin: 0 20px 0 0;
  }
}
section.reviews:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../../imgs/hero/line-removebg-preview.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 45px;
}
@media (max-width: 991px) {
  section.reviews:after {
    height: 24px;
  }
}
section.reviews h3 {
  color: #FFF;
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 50px;
  text-shadow: 0 0 2px #000;
}
@media (max-width: 991px) {
  section.reviews h3 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  section.reviews h3 {
    font-size: 30px;
  }
}
section.reviews .comment-section {
  background-color: #fff;
  padding: 16px;
  margin: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
section.reviews .comment-section .card {
  background-color: #fff;
  border: 2px solid rgb(255, 205, 113);
  padding: 16px;
  min-height: 200px;
}
section.reviews .comment-section .comment-text {
  text-align: center;
  color: #000;
  font-size: 17px;
  margin: 0 auto;
}
section.reviews .comment-section .comment-writter-name {
  font-weight: bolder;
  color: #D3B26A;
  margin-bottom: 9px;
  color: #000;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 20px;
}

.category {
  margin: 80px;
  position: relative;
}
@media (max-width: 1200px) {
  .category {
    margin: 40px;
  }
}
@media (max-width: 576px) {
  .category {
    margin: 40px 0;
  }
}
.category .card {
  background-color: transparent;
}
.category .card h4 {
  font-size: 3.8rem;
  font-weight: bold;
  font-family: "Luxury";
}
.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-direction: row;
    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: "Luxury";
}
@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, #D3B26A);
}
@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, #D3B26A, #fff);
}
.category ul li a .card:hover .card-arrow {
  background-color: #fff;
}
.category ul li a .card .card-img {
  max-width: 180px;
}
@media (max-width: 480px) {
  .category ul li a .card .card-img {
    max-width: 100%;
  }
}
.category ul li a .card .card-img img {
  max-width: 180px;
}
@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: #D3B26A;
  align-items: center;
  display: flex;
  border-left: 2px solid #232a23;
}
.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: #232a23;
  font-weight: bolder;
}
.category .image_card {
  position: sticky;
  top: 0;
}

/* dwnloap app section */
section.dl-app {
  margin-top: 80px;
  background-color: #D3B26A;
}
section.dl-app div.inner-content {
  flex-direction: row;
  display: flex;
  align-items: center;
}
section.dl-app div.inner-content img.dl-app-link {
  margin: 15px;
  width: 160px;
  background-color: #000;
  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;
  font-weight: bold;
  font-family: "Luxury";
}
@media (max-width: 1200px) {
  section.wine h4 {
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  section.wine h4 {
    font-size: 2rem;
  }
}
section.wine p {
  font-size: 18px;
  font-family: "Luxury";
  text-align: justify;
  margin-top: 20px;
  padding: 18px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  background-color: #232a23;
}
@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: #D3B26A;
}
section.wine .dl-app-background {
  background-color: transparent;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative;
}
section.wine .dl-app-background::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  background-image: url(../../imgs/hero/line-vertical.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: contain;
  height: 100%;
  width: 45px;
  z-index: 99;
}
@media (max-width: 1200px) {
  section.wine .dl-app-background::before {
    width: 24px;
  }
}
@media (max-width: 1200px) {
  section.wine .dl-app-background {
    margin-top: 15px;
  }
}
section.wine img {
  width: 100%;
}

section.gallery-wrapper {
  margin: 0 80px;
  padding: 80px 65px;
  position: relative;
}
@media (max-width: 991px) {
  section.gallery-wrapper {
    padding: 40px;
    margin: 0 40px 0 0;
  }
}
@media (max-width: 800px) {
  section.gallery-wrapper {
    display: none;
  }
}
section.gallery-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../../imgs/hero/line-removebg-preview.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 45px;
}
@media (max-width: 1200px) {
  section.gallery-wrapper:after {
    height: 24px;
  }
}
section.gallery-wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  background-image: url(../../imgs/hero/line-vertical.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: contain;
  height: 100%;
  width: 45px;
  z-index: 99;
}
@media (max-width: 1200px) {
  section.gallery-wrapper::before {
    width: 24px;
  }
}
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: 100vh;
}
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: 80px 0 0 0;
  color: #fff;
}
footer .dl-app-row {
  margin: 0px;
}
footer .dl-app-row a {
  width: 180px;
  margin: 5px;
}
footer .dl-app-row a img {
  width: 180px;
}
footer svg {
  fill: #fff;
}
footer:hover {
  color: #D3B26A;
}
footer ul {
  padding: 0;
}
@media (max-width: 991px) {
  footer ul {
    text-align: center;
  }
}
footer ul li {
  list-style: none;
  padding: 8px 0;
}
footer ul li a {
  color: #fff;
}
footer ul li a:hover {
  color: #D3B26A;
}
footer img.shop-logo {
  max-width: 200px;
}
footer ul.footer-card {
  list-style: none;
  padding: 15px;
  border-radius: 40px;
}
footer ul.footer-card li {
  margin-top: 20px;
}
footer ul.footer-card li span {
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  text-align: left;
  color: #FFF8E8;
}
@media (max-width: 991px) {
  footer ul.footer-card li span {
    text-align: center;
  }
}
footer ul.footer-card li a {
  color: #FFF8E8;
}
footer ul.footer-card li a:hover {
  text-decoration-line: underline;
  color: #D3B26A;
}
footer p {
  color: #FFF8E8;
}
footer .fa {
  color: #D3B26A;
  font-size: 1rem;
}
footer .footer-title {
  margin-bottom: 30px;
}
footer .footer-title span {
  font-weight: bolder;
  font-size: 25px !important;
  line-height: 27px;
  color: #FFF8E8;
}
footer iframe {
  border-radius: 0 0 20px 20px;
}
footer h4 {
  font-family: "Luxury";
  font-size: 30px;
}
footer span {
  color: #D3B26A;
}

.contact-us {
  padding: 100px 80px;
  margin: 0 80px;
  position: relative;
}
@media (max-width: 991px) {
  .contact-us {
    padding: 80px 40px;
    margin: 0 80px 0 0;
  }
}
@media (max-width: 800px) {
  .contact-us {
    margin: 0 40px 0 0;
  }
}
@media (max-width: 576px) {
  .contact-us {
    margin: 0 20px 0 0;
    padding: 20px;
  }
}
.contact-us:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../../imgs/hero/line-removebg-preview.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 45px;
}
@media (max-width: 1200px) {
  .contact-us:after {
    height: 24px;
  }
}
@media (max-width: 800px) {
  .contact-us:after {
    display: none;
  }
}
.contact-us::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url(../../imgs/hero/line-vertical.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: contain;
  height: 100%;
  width: 45px;
}
@media (max-width: 1200px) {
  .contact-us::before {
    width: 24px;
  }
}
.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 {
  font-size: 2.5rem;
  font-family: "Luxury";
}
@media (max-width: 480px) {
  .contact-us ul li .branch_name {
    font-size: 1.6rem;
  }
}
@media (max-width: 991px) {
  .contact-us ul li .branch_name {
    text-align: center;
  }
}
.contact-us ul li i {
  margin: 0 6px;
}
.contact-us ul li span {
  font-family: "Luxury";
}
.contact-us .footer-card-right {
  text-align: right;
}
@media (max-width: 991px) {
  .contact-us .footer-card-right {
    text-align: center;
  }
}
.contact-us .footer-card-right li {
  flex-direction: row-reverse;
}
.contact-us .footer-card-right li a {
  color: #FFF8E8;
}
.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: center;
  }
}
.contact-us .footer-card-right #openinghour {
  margin-left: auto;
}
@media (max-width: 991px) {
  .contact-us .footer-card-right #openinghour {
    margin-right: auto;
    margin-left: 0;
  }
}
.contact-us iframe {
  min-height: 150px;
  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: 100%;
}

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

section.copyright {
  font-family: "Luxury";
}
section.copyright a.weetech-link {
  color: #D3B26A;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #D3B26A;
  color: white;
  cursor: pointer;
  padding: 11px;
  border-radius: 12px;
  transition: all 0.5s ease;
  border: 1px solid #D3B26A;
}
#myBtn:hover {
  color: #D3B26A;
  border: 1px dashed #D3B26A;
  background-color: white;
  box-shadow: #597E5B 0px 7px 29px 0px;
}

section.Specialoffer {
  background-image: url("../../imgs/special/masti-restaurant-Edinburgh-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 */