.main-color {
  color: #fff;
}

@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
@font-face {
  font-family: Quicksand-medium;
  src: url(../../Fonts/Quicksand/Quicksand-Medium.ttf);
}
@font-face {
  font-family: Quicksand-bold;
  src: url(../../Fonts/Quicksand/Quicksand-Bold.ttf);
}
@font-face {
  font-family: Brygada;
  src: url(../../Fonts/Brygada/Brygada1918-Regular.ttf);
}
@font-face {
  font-family: Brygada-bold;
  src: url(../../Fonts/Brygada/Brygada1918-Bold.ttf);
}
@font-face {
  font-family: nautilus;
  src: url(../../Fonts/nautilus-webfont.woff);
}
@font-face {
  font-family: PublicSans;
  src: url(../../Fonts/Public_Sans/PublicSans-Regular.ttf);
}
body {
  font-family: Brygada !important;
  overflow-x: hidden;
  background-color: #000;
}

html {
  scroll-behavior: smooth;
}

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

@media (max-width: 576px) {
  .slider {
    display: none;
  }
}
.slider img {
  width: 100%;
}

.openmenuu {
  width: 100% !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;
  }
}

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

.section-header {
  font-family: Thunder;
  font-size: 96px;
  font-weight: 800;
  line-height: 120px;
  text-align: center;
  margin-bottom: 96px;
}
.section-header span {
  color: #d8211b;
}

.logo-span {
  font-family: Brygada;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin-left: 16px;
}

header {
  position: relative;
  padding: 25px 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 10.52%, #000000 112.76%);
}
@media (max-width: 1200px) {
  header {
    padding: 40px 0;
    background: #121926;
  }
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  position: absolute;
  content: "";
  top: 5%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  max-width: 180px;
  z-index: 99 !important;
}
@media (max-width: 1200px) {
  header .shop-logo {
    left: 5%;
    right: auto;
  }
}
header .shop-logo .logo-container {
  padding: 5px;
}
header .shop-logo img {
  max-width: 120px;
  border-radius: 50%;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (max-width: 1200px) {
  header .shop-logo img {
    max-width: 100px;
  }
}
@media (max-width: 480px) {
  header .shop-logo img {
    max-width: 80px;
  }
}
@media (min-width: 1200px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section span.open-menu {
  align-self: center;
  z-index: 10;
  color: #000 !important;
}
@media (min-width: 1200px) {
  header section.menu-section span.open-menu {
    display: none;
  }
}
header #myNav {
  display: block;
}
@media (min-width: 1200px) {
  header #myNav {
    width: 100%;
  }
}
header #overlay-content {
  display: none;
}
@media (min-width: 1440px) {
  header #overlay-content {
    max-width: 75%;
  }
}
@media (min-width: 1200px) {
  header #overlay-content {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 20px 0 0 0;
  }
}
@media (min-width: 1200px) {
  header nav {
    display: flex;
  }
}
header div.mobile-overlay {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 5px;
  background-color: rgb(27, 27, 27);
  overflow-x: hidden;
  transition: width 0.45s;
}
@media (max-width: 1200px) {
  header div.mobile-overlay {
    z-index: 999;
  }
}
header div.mobile-overlay .overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
}
@media (min-width: 1200px) {
  header div.mobile-overlay .overlay-content {
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  header div.mobile-overlay .overlay-content div#navbarNavAltMarkup {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  header div.mobile-overlay .overlay-content {
    display: flex;
  }
}
header 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: #fff;
}
@media (min-width: 1200px) {
  header div.mobile-overlay .overlay-content .closebtn {
    display: none;
  }
}
header div.mobile-overlay .overlay-content a.nav-link {
  color: white;
  font-weight: 500;
  font-family: Quicksand;
  margin-bottom: 12px;
  padding: 8px;
  font-size: 18px;
}
header div.mobile-overlay .overlay-content a.nav-link:hover {
  color: #787e86;
}
@media (min-width: 1200px) {
  header div.mobile-overlay .overlay-content a.nav-link {
    margin-left: 30px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
  }
}
header div.mobile-overlay .overlay-content a.btn {
  background-color: #fff;
  color: black;
}
@media (min-width: 1200px) {
  header div.mobile-overlay {
    position: static;
    display: flex !important;
    flex-direction: row;
    background-color: inherit;
    z-index: 8;
  }
}

.header-btn {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.header-btn a.btn {
  background-color: #fff;
  color: #000;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
}
.header-btn a.btn:hover {
  color: #fff;
  border-color: #fff;
  background-color: #fff !important;
  box-shadow: #787e86 0px 4px 12px;
}
@media (min-width: 1200px) {
  .header-btn a.btn {
    margin-top: 10px;
  }
}
.header-btn a.btn .order-now-icon-main {
  width: 30px;
  height: 30px;
  stroke: white;
}
.header-btn a.btn .order-now-icon-main:hover {
  stroke: #fff;
}

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

.order-btn {
  background-color: white;
  padding: 8px 46px !important;
  border-radius: 72px;
  color: black !important;
  font-size: 16px !important;
}
@media (max-width: 1200px) {
  .order-btn {
    max-width: -moz-max-content;
    max-width: max-content;
    margin: auto;
  }
}
.order-btn:hover {
  color: #231414 !important;
}

/* section hero */
.index-hero {
  background-image: url("../../imgs/hero/Tony's-Galashiels-hero.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .index-hero {
    background-image: unset;
  }
}

section.hero-section {
  padding: 180px 0;
  text-align: center;
}
@media (max-width: 768px) {
  section.hero-section {
    background-position: 0% 50%;
    background-image: url("../../imgs/hero/Tony's-Galashiels-hero.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 33px 0;
  }
}
section.hero-section h1, section.hero-section h2 {
  font-size: 3.2rem;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 400;
  line-height: 56px;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  section.hero-section h1, section.hero-section h2 {
    font-size: 3.8rem;
  }
}
@media (max-width: 576px) {
  section.hero-section h1, section.hero-section h2 {
    font-size: 3.5rem;
  }
}
@media (max-width: 480px) {
  section.hero-section h1, section.hero-section h2 {
    font-size: 2.8rem;
  }
}
@media (max-width: 400px) {
  section.hero-section h1, section.hero-section h2 {
    font-size: 2.3rem;
  }
}
section.hero-section h5 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  font-family: Quicksand;
}
@media (max-width: 576px) {
  section.hero-section h5 {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    box-shadow: 0px 2px 23.8px 0px rgba(0, 0, 0, 0.8);
  }
}
section.hero-section a {
  background-color: #fff;
  color: #1A1A1A;
  border-radius: 25px !important;
  padding: 10px 28px;
  margin-top: 20px;
  font-family: Quicksand;
  font-weight: bolder;
}
section.hero-section a:hover {
  color: #787e86;
  border-color: #fff;
  background-color: #fff !important;
  box-shadow: #787e86 0px 4px 12px;
}
@media (min-width: 991px) {
  section.hero-section a {
    margin-top: 32px;
  }
}
section.hero-section a .order-now-icon-main {
  width: 30px;
  height: 30px;
  stroke: white;
}
section.hero-section a .order-now-icon-main:hover {
  stroke: #fff;
}

#slider {
  background-image: url("../../imgs/hero/Tony's-Galashiels-app-mockup.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  padding: 50px 0;
}
@media (max-width: 991px) {
  #slider {
    background-position: 70% 50%;
  }
}
@media (max-width: 576px) {
  #slider {
    background-position: 70% 50%;
  }
}
#slider .order-now {
  flex-direction: column;
  margin: 0 auto;
  align-items: center;
}
@media (max-width: 768px) {
  #slider .order-now {
    padding: 10px 0;
  }
}
#slider .order-now div.order-header {
  background-color: #fff;
  margin-bottom: 15px;
  border-radius: 12px !important;
}
@media (min-width: 769px) {
  #slider .order-now div.order-header {
    padding: 25px 20px;
  }
}
@media (max-width: 768px) {
  #slider .order-now div.order-header {
    padding-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#slider .order-now div.order-header h1 {
  text-transform: capitalize;
  color: #787e86;
  text-align: center;
  font-family: nautilus;
}
@media (max-width: 767px) {
  #slider .order-now div.order-header h1 {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  #slider .order-now div.order-header h1 {
    font-size: 25px;
  }
}
#slider .order-now div.order-header h6 {
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 1px;
  font-family: nautilus;
}
@media (max-width: 767px) {
  #slider .order-now div.order-header h6 {
    font-size: 14px;
  }
}
#slider .order-now .app-links {
  display: flex;
  flex-direction: column;
  margin-top: 1%;
}
@media (max-width: 767px) {
  #slider .order-now .app-links {
    flex-direction: row;
  }
}
@media (max-width: 480px) {
  #slider .order-now .app-links {
    flex-direction: column;
  }
}
#slider .order-now .app-links a {
  border-radius: 12px !important;
  color: #000;
  padding: 15px;
  font-weight: 800;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  #slider .order-now .app-links a {
    font-size: 15px;
    padding: 10px;
  }
}
@media (max-width: 576px) {
  #slider .order-now .app-links a {
    font-size: 13px;
  }
}
#slider .order-now .app-links a img {
  max-width: 200px;
}
@media (max-width: 576px) {
  #slider .order-now .app-links a img {
    max-width: 150px;
  }
}

/* more about us section */
section.more-about-us-section {
  margin-top: 160px;
}
section.more-about-us-section h3.main-section-heading {
  margin-bottom: 50px;
  text-transform: capitalize;
  font-weight: bolder;
  font-size: 35px;
}
section.more-about-us-section .circle-img {
  margin-bottom: 33px;
}
section.more-about-us-section h4 {
  margin-bottom: 15px;
}
section.more-about-us-section p {
  max-width: 300px;
}

section.special {
  padding-top: 50px;
  padding-bottom: 50px;
}
section.special h3.special-title {
  color: white;
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  line-height: 72px;
}
section.special p.special-subtitle {
  color: #697586;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 40px;
}
section.special div.special-box {
  background-color: #121926;
  border-radius: 10px;
  margin-bottom: 24px;
}
section.special .special-text-box {
  padding: 30px;
}
section.special .special-box-h2 {
  color: white;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 15px;
}
section.special .special-box-h4 {
  color: white;
  font-family: Quicksand;
  font-weight: 700;
  line-height: 32px;
  font-size: 24px;
}
section.special .special-box-p {
  color: #CDD5DF;
  font-family: Quicksand;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
section.special div.special-box a {
  text-decoration: none;
  color: white;
  background-color: #000000;
  width: 208;
  width: 56;
  border-radius: 32px;
  padding: 10px 24px;
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  font-family: Quicksand;
}
section.special .img-right-align {
  max-height: 300px;
  width: 100%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
section.special .img-left-align {
  max-height: 300px;
  width: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
section.special div.col-4 {
  padding: 30px 20px;
}

section.about-us {
  padding-top: 34px;
  padding-bottom: 100px;
}
section.about-us h3.about-title {
  text-align: center;
  color: white;
  font-size: 48px;
  font-family: Brygada !important;
  font-size: 48px;
  font-weight: 400;
  line-height: 72px;
  text-align: center;
  margin-bottom: 8px;
}
section.about-us p.about-subtitle {
  color: #697586;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  section.about-us p.about-subtitle {
    margin-bottom: 15px;
  }
}
section.about-us img.about-img {
  width: 100%;
  border-radius: 10px;
  margin-top: -60px;
  position: absolute;
  top: -275px;
}
@media (max-width: 991px) {
  section.about-us img.about-img {
    position: relative;
    top: unset;
    margin: 0 auto;
    width: 80%;
    display: flex;
  }
}
section.about-us div.about-text-container {
  background-color: #121926;
  padding: 40px 30px;
  border-radius: 10px;
  margin-left: -100px;
  margin-top: 44px;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
}
@media (max-width: 1200px) {
  section.about-us div.about-text-container {
    width: 130%;
  }
}
@media (max-width: 991px) {
  section.about-us div.about-text-container {
    width: 100%;
    margin: 0;
    margin-top: -80px;
  }
}
@media (max-width: 480px) {
  section.about-us div.about-text-container {
    margin-top: -30px;
  }
}
section.about-us p.about-content-text {
  color: white;
  list-style: 2;
  padding: 10px;
  font-family: Quicksand;
  font-size: 16px;
  font-weight: w400;
}
@media (max-width: 480px) {
  section.about-us p.about-content-text {
    font-size: 14px;
    padding: 0;
  }
}
section.about-us span.tony {
  font-family: Brygada;
  font-weight: bold;
  font-size: 32px;
}
@media (max-width: 480px) {
  section.about-us span.tony {
    font-size: 25px;
  }
}
section.about-us .bold-text {
  font-family: Quicksand;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
}

section.peyment-method {
  background-color: #000;
}
section.peyment-method div.row {
  padding: 50px 0;
}
section.peyment-method div.row div.col-10 .methods-container {
  justify-content: space-evenly;
}
section.peyment-method div.row div.col-10 .methods-container > div img {
  width: 70px;
  display: block;
}

/* dwnloap app section */
section.dl-app {
  margin: 80px 0;
}
section.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
section.dl-app div.inner-content a.app-link-dl-container:hover img {
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
section.dl-app div.inner-content img.dl-app-link {
  margin-bottom: 50px;
  width: 170px;
}
@media (min-width: 768px) {
  section.dl-app div.inner-content img.dl-app-link {
    margin-bottom: 0;
    width: 150px;
  }
}
section.dl-app div.inner-content h3.dl-ur-app-heading {
  font-family: Quicksand;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 70px;
  margin-bottom: 56px;
  margin-top: 20px;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 1.9rem;
  }
}
@media (min-width: 992px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 2rem;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2021-12-20 14:30:57
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
section.reviews {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  section.reviews {
    padding: 80px 0;
  }
}
section.reviews .reviews-section-header {
  font-family: Thunder;
  font-size: 48px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
  color: white;
}
@media (max-width: 991px) {
  section.reviews .reviews-section-header {
    font-size: 70px !important;
  }
}
@media (max-width: 576px) {
  section.reviews .reviews-section-header {
    font-size: 30px !important;
  }
}
@media (max-width: 576px) {
  section.reviews .reviews-section-header {
    line-height: 80px;
  }
}
section.reviews .section-header {
  color: white;
  font-size: 48px;
  padding-bottom: 40px;
  font-weight: 400;
}
section.reviews .swiper-slide {
  display: flex;
  background-color: #121926;
  border-radius: 16px;
  min-height: 340px;
}
section.reviews .comment {
  border-radius: 32px;
  padding: 32px;
  color: #9AA3B2;
}
section.reviews .comment-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
section.reviews .comment-section .quote {
  margin-bottom: 32px;
}
section.reviews .comment-section .comment-text {
  font-family: Quicksand;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
  text-align: left;
}
section.reviews .comment-section .comment-writter-name {
  margin-bottom: 9px;
  color: #EAEAFD;
  align-items: flex-start;
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  width: 100%;
  align-items: center;
}
section.reviews .comment-section .comment-writter-name .review-avatar {
  width: 64px;
  height: 64px;
  margin-right: 20px;
}

/* footer */
footer {
  background-color: #000;
  color: rgb(255, 255, 255);
  padding: 50px 0;
}
@media (max-width: 991px) {
  footer {
    padding: 50px 0 0 0;
  }
}
footer img.logo-footer {
  border-radius: 50px;
  max-width: 80px;
  margin-bottom: 20px;
}
footer p {
  font-family: Quicksand;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}
footer ul {
  padding: 0;
}
footer ul li {
  list-style-type: none;
  text-align: left;
  padding-bottom: 12px !important;
}
footer ul li h3.footer-title {
  font-family: Brygada;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  margin-bottom: 12px;
}
footer ul li a {
  text-decoration: none;
  color: white;
  font-family: Quicksand;
}
footer ul li a:hover {
  color: rgba(37, 135, 226, 0.6196078431);
  text-decoration: none;
}
footer ul li .food-hygiene-img {
  margin-top: 40px;
  float: left;
}

@media (max-width: 991px) {
  .foods-tags {
    margin: 30px 0 70px 0;
  }
}
@media (max-width: 576px) {
  .foods-tags {
    margin: 30px 0;
  }
}
.foods-tags .foods-link {
  padding-top: 20px;
}
.foods-tags ul {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
.foods-tags ul li {
  list-style: none;
  display: inline-block;
  border-radius: 17px;
  padding: 4px 12px;
  margin: 4px 24px 16px 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  background: rgba(37, 135, 226, 0.2392156863);
}
.foods-tags ul li a {
  color: #fff !important;
  font-family: PublicSans;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}
.foods-tags ul li a:hover {
  text-decoration: none;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border: 1px solid #787e86;
  border-radius: 12px;
}
#myBtn:hover {
  border: 1px solid #fff;
  background-color: white;
  box-shadow: #787e86 0px 7px 29px 0px;
}

section.social-media {
  color: #fff;
}
@media (max-width: 768px) {
  section.social-media {
    display: none;
  }
}
section.social-media div.icon-holder {
  transition: transform 0.5s ease;
}
section.social-media div.icon-holder:hover {
  transform: translate(0px, -8px);
}

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

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

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

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

section.copyright {
  background-color: #000000;
  color: white;
  border-top: 0.5px solid white;
  font-family: Quicksand;
}
section.copyright a.mealzo-link {
  color: #787e86 !important;
  font-weight: 700;
}
section.copyright a.mealzo-link img {
  max-width: 150px;
}

.web-story {
  padding: 20px 0;
}
.web-story .stories-container {
  display: flex;
  padding: 0 20px;
  justify-content: center;
  gap: 30px;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .web-story .stories-container {
    overflow-x: scroll;
  }
}
.web-story .stories-container .content {
  position: relative;
  cursor: pointer;
  text-align: center;
}
.web-story .stories-container .imgContent {
  background: linear-gradient(#dd2a7b, #f58529);
  padding: 3px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}
.web-story .stories-container .imgContent .middleContent {
  background-color: #fff;
  padding: 4px;
  border-radius: 50%;
}
.web-story .stories-container .imgContent .middleContent img {
  position: relative;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 300;
  vertical-align: middle;
}
.web-story .stories-container .storyTitle {
  margin: 10px 0;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 480px) {
  .web-story .stories-container .storyTitle {
    font-size: 12px;
  }
}
.web-story .story-full {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  justify-content: center;
  opacity: 0;
  z-index: 500;
  pointer-events: none;
  transition: all 100ms ease;
}
.web-story .story-full.active {
  opacity: 1;
  pointer-events: auto;
}
.web-story .story-full .content .close-btn {
  position: fixed;
  top: 32px;
  right: 32px;
  width: 32px;
  cursor: pointer;
}
.web-story .story-full .content .close-btn svg {
  width: 32px;
}
.web-story .story-full .content {
  display: flex;
  align-items: center;
  position: relative;
}
.web-story .story-full .content .story-title {
  position: absolute;
  top: 5px;
  left: 25px;
  /* transform: translateX(-50%); */
  color: #000;
  line-height: 2;
  padding: 8px 32px;
  z-index: 105;
}
.web-story .story-full .img-content {
  height: 80%;
  width: 400px;
  /* border-radius: 10px; */
  /* background-color: #dd2a7b; */
  position: relative;
}
.web-story .story-full .img-content .img-story {
  height: 100%;
  width: 400px;
  border-radius: 10px;
  position: absolute;
  z-index: 100;
  display: flex;
}
.web-story .story-full .img-content .profile {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 105;
  border-radius: 50%;
  margin: 15px 10px;
}
.web-story .story-full .content .right-arrow,
.web-story .story-full .content .left-arrow {
  cursor: pointer;
  /* background-color: #fff; */
  border-radius: 50%;
  padding: 8px;
  margin: 5px 10px;
  justify-content: center;
}
.web-story .story-full .content .right-arrow {
  transform: rotate(180deg);
}
@media (max-width: 700px) {
  .web-story .story-full img {
    width: 65%;
    height: auto;
  }
}
.web-story .myProgress {
  width: 96%;
  z-index: 110;
  position: absolute;
  margin: 5px 2%;
  background-color: #aaa;
  border-radius: 5px;
}
.web-story #myBar {
  width: 1%;
  height: 2px;
  border-radius: 5px;
  background-color: #eee;
}

section.category {
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: #04060d;
}
@media (max-width: 768px) {
  section.category {
    padding: 50px 0;
  }
}
section.category h3 {
  color: white;
  text-align: center;
}
section.category p.category-subtitle {
  color: #697586;
  text-align: center;
}
section.category img {
  border-radius: 500px;
  width: 100%;
}
section.category .category-sub-title {
  font-family: Quicksand;
  color: white;
  text-align: center;
  margin-top: 30px;
  font-weight: 500;
  font-size: 15px;
  line-height: 36px;
}

section.dl-app .container {
  background-image: url("../../imgs/dl_app/Tony's-Galashiels-dl-app.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
}
section.dl-app div.dl-app-content {
  color: white;
  padding-top: 80px;
  text-align: left;
}
section.dl-app img.app-mpckup {
  width: 100%;
}
@media (max-width: 480) {
  section.dl-app img.app-mpckup {
    width: 50%;
    padding: 0;
  }
}

section.opening-hours {
  background-image: url("../../imgs/opening_hours/Tonys-alashies -opening-hours.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px;
}
@media (max-width: 480) {
  section.opening-hours {
    background-image: url("../../imgs/opening_hours/Tonys-alashies-opening-hours-res.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding: 50px;
  }
}
section.opening-hours span.opening-hour-title {
  color: white;
  font-size: 48px;
  font-weight: w700;
  line-height: 72px;
}
@media (max-width: 480) {
  section.opening-hours span.opening-hour-title {
    font-size: 12px;
    line-height: 40px;
    text-align: center;
  }
}
section.opening-hours div.opening-hour-table {
  color: white;
  border-bottom: none;
}

section.contact-us {
  margin-top: 100px;
  margin-bottom: 100px;
}
section.contact-us .contact-us-h2 {
  color: white;
}
section.contact-us .contact-content {
  text-align: start;
  padding-top: 80px;
  padding-bottom: 80px;
}
section.contact-us .map-design {
  border-radius: 16px;
}
@media (max-width: 480) {
  section.contact-us .map-design {
    padding: 30px;
  }
}
section.contact-us .contact-social-img {
  padding-right: 24px;
  height: 56px;
}
section.contact-us .contact-social {
  width: 32px;
  height: 32px;
  margin-right: 9px;
}
section.contact-us .contact-section-li {
  list-style-type: none;
  margin-bottom: 16px;
}
section.contact-us .contact-section-li p {
  color: white;
  font-family: Quicksand;
}
section.contact-us .contact-section-li span {
  font-family: Quicksand;
  color: #CDD5DF;
}
section.contact-us .small-text {
  font-family: Quicksand;
}

section.top-picks {
  background-color: #04060d;
  padding-bottom: 100px;
  padding-top: 100px;
  background-image: url("../../imgs/toppicks/Tony's-Galashiels-premium.png");
  background-repeat: no-repeat;
  background-size: 30%;
  top: 1870px;
  left: 137px;
}
@media (max-width: 768px) {
  section.top-picks {
    padding: 50px 0 0 0;
  }
}
section.top-picks .top-picks-title {
  color: white;
}
section.top-picks .top-picks-h4 {
  color: white;
  font-family: Quicksand;
  padding-top: 10px;
}
section.top-picks .top-picks-explore {
  text-decoration: none;
  color: white;
  text-align: center;
}
section.top-picks .top-picks-p {
  font-family: Brygada;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin-bottom: 40px;
  color: #697586;
}
section.top-picks .top-picks-span {
  font-family: Quicksand;
  color: #9AA4B2;
  margin-bottom: 50px;
}
section.top-picks .img-location {
  max-height: 20px;
  padding-right: 10px;
}
section.top-picks .top-pick-img {
  margin: 0 auto;
  border-radius: 16px;
  float: left;
}
section.top-picks .explore-a {
  color: white;
  text-decoration: none;
  text-align: center;
  padding: 20px;
  margin-top: 50px;
  background: #000000;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
  border-radius: 32px;
}
@media (max-width: 768px) {
  section.top-picks .explore-a {
    width: 100%;
    border-radius: 10px;
  }
}
section.top-picks .explore-a img {
  width: 20px;
  height: 20px;
}
section.top-picks .card {
  background-color: transparent;
}
section.top-picks .card img {
  max-width: 100%;
}
section.top-picks .card .top-pick-btn {
  padding: 5px 50px;
  font-family: Quicksand;
  text-decoration: none;
  color: white;
  background-color: #121926;
  border-radius: 32px;
  margin: 0 auto;
  max-width: 195px;
  text-align: center;
}/*# sourceMappingURL=style2.css.map */