.main-color {
  color: #f9be08;
}

@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;
  background-color: #fff;
  overflow-x: hidden;
}

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

html {
  scroll-behavior: smooth;
}

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

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

.main-header {
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 600;
  display: inline-flex;
  position: relative;
  color: #000;
}
@media (max-width: 768px) {
  .main-header {
    font-size: 27px;
  }
}
@media (max-width: 480px) {
  .main-header {
    font-size: 15px;
  }
}
.main-header span {
  color: #2470B2;
  padding-left: 10px;
}

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

p.top-header {
  width: 100%;
  background-color: #f9be08;
  margin: 0;
  padding: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  font-weight: bolder;
  font-size: 18px;
}

header {
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
@media (max-width: 991px) {
  header {
    padding: 5px;
  }
}
@media (max-width: 480px) {
  header {
    margin: 0;
  }
}
header .container {
  padding: 10px 0;
  border-radius: 60px;
}
header .navbar-brand {
  font-size: 1.5rem !important;
  color: #f9be08 !important;
  font-weight: bolder;
  align-items: center;
}
header .shop-name img {
  max-width: 90px;
  min-height: 40px;
}
@media (max-width: 350px) {
  header .shop-name img {
    max-width: 100px;
  }
}
@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: #f9be08;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav .nav-item {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  margin-right: 15px;
}
header section.menu-section nav .nav-item a.nav-link {
  color: #ffffff !important;
  font-weight: bolder;
}
header section.menu-section nav .nav-item a.nav-link svg {
  fill: #f9be08;
}
header section.menu-section nav .nav-item a.nav-link:hover {
  color: #f9be08 !important;
}
header section.menu-section nav .nav-item .dropdown-menu {
  background-color: rgb(0, 0, 0);
  background-clip: padding-box;
  border: 1px solid #f9be08;
  border-radius: 0.25rem;
}
header section.menu-section nav .nav-item .dropdown-menu .dropdown-item {
  color: #f9be08;
  z-index: 999;
}
header section.menu-section nav .nav-item .dropdown-menu .dropdown-item:hover {
  color: #000;
  background-color: #f9be08;
}
header section.menu-section nav .nav-item .nav-item {
  margin-right: 20px;
}
header section.menu-section nav .nav-item a.login-btn {
  background-color: #2470B2;
  border-radius: 20px;
  padding: 15px 35px;
  color: #fff !important;
}
header section.menu-section nav .nav-item.active .nav-link {
  border-bottom: 2px solid #f9be08;
}
header section.menu-section nav .header-links {
  justify-content: flex-end;
}

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

/* section hero */
.index-hero {
  background-image: url(../../imgs/About/waterfront-northshields-background.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  padding-top: 20px;
}
.index-hero section.hero-section {
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .index-hero section.hero-section .about-img {
    margin-bottom: 30px;
  }
}
.index-hero section.hero-section .about-img img.about-main-img {
  position: relative;
}
.index-hero section.hero-section .about-img img.about-img2 {
  position: absolute;
  content: "";
  top: -10px;
  left: 20px;
  z-index: 999;
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  transform: rotate(-60deg);
}
@media (max-width: 991px) {
  .index-hero section.hero-section .about-img img.about-img2 {
    left: 80px;
  }
}
@media (max-width: 768px) {
  .index-hero section.hero-section .about-img img.about-img2 {
    display: none;
  }
}
@media (max-width: 480px) {
  .index-hero section.hero-section .about-img img.about-img2 {
    display: none;
  }
}
.index-hero section.hero-section .inner-content {
  text-align: center;
  justify-content: center;
  padding: 50px;
}
@media (max-width: 991px) {
  .index-hero section.hero-section .inner-content {
    padding: 20px 0;
  }
}
.index-hero section.hero-section .inner-content h1 {
  color: #f8f7f7;
  padding-top: 10px;
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bolder;
}
@media (max-width: 1200px) {
  .index-hero section.hero-section .inner-content h1 {
    font-size: 30px;
  }
}
.index-hero section.hero-section .inner-content p {
  font-size: 16px;
  color: #fff;
}
.index-hero section.hero-section .inner-content a.btn {
  background-color: #f9be08;
  color: #000;
  padding: 12px 35px;
  border-radius: 25px;
}
.index-hero section.hero-section .inner-content a.btn:hover {
  background-color: #2470B2;
  transition: all 0.3s;
  color: #fff;
}

#slider .carousel-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 700px;
}
@media (max-width: 991px) {
  #slider .carousel-item {
    min-height: 500px;
  }
}
@media (max-width: 380px) {
  #slider .carousel-item {
    min-height: 400px;
  }
}
#slider .carousel-item .order-now {
  position: absolute;
  top: 20%;
  left: 10%;
  right: 10%;
  color: #fff;
  padding: 20px;
  flex-direction: column;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
}
@media (max-width: 767px) {
  #slider .carousel-item .order-now {
    top: 18%;
    padding: 10px;
  }
}
#slider .carousel-item .order-now h2 {
  font-size: 65px;
  font-weight: bolder;
}
@media (max-width: 767px) {
  #slider .carousel-item .order-now h2 {
    font-size: 40px;
  }
}
#slider .carousel-item .order-now h4 {
  max-width: 70%;
  margin: 10px auto;
}
#slider .carousel-item .order-now a {
  background-color: #f9be08;
  border-radius: 20px !important;
  width: 150px;
  color: rgb(255, 255, 255);
  padding: 5px;
  font-weight: 800;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  #slider .carousel-item .order-now a {
    font-size: 15px;
    padding: 10px;
    width: 150px;
  }
}
@media (max-width: 576px) {
  #slider .carousel-item .order-now a {
    width: 100px;
    font-size: 13px;
  }
}
#slider .carousel-item .order-now a:hover {
  color: #f9be08;
  border-color: #f9be08;
  background-color: #fff !important;
}
#slider .carousel-item.item-one {
  background-image: url(../../imgs/hero/Lamegos-wishaw-fastfood-takeaway1.jpg);
}
#slider .carousel-item.item-two {
  background-image: url(../../imgs/hero/lamegos-wishaw-food.jpg);
}
#slider .carousel-item.active {
  transition: transform 7s linear, opacity 5s;
  opacity: 1;
  transform: scale(1.1, 1.1);
}

section.more-about-us-section {
  color: #000;
  padding: 100px 0;
  position: relative;
}
@media (max-width: 768px) {
  section.more-about-us-section {
    padding: 120px 0;
    margin: 50px 0;
  }
}
section.more-about-us-section h3.main-section-heading {
  margin-bottom: 30px;
  text-transform: capitalize;
  font-weight: bolder;
  font-size: 38px;
  color: #f9be08;
}
section.more-about-us-section .more-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  padding: 20px;
  max-width: 45%;
  box-shadow: 2px 2px 10px rgba(196, 196, 196, 0.4509803922);
  margin-top: 20px;
  background-color: #f9be08;
  transition: ease-in-out 0.7s;
}
section.more-about-us-section .more-content img {
  border-radius: 50%;
}
section.more-about-us-section .more-content .more-header * {
  text-align: center;
}
section.more-about-us-section .more-content .more-header h4 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
section.more-about-us-section .more-content .more-header span {
  color: #fff;
  max-width: 270px;
  display: none;
}
@media (max-width: 576px) {
  section.more-about-us-section .more-content .more-header span {
    max-width: 400px;
  }
}
section.more-about-us-section a {
  border: 2px solid #f9be08;
  background-color: #f9be08;
  color: #f9be08;
  padding: 5px 15px;
  display: inline-flex;
  font-weight: 600;
  border-radius: 30px;
  color: #000;
  margin-top: 20px;
}
section.more-about-us-section p {
  font-weight: bolder;
  color: #6c757d;
  font-size: 16px;
}

/* special to try */
section.special {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.special h2 span {
  color: #2470B2;
  padding-left: 5px;
}
section.special .main-header {
  margin-bottom: 10px;
  color: #f9be08;
}
section.special .main-header::after {
  background-color: #f9be08;
}
@media (max-width: 768px) {
  section.special .main-header {
    font-size: 25px;
  }
}
@media (max-width: 490px) {
  section.special .main-header {
    font-size: 18px;
  }
}
section.special ul.nav-tabs {
  margin-bottom: 40px;
}
section.special ul.nav-tabs .cat-img {
  width: 40px;
}
section.special ul.nav-tabs a.nav-link {
  color: #f9be08;
  font-size: 12px;
  font-weight: 600;
  border: 2px solid #f9be08;
  border-radius: 0 !important;
  background-color: #fff;
  transition: ease-in-out 0.3s;
}
section.special ul.nav-tabs a.nav-link:hover {
  transform: scale(0.9);
}
section.special ul.nav-tabs a.nav-link.active {
  color: #fff;
  background-color: #f9be08;
}
@media (min-width: 768px) {
  section.special ul.nav-tabs a.nav-link {
    font-size: 1rem;
    margin-right: 5px;
  }
}
@media (max-width: 576px) {
  section.special ul.nav-tabs a.nav-link {
    padding: 0 10px;
  }
}
section.special .swiper {
  padding: 30px 0 0 0;
}
section.special .swiper .swiper-slide {
  padding: 20px 0 40px 0;
}
section.special .swiper .swiper-slide .card {
  transition: all 0.5ms ease;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  transition: ease-in-out 0.5s;
  color: #000;
  min-height: 450px;
  border: none;
  box-shadow: 1px 1px 5px rgba(112, 112, 112, 0.5294117647);
}
@media (max-width: 768px) {
  section.special .swiper .swiper-slide .card {
    min-height: 500px;
  }
}
@media (max-width: 768px) {
  section.special .swiper .swiper-slide .card {
    min-height: 450px;
  }
}
section.special .swiper .swiper-slide .card:hover {
  transform: scale(1.04);
}
section.special .swiper .swiper-slide .card img {
  border-radius: 25px 25px 0px 0px;
}
section.special .swiper .swiper-slide .card .card-body {
  text-align: center;
  padding: 10px 20px !important;
}
section.special .swiper .swiper-slide .card .card-body h4 {
  font-weight: lighter;
  color: #444444;
  font-size: 20px;
  text-align: center;
}
section.special .swiper .swiper-slide .card .card-title {
  color: #555555;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: bolder;
  padding-top: 10px;
}
@media (max-width: 1200px) {
  section.special .swiper .swiper-slide .card .card-title {
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  section.special .swiper .swiper-slide .card .card-title {
    font-size: 17px;
  }
}
section.special .swiper .swiper-slide .card a.btn {
  text-transform: capitalize;
  font-weight: bolder;
  color: #ffffff;
  background-color: #2470B2;
  border-radius: 35px !important;
  box-shadow: rgba(112, 112, 112, 0.4196078431) 5px 5px 10px;
  margin-bottom: -20px;
  padding: 10px;
  width: 50%;
}
section.special .swiper .swiper-slide .card a.btn:hover {
  background-color: #f9be08;
}
section.special .swiper-button-prev,
section.special .swiper-button-next {
  background-color: #f9be08;
  border-radius: 5px;
  padding: 25px;
  top: 50%;
  transition: ease-in-out 0.3s;
}
section.special .swiper-button-prev:hover,
section.special .swiper-button-next:hover {
  transform: scale(0.8);
}
@media (max-width: 767px) {
  section.special .swiper-button-prev,
  section.special .swiper-button-next {
    display: none;
  }
}
section.special .swiper-button-prev:after,
section.special .swiper-button-next:after {
  color: #000;
}
section.special .swiper-button-next {
  left: unset;
  right: 0;
}
section.special .swiper-button-prev {
  right: unset;
  left: 0;
}

.menu-banner .banner-content {
  background-image: url(../../imgs/hero/Lamegos-Wishaw-meal-deals.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 25px;
  margin: 0 auto;
  padding: 30px;
  min-height: 570px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4235294118);
}
@media (max-width: 576px) {
  .menu-banner .banner-content {
    padding: 10px;
  }
}
.menu-banner .banner-content h2 {
  color: #f9be08;
  font-weight: bolder;
  letter-spacing: -0.1rem;
  font-size: 50px;
  text-transform: uppercase;
  text-shadow: -5px 0px #000;
}
@media (max-width: 576px) {
  .menu-banner .banner-content h2 {
    font-size: 30px;
  }
}
.menu-banner .banner-content a {
  background-color: #f9be08;
  border-radius: 40px;
  width: 200px;
  height: 50px;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 800;
  text-transform: capitalize;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .menu-banner .banner-content a {
    font-size: 15px;
    padding: 10px;
    width: 150px;
  }
}
@media (max-width: 576px) {
  .menu-banner .banner-content a {
    width: 150px;
    font-size: 13px;
  }
}
.menu-banner .banner-content a:hover {
  color: #f9be08;
  border-color: #f9be08;
  background-color: #fff !important;
}

.menu-slider {
  padding: 50px 0;
  background-color: #f9be08;
  color: #000;
}
.menu-slider .swiper {
  padding: 0 0 30px 0;
}
.menu-slider .card {
  border: none;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.menu-slider .card a {
  color: #000;
}
.menu-slider .card a img {
  margin-bottom: 30px;
}
.menu-slider .card a h5 {
  font-size: 1.2rem;
  color: #000000;
}
.menu-slider .swiper-pagination {
  bottom: 0;
}
.menu-slider .swiper-pagination-bullet-active {
  background-color: #2470B2;
}

#special {
  padding-top: 100px;
}

#special2 {
  padding-bottom: 100px;
}

section.about-us {
  padding: 100px 0;
  background-color: #f9be08;
}
@media (max-width: 768px) {
  section.about-us {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  section.about-us .about-img-section {
    margin-top: 50px;
  }
}
section.about-us .about-img {
  display: flex;
}
@media (max-width: 991px) {
  section.about-us .about-img {
    margin-bottom: 30px;
  }
}
section.about-us .about-img img.about-main-img {
  border-radius: 50%;
  position: relative;
  box-shadow: 1px 1px 5px #ddd;
}
section.about-us .about-img img.about-img2 {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 20px;
  background-color: #f8f8f8;
  z-index: 999;
  display: block;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 12px solid #fff;
  transform: rotate(-60deg);
}
@media (max-width: 768px) {
  section.about-us .about-img img.about-img2 {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 480px) {
  section.about-us .about-img img.about-img2 {
    width: 150px;
    height: 150px;
  }
}
section.about-us .about-content {
  align-items: center;
}
@media (max-width: 768px) {
  section.about-us .about-content {
    display: flex;
    flex-direction: column;
  }
}
section.about-us .about-content p {
  text-align: left;
  font-size: 16px;
  margin-bottom: 10px;
  color: #000000;
}
@media (max-width: 991px) {
  section.about-us .about-content p {
    text-align: center;
  }
}
section.about-us .read-more-btn a {
  border-radius: 25px !important;
  display: flex;
  width: 130px;
  height: 45px;
  margin-top: 20px;
  transition: all 0.5s ease;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #2470B2;
}
section.about-us .read-more-btn a:hover {
  background-color: #2470B2;
  color: #fff;
  box-shadow: #f9be08 0px 2px 12px;
  transform: scale(1.02);
}
@media (min-width: 992px) {
  section.about-us .read-more-btn a {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  section.about-us .read-more-btn a {
    margin: 30px auto 10px auto;
  }
}

section.peyment-method {
  background-color: #ffffff;
}
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 {
  padding: 100px 0;
  position: relative;
}
section.dl-app .app-mockup {
  max-width: 100%;
}
section.dl-app .app-mockup:hover {
  animation: app-animation 1s ease-in;
  animation-delay: 0.3s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}
@keyframes app-animation {
  0% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(-7px);
  }
}
section.dl-app div.inner-content {
  padding: 2px 0 0 0;
  max-width: 516px;
}
@media (max-width: 768px) {
  section.dl-app div.inner-content {
    padding: 0 0 0;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  section.dl-app div.inner-content {
    padding: 10px 0 0 0;
  }
}
section.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
section.dl-app div.inner-content p {
  color: #000;
}
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-family: poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 25px;
  margin-top: 20px;
  color: #f9be08;
  text-shadow: 1px 1px #000;
}
@media (max-width: 991px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    margin: 0;
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    margin-top: 20px;
    margin-bottom: 20px;
    text-shadow: unset;
  }
}
@media (max-width: 576px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    margin-top: 0;
  }
}
@media (max-width: 380px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 23px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  section.dl-app div.inner-content p {
    max-width: 90%;
    color: #000;
    text-align: center;
    margin: 20px auto;
  }
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
section.reviews {
  padding: 80px 0;
}
section.reviews .comment-section .fa {
  font-size: 30px;
  color: #ccc;
}
section.reviews .comment-section .comment-text {
  max-width: 800px;
  min-height: 100px;
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 31px;
  margin: 0 auto;
}
section.reviews .comment-section .comment-writter-name {
  margin-top: 35px;
  color: #f9be08;
  margin-bottom: 9px;
  font-size: 16px;
  color: #f9be08;
}

.short-info {
  background-color: #1b2024;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 60px 0;
  color: #fff;
  text-align: center;
  position: relative;
}
@media (max-width: 480px) {
  .short-info {
    padding: 40px 0;
  }
}
.short-info h2 a {
  color: #fff;
}
@media (max-width: 480px) {
  .short-info h2 {
    font-size: 25px;
  }
}
@media (max-width: 300px) {
  .short-info h2 {
    font-size: 20px;
  }
}

/* footer */
footer {
  color: rgb(255, 255, 255);
  padding: 60px 0 0 0;
  background-color: #f9be08;
  background-image: url(../../imgs/About/waterfront-northshields-background2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 576px) {
  footer {
    padding: 50px 0 20px 0;
  }
}
@media (max-width: 480px) {
  footer {
    padding: 70px 0 15px 0;
  }
}
footer img {
  max-width: 200px;
}
footer .footer-links {
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media (max-width: 576px) {
  footer .footer-links {
    text-align: center;
  }
}
footer .footer-links li {
  margin-bottom: 15px;
}
footer .footer-links li a {
  color: #fff;
  font-size: 16px;
  font-weight: bolder;
}

.foods-tags {
  margin: 20px 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: 1px solid #cdcdcd;
  text-transform: capitalize;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 4px;
  color: #f9be08;
  font-size: 12px;
  font-weight: 600;
  background-color: #fff;
}
.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 #f9be08;
}

.contact-us iframe {
  min-height: 500px;
  border-radius: 15px;
}

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

.fixed-part {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  font-size: 15px;
  border: none;
  outline: none;
  background-color: #f9be08;
  color: #000;
  cursor: pointer;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #000;
}
.fixed-part a {
  color: #000;
}
.fixed-part a.btn {
  border: 2px solid #000;
  color: #f9be08;
  background-color: #000;
  padding: 8px 30px;
  border-radius: 20px;
  font-weight: bolder;
}
.fixed-part p {
  margin-bottom: 0;
}

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

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

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

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

section.copyright .container {
  padding: 10px 0;
  border-top: 1px solid #fff;
}
section.copyright p {
  text-align: center;
  line-height: 40px;
  color: #fff;
  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: #2470B2 !important;
}
section.copyright a.mealzo-link img {
  max-width: 150px;
}
section.copyright a i {
  color: #fff;
}/*# sourceMappingURL=style2.css.map */