.main-color {
  color: #FAA700;
}

@font-face {
  font-family: Commissioner;
  src: url(../../Fonts/Commissioner/Commissioner-Regular.ttf);
}
@font-face {
  font-family: Dulcinea;
  src: url(../../Fonts/Dulcinea/Dulcinea.ttf);
}
@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
body {
  overflow-x: hidden;
  font-family: Commissioner;
  background-color: #000;
  color: #fff;
}

.index-hero {
  background-image: url(../../imgs/hero/hero-bg-4.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}
@media (max-width: 991px) {
  .index-hero {
    min-height: unset;
  }
}

html {
  scroll-behavior: smooth;
}

.Indian-title {
  font-family: Dulcinea !important;
  color: #FAA700 !important;
}
@media (max-width: 576px) {
  .Indian-title {
    line-height: 1.5em;
  }
}

a:hover {
  text-decoration: none;
}

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

.reveal.active {
  opacity: 1;
}
.reveal.active .fade-left {
  animation: fade-left 0.7s ease-in;
}
.reveal.active .fade-top {
  animation: fade-top 0.7s ease-in-out;
}
.reveal.active .fade-bottom {
  animation: fade-bottom 0.7s ease-in-out;
}

@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-top {
  animation: fade-top 0.7s ease-in-out;
}

@keyframes fade-top {
  0% {
    transform: translateY(-150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-bottom {
  animation: fade-bottom 0.7s ease-in-out;
}

@keyframes fade-bottom {
  0% {
    transform: translateY(150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.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;
}

img {
  width: 100%;
}

.openmenuu {
  width: 100% !important;
}

.displayy {
  display: block !important;
}
@media (min-width: 991px) {
  .displayy {
    display: flex !important;
  }
}

header .dropdown-toggle::after {
  display: none !important;
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  max-width: 200px;
}
@media (max-width: 480px) {
  header .shop-logo {
    max-width: 170px;
  }
}
@media (min-width: 992px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section .navbar-expand-lg .navbar-nav {
  align-items: center;
}
@media (min-width: 991px) {
  header section.menu-section nav {
    display: flex;
    align-items: center;
  }
}
header section.menu-section nav li {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (max-width: 991px) {
  header section.menu-section nav li {
    margin-bottom: 5px;
  }
}
header section.menu-section nav li .social-media {
  width: 1.8rem;
  display: inline-flex;
}
header section.menu-section nav li .fa {
  font-size: 2rem;
  color: #fff;
}
header section.menu-section nav li a.nav-link {
  color: white !important;
  text-shadow: 0px 0px 20px #000;
  position: relative;
  display: block;
  background: transparent;
  padding: 5px 10px;
  transition: 300ms;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}
@media (max-width: 1200px) {
  header section.menu-section nav li a.nav-link {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  header section.menu-section nav li a.nav-link {
    font-size: 17px;
  }
}
header section.menu-section nav li a.nav-link:hover {
  color: #FAA700 !important;
}
header section.menu-section nav .nav-item.active a {
  color: #FAA700 !important;
}
header section.menu-section nav .dropdown-menu {
  background-color: #fff;
  width: 250px;
  padding: 0;
}
@media (max-width: 450px) {
  header section.menu-section nav .dropdown-menu {
    width: 200px;
  }
}
header section.menu-section nav .dropdown-menu div {
  flex-wrap: wrap;
}
header section.menu-section nav .dropdown-menu div img {
  max-width: 90px;
  justify-content: center;
  display: flex;
  margin-bottom: 10px;
}
header section.menu-section nav .dropdown-menu div .dropdown-item {
  max-width: 49%;
  color: #FAA700;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 15px;
  font-weight: 900;
  text-transform: uppercase;
}
header section.menu-section nav .dropdown-menu div .dropdown-item:hover {
  background-color: #FAA700;
  color: #fff;
}
@media (max-width: 450px) {
  header section.menu-section nav .dropdown-menu div .dropdown-item {
    max-width: 49%;
    font-size: 11px;
  }
}
header section.menu-section nav .navbar-toggler-icon {
  background-image: unset !important;
  color: #000;
}
header section.menu-section nav .navbar-toggler {
  color: #000;
  border-color: transparent;
  line-height: 2;
}
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 */
section.hero-section {
  padding: 80px 0;
}
section.hero-section div.inner-content {
  text-align: center;
}
section.hero-section div.inner-content h3 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  color: #fff;
}
@media (max-width: 768px) {
  section.hero-section div.inner-content h3 {
    font-size: 2rem;
  }
}
section.hero-section div.inner-content img {
  max-width: 100px;
}
section.hero-section div.inner-content p {
  font-weight: 300;
  font-size: 40px;
  line-height: 24px;
  color: #fff;
}
section.hero-section div.inner-content span {
  color: white;
  font-size: 25px;
}
section.hero-section div.inner-content a.btn {
  background-color: #FAA700;
  color: rgb(255, 255, 255);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: flex;
  padding-top: 12px;
  width: 250px;
  height: 80px;
  margin-top: 20px;
}
section.hero-section div.inner-content a.btn:hover {
  color: #FAA700;
  border-color: #FAA700;
  background-color: #fff !important;
  box-shadow: #58B337 0px 4px 12px;
}
@media (min-width: 991px) {
  section.hero-section div.inner-content a.btn {
    margin-top: 62px;
  }
}
@media (max-width: 480px) {
  section.hero-section div.inner-content a.btn {
    width: 140px;
  }
}
section.hero-section div.inner-content a.btn .order-now-icon-main {
  width: 30px;
  height: 30px;
  stroke: white;
}
section.hero-section div.inner-content a.btn .order-now-icon-main:hover {
  stroke: #FAA700;
}

#slider {
  min-height: 100vh;
}
@media (max-width: 991px) {
  #slider {
    min-height: unset;
  }
}
#slider .inner-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 100px 0;
}
@media (max-width: 576px) {
  #slider .inner-content {
    padding: 80px 0;
  }
}
#slider .inner-content img.big-logo {
  max-width: 200px;
  margin: 0 auto;
}
#slider .inner-content h1 {
  font-family: Dulcinea !important;
  color: #FAA700;
  font-size: 3.3rem;
  margin-bottom: 10px;
  font-weight: bolder;
  text-shadow: 1px 2px #000;
}
@media (max-width: 1200px) {
  #slider .inner-content h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  #slider .inner-content h1 {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  #slider .inner-content h1 {
    font-size: 1.8rem;
    margin-inline: 10px;
    line-height: 1.6em;
  }
}
#slider .inner-content img {
  max-width: 100px;
}
#slider .inner-content p {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  text-shadow: 1px 1px #000;
}
#slider .inner-content h3 {
  text-shadow: 1px 1px #000;
  font-size: 23px;
}
@media (max-width: 1200px) {
  #slider .inner-content h3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  #slider .inner-content h3 {
    font-size: 19px;
    max-width: 70%;
    margin: 10px auto;
  }
}
@media (max-width: 480px) {
  #slider .inner-content h3 {
    font-size: 15px;
  }
}
#slider .inner-content span {
  color: white;
  font-size: 25px;
  text-shadow: 1px 1px #000;
}
#slider .inner-content a.btn {
  padding: 15px 35px;
  background-color: #FAA700;
  color: #fff;
  font-weight: bolder;
  border: 1px solid #FAA700;
  border-radius: 30px;
  position: relative;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  color: #fff !important;
  border: 1px solid #FAA700;
  text-shadow: none !important;
  position: relative;
  transition: all 400ms ease-in-out;
  z-index: 0;
}
#slider .inner-content a.btn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: #58B337;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  transition: all 400ms ease-in-out;
  z-index: -1;
  border-radius: 30px;
}
#slider .inner-content a.btn:hover {
  color: #FAA700 !important;
}
#slider .inner-content a.btn:hover::after {
  width: 100%;
}
#slider .inner-content .dl-app-img {
  max-width: 200px;
}
#slider .inner-content .dl-app-img img {
  max-width: 100%;
}
@media (max-width: 768px) {
  #slider .item-one {
    min-height: 80vh;
    background-position: 10% 50%;
  }
}

/* more about us section */
section.more-about-us-section {
  background-image: linear-gradient(to right, #000, #1e3e13, #000);
  padding: 70px 0;
  color: #fff;
}
section.more-about-us-section h3 {
  margin-bottom: 30px;
  text-transform: capitalize;
  font-weight: bolder;
  font-size: 32px;
}
section.more-about-us-section h3 span.highlight {
  color: #FAA700;
}
@media (max-width: 300px) {
  section.more-about-us-section h3 {
    font-size: 26px;
  }
}
section.more-about-us-section img {
  margin-bottom: 33px;
  border-radius: 20px;
}
section.more-about-us-section h4 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  font-weight: bolder;
}
section.more-about-us-section p {
  font-weight: bold;
  font-size: 19px;
}
section.more-about-us-section a.btn {
  padding: 15px 35px;
  display: inline-flex;
  font-weight: 600;
  border: 2px solid #FAA700;
  text-decoration: none;
  background-color: #FAA700;
  color: #fff;
  border-radius: 28px;
}
section.more-about-us-section a.btn:hover {
  border: 2px solid #58B337;
  background-color: transparent;
  color: #58B337;
}
section.more-about-us-section a.phonenum {
  color: #fff;
}

/* special to try */
section.Menu {
  background-color: #cc8c34;
  padding: 70px 0;
}
section.Menu h3 {
  font-size: 50px;
  color: #fff;
}
@media (max-width: 480px) {
  section.Menu h3 {
    font-size: 40px;
  }
}
section.Menu .card {
  transition: ease-in-out 0.5s;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0 0 15px 0;
}
section.Menu .card:hover {
  transform: scale(1.1);
  transition: ease-in-out 0.5s;
}
section.Menu h2 {
  color: #362a10;
  font-weight: bolder;
}
section.Menu h4 {
  margin-top: 20px;
  color: #362a10;
  font-weight: bolder;
}
@media (max-width: 380px) {
  section.Menu h4 {
    font-size: 16px;
  }
}
section.Menu p {
  color: #fff;
  font-weight: bolder;
  font-size: 18px;
}

.SpecialOffer {
  background: linear-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), url(../../imgs/hero/hero-bg-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 0 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.SpecialOffer h3 {
  font-size: 50px;
  color: #fff;
  text-shadow: 2px 2px #000;
}
@media (max-width: 576px) {
  .SpecialOffer h3 {
    font-size: 32px;
  }
}
.SpecialOffer a {
  display: flex;
  flex-direction: column;
}
.SpecialOffer a button {
  margin: 0 auto;
  margin-top: -54px;
  background-color: #FAA700;
  border: none;
  outline: none;
  width: 100%;
  padding: 15px 20px;
  font-weight: bolder;
  color: #fff;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 480px) {
  .SpecialOffer a button {
    max-width: 300px;
  }
}
.SpecialOffer .swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 150px;
}
@media (max-width: 1200px) {
  .SpecialOffer .swiper {
    padding-bottom: 50px;
  }
}
.SpecialOffer .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}
.SpecialOffer .swiper-slide img {
  display: block;
  width: 100%;
}
.SpecialOffer img {
  border-radius: 20px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .SpecialOffer img {
    max-width: 500px;
  }
}
@media (max-width: 576px) {
  .SpecialOffer img {
    max-width: 350px;
  }
}
@media (max-width: 480px) {
  .SpecialOffer img {
    max-width: 300px;
  }
}
.SpecialOffer .swiper-pagination-bullet {
  background-color: antiquewhite;
}

@media (max-width: 768px) {
  .gallery {
    padding: 70px 0 0 0;
  }
}

.banners {
  background-image: linear-gradient(to right, #000, #1e3e13, #000);
  padding: 70px 0;
  color: #fff;
  position: relative;
}
@media (max-width: 991px) {
  .banners {
    padding: 50px 0;
  }
}
.banners h3 {
  font-size: 50px;
}
.banners .card {
  transition: ease-in-out 0.5s;
  border: none;
  outline: none;
  border-radius: 20px;
}
@media (max-width: 480px) {
  .banners .card {
    border-radius: 10px;
  }
}
.banners .card:hover {
  transform: scale(1.05);
}
.banners .card:hover button {
  display: flex;
}
.banners .card a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transition: ease-in-out 0.5s;
}
.banners .card a img {
  position: relative;
  border-radius: 20px;
}
@media (max-width: 480px) {
  .banners .card a img {
    border-radius: 10px;
  }
}
.banners .card a button {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5764705882);
  border: none;
  outline: none;
  font-weight: bolder;
  color: #fff;
  display: none;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
.banners h3 {
  text-shadow: 1px 1px #a7a7a7;
}
.banners img {
  max-width: 100%;
  margin: 20px auto;
  margin-bottom: 20px;
  border-radius: 20px;
  display: flex;
}
.banners ul {
  padding: 0;
  list-style: none;
}
.banners .card {
  background-color: #FAA700;
  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: #FAA700;
  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: #FAA700;
  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.about-us {
  background-color: #fff;
  color: #000;
  padding: 90px 0;
}
section.about-us .about-item {
  display: flex;
  flex-direction: column;
  text-align: left;
}
@media (max-width: 991px) {
  section.about-us .about-item {
    margin: 10px;
  }
}
section.about-us .about-item .about-header {
  position: relative;
  margin-bottom: 30px;
  font-size: 40px;
  color: #FAA700;
  font-weight: bolder;
}
@media (max-width: 991px) {
  section.about-us .about-item .about-header {
    font-size: 30px;
  }
}
@media (max-width: 380px) {
  section.about-us .about-item .about-header {
    font-size: 25px;
  }
}
@media (max-width: 290px) {
  section.about-us .about-item .about-header {
    font-size: 22px;
  }
}
section.about-us .about-item p {
  font-size: 18px;
}

/* dwnloap app section */
section.dl-app {
  padding: 80px 0;
  background-image: linear-gradient(to right, #000, #1e3e13, #000);
}
section.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
section.dl-app div.inner-content a.app-link-dl-container:hover img {
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
section.dl-app div.inner-content img.dl-app-link {
  margin-bottom: 50px;
  width: 170px;
}
@media (min-width: 768px) {
  section.dl-app div.inner-content img.dl-app-link {
    margin-bottom: 0;
    width: 200px;
  }
}
section.dl-app div.inner-content h3.dl-ur-app-heading {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.6em;
  margin-bottom: 56px;
  margin-top: 20px;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 1.9rem;
  }
}
@media (min-width: 992px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 2rem;
  }
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
section.reviews {
  padding: 50px 0;
  background-image: url(../../imgs/hero/indian-dinner-dishes.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  section.reviews {
    background-attachment: unset;
    margin: 50px 0;
  }
}
section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 33px;
  line-height: 70px;
  color: #fff;
}
@media (max-width: 768px) {
  section.reviews h3 {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  section.reviews h3 {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  section.reviews h3 {
    line-height: 40px;
    font-size: 23px;
  }
}
section.reviews .comment-section {
  position: relative;
  background-color: #fff;
  padding: 20px;
  margin: 10px;
  border-radius: 10px 0 10px 10px;
  color: #000;
}
section.reviews .comment-section:before {
  position: absolute;
  content: "";
  top: 0;
  right: -29px;
  border-width: 12px 15px 12px 15px;
  border-style: solid;
  width: 30px;
  height: 24px;
  border-color: #fff transparent transparent #fff;
}
section.reviews .comment-section p {
  margin-bottom: 0;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 40px;
}
section.reviews .second-comment {
  position: relative;
  background-color: #fff;
  border-radius: 0 10px 10px 10px !important;
}
section.reviews .second-comment:before {
  position: absolute;
  content: "";
  top: 0;
  left: -29px;
  border-width: 12px 15px 12px 15px;
  border-style: solid;
  width: 30px;
  height: 24px;
  border-color: #fff #fff transparent transparent;
}

/* footer */
.footer {
  padding: 50px 0px 0px 0px;
  color: #fff;
  background-image: linear-gradient(to right, #000, #1e3e13, #000);
}
.footer div.inner-content {
  text-align: center;
}
.footer div.inner-content h1 {
  font-size: 5.5rem;
  color: #FAA700;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .footer div.inner-content h1 {
    font-size: 5rem;
  }
}
@media (max-width: 768px) {
  .footer div.inner-content h1 {
    font-size: 4rem;
  }
}
@media (max-width: 480px) {
  .footer div.inner-content h1 {
    font-size: 2.5rem;
  }
}
.footer div.inner-content h3 {
  font-size: 2.8rem;
  margin-bottom: 20px;
}
.footer div.inner-content span {
  font-size: 20px;
}
@media (max-width: 991px) {
  .footer div.inner-content span {
    font-size: 20px;
  }
}
.footer h5 {
  font-weight: bolder;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.footer .footer-links {
  display: flex;
  padding: 0;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  margin-bottom: 0;
}
.footer .footer-links li {
  padding: 0 15px;
  list-style: none;
  margin-bottom: 20px;
  border-right: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
}
@media (max-width: 991px) {
  .footer .footer-links li {
    border: none;
  }
}
.footer .footer-links li a {
  color: #fff;
  font-weight: bolder;
}
.footer #openinghour {
  max-width: 90%;
  margin: auto;
}
.footer p {
  font-weight: bolder;
}
.footer .social-media {
  width: 1.8rem;
  display: inline-flex;
}
.footer .fa {
  font-size: 2rem;
  color: #000;
}

.fixed-part {
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 10px auto;
}
.fixed-part #myBtn {
  display: none;
  font-size: 18px;
  border: 1px solid #fff;
  outline: none;
  background-color: #FAA700;
  color: #fff;
  cursor: pointer;
  padding: 13px;
  border-radius: 30px;
  margin: 10px auto;
  justify-content: center;
  align-items: center;
}
.fixed-part #myBtn:hover {
  color: #FAA700;
  border: 1px dashed #FAA700;
  background-color: white;
  box-shadow: #FAA700 0px 7px 29px 0px;
}
.fixed-part .btn {
  background-color: #fff;
  padding: 2px;
  border-radius: 50%;
}
.fixed-part .btn img {
  max-width: 70px;
}

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

::-moz-selection {
  background-color: #58B337;
  color: white;
}

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

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

section.copyright {
  color: #fff;
  background-image: linear-gradient(to right, #000, #1e3e13, #000);
  font-weight: bolder;
}
section.copyright .container {
  border-top: 1px solid #fff;
  padding: 15px 0;
}
section.copyright a.mealzo-link {
  color: #58B337 !important;
}
section.copyright a.mealzo-link img {
  max-width: 80px;
}/*# sourceMappingURL=style2.css.map */