.main-color {
  color: #e85d04;
}

@font-face {
  font-family: "montserrat";
  src: url(../../Fonts/montserrat/Montserrat-Regular.ttf);
}
@font-face {
  font-family: Comic;
  src: url(../../Fonts/Comic/comic.ttf);
}
html {
  scroll-behavior: smooth;
}

a:hover {
  text-decoration: none;
}

body {
  background-color: #000;
  color: #FFF;
  font-family: "montserrat" !important;
  overflow-x: hidden;
}

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

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

.snowflake:nth-child(even) {
  position: absolute;
  width: 27px;
  height: 27px;
  background: transparent;
  z-index: 999;
  background-image: url(../../imgs/blue-snow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}
.reveal.active .fade-left {
  animation: fade-left 0.7s 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 0.7s 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 0.7s ease-in-out;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.top {
  animation: top 0.5s ease-in;
}

@keyframes top {
  0% {
    transform: translateY(-150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* header */
.openmenuu {
  width: 100% !important;
}

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

.section-header {
  font-size: 50px;
  margin-bottom: 30px;
  font-weight: bolder;
  color: #e85d04;
}
@media (max-width: 768px) {
  .section-header {
    font-size: 35px;
  }
}
@media (max-width: 380px) {
  .section-header {
    font-size: 25px;
  }
}

header {
  padding: 0;
}
@media (max-width: 768px) {
  header {
    padding: 0;
  }
}
header .navbar-brand {
  font-size: 1rem !important;
  padding: 0;
  margin: 0;
}
header .shop-logo {
  max-width: 180px;
  padding: 0;
  border-radius: 0 0 50% 50%;
}
@media (max-width: 991px) {
  header .shop-logo {
    max-width: 120px;
  }
}
@media (min-width: 991px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section .navbar-expand-lg {
  background-color: #000;
  border-radius: 40px;
  margin: 0px 20px;
  padding: 10px;
  margin-bottom: 40px;
}
header section.menu-section .navbar-expand-lg .navbar-nav {
  align-items: center;
}
header section.menu-section nav {
  padding: 0;
}
@media (min-width: 992px) {
  header section.menu-section nav {
    display: flex;
    align-items: center;
  }
}
header section.menu-section nav li {
  margin-left: 15px;
}
header section.menu-section nav li a.nav-link {
  color: #FFF !important;
  font-weight: 900;
}
@media (max-width: 1200px) {
  header section.menu-section nav li a.nav-link {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  header section.menu-section nav li a.nav-link {
    font-size: 15px;
  }
}
header section.menu-section nav li a.nav-link:hover {
  color: #e85d04 !important;
}
header section.menu-section nav .nav-item.active .nav-link {
  border-bottom: 2px solid #000;
  color: #FFF !important;
}
header section.menu-section nav .dropdown-toggle::after {
  display: none;
}
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: 1.5;
}
header section.menu-section nav a.btn {
  background-color: #e85d04;
  color: #fff;
}
header section.menu-section nav .header-links {
  justify-content: flex-end;
}
header section.menu-section .login-btn {
  background-color: #e85d04;
  border-radius: 35px !important;
  padding: 10px 24px !important;
}
header section.menu-section .login-btn a {
  color: #FFF;
}
@media (max-width: 999px) {
  header section.menu-section .login-btn {
    padding: 15px 20px !important;
  }
}
@media (min-width: 768px) {
  header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.index-hero {
  background-image: url("../../imgs/hero/rosyth-hero-section.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  padding: 20px 0;
}

section.hero-section-1 .hero-content {
  margin: 80px;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 30px;
}
@media (min-width: 1200px) {
  section.hero-section-1 .hero-content {
    padding: 50px 20px;
  }
}
section.hero-section-1 .hero-content h1 {
  font-weight: bolder;
}
section.hero-section-1 .hero-content .order-btn {
  border-radius: 30px;
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 20px auto;
  padding: 15px 55px;
  font-size: 20px;
  font-weight: bolder;
  border: 1px solid #e85d04;
  background-color: #e85d04;
  color: #FFF;
}
section.hero-section-1 .hero-content .order-btn:hover {
  background-color: #fff;
  text-decoration: none;
  color: #e85d04;
}

section.hero-section-2 {
  min-height: 600px;
  padding: 50px;
  position: relative;
  color: #FFF;
  background-color: #000;
}
section.hero-section-2::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  background-color: #e85d04;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  section.hero-section-2::before {
    width: 100%;
  }
}
@media (max-width: 991px) {
  section.hero-section-2 {
    height: auto;
    padding: 80px 0 40px 0;
  }
}
section.hero-section-2 .hero-content h6 {
  color: #FFF;
}
section.hero-section-2 .hero-content h1 {
  font-size: 45px;
  color: #FFF;
  font-weight: bolder;
  text-shadow: 1px 5px rgba(0, 0, 0, 0.175);
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  section.hero-section-2 .hero-content h1 {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  section.hero-section-2 .hero-content h1 {
    font-size: 45px;
    margin-top: 30px;
  }
}
@media (max-width: 380px) {
  section.hero-section-2 .hero-content h1 {
    font-size: 38px;
    margin-top: 30px;
  }
}
section.hero-section-2 .hero-content p {
  margin-bottom: 50px;
  color: #FFF;
}
section.hero-section-2 .hero-content .order-btn {
  border-radius: 30px;
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 20px auto;
  padding: 15px 55px;
  font-size: 20px;
  font-weight: bolder;
  border: 1px solid #FFF;
  background-color: #e85d04;
  color: #FFF;
}
@media (max-width: 999px) {
  section.hero-section-2 .hero-content .order-btn {
    background-color: #FFF;
    color: #e85d04;
  }
}
section.hero-section-2 .hero-content .order-btn:hover {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  color: #e85d04;
}
section.hero-section-2 img {
  max-width: 90%;
  margin: 0 auto;
  border-radius: 5px;
}
section.hero-section-2 .mySwiper {
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.hero-section-2 .mySwiper h3 {
  font-size: 50px;
  color: #FFF;
  font-family: serif;
}
section.hero-section-2 .mySwiper a {
  display: flex;
  flex-direction: column;
}
section.hero-section-2 .mySwiper a button {
  margin: 0 auto;
  width: 90%;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 15px 20px;
  font-weight: bolder;
  color: #FFF;
  font-size: 25px;
}
@media (max-width: 1200px) {
  section.hero-section-2 .mySwiper a button {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  section.hero-section-2 .mySwiper a button {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  section.hero-section-2 .mySwiper a button {
    max-width: 300px;
  }
}
section.hero-section-2 .mySwiper img {
  border-radius: 50%;
}
@media (max-width: 991px) {
  section.hero-section-2 .mySwiper img {
    max-width: 400px;
  }
}
@media (max-width: 576px) {
  section.hero-section-2 .mySwiper img {
    max-width: 300px;
  }
}
@media (max-width: 480px) {
  section.hero-section-2 .mySwiper img {
    max-width: 250px;
  }
}
@media (max-width: 380px) {
  section.hero-section-2 .mySwiper img {
    max-width: 200px;
  }
}
section.hero-section-2 .mySwiper .swiper-pagination-bullet {
  background-color: antiquewhite;
}
section.hero-section-2 .swiper-3d .swiper-slide-shadow-left {
  background-image: none !important;
}
section.hero-section-2 .swiper-3d .swiper-slide-shadow-right {
  background-image: none !important;
}

section.more-about-us-section {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), url("../../imgs/about/rosyth-about.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  min-height: 600px;
  background-attachment: fixed;
  color: #fff;
  position: relative;
}
section.more-about-us-section .main-header {
  margin-bottom: 30px;
}
section.more-about-us-section h3 {
  color: #fff;
}
@media (max-width: 991px) {
  section.more-about-us-section h3 {
    font-size: 32px;
  }
}
section.more-about-us-section .about-text {
  margin-bottom: 40px;
  max-width: 550px;
}
section.more-about-us-section .more-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 30px 10px;
  border-radius: 0;
}
@media (max-width: 1200px) {
  section.more-about-us-section .more-content {
    padding: 20px 10px;
  }
}
@media (max-width: 768px) {
  section.more-about-us-section .more-content {
    min-height: unset;
    padding: 0;
  }
}
section.more-about-us-section .more-content .circle-img {
  margin-bottom: 15px;
  margin-right: 15px;
  border-radius: 50%;
  transition: all 0.5s;
}
section.more-about-us-section .more-content .circle-img img {
  max-width: 100px;
  background-color: #fff;
  border-radius: 50%;
  transition: ease-in-out 0.7s;
}
section.more-about-us-section .more-content .circle-img img:hover {
  transform: scale(1.1);
}
@media (max-width: 576px) {
  section.more-about-us-section .more-content .circle-img {
    margin-bottom: 20px;
  }
}
section.more-about-us-section .more-content .about-details {
  padding: 0 10px;
}
section.more-about-us-section .more-content .about-details h4 {
  margin-bottom: 7px;
  font-size: 1.2rem;
  font-weight: 700;
}
section.more-about-us-section .more-content .about-details p {
  margin: 0;
  max-width: 400px;
  font-size: 13px;
  font-weight: 800;
}
section.more-about-us-section .more-content a.btn {
  margin-top: 20px;
  background-color: #e85d04;
  padding: 15px 40px;
  border-radius: 15px;
  color: #fff;
}

.banners {
  padding: 40px 0 0 0;
  background-color: #e85d04;
  position: relative;
}
@media (max-width: 991px) {
  .banners {
    padding: 50px 0;
  }
}
.banners h3 {
  text-shadow: 1px 1px #a7a7a7;
}
.banners img {
  max-width: 100%;
  margin: 20px auto;
  margin-bottom: 20px;
  border-radius: 20px;
  display: flex;
  position: relative;
  height: auto;
}
@media (min-width: 1200px) {
  .banners img {
    height: 700px;
  }
}
.banners .img-wrapper {
  margin: 15px;
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.banners .img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}
.banners .img-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  opacity: 0;
  z-index: 2;
}
.banners .img-wrapper:hover::after {
  opacity: 1;
}
.banners .banner-text {
  position: absolute;
  content: "";
  left: 1%;
  right: 1%;
  bottom: 1%;
  top: 1%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  background: transparent;
  transition: ease-in-out 0.7s;
  padding: 10px;
  opacity: 0;
}
.banners .banner-text h5, .banners .banner-text p {
  color: #FFF !important;
}
.banners .banner-text a {
  color: #000 !important;
}
.banners .banner-text a:hover {
  text-decoration: none;
}
.banners .banner-text h5 {
  font-weight: bolder;
}
.banners .banner-text .btn {
  max-width: -moz-max-content;
  max-width: max-content;
  background-color: #e85d04;
  padding: 7px 15px;
  border-radius: 29px;
  color: #fff !important;
}
.banners .banner-card {
  transition: ease-in-out 0.7s;
}
.banners .banner-card:hover .banner-text {
  opacity: 1;
  z-index: 3;
}
.banners ul {
  padding: 0;
  list-style: none;
}
.banners .card {
  background-color: #e85d04;
  border: 1px solid #fff;
  transition: 0.7s ease-in-out;
}
.banners .card:hover {
  text-decoration: none;
  transform: scale(1.07);
  transition: 0.7s ease-in-out;
}
@media (max-width: 480px) {
  .banners .card {
    background-color: transparent;
  }
}
.banners .card a:hover {
  text-decoration: none;
}
.banners .card img {
  width: 100%;
  position: relative;
  display: flex;
  margin: auto;
}
.banners .card .card-title {
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  padding: 15px 0;
  background-color: #e85d04;
  text-align: center;
  display: flex;
  justify-content: center;
  z-index: 555;
}
.banners .card .card-title h4 {
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .banners .card .card-title h4 {
    font-size: 1rem;
  }
}
.banners .card p {
  margin-top: -20px;
  width: 100%;
  background-color: #e85d04;
  padding: 15px 0;
  color: #fff;
  position: relative;
  z-index: 3;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

section.gallery {
  padding: 100px 0;
  position: relative;
  /* Main CSS */
}
@media (max-width: 992px) {
  section.gallery {
    padding: 80px 0;
  }
}
section.gallery::before {
  position: absolute;
  content: "";
  top: 0%;
  left: 20px;
  background-image: url(../../imgs/icons/burger-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 200px;
  height: 200px;
}
@media (max-width: 991px) {
  section.gallery::before {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 768px) {
  section.gallery::before {
    width: 100px;
    height: 100px;
  }
}
section.gallery h3 {
  color: #fdfdfd;
  font-size: 50px;
  line-height: 50px;
  margin: 10px 0 50px 0;
  text-align: center;
}
@media (max-width: 768px) {
  section.gallery h3 {
    font-size: 48px;
  }
}
section.gallery .gallery-img-start {
  width: 150px;
  position: absolute;
  top: 100px;
  left: 40px;
}
@media (max-width: 992px) {
  section.gallery .gallery-img-start {
    display: none;
  }
}
section.gallery .gallery-img-end {
  width: 150px;
  position: absolute;
  bottom: 100px;
  right: 40px;
}
@media (max-width: 992px) {
  section.gallery .gallery-img-end {
    display: none;
  }
}
section.gallery .container .row .col-12 .gallery-card {
  margin-bottom: 20px;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: cover;
}
section.gallery .container .row .col-12 .gallery-card #trapezoid {
  border-bottom: 100px solid #e85d04;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  height: 0;
  width: 100px;
  background-color: rgba(7, 5, 64, 0.7411764706);
}
section.gallery .container .row .col-12 .gallery-card .gallery-card-content {
  background-color: rgba(7, 5, 64, 0.7411764706);
  height: 100%;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px 0 0 8px;
}
section.gallery .container .row .col-12 .gallery-card .gallery-card-content img {
  width: 200px;
}
section.gallery .container .row .col-12 .gallery-card .gallery-card-content p {
  color: #fdfdfd;
  font-size: 24px;
  line-height: 40px;
}
section.gallery .container .row .col-12 .gallery-card .gallery-card-content h4 {
  color: #fdfdfd;
  font-size: 32px;
}
section.gallery .container .row .col-12 .gallery-card .gallery-card-content .gallery-card-content-btn {
  background-color: #e85d04;
  padding: 10px 20px;
  margin-top: 50px;
  color: #fdfdfd;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}
section.gallery .container .row .col-12 .gallery-card .gallery-card-content .gallery-card-content-btn:hover {
  text-decoration: none;
}
section.gallery .container .row .col-12 .card1 {
  background-image: url(./../../imgs/gallery/gogoTakeaway-Pizza.png);
}
section.gallery .container .row .col-12 .card2 {
  background-image: url(./../../imgs/gallery/gogoTakeaway-Fish&Chips.png);
}
section.gallery .container .row .col-12 .card3 {
  background-image: url(./../../imgs/gallery/gogoTakeaway-Kebab.png);
}
section.gallery img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}
section.gallery .grid-wrapper > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.gallery .grid-wrapper > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  transition: ease-in-out 0.7s;
}
section.gallery .grid-wrapper > div > img:hover {
  transform: scale(1.08);
}
section.gallery .grid-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}
section.gallery .grid-wrapper .wide {
  grid-column: span 2;
}
section.gallery .grid-wrapper .tall {
  grid-row: span 2;
}
section.gallery .grid-wrapper .big {
  grid-column: span 1.5;
  grid-row: span 1.5;
}

section.about-us {
  margin: 0px;
  padding: 120px 0px;
  position: relative;
}
@media (max-width: 1200px) {
  section.about-us {
    padding: 50px 0;
  }
}
section.about-us::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  background-color: #e85d04;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  section.about-us::before {
    top: auto;
    bottom: 0;
    height: 53%;
  }
}
@media (max-width: 768px) {
  section.about-us::before {
    display: none;
  }
}
section.about-us h3 {
  font-size: 35px;
}
section.about-us p {
  margin-top: 20px;
  max-width: 90%;
  text-align: justify;
}
@media (max-width: 991px) {
  section.about-us p {
    margin: 5px auto 15px auto;
    max-width: 100%;
    display: flex;
    text-align: center;
  }
}
section.about-us img {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  border-radius: 20px;
}
@media (max-width: 991px) {
  section.about-us img {
    max-width: 100%;
    margin: 10px auto;
    display: flex;
  }
}
section.about-us a.btn {
  padding: 15px 35px;
  background-color: #e85d04;
  color: #fff;
  font-weight: bolder;
  border: 1px solid #e85d04;
  border-radius: 30px;
}
section.about-us a.btn:hover {
  background-color: transparent;
  color: #e85d04;
}

section.peyment-method {
  background-color: #000000;
}
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 {
  background: linear-gradient(rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 50%), url(../../imgs/dl_app/dl-app-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  position: relative;
}
@media (min-width: 1200px) {
  section.dl-app {
    padding: 80px 100px;
  }
}
@media (max-width: 768px) {
  section.dl-app {
    padding-top: 50px;
  }
}
section.dl-app img.app-mockup {
  margin: 0;
  width: 100%;
  border-radius: 10%;
}
@media (max-width: 576px) {
  section.dl-app img.app-mockup {
    padding: 40px 0;
  }
}
@keyframes app-animation {
  0% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(-7px);
  }
}
@media (max-width: 768px) {
  section.dl-app div.inner-content {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  section.dl-app div.inner-content {
    max-width: 100%;
  }
}
section.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
section.dl-app div.inner-content p {
  color: #FFF;
}
section.dl-app div.inner-content a.app-link-dl-container:hover img {
  transform: scale(1.2);
  transition: ease-in-out 0.3s;
}
section.dl-app div.inner-content img.dl-app-link {
  width: 180px;
  margin: 0 10px 0 0;
}
section.dl-app div.inner-content h3.dl-ur-app-heading {
  font-style: normal;
  font-weight: 1700;
  font-size: 34px;
  margin: 20px 0;
  color: #e85d04;
}
@media (max-width: 1200px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 25px;
  }
}
@media (max-width: 380px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    margin-bottom: 0;
  }
}
section.dl-app div.inner-content h5 {
  font-size: 1rem;
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
section.reviews {
  padding: 80px 0;
}
@media (max-width: 768px) {
  section.reviews {
    padding: 20px;
  }
}
section.reviews .container {
  background-color: #e85d04;
  border-radius: 34px;
}
section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 33px;
  line-height: 70px;
  color: #fff;
}
@media (max-width: 576px) {
  section.reviews h3 {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  section.reviews h3 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  section.reviews h3 {
    font-size: 13px;
  }
}
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: #e85d04;
  margin-bottom: 9px;
  color: #fff;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}

/* footer */
footer {
  background: linear-gradient(rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%), url("../../imgs/footer/footer-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #FFF;
  padding: 80px 0 0 0;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
}
footer .logo-container .footer-logo .shop-logo {
  width: 150px;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 18px;
}
footer .logo-container p {
  text-align: center;
  color: #e85d04;
  font-size: 16px;
}
footer .Opening li {
  justify-content: space-between;
  padding: 3px;
  list-style: none;
}
footer .Opening li a {
  color: #FFF;
  font-size: 18px;
}
footer .Opening li a:hover {
  color: #e85d04;
  text-decoration: none;
}
footer .Social-media {
  list-style: none;
  margin-top: 50px;
}
@media (max-width: 768px) {
  footer .Social-media {
    padding: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
}
footer .Social-media i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  color: #FFF;
  font-weight: bolder;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer ul {
  padding: 0;
}
footer .footer-header {
  line-height: 1.5em;
  font-size: 28px;
  text-transform: capitalize;
  font-weight: bolder;
  color: #e85d04;
}
@media (max-width: 1200px) {
  footer .footer-header {
    font-size: 21px;
  }
}
footer .fa {
  color: #FFF;
  font-size: 1.25rem;
}
footer svg {
  fill: #e85d04;
}
footer .footer-title {
  margin-bottom: 30px;
}
footer .footer-title span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #FFF;
}
footer a.app-link-dl-container:hover img {
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
footer img.dl-app-link {
  margin-bottom: 50px;
  width: 170px;
}
@media (min-width: 768px) {
  footer img.dl-app-link {
    margin-bottom: 0;
    width: 140px;
    margin-left: 20px;
  }
}
footer h3.dl-ur-app-heading {
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 15px;
  font-size: 1.8rem;
  color: #e85d04;
}
@media (min-width: 768px) {
  footer h3.dl-ur-app-heading {
    font-size: 1.9rem;
  }
}
@media (min-width: 992px) {
  footer h3.dl-ur-app-heading {
    font-size: 2rem;
  }
}
footer .co-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
}
@media (max-width: 768px) {
  footer .co-info {
    justify-content: center;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 768px) {
  footer .co-info li {
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
  }
}
footer a {
  color: #FFF;
}
footer a:hover {
  color: #e85d04;
}

.find-us {
  padding: 0;
}
.find-us iframe {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .find-us iframe {
    height: 500px;
  }
}
.find-us .Opening {
  list-style: none;
  max-width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.find-us .Opening li {
  justify-content: space-between;
  list-style: none;
}
.find-us .Opening li a {
  color: #e85d04;
  font-size: 18px;
}
.find-us .Opening li a:hover {
  color: #e85d04;
  text-decoration: none;
}

ul.foods-link {
  padding: 10px 0;
}
ul.foods-link li {
  list-style: none;
  display: inline-block;
  border: 2px solid #e85d04;
  border-radius: 18px;
  padding: 5px 10px;
  margin: 2px;
  background-color: transparent;
  font-weight: 600;
  color: #FFF;
  font-size: 12px;
}
@media (max-width: 768px) {
  ul.foods-link li {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
}
ul.foods-link li:hover {
  border: 2px solid #e85d04;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  color: #e85d04;
}
ul.foods-link li:hover a {
  color: #e85d04;
}

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

section.social-media {
  color: #fff;
  background-color: #000;
}
@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: #e85d04;
  color: white;
}
::selection {
  background-color: #e85d04;
  color: white;
}

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

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

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

section.copyright .container {
  padding: 20px 0;
  border-top: 1px solid #e85d04;
}
section.copyright a.mealzo-link {
  color: #000 !important;
}
section.copyright a.mealzo-link:hover {
  color: #d6d6d6 !important;
}/*# sourceMappingURL=style2.css.map */