.main-color {
  color: #1D644F;
}

@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: #333;
  background-color: rgb(255, 255, 255);
  background-image: url(../../imgs/hero/KingRojShawarma-Glasgow-background-shawarma.jpg);
  background-position: center;
  background-size: contain;
}

html {
  scroll-behavior: smooth;
}

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

.landing-body {
  padding: 0 20px;
}
@media (max-width: 991px) {
  .landing-body {
    padding: 0;
  }
}

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: 15px 0;
  font-weight: 600;
  display: inline-flex;
  position: relative;
  font-size: 40px;
  margin-bottom: 30px;
}

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

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

header {
  padding: 20px 0;
  margin: 0 0 20px 0;
  border-radius: 0 0 20px 20px;
  z-index: 9;
  position: sticky;
  top: 0;
  background-color: #FDFCFA;
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  box-shadow: 5px 5px 10px rgba(29, 100, 79, 0.2196078431);
}
@media (max-width: 1200px) {
  header {
    padding: 5px;
  }
}
header .shop-name img {
  max-width: 150px;
}
@media (max-width: 1200px) {
  header .shop-name img {
    max-width: 130px;
  }
}
@media (max-width: 576px) {
  header .shop-name img {
    max-width: 100px;
    min-height: auto;
  }
}
@media (min-width: 1200px) {
  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: #1D644F;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav .nav-item {
  color: #222222;
  font-size: 16px;
  font-weight: bolder;
  text-transform: capitalize;
}
@media (max-width: 1200px) {
  header section.menu-section nav .nav-item {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  header section.menu-section nav .nav-item {
    font-size: 16px;
  }
}
header section.menu-section nav .nav-item a.nav-link {
  color: #222222 !important;
  font-size: 15px;
}
@media (max-width: 1300px) {
  header section.menu-section nav .nav-item a.nav-link {
    font-size: 12px;
  }
}
header section.menu-section nav .nav-item a.nav-link:hover {
  color: #1D644F !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: #1D644F;
  text-decoration: none;
  background-color: #000000;
}
header section.menu-section nav .nav-item .nav-item.active .nav-link {
  color: #fff !important;
}
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: #1D644F;
  border-radius: 20px;
  padding: 15px 35px;
  color: #fff !important;
}
@media (min-width: 1200px) {
  header section.menu-section nav .nav-item:not(:last-child) {
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  header section.menu-section nav .nav-item:not(:last-child) {
    margin-right: 4px;
  }
}
header section.menu-section nav .header-links {
  justify-content: flex-end;
}

#slider .swiper img {
  border-radius: 22px !important;
  position: relative;
}
#slider .swiper .banner-text {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 2%;
  bottom: auto;
  margin: 0 auto;
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 20px;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 480px) {
  #slider .swiper .banner-text {
    top: 0;
    bottom: 0;
  }
}
#slider .swiper .banner-text .main-header {
  color: #fff;
  text-shadow: -1px 1px #000;
  margin-bottom: 0;
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  #slider .swiper .banner-text .main-header {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  #slider .swiper .banner-text .main-header {
    font-size: 20px;
  }
}
#slider .swiper .banner-text .main-header::after {
  position: unset;
  content: unset;
}
#slider .swiper .banner-text a.btn {
  background-color: #1D644F;
  color: #fff;
  border-radius: 15px !important;
  display: flex;
  padding: 12px 30px;
  transition: all 0.5s ease;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #1D644F;
}
#slider .swiper .banner-text a.btn:hover {
  background-color: transparent;
  color: #111111;
  box-shadow: #1D644F 0px 2px 12px;
  transform: scale(1.02);
}
@media (max-width: 480px) {
  #slider .swiper .banner-text a.btn {
    padding: 10px 20px;
  }
}
#slider .swiper .banner-text .banner-details {
  justify-content: space-between;
}
@media (max-width: 768px) {
  #slider .swiper .banner-text .banner-details {
    display: none;
  }
}
#slider .swiper .banner-text .banner-details p {
  font-size: large;
  color: #fff;
  width: 100px;
  padding: 20px;
  border-radius: 20px;
  margin: 15px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
#slider .swiper .banner-text .banner-details p .total-item,
#slider .swiper .banner-text .banner-details p .category-num {
  font-size: larger;
  color: #ffd900;
  text-shadow: 1px 1px #ffd900;
}

/* more about us section */
section.more-about-us-section {
  margin-bottom: 50px;
}
section.more-about-us-section .main-header {
  margin-bottom: 30px;
}
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;
  min-height: 273px;
  background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgba(29, 100, 79, 0.1019607843));
  padding: 30px;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  section.more-about-us-section .more-content {
    padding: 20px 10px;
  }
}
section.more-about-us-section .more-content .circle-img {
  margin-bottom: 15px;
  margin-right: 15px;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.5s;
}
section.more-about-us-section .more-content .circle-img img {
  max-width: 90px;
}
section.more-about-us-section .more-content .circle-img:hover img {
  transform: scale(0.9);
}
@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;
}
section.more-about-us-section .more-content a.btn {
  margin-top: 20px;
  background-color: #1D644F;
  padding: 15px 40px;
  border-radius: 15px;
  color: #fff;
}

.favorite-dishes {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .favorite-dishes {
    padding: 10px 0;
  }
}
@media (max-width: 991px) {
  .favorite-dishes .main-header {
    display: flex;
    justify-content: center;
  }
}
.favorite-dishes h3 {
  font-size: 46px;
  margin-bottom: 52px;
  color: #000;
  text-transform: capitalize;
  font-weight: 800;
}
.favorite-dishes h3 span {
  color: #1D644F;
}
@media (max-width: 991px) {
  .favorite-dishes h3 {
    font-size: 40px;
  }
}
.favorite-dishes ul.nav-tabs {
  border-bottom: 2px solid #1D644F;
}
@media (max-width: 991px) {
  .favorite-dishes ul.nav-tabs {
    display: flex;
    justify-content: center;
  }
}
.favorite-dishes ul.nav-tabs .cat-img {
  width: 40px;
}
.favorite-dishes ul.nav-tabs a.nav-link {
  color: #1D644F;
  font-size: 12px;
  font-weight: 600;
  border: 2px solid #1D644F;
  border-radius: 0 !important;
  margin-right: 1px;
  transition: ease-in-out 0.3s;
}
.favorite-dishes ul.nav-tabs a.nav-link:hover {
  transform: scale(0.9);
}
.favorite-dishes ul.nav-tabs a.nav-link.active {
  color: #fff;
  background-color: #1D644F;
}
@media (min-width: 768px) {
  .favorite-dishes ul.nav-tabs a.nav-link {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .favorite-dishes ul.nav-tabs a.nav-link {
    padding: 0 10px;
  }
}
.favorite-dishes .swiper .swiper-button-prev,
.favorite-dishes .swiper .swiper-button-next {
  background-color: #FB542C;
  border-radius: 5px;
  padding: 25px;
  top: 25px;
  transition: ease-in-out 0.3s;
}
.favorite-dishes .swiper .swiper-button-prev:hover,
.favorite-dishes .swiper .swiper-button-next:hover {
  transform: scale(0.8);
}
@media (max-width: 767px) {
  .favorite-dishes .swiper .swiper-button-prev,
  .favorite-dishes .swiper .swiper-button-next {
    display: none;
  }
}
.favorite-dishes .swiper .swiper-button-prev:after,
.favorite-dishes .swiper .swiper-button-next:after {
  color: #fff;
}
.favorite-dishes .swiper .swiper-button-next {
  left: unset;
  right: 0%;
}
.favorite-dishes .swiper .swiper-button-prev {
  left: unset;
  right: 5%;
}
.favorite-dishes .swiper-slide {
  padding: 20px 0 40px 0;
}
.favorite-dishes .fav-card {
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgba(29, 100, 79, 0.1019607843));
  padding: 0 30px 15px 30px;
  border-radius: 20px;
}
.favorite-dishes .fav-card .fav-img {
  margin-bottom: 20px;
}
.favorite-dishes .fav-card .fav-img img {
  border-radius: 50%;
}
.favorite-dishes .fav-card .fav-title {
  padding: 10px 0;
  text-transform: capitalize;
  text-align: center;
}
.favorite-dishes .fav-card .fav-title span {
  font-size: larger;
}
.favorite-dishes .fav-card .fav-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.153);
  padding: 20px 0 0 0;
  display: flex;
  justify-content: center;
}
.favorite-dishes .fav-card .fav-footer .add {
  background-color: #1D644F;
  border: 2px solid #1D644F;
  padding: 5px 10px;
  color: #fff;
  border-radius: 5px;
  font-weight: bolder;
}
.favorite-dishes .fav-card .fav-footer .add:hover {
  background-color: transparent;
  color: #1D644F;
  border: 2px solid #1D644F;
}

section.about-us {
  background-color: #edce86;
  padding: 50px;
  border-radius: 40px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  section.about-us {
    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: #1D644F;
}
section.about-us div.shop-name-secoundry {
  margin-bottom: 0;
}
section.about-us div.shop-name-secoundry h4 {
  margin-bottom: 0;
}
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 img {
  margin: 0 0 0 25px;
  float: right;
  max-width: 400px;
  border-radius: 50%;
}
@media (max-width: 1300px) {
  section.about-us .about-content img {
    max-width: 300px;
    margin: 0 0 15px 15px;
  }
}
@media (max-width: 480px) {
  section.about-us .about-content img {
    max-width: 250px;
  }
}
section.about-us .about-content p {
  text-align: justify;
  font-size: 16px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  section.about-us .about-content p {
    text-align: center;
    margin-right: 0;
  }
}
section.about-us .read-more-btn a {
  border-radius: 5px !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: #fff;
  background-color: #1D644F;
}
section.about-us .read-more-btn a:hover {
  background-color: transparent;
  color: #111111;
  box-shadow: #1D644F 0px 2px 12px;
  transform: scale(1.02);
}
@media (min-width: 992px) {
  section.about-us .read-more-btn a {
    margin-top: 40px;
  }
}
@media (max-width: 1200px) {
  section.about-us .read-more-btn a {
    margin: 30px auto 10px auto;
  }
}

/* dwnloap app section */
section.dl-app {
  background-color: #1D644F;
  padding: 80px 0;
  border-radius: 40px;
}
section.dl-app .app-mockup {
  max-width: 60%;
}
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 {
  max-width: 516px;
}
section.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
section.dl-app div.inner-content p {
  color: #ffffff;
}
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: 40px;
  margin: 20px 0;
  color: #ffffff;
}
@media (max-width: 768px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    margin-top: 10px;
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 23px;
  }
}
@media (max-width: 380px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    margin-bottom: 0;
  }
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.contact-us {
  margin: 20px auto;
  background-color: #1D644F;
  padding: 20px 10px;
  box-shadow: 5px 5px 10px rgba(29, 100, 79, 0.2196078431);
  border-radius: 22px;
  height: 95vh;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-self: center;
}
@media (max-width: 1300px) {
  .contact-us {
    margin: 10px 5px 10px 0;
  }
}
@media (max-width: 991px) {
  .contact-us {
    position: unset;
    padding: 20px;
    box-shadow: -5px -1px 15px #ffffff;
    width: 100%;
    height: unset;
  }
}
.contact-us h2 {
  text-transform: uppercase;
  font-size: 28px;
}
.contact-us a {
  color: #fff;
}
.contact-us .order-btn {
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  justify-content: center;
  margin: 20px auto 0 auto;
  background-color: #fff;
  border: 2px solid #fff;
  padding: 10px 20px;
  color: #1D644F;
  border-radius: 5px;
  font-weight: bolder;
}
.contact-us .order-btn:hover {
  background-color: transparent;
  color: #fff;
}
.contact-us h5 {
  font-size: 16px;
}
.contact-us .navbar-dl-app i img {
  max-width: 30px;
}
.contact-us .map-container {
  padding: 0 10px;
}

.map {
  margin-bottom: 20px;
}
.map iframe {
  border-radius: 40px;
}

.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 #1D644F;
  background-color: #fff;
}
.foods-link ul li a {
  color: #1D644F;
}
.foods-link ul li a:hover {
  text-decoration: none;
}
.foods-link ul li:hover {
  background-color: transparent;
}
.foods-link ul li:hover a {
  color: #1D644F;
}

.foods-tags {
  margin-top: 40px;
}
.foods-tags .container {
  border-top: 1px solid #ddd;
}
.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: #000;
  font-size: 12px;
  font-weight: 600;
  background-color: #edce86;
}
.foods-tags ul li a {
  color: #111 !important;
}
.foods-tags ul li a:hover {
  text-decoration: none;
}
.foods-tags ul li:hover {
  border: 1px solid #003176;
}

section.reviews {
  padding: 80px 0;
}
section.reviews .container {
  background-color: #EDCE86;
  border-radius: 34px;
}
section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 30px;
  color: #000;
}
@media (min-width: 991px) {
  section.reviews h3 {
    font-size: 40px;
  }
}
section.reviews .comment-section {
  padding: 20px;
  text-align: center;
}
section.reviews .comment-section .comment-text {
  max-width: 800px;
  text-align: center;
  color: #000;
  font-size: 14px;
  line-height: 31px;
  margin: 0 auto;
}
section.reviews .comment-section .comment-writter-name {
  margin-top: 35px;
  color: #1D644F;
  margin-bottom: 9px;
  color: #000;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}
section.reviews img {
  width: 25px !important;
  height: 25px;
  margin-right: 2px;
}
section.reviews .star-o {
  margin-left: 2px;
}

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

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

.staticSidebar {
  position: fixed;
  background-color: #edce86;
  border-left: 2px solid #1D644F;
  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: #1D644F;
  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: #1D644F;
  border: 1px solid #1D644F;
  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;
  background-color: #edce86;
}
@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: #1D644F;
  color: white;
}
::selection {
  background-color: #1D644F;
  color: white;
}

::-moz-selection {
  background-color: #1D644F;
  color: white;
}

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

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

section.copyright {
  background-color: #1D644F;
  padding: 5px;
  border-radius: 10px;
  margin-bottom: 5px;
}
section.copyright p {
  line-height: 40px;
  color: #fff;
  margin-bottom: 0;
  font-size: 12px;
}
@media (max-width: 480px) {
  section.copyright p {
    font-size: 11px;
    line-height: 20px;
    padding: 5px;
  }
}
section.copyright a.mealzo-link {
  color: #edce86 !important;
}
section.copyright a i {
  color: #fff;
}
@media (max-width: 991px) {
  section.copyright {
    display: none;
  }
}

.Mobile-copyRight {
  display: none;
}
@media (max-width: 991px) {
  .Mobile-copyRight {
    display: block;
    background-color: #1D644F;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 5px;
  }
  .Mobile-copyRight p {
    line-height: 40px;
    color: #fff;
    margin-bottom: 0;
    font-size: 12px;
  }
}
@media (max-width: 991px) and (max-width: 480px) {
  .Mobile-copyRight p {
    font-size: 11px;
    line-height: 20px;
    padding: 5px;
  }
}
@media (max-width: 991px) {
  .Mobile-copyRight a.mealzo-link {
    color: #edce86 !important;
  }
  .Mobile-copyRight a i {
    color: #fff;
  }
}
@media (min-width: 991px) {
  .Mobile-copyRight {
    display: none;
  }
}/*# sourceMappingURL=style2.css.map */