.main-color {
  color: #F71D23;
}

@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
@font-face {
  font-family: Worksans;
  src: url(../../Fonts/Worksans/WorkSansRegular.ttf);
}
@font-face {
  font-family: Montserrat;
  src: url(../../Fonts/montserrat/Montserrat-Regular.ttf);
}
@font-face {
  font-family: Allura;
  src: url(../../Fonts/Allura/AlluraRegular.ttf);
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: Worksans !important;
  background-color: #fff;
  overflow-x: hidden !important;
}

.section-header {
  font-size: 45px;
  margin-bottom: 20px;
  color: #F71D23;
  text-align: center;
  font-weight: bolder;
  padding: 15px;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .section-header {
    font-size: 35px;
  }
}

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

.dlApp {
  margin: 0 auto;
}

a:hover {
  text-decoration: none !important;
}

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

.displayy {
  display: flex !important;
  justify-content: center;
}

header {
  background-color: #000;
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  padding: 10px 0;
}
@media (max-width: 999px) {
  header {
    padding: 10px;
  }
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .navbar-brand .shop-logo {
  display: block;
  max-width: 200px;
}
@media (max-width: 999px) {
  header .navbar-brand .shop-logo {
    max-width: 150px;
  }
}
header section.menu-section a.login-btn {
  background-color: #F71D23;
  border-radius: 1px;
  padding: 12px 20px;
  color: #fff !important;
}
header section.menu-section a.login-btn:hover {
  background-color: #000;
}
@media (max-width: 1200px) {
  header section.menu-section a.login-btn {
    font-size: 14px;
    padding: 15px;
  }
}
header section.menu-section .navbar-expand-lg .navbar-nav {
  align-items: center;
}
@media (min-width: 1200px) {
  header section.menu-section .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section .navbar-nav .nav-item.active .nav-link {
  color: #fff;
  border-bottom: 4px solid #fff !important;
  padding: 0 !important;
}
@media (max-width: 1200px) {
  header section.menu-section .navbar-nav .nav-item.active .nav-link {
    border: none !important;
  }
}
header section.menu-section nav {
  padding: 0;
}
@media (min-width: 1200px) {
  header section.menu-section nav {
    display: flex;
    align-items: center;
  }
}
header section.menu-section nav .navbar-toggler-icon {
  background-image: unset !important;
}
header section.menu-section nav .navbar-toggler {
  color: #fff;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav a.btn {
  background-color: #F71D23;
  color: black;
}
header section.menu-section nav .header-links {
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  header section.menu-section nav .header-links {
    background-color: transparent;
    padding: 20px;
    width: 100%;
  }
}
header section.menu-section nav .header-links .nav-item {
  color: #fff;
  font-family: Worksans;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  padding: 17px;
}
@media (max-width: 1200px) {
  header section.menu-section nav .header-links .nav-item {
    padding-bottom: 10px;
    width: 100%;
    justify-content: center;
    display: flex;
  }
}
header section.menu-section nav .header-links .nav-item a.nav-link {
  color: #fff;
  padding: 0;
  font-size: 17px;
}
header section.menu-section nav .header-links .nav-item a.nav-link:hover {
  color: #F71D23;
}
@media (max-width: 1200) {
  header section.menu-section nav .header-links .nav-item a.nav-link:hover {
    border: none;
  }
}
@media (max-width: 1170px) {
  header section.menu-section nav .header-links .nav-item {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  header section.menu-section nav .header-links .nav-item {
    font-size: 17px;
  }
}
header section.menu-section nav .header-links .nav-item .dropdown-menu {
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.25rem;
}
header section.menu-section nav .header-links .nav-item .dropdown-menu .dropdown-item {
  color: #F71D23;
  z-index: 999;
}
header section.menu-section nav .header-links .nav-item .dropdown-menu .dropdown-item:focus,
header section.menu-section nav .header-links .nav-item .dropdown-menu .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #F71D23;
}
header section.menu-section nav .right-part {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 1200px) {
  header section.menu-section nav .right-part {
    display: none;
  }
}
header section.menu-section nav .navbar-social a {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  margin: 0px 4px 0px 0px;
  font-size: 17px;
  border-radius: 50%;
  width: 39px;
  justify-content: center;
  text-align: center;
  display: flex;
  align-items: center;
}
header section.menu-section nav .navbar-social a:hover {
  background-color: #fff;
  border: 2px solid transparent;
}
@media (max-width: 1200px) {
  header section.menu-section nav .navbar-social a:hover {
    background-color: #000;
  }
}
header section.menu-section nav .navbar-social a:hover i {
  color: #000;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  header section.menu-section nav .navbar-social a:hover i {
    color: #fff;
  }
}
@media (max-width: 1200px) {
  header section.menu-section nav .navbar-social a {
    color: #000;
    border: 2px solid #000;
  }
}
header section.menu-section nav .navbar-social a i {
  color: #fff;
}
@media (max-width: 1200px) {
  header section.menu-section nav .navbar-social a i {
    color: #000;
  }
}
@media (min-width: 768px) {
  header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .second-header .menu-section .header-links {
    display: none !important;
  }
}
.second-header .menu-section .right-part {
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .second-header .menu-section .right-part {
    display: none;
  }
}

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

#slider {
  padding: 40px 0;
}
#slider img {
  min-height: 500px;
  border-radius: 50px;
  position: relative;
}
@media (max-width: 991px) {
  #slider img {
    min-height: unset;
    border-radius: 30px;
  }
}
#slider .slider-text {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  text-align: center;
}
#slider .slider-text h2 {
  color: #F71D23;
  font-size: 80px;
  text-transform: uppercase;
  font-weight: bolder;
  text-shadow: 1px 0 #e4e4e4;
}
@media (max-width: 768px) {
  #slider .slider-text h2 {
    font-size: 60px;
  }
}
@media (max-width: 576px) {
  #slider .slider-text h2 {
    font-size: 40px;
  }
}
#slider .slider-text button {
  border: none;
  outline: none;
  border-radius: 36px 36px 12px 12px;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 10px 40px;
  margin: 10px auto;
  background-color: #F71D23;
  color: #fff;
  border-color: #F71D23;
}
#slider .slider-text button:hover {
  background-color: #fff;
  color: #F71D23;
  border-color: #F71D23;
}

section.hero-section {
  color: #fff;
  padding: 110px 0;
}
@media (max-width: 768px) {
  section.hero-section {
    padding: 80px 0;
  }
}
section.hero-section .hero-content {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
}
section.hero-section .hero-content h1 {
  color: #ffffff;
  text-shadow: 1px 1px 1px #000;
  font-size: 70px;
  font-weight: bolder;
  background-color: #F71D23;
  padding: 10px 15px;
  text-transform: capitalize;
  border-radius: 0 30px 30px 30px;
}
@media (max-width: 1200px) {
  section.hero-section .hero-content h1 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  section.hero-section .hero-content h1 {
    font-size: 50px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  section.hero-section .hero-content h1 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  section.hero-section .hero-content h1 {
    text-align: center;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  section.hero-section .hero-content h1 {
    font-size: 35px;
  }
}
section.hero-section .hero-content h3 {
  color: #F71D23;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  section.hero-section .hero-content h3 {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  section.hero-section .hero-content h3 {
    text-align: center;
  }
}
section.hero-section .hero-content p {
  font-size: 17px;
  text-shadow: 1px 1px 1px #000;
}
@media (max-width: 576px) {
  section.hero-section .hero-content p {
    text-align: center;
  }
}
section.hero-section .hero-content p.text-white {
  font-size: 25px;
  font-weight: bolder;
}
section.hero-section .hero-content span {
  text-align: center;
  margin: auto;
  font-size: 18px;
  text-shadow: 1px 1px 1px #000;
  color: #fff;
  background-color: #F71D23;
  padding: 5px;
  border-radius: 3px;
}
section.hero-section .hero-content a:not(:last-child) {
  color: #ffffff;
  background-color: #F71D23;
}
section.hero-section .hero-content a {
  margin-right: 10px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 800;
  margin-top: 25px;
  padding: 12px 35px;
  border-radius: 15px;
  color: #F71D23;
  background-color: #fff;
}
@media (max-width: 767px) {
  section.hero-section .hero-content a {
    font-size: 15px;
    padding: 10px;
  }
}
section.hero-section .hero-content a:hover {
  color: #F71D23;
  background-color: rgba(255, 255, 255, 0.75);
}
section.hero-section img {
  width: 100%;
  box-shadow: 0px -1px 32px #f0f0f0;
  border-radius: 20px;
}

/* more about us section */
section.more-about-us-section {
  background-color: #fffdfc;
  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 {
  text-align: center;
  padding: 70px 0;
  background-color: #fff;
}
@media (max-width: 991px) {
  section.special {
    padding: 0 0 40px 0;
  }
}
section.special h3 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  section.special h3 {
    margin-bottom: 15px;
  }
}
section.special .nav-tabs {
  border: none;
  border-bottom: 2px solid #F71D23;
}
section.special .nav-tabs a.nav-link {
  color: #000;
  margin: 0;
  padding: 14px 35px;
  font-size: 17px;
  font-weight: bolder;
  text-transform: capitalize;
  border-radius: 5px 5px 0 0;
  margin-right: 5px;
  border: 2px solid transparent;
}
section.special .nav-tabs a.nav-link:hover {
  border-top: 2px solid #F71D23;
  border-left: 2px solid #F71D23;
  border-right: 2px solid #F71D23;
}
@media (max-width: 768px) {
  section.special .nav-tabs a.nav-link {
    padding: 14px 20px;
  }
}
section.special .nav-tabs a.nav-link.active {
  color: #fff;
  background-color: #F71D23;
  border-color: #F71D23 !important;
}
section.special .nav-tabs a.btn {
  background-color: #F71D23;
  color: #000;
  border-color: #F71D23;
  margin-top: 20px;
}
section.special .nav-tabs a.btn:hover {
  color: #fff;
  border-color: #F71D23 !important;
  background-color: #F71D23;
}
@media (min-width: 992px) {
  section.special .nav-tabs a.btn {
    margin-top: 62px;
  }
}
section.special .nav-tabs div.order-container .d-flex {
  justify-content: space-evenly;
}
section.special .swiper-special {
  padding: 20px;
}
section.special .card {
  transition: 0.6s ease all;
  margin: auto;
  padding: 20px 0 0 0;
  padding-bottom: 20px;
  border-radius: 20px;
  background-color: transparent;
  border: none;
  height: 440px;
  box-shadow: 5px 5px 10px #e9e9e9;
}
@media (max-width: 480px) {
  section.special .card {
    height: 490px;
  }
}
@media (max-width: 350px) {
  section.special .card {
    height: -moz-max-content;
    height: max-content;
  }
}
section.special .card:hover {
  transform: scale(1.04);
}
section.special .card:hover .img-holder::after {
  color: #F71D23;
  background-color: #fff;
  font-size: 25px;
}
section.special .card:hover a.btn {
  transition: 0.1s ease all;
  background-color: #F71D23;
  color: #000;
}
section.special .card a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
section.special .card .img-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
section.special .card .img-holder img {
  max-width: 80%;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.special .card .card-body {
  padding: 10px 6px;
}
section.special .card .card-body p {
  font-size: 13px;
  color: #000;
  margin-bottom: 0;
}
section.special .card div.card-footer {
  background-color: unset !important;
  border: none !important;
}
section.special .card div.card-footer .btn {
  background-color: #F71D23;
  color: #fff;
  border: 3px solid #F71D23;
  border-radius: 30px 30px 12px 12px;
  margin-top: 0;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: bolder;
  height: 45px;
  width: 190px;
  margin: auto;
  animation-duration: 1s;
  animation-iteration-count: 1;
}
section.special .card div.card-footer .btn:hover {
  color: #fff;
  background-color: #F71D23;
}

.SpecialOffer .container {
  background-image: url(../../imgs/hero/Umairs-Pizza-EastKilbride-special-mealdeals.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 0;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .SpecialOffer .container {
    padding: 70px 0;
  }
}
.SpecialOffer p {
  max-width: 900px;
  text-align: center;
  margin: auto;
  font-size: 25px;
}
.SpecialOffer a {
  margin-right: 10px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 800;
  margin-top: 25px;
  padding: 12px 35px;
  border-radius: 30px 30px 12px 12px;
  color: #F71D23;
  background-color: #fff;
}
@media (max-width: 767px) {
  .SpecialOffer a {
    font-size: 15px;
    padding: 10px;
    max-width: 200px;
    margin: 20px auto 5px auto;
  }
}
.SpecialOffer a:hover {
  color: #F71D23;
  background-color: rgba(255, 255, 255, 0.75);
}

.Gallery {
  background-color: #fff;
  padding: 80px 0;
}
.Gallery img {
  border-radius: 15px;
  transition: ease-in-out 0.7s;
}
.Gallery a:hover img {
  transform: scale(1.1);
}

section.about-us {
  background-color: #fff;
  padding: 50px 0;
}
section.about-us div.section-heading-div h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 70px;
  text-transform: capitalize;
  color: #F71D23;
}
section.about-us div.about-us-content .about-us-img {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
section.about-us div.about-us-content .about-us-img img {
  position: relative;
  max-width: 500px;
  margin: auto;
  border-radius: 15px;
}
@media (max-width: 768px) {
  section.about-us div.about-us-content .about-us-img img {
    max-width: 100%;
  }
}
section.about-us div.about-us-content .about-us-img h5 {
  font-size: 30px;
  position: absolute;
  content: "";
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #F71D23;
}
@media (max-width: 350px) {
  section.about-us div.about-us-content .about-us-img h5 {
    font-size: 11px;
  }
}
section.about-us div.about-us-content div.shop-name-secoundry h4 {
  font-family: Quicksand-bold;
  font-size: 24px;
  line-height: 36px;
  color: #F71D23;
  margin-bottom: 50px;
  font-weight: bolder;
}
section.about-us div.about-us-content div.shop-about-text h3 {
  margin-bottom: 20px;
  color: #F71D23;
  font-size: 40px;
  line-height: 33px;
  font-weight: bolder;
  font-family: Worksans;
}
@media (max-width: 1100px) {
  section.about-us div.about-us-content div.shop-about-text h3 {
    margin: 20px 0;
  }
}
@media (max-width: 480px) {
  section.about-us div.about-us-content div.shop-about-text h3 {
    font-size: 30px;
  }
}
section.about-us div.about-us-content div.shop-about-text p {
  color: #000;
  font-size: 15px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
}
section.about-us div.about-us-content div.shop-about-text a {
  margin-right: 10px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 800;
  margin-top: 25px;
  padding: 12px 35px;
  border-radius: 30px 30px 12px 12px;
  color: #fff;
  background-color: #F71D23;
  border: 2px solid #F71D23;
}
@media (max-width: 767px) {
  section.about-us div.about-us-content div.shop-about-text a {
    font-size: 15px;
  }
}
section.about-us div.about-us-content div.shop-about-text a:hover {
  color: #F71D23;
  background-color: rgba(255, 255, 255, 0.75);
}
section.about-us .branch-imgs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
section.about-us .branch-imgs li {
  padding: 10px;
  max-width: 45%;
  list-style: none;
}
section.about-us .branch-imgs li img {
  max-width: 100%;
  background-color: #F71D23;
  padding: 8px;
}
section.about-us .branch-imgs li:nth-child(1) img {
  border-radius: 5px 100px;
}
@media (max-width: 400px) {
  section.about-us .branch-imgs li:nth-child(1) img {
    border-radius: 5px 60px;
  }
}
section.about-us .branch-imgs li:nth-child(2) img {
  border-radius: 100px 5px;
}
@media (max-width: 400px) {
  section.about-us .branch-imgs li:nth-child(2) img {
    border-radius: 60px 5px;
  }
}
section.about-us .branch-imgs li:nth-child(3) img {
  border-radius: 100px 5px;
}
@media (max-width: 400px) {
  section.about-us .branch-imgs li:nth-child(3) img {
    border-radius: 60px 5px;
  }
}
section.about-us .branch-imgs li:nth-child(4) img {
  border-radius: 5px 100px;
}
@media (max-width: 400px) {
  section.about-us .branch-imgs li:nth-child(4) img {
    border-radius: 5px 60px;
  }
}

section.peyment-method {
  background-color: #fff;
}
section.peyment-method div.row {
  padding: 35px 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 */
.dl-app {
  color: #fff;
}
.dl-app .container {
  background-image: url(../../imgs/hero/Umairs-Pizza-EastKilbride-special-mealdeals.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 10px;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .dl-app .container {
    padding: 70px 20px;
  }
}
.dl-app img.dl-app-link {
  margin-bottom: 50px;
  width: 170px;
}
@media (min-width: 768px) {
  .dl-app img.dl-app-link {
    margin-bottom: 0;
    width: 200px;
  }
}
.dl-app img.app-mockup {
  max-width: 80%;
  padding: 10%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: auto;
}
.dl-app .dl-app-content p {
  max-width: 900px;
  text-align: center;
  margin: auto;
  font-size: 25px;
}
@media (max-width: 991px) {
  .dl-app .dl-app-content {
    text-align: center;
  }
}

section.reviews {
  padding: 80px 0;
}
section.reviews .container {
  background-color: #F71D23;
  border-radius: 34px;
}
section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 33px;
  line-height: 70px;
  color: #fff;
}
@media (min-width: 768px) {
  section.reviews h3 {
    font-size: 50px;
  }
}
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 {
  margin-top: 35px;
  color: #F71D23;
  margin-bottom: 9px;
  color: #fff;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}

footer {
  background-color: #fff;
  color: #000;
  padding: 60px 0 0 0;
}
footer details summary {
  line-height: 38px;
}
footer details a {
  color: #000;
  font-size: 14px;
}
footer details a:hover {
  color: #F71D23;
  text-decoration: none;
}
footer ul {
  list-style: none;
}
@media (max-width: 768px) {
  footer ul {
    padding: 0;
  }
}
footer ul li a {
  color: #000;
  font-size: 18px;
}
footer ul li a:hover {
  color: #F71D23;
  text-decoration: none;
}
footer h5 {
  font-weight: bolder;
  font-size: 1.5rem;
}

section.foods-tags {
  padding: 20px 0 0 0;
}
section.foods-tags ul {
  padding: 10px;
  margin-bottom: 0;
}
section.foods-tags ul li {
  list-style: none;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 5px;
  margin: 4px;
  background-color: #fff;
  color: #000;
  font-weight: 900;
  font-size: 12px;
  text-transform: capitalize;
}
section.foods-tags ul li a {
  color: #fff !important;
}
section.foods-tags ul li a:hover {
  text-decoration: none;
}

@media (max-width: 1200px) {
  section.find-us {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  section.find-us {
    padding: 50px 0 0 0;
  }
}
section.find-us .detail-wrapper {
  background-color: #F71D23;
  border-radius: 80px 15px;
  padding: 20px;
}
@media (max-width: 1200px) {
  section.find-us .detail-wrapper {
    padding: 50px 5px 30px;
  }
}
@media (max-width: 768px) {
  section.find-us .detail-wrapper {
    margin: auto;
  }
}
section.find-us .detail-wrapper h4 {
  color: #fff;
}
section.find-us .detail-wrapper h6 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 900;
}
section.find-us .detail-wrapper span {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
section.find-us .detail-wrapper a {
  color: #fff;
}
section.find-us .detail-wrapper a:hover {
  text-decoration-line: underline;
  color: #272042;
}
section.find-us .detail-wrapper .fa {
  color: #fff;
  font-size: 1rem;
}
section.find-us .detail-wrapper .fa-facebook-official,
section.find-us .detail-wrapper .fa-instagram {
  font-size: 1.5rem;
}
section.find-us .detail-wrapper iframe {
  border-radius: 70px 15px 70px 15px;
}
section.find-us #openinghour .d-flex,
section.find-us #openinghour-sweetenough .d-flex {
  padding: 4px 0;
}
section.find-us #openinghour p,
section.find-us #openinghour-sweetenough p {
  font-size: 14px;
  color: #fff;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 15px;
  z-index: 99;
  font-size: 18px;
  border: 1px solid #F71D23;
  outline: none;
  background-color: #ffffff;
  color: #F71D23;
  cursor: pointer;
  padding: 8px 15px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
}
#myBtn:hover {
  background-color: transparent;
}

section.social-media {
  background-color: #000;
}
section.social-media h5 {
  color: #F71D23;
}
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: #a8a8a8;
  color: #a8a8a8;
}
::selection {
  background-color: #a8a8a8;
  color: #a8a8a8;
}

::-moz-selection {
  background-color: #a8a8a8;
  color: #a8a8a8;
}

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

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

section.copyright {
  background-color: #F71D23;
  border-top: 1px solid #F71D23;
  color: #fff;
}
section.copyright a.mealzo-link {
  color: #fff !important;
}
section.copyright a.mealzo-link img {
  max-width: 150px;
}

.web-story .stories-container {
  display: flex;
  padding: 15px 36px 0;
  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;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: 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: #F71D23;
  text-align: center;
}
.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 {
  display: flex;
  align-items: center;
  position: relative;
}
.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 .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 .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);
}
.web-story .story-full .img-content {
  height: 80%;
  width: 400px;
  position: relative;
}
.web-story .story-full .img-content .img-story {
  height: 100%;
  width: 400px;
  border-radius: 10px;
  position: absolute;
  z-index: 100;
}
.web-story .story-full .img-content .profile {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 105;
  border-radius: 50%;
  margin: 15px 10px;
}
@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;
}/*# sourceMappingURL=style2.css.map */