.main-color {
  color: #d0a500;
}

@font-face {
  font-family: fredoka;
  src: url(../../Fonts/Fredoka/FredokaOne-Regular.ttf);
}
@font-face {
  font-family: poppins;
  src: url(../../Fonts/poppins/Poppins-Regular.ttf);
}
body {
  font-family: poppins !important;
  font-size: 14px;
  color: #ffffff;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

ul {
  padding: 0;
  list-style: none;
}
ul li {
  list-style: none !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: poppins !important;
}

.main-header {
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-weight: 600;
  display: inline-flex;
  position: relative;
  color: #fff;
}
.main-header::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 30%;
  width: 40%;
  height: 3px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .main-header {
    font-size: 1.5rem;
  }
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

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

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

.index-hero {
  background-image: url("../../imgs/hero/Espinas-Street-Food-Glasgow-specialtotry.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}

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

header {
  padding: 5px 0 0 0;
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  background-color: #000;
}
@media (max-width: 991px) {
  header {
    padding: 5px;
  }
}
@media (max-width: 480px) {
  header {
    margin: 0;
  }
}
header .navbar-brand {
  font-size: 1.5rem !important;
  color: #d0a500 !important;
  font-weight: bolder;
  align-items: center;
}
header .shop-name img {
  max-width: 110px;
  border-radius: 5px;
}
@media (max-width: 991px) {
  header .shop-name img {
    max-width: 170px;
  }
}
@media (max-width: 480px) {
  header .shop-name img {
    max-width: 110px;
  }
}
@media (min-width: 991px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section .navbar-expand-lg .navbar-nav {
  align-items: center;
}
@media (min-width: 768px) {
  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: #d0a500;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav .nav-item {
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  header section.menu-section nav .nav-item {
    color: #fff !important;
    font-size: 16px;
  }
}
header section.menu-section nav .nav-item a.nav-link {
  color: #fff !important;
}
header section.menu-section nav .nav-item a.nav-link svg {
  fill: #d0a500;
}
header section.menu-section nav .nav-item a.nav-link:hover {
  color: #d0a500 !important;
}
@media (max-width: 991px) {
  header section.menu-section nav .nav-item a.nav-link {
    color: #fff !important;
  }
}
header section.menu-section nav .nav-item .dropdown-menu {
  background-color: rgb(0, 0, 0);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
header section.menu-section nav .nav-item .dropdown-menu .dropdown-item {
  color: #9d9d9d;
  z-index: 999;
}
header section.menu-section nav .nav-item .dropdown-menu .dropdown-item:focus,
header section.menu-section nav .nav-item .dropdown-menu .dropdown-item:hover {
  color: #d0a500;
  text-decoration: none;
  background-color: #000000;
}
header section.menu-section nav .nav-item .nav-item:last-of-type {
  margin-left: 20px;
}
header section.menu-section nav .nav-item a.login-btn {
  background-color: #d0a500;
  border-radius: 20px;
  padding: 15px 35px;
  color: #fff !important;
}
@media (min-width: 768px) {
  header section.menu-section nav .nav-item:not(:last-child) {
    margin-right: 15px;
  }
}
header section.menu-section nav .header-links {
  justify-content: flex-end;
}
header section.menu-section nav .nav-item.active .nav-link {
  color: #d0a500 !important;
  border-bottom: 3px solid #d0a500;
  font-weight: bolder;
}

/* section hero */
section.hero-section {
  padding-top: 150px;
  padding-bottom: 80px;
}
@media (max-width: 480px) {
  section.hero-section {
    padding: 20px 0;
  }
}
section.hero-section div.inner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}
section.hero-section div.inner-content h1 {
  background-color: #fff;
  padding: 25px;
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: bolder;
  transform: rotate(-3deg);
  width: 90%;
  box-shadow: 7px 7px #d0a500;
  border-radius: 10px;
  color: #000;
}
@media (max-width: 1300px) {
  section.hero-section div.inner-content h1 {
    font-size: 40px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  section.hero-section div.inner-content h1 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  section.hero-section div.inner-content h1 {
    padding: 10px;
  }
}
section.hero-section div.inner-content h2 {
  text-transform: capitalize;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
  color: #000;
  background-color: #d0a500;
  font-size: 50px;
  font-weight: bolder;
  line-height: 2.6rem;
  transform: rotate(3deg);
  width: 75%;
  box-shadow: 7px 7px #fff;
}
@media (max-width: 1300px) {
  section.hero-section div.inner-content h2 {
    font-size: 40px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  section.hero-section div.inner-content h2 {
    font-size: 30px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  section.hero-section div.inner-content h2 {
    font-size: 23px;
    padding: 10px;
    width: 100%;
  }
}
section.hero-section div.inner-content h3 {
  font-size: 40px;
}
@media (max-width: 991px) {
  section.hero-section div.inner-content h3 {
    font-size: 30px;
  }
}
section.hero-section div.inner-content a.btn {
  padding: 25px 60px;
  background-color: #fff;
  color: #000;
  margin: auto;
  font-size: 18px;
  font-weight: bold;
  transform: rotate(1deg);
}
section.hero-section div.inner-content a.btn:hover {
  color: #fff;
  background-color: #000;
}

/* special to try */
section.special {
  color: #fff;
  display: flex;
  background-color: #000;
}
@media (max-width: 991px) {
  section.special {
    flex-direction: column;
  }
}
section.special .special-content {
  align-self: center;
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 100px;
  text-align: left;
}
@media (max-width: 1200px) {
  section.special .special-content {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  section.special .special-content {
    width: 100%;
    padding: 60px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  section.special .special-content {
    padding: 60px 20px;
  }
}
section.special .special-content h2 {
  font-size: 40px;
  color: #d0a500;
  font-weight: bolder;
}
@media (max-width: 991px) {
  section.special .special-content h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  section.special .special-content h2 {
    font-size: 25px;
  }
}
section.special .special-content h4 {
  margin-bottom: 20px;
}
section.special .special-content p {
  font-size: 17px;
}
section.special .special-img {
  width: 50%;
}
@media (max-width: 991px) {
  section.special .special-img {
    width: 100%;
  }
}
section.special .special-img img {
  width: 100%;
}
@media (max-width: 991px) {
  section.special .special-img img {
    justify-content: center;
    display: flex;
    padding: 20px 0 0 0;
    margin: auto;
  }
}
section.special .alternate-text {
  display: none;
}
@media (max-width: 991px) {
  section.special .alternate-text {
    display: flex;
  }
}
@media (max-width: 768px) {
  section.special .alternate-text .inner-content {
    padding-top: 0;
  }
}
section.special .my-text {
  display: flex;
  padding-top: 0;
}
@media (max-width: 991px) {
  section.special .my-text {
    display: block;
  }
}
section.special a {
  background-color: #d0a500;
  padding: 12px 25px;
  color: #000;
  margin: 20px 8px 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  border-radius: 3px;
  border: 2px solid #d0a500;
}
@media (max-width: 991px) {
  section.special a {
    margin: 30px auto 0 auto;
  }
}
section.special a:hover {
  background-color: #fff;
  color: #d0a500;
}

.specialOffer {
  background-image: url(../../imgs/specialOffer/Espinas-Street-Food-Glasgow-pepperoni-pizza.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 500px;
}
@media (max-width: 991px) {
  .specialOffer {
    background-position: 20% 50%;
  }
}

.specialOfferr {
  background-image: url(../../imgs/specialOffer/Espinas-Street-Food-Glasgow-pasta-and-burgers.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 500px;
  padding: 150px 0;
}
@media (max-width: 991px) {
  .specialOfferr {
    background-position: 20% 50%;
  }
}
@media (max-width: 768px) {
  .specialOfferr {
    background-attachment: unset;
  }
}
.specialOfferr .dl-app-link {
  max-width: 250px;
}

section.about-us {
  padding: 100px 0;
  background-color: #d0a500;
}
@media (max-width: 991px) {
  section.about-us {
    padding: 70px 0;
  }
}
section.about-us h3 {
  color: #000;
  font-size: 40px;
  transform: rotate(-1deg);
  text-transform: capitalize;
  letter-spacing: -0.2rem;
  text-align: center;
}
@media (max-width: 1200px) {
  section.about-us h3 {
    font-size: 30px;
    letter-spacing: normal;
  }
}
@media (max-width: 991px) {
  section.about-us h3 {
    font-size: 20px;
    letter-spacing: normal;
  }
}
section.about-us a.btn {
  padding: 25px 60px;
  background-color: #000;
  color: #d0a500;
  margin: auto;
  font-size: 18px;
  font-weight: bold;
  transform: rotate(1deg);
}
section.about-us a.btn:hover {
  color: #fff;
  background-color: #000;
}

section.Reviews {
  color: #fff;
  display: flex;
  background-color: #000;
}
@media (max-width: 1200px) {
  section.Reviews {
    flex-direction: column;
  }
}
section.Reviews .Reviews-content {
  align-self: center;
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 80px;
  text-align: left;
}
@media (max-width: 1500px) {
  section.Reviews .Reviews-content {
    padding: 20px;
  }
}
@media (max-width: 1200px) {
  section.Reviews .Reviews-content {
    width: 100%;
    padding: 100px;
  }
}
@media (max-width: 576px) {
  section.Reviews .Reviews-content {
    padding: 50px 10px;
  }
}
section.Reviews .Reviews-content ul {
  padding: 0;
}
section.Reviews .Reviews-content ul li {
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  section.Reviews .Reviews-content ul li {
    text-align: center;
  }
}
section.Reviews .Reviews-content ul li p {
  font-size: 18px;
}
section.Reviews .Reviews-content ul li p .highlighted {
  color: #d0a500;
}
section.Reviews .Reviews-img {
  width: 50%;
}
@media (max-width: 1200px) {
  section.Reviews .Reviews-img {
    width: 100%;
  }
}
section.Reviews .Reviews-img img {
  width: 100%;
}
@media (max-width: 1200px) {
  section.Reviews .Reviews-img img {
    justify-content: center;
    display: flex;
    margin: auto;
  }
}
section.Reviews a {
  background-color: #d0a500;
  padding: 12px 25px;
  color: #000;
  margin: 20px 8px 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  border-radius: 3px;
  border: 2px solid #d0a500;
}
@media (max-width: 991px) {
  section.Reviews a {
    margin: 30px auto 0 auto;
  }
}
section.Reviews a:hover {
  background-color: #fff;
  color: #d0a500;
}

section.reviews .container {
  background-color: #d0a500;
  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;
  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: #d0a500;
  margin-bottom: 9px;
  color: #fff;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}

/* footer */
footer {
  color: #fff;
  display: flex;
  background-color: #000;
}
@media (max-width: 991px) {
  footer {
    flex-direction: column;
  }
}
footer .footer-content {
  align-self: center;
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 50px;
  text-align: left;
}
@media (max-width: 1200px) {
  footer .footer-content {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  footer .footer-content {
    width: 70%;
    margin: auto;
    padding: 50px 20px;
  }
}
@media (max-width: 480px) {
  footer .footer-content {
    width: 100%;
  }
}
footer .footer-content ul {
  padding: 0;
  display: flex;
  flex-direction: column;
}
footer .footer-content ul li {
  margin-bottom: 20px;
}
footer .footer-content ul li p {
  font-size: 18px;
}
@media (max-width: 991px) {
  footer .footer-content ul li p {
    text-align: center;
  }
}
footer .footer-content ul li p .highlighted {
  color: #d0a500;
}
footer .footer-map {
  width: 50%;
}
footer .footer-map iframe {
  width: 100%;
  min-height: 100%;
}
@media (max-width: 991px) {
  footer .footer-map {
    height: 300px;
    width: 100%;
  }
}
footer .footer-map img {
  width: 100%;
}
@media (max-width: 991px) {
  footer .footer-map img {
    width: 40%;
    justify-content: center;
    display: flex;
    padding: 20px 0 0 0;
    margin: auto;
  }
}
@media (max-width: 576px) {
  footer .footer-map img {
    width: 70%;
  }
}
footer a.btn {
  background-color: #d0a500;
  padding: 17px 25px;
  color: #000;
  margin: 20px 8px 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  border-radius: 3px;
  border: 2px solid #d0a500;
}
@media (max-width: 991px) {
  footer a.btn {
    margin: 20px auto 0 auto;
  }
}
footer a.btn:hover {
  background-color: #fff;
  color: #d0a500;
}

.foods-link {
  margin: 30px 0;
}
.foods-link ul {
  padding: 10px;
  margin: 0;
}
.foods-link ul li {
  list-style: none;
  display: inline-block;
  border-radius: 18px;
  padding: 5px 15px;
  margin: 5px;
  border: 2px solid #d0a500;
  background-color: #d0a500;
}
.foods-link ul li a {
  color: #000;
}
.foods-link ul li a:hover {
  text-decoration: none;
}
.foods-link ul li:hover {
  background-color: transparent;
}
.foods-link ul li:hover a {
  color: #d0a500;
}

.foods-tags {
  margin-top: 30px;
}
.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: 1px solid #cdcdcd;
  text-transform: capitalize;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  background-color: #000;
}
.foods-tags ul li a,
.foods-tags ul li span {
  color: #fff !important;
  margin-bottom: 0;
  font-size: 13px;
}
.foods-tags ul li a:hover,
.foods-tags ul li span:hover {
  text-decoration: none;
}
.foods-tags ul li:hover {
  border: 1px solid #d0a500;
}

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

#sidebar {
  position: fixed;
  bottom: 59px;
  right: 25px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #d0a500;
  color: #000;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 12px;
}
#sidebar:hover {
  color: #d0a500;
  border: 1px dashed #d0a500;
  background-color: white;
  box-shadow: #d0a500 0px 7px 29px 0px;
}

.staticSidebar {
  position: fixed;
  border-left: 2px solid #d0a500;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9998;
  width: 500px;
  max-width: 80%;
  transition: all 700ms ease;
  transform: translateX(100%);
  padding: 20px 10px;
}

.staticSidebar.active {
  transition: all 700ms ease;
  transform: translateX(0%);
}

.closesidebar {
  background-color: #d0a500;
  color: white;
  padding: 0 5px;
  border-radius: 3px;
}

#sidebarWrapper h4 {
  color: #0E2D49;
  font-weight: bolder;
}
#sidebarWrapper a {
  color: #fff;
}
#sidebarWrapper a:hover {
  text-decoration: none;
}
#sidebarWrapper a .card {
  background-color: #d0a500;
  border: 1px solid #d0a500;
  border-top: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 0 20px 20px 0;
}
#sidebarWrapper a .card img {
  max-width: 145px;
  max-height: 145px;
}
@media (max-width: 768px) {
  #sidebarWrapper a .card img {
    max-width: 120px;
    max-height: 120px;
  }
}
@media (max-width: 576px) {
  #sidebarWrapper a .card img {
    max-width: 100px;
    max-height: 100px;
  }
}
@media (max-width: 480px) {
  #sidebarWrapper a .card img {
    display: none;
  }
}
#sidebarWrapper a .card .deal-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#sidebarWrapper a .card .deal-content p {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #sidebarWrapper a .card .deal-content p {
    margin-bottom: 3px;
    font-size: 13px;
  }
}

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

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

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

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

section.copyright {
  background-color: #d0a500;
  padding: 15px 0;
}
section.copyright p {
  line-height: 40px;
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
}
@media (max-width: 480px) {
  section.copyright p {
    font-size: 11px;
    line-height: 20px;
    padding: 5px;
  }
}
section.copyright a.mealzo-link {
  color: #000 !important;
}
section.copyright a i {
  color: #000;
}/*# sourceMappingURL=style2.css.map */