@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);
}
@font-face {
  font-family: StefansUhr;
  src: url(../../Fonts/StefansUhrSquare/StefansUhr.ttf);
}
body {
  font-family: CabritoFlare;
  color: #fff8e8;
  background-color: #361414;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

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

hr {
  width: 100%;
  padding: 0;
  border: none;
  border-top: medium double #D3862D;
  color: #D3862D;
  text-align: center;
}

hr::after {
  content: "Indian Times";
  display: inline-block;
  position: relative;
  top: -0.7em;
  font-size: 1.5em;
  padding: 0 0.25em;
  border-radius: 12px;
  background: #361414;
}

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

.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: #959998;
}

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

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

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

::-webkit-scrollbar-thumb {
  background: #959998;
  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 {
  padding: 20px 0;
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  width: 240px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
@media (max-width: 480px) {
  header .shop-logo {
    max-width: 100px;
  }
}
header .navbar-nav {
  align-items: center;
}
@media (min-width: 1200px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header .dropdown-toggle:after {
  display: none;
}
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 {
  font-family: StefansUhr;
  color: #fff !important;
}
@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: #959998;
}
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: #959998;
}
header section.menu-section nav .navbar-toggler-icon {
  background-image: unset !important;
  color: #959998;
}
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.hero-section {
  padding: 220px 0 80px 0;
  color: #fff;
}
@media (max-width: 786px) {
  section.hero-section {
    padding: 160px 0 80px 0;
  }
}
section.hero-section div.inner-content h1 {
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 3rem;
  text-align: left;
  font-family: StefansUhr;
}
@media (max-width: 991px) {
  section.hero-section div.inner-content h1 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  section.hero-section div.inner-content h1 {
    font-size: 25px;
  }
}
section.hero-section div.inner-content h1 .shop-off {
  text-decoration: underline;
  text-decoration-color: #959998;
}
section.hero-section div.inner-content h5 {
  font-family: StefansUhr;
}
section.hero-section div.inner-content a {
  background-color: #E30205;
  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-family: StefansUhr;
  font-weight: bolder;
}
section.hero-section div.inner-content a:hover {
  color: #fff;
  border-color: #fff;
  background-color: #959998;
  box-shadow: #597E5B 0px 7px 29px 0px;
}
@media (min-width: 992px) {
  section.hero-section div.inner-content a {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  section.hero-section div.inner-content a {
    padding: 10px 15px;
  }
}

.index-hero {
  background-image: url("../../imgs/hero/indian-times-hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.index-hero .container-fluid {
  padding: 0;
  min-height: 100vh;
}
@media (max-width: 786px) {
  .index-hero .container-fluid {
    min-height: 600px;
  }
}

/* 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 */
section.special {
  color: #fff;
  text-align: center;
  padding: 80px;
  margin: 0 80px 0 0;
  position: relative;
}
section.special h2 {
  font-family: StefansUhr;
  font-size: 36px;
}
@media (max-width: 786px) {
  section.special h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  section.special {
    padding: 40px;
    margin: 0 40px 0 0;
  }
}
@media (max-width: 576px) {
  section.special {
    padding: 40px 24px;
    margin: 0 20px 0 0;
  }
}
section.special ul {
  padding: 0;
}
section.special ul li {
  min-height: 600px;
  align-self: center;
  display: flex;
  margin: auto;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}
@media (max-width: 991px) {
  section.special ul li {
    min-height: unset;
  }
}
section.special ul li h3 {
  text-align: left;
  margin-bottom: 24px;
  font-family: StefansUhr;
  font-size: 34px;
}
@media (max-width: 1200px) {
  section.special ul li h3 {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  section.special ul li h3 {
    font-size: 1.6rem;
    margin-right: 5px;
  }
}
section.special ul li p {
  font-family: StefansUhr;
  max-width: 95%;
  font-size: 19px;
}
@media (max-width: 576px) {
  section.special ul li p {
    font-size: 1rem;
  }
}
section.special ul li img {
  max-width: 100%;
  display: flex;
  margin: auto;
  justify-content: center;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  margin-top: -20px;
  margin-right: 5px;
}
@media (max-width: 991px) {
  section.special ul li img {
    margin-top: 20px;
  }
}
section.special ul li a.btn {
  background-color: #E30205;
  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: 10px 20px;
  margin: 10px;
  margin-bottom: 100px;
  width: 30%;
  font-family: StefansUhr;
  font-weight: bolder;
}
section.special ul li a.btn:hover {
  color: #fff;
  border-color: #fff;
  background-color: #959998;
  box-shadow: #597E5B 0px 7px 29px 0px;
}
@media (max-width: 768px) {
  section.special ul li a.btn {
    width: 100%;
  }
}

.border-right {
  border-color: #959998 !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;
  }
}

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: -100px;
}
@media (max-width: 1200px) {
  section.about-us .card {
    margin-left: 0;
  }
}
section.about-us img {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
@media (max-width: 1200px) {
  section.about-us img {
    margin-top: 0;
  }
}
section.about-us div.about-us-content div.shop-name-secoundry h2 {
  font-size: 36px;
  font-weight: bold;
  font-family: StefansUhr;
}
@media (max-width: 1200px) {
  section.about-us div.about-us-content div.shop-name-secoundry h2 {
    font-size: 32px;
  }
}
section.about-us div.about-us-content div.shop-about-text p {
  font-size: 20px;
  font-family: StefansUhr;
  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: #571414;
}
@media (max-width: 1200px) {
  section.about-us div.about-us-content div.shop-about-text p {
    font-size: 1rem;
    margin: 0;
    padding: 0;
  }
}
section.about-us div.about-us-content a {
  background-color: #E30205;
  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-family: StefansUhr;
  font-weight: bolder;
}
section.about-us div.about-us-content a:hover {
  color: #fff;
  border-color: #fff;
  background-color: #959998;
  box-shadow: #597E5B 0px 7px 29px 0px;
}
@media (min-width: 992px) {
  section.about-us div.about-us-content a {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  section.about-us div.about-us-content a {
    padding: 10px 15px;
  }
}

section.reviews {
  background-image: url("../../imgs/hero/indian-times-mix-indian-food.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px;
  margin-right: 80px;
  color: #fff;
  position: relative;
  font-family: StefansUhr;
}
@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 h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 50px;
  text-shadow: 0 0 19px #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: #959998;
  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-family: StefansUhr;
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 786px) {
  .category .card h4 {
    font-size: 32px;
  }
}
.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;
}
.category h4 {
  font-family: StefansUhr;
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 786px) {
  .category h4 {
    font-size: 32px;
  }
}
.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: StefansUhr;
}
@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, #959998);
}
@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, #959998, #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%;
  }
}
.category ul li a .card p {
  font-family: StefansUhr;
  font-size: 18;
}
@media (max-width: 768px) {
  .category ul li a .card p {
    font-size: 14px;
  }
}
.category ul li a .card .card-arrow {
  padding: 8px;
  background-color: #959998;
  align-items: center;
  display: flex;
  border-left: 2px solid #E30205;
}
.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: #E30205;
  font-weight: bolder;
}
.category .image_card {
  position: sticky;
  top: 0;
}

/* dwnloap app section */
section.dl-app {
  margin-top: 80px;
  background-color: #959998;
}
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: 10px;
  width: 200px;
  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;
  padding-bottom: 60px;
}
section.wine h4 {
  font-size: 36px;
  font-weight: bold;
  font-family: StefansUhr;
  padding-left: 16px;
}
@media (max-width: 786px) {
  section.wine h4 {
    font-size: 32px;
  }
}
section.wine p {
  font-size: 18px;
  font-family: StefansUhr;
  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: #361414;
}
@media (max-width: 1200px) {
  section.wine p {
    font-size: 15px;
    margin: 0;
  }
}
section.wine img {
  max-width: 100%;
}
section.wine a.btn {
  background-color: #E30205;
  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;
  margin-bottom: 100px;
  width: 30%;
  font-family: StefansUhr;
  font-weight: bolder;
}
section.wine a.btn:hover {
  color: #fff;
  border-color: #fff;
  background-color: #959998;
  box-shadow: #597E5B 0px 7px 29px 0px;
}
@media (max-width: 768px) {
  section.wine a.btn {
    width: 100%;
  }
}
section.wine .dl-app-background {
  background-color: transparent;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative;
}
@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 .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-top: 80px;
}
footer .dl-app-row a {
  width: 180px;
  margin: 5px;
}
footer .dl-app-row a img {
  width: 180px;
}
footer ul {
  padding: 0;
}
footer ul li {
  list-style: none;
  padding: 8px 0;
}
footer ul li a {
  font-family: StefansUhr;
  color: #fff;
}
footer ul li a:hover {
  color: #959998;
}
footer h5 {
  font-family: StefansUhr;
  font-size: 22px;
}
footer p {
  font-family: StefansUhr;
}
footer a.d-flex img.shop-logo {
  max-width: 200px;
}
footer ul.footer-card {
  list-style: none;
  background-color: #f3f3f3;
  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: #000;
}
footer ul.footer-card li a {
  color: #000;
}
footer ul.footer-card li a:hover {
  text-decoration-line: underline;
  color: #959998;
}
footer p {
  color: #000;
}
footer .fa {
  color: #959998;
  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: StefansUhr;
  font-size: 30px;
}
footer span {
  color: #959998;
}

.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 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: StefansUhr;
}
@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: StefansUhr;
}
.contact-us .footer-card-right {
  text-align: right;
}
@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 #openinghour-Dundeeterrace {
  margin-left: auto;
}
@media (max-width: 991px) {
  .contact-us .footer-card-right #openinghour-Dundeeterrace {
    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-Morningside,
.contact-us #openinghour-Dundeeterrace {
  width: 90%;
}

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

section.copyright {
  font-family: StefansUhr;
}
section.copyright a.weetech-link {
  color: #959998;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #959998;
  color: white;
  cursor: pointer;
  padding: 11px;
  border-radius: 12px;
  transition: all 0.5s ease;
  border: 1px solid #959998;
}
#myBtn:hover {
  color: #959998;
  border: 1px dashed #959998;
  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 */