.main-color {
  color: #e9bf3e;
}

@font-face {
  font-family: Commissioner;
  src: url(../../Fonts/Commissioner/Commissioner-Regular.ttf);
}
@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
@font-face {
  font-family: Pacifico;
  src: url(../../Fonts/Pacifico-Regular.ttf);
}
@font-face {
  font-family: poppins;
  src: url(../../Fonts/poppins/Poppins-Bold.ttf);
}
@font-face {
  font-family: zapfino;
  src: url(../../Fonts/zapfino/Zapfino.ttf);
}
@font-face {
  font-family: papyrus;
  src: url(../../Fonts/ParchmentMf-Vqge.ttf);
}
@font-face {
  font-family: espectro;
  src: url(../../Fonts/EspectroSwash.otf);
}
@font-face {
  font-family: stephen;
  src: url(../../Fonts/StephenType.otf);
}
body {
  overflow-x: hidden;
  font-family: papyrus;
  font-size: 24px;
}

html {
  scroll-behavior: smooth;
}

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;
  }
}
h1, h2, h3 {
  font-family: zapfino;
}

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

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.openmenuu {
  width: 100% !important;
}

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

header {
  background-color: #e9bf3e;
}
header .dropdown-toggle::after {
  display: none !important;
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  width: 300px;
}
@media (max-width: 480px) {
  header .shop-logo {
    max-width: 200px;
    margin-top: -12px;
  }
}
@media (min-width: 1200px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section {
  z-index: 9999;
  background-color: #e9bf3e;
  width: 100%;
  position: unset;
}
header section.menu-section .navbar-expand-lg .navbar-nav {
  align-items: center;
}
@media (min-width: 1200px) {
  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: 1200px) {
  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: #2d3d24;
}
header section.menu-section nav li a.nav-link {
  color: #2d3d24 !important;
  position: relative;
  display: block;
  text-transform: uppercase;
  cursor: pointer;
  background: transparent;
  padding: 5px 10px;
  transition: 300ms;
  font-size: 28px;
  font-weight: bolder;
}
@media (max-width: 1440px) {
  header section.menu-section nav li a.nav-link {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  header section.menu-section nav li a.nav-link {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  header section.menu-section nav li a.nav-link {
    font-size: 22px;
  }
}
header section.menu-section nav li a.nav-link:hover {
  color: #455a39 !important;
}
header section.menu-section nav .nav-item.active a {
  color: #455a39 !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: #e9bf3e;
  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: #e9bf3e;
  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: #111;
}
header section.menu-section nav .navbar-toggler {
  color: #000;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav .phone p {
  margin: 0;
}
header section.menu-section nav .header-links {
  justify-content: center;
}

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

#menuModal {
  display: none;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#menuModal embed {
  position: absolute;
  bottom: 0;
  width: 90%;
}
#menuModal .close {
  position: absolute;
  top: 20px;
  right: 50px;
}

/* section hero */
section.hero-section {
  padding: 80px 0;
}
section.hero-section div.inner-content {
  text-align: left;
}
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: #e9bf3e;
  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: #e9bf3e;
  border-color: #e9bf3e;
  background-color: #fff !important;
  box-shadow: #e9bf3e 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: #e9bf3e;
}

#slider {
  margin-bottom: 80px;
  background-image: url(../../imgs/hero/Malai-Indian-Curry.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}
@media (max-width: 768px) {
  #slider {
    min-height: 80vh;
    background-position: 10% 50%;
  }
}
#slider .inner-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 120px 20px;
}
#slider .inner-content img.big-logo {
  max-width: 200px;
  margin: 0 auto;
}
#slider .inner-content h3 {
  font-size: 42px;
  margin-bottom: 36px;
  color: #fff;
  font-weight: bolder;
  text-shadow: 1px 1px #000;
}
@media (max-width: 768px) {
  #slider .inner-content h3 {
    font-size: 1.5rem;
  }
}
#slider .inner-content h3 span {
  font-size: 3.5rem;
}
#slider .inner-content h3 h4 {
  font-size: 32px;
}
@media (max-width: 768px) {
  #slider .inner-content h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  #slider .inner-content h3 span {
    font-size: 2.5rem;
  }
}
#slider .inner-content img {
  max-width: 100px;
}
#slider .inner-content p {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #222;
  background-color: #e9bf3e;
  padding: 5px;
  border-radius: 5px;
}
#slider .inner-content h3 {
  text-shadow: 1px 1px #000;
  margin-bottom: 14px;
}
@media (max-width: 576px) {
  #slider .inner-content h3 {
    font-size: 24px;
    margin-bottom: 18px;
  }
}
#slider .inner-content span {
  color: white;
  font-size: 25px;
  text-shadow: 1px 1px #000;
}
#slider .inner-content a.btn {
  background-color: #e9bf3e;
  color: #111;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: flex;
  padding: 15px 30px;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: 16px;
  font-size: 24px;
  margin-bottom: 40px;
  border-radius: 30px;
}
#slider .inner-content a.btn:hover {
  color: #e9bf3e;
  border-color: #e9bf3e;
  background-color: #fff !important;
  box-shadow: #e9bf3e 0px 4px 12px;
}
@media (min-width: 991px) {
  #slider .inner-content a.btn {
    margin-top: 40px;
    padding: 15px;
  }
}
@media (max-width: 480px) {
  #slider .inner-content a.btn {
    padding: 15px;
    font-size: 22px;
    font-weight: 900;
  }
}
#slider .inner-content a.btn .order-now-icon-main {
  width: 30px;
  height: 30px;
  stroke: white;
}
#slider .inner-content a.btn .order-now-icon-main:hover {
  stroke: #e9bf3e;
}
#slider .inner-content .dl-app-img {
  max-width: 200px;
}
#slider .inner-content .dl-app-img img {
  max-width: 100%;
}

/* more about us section */
section.more-about-us-section {
  background-color: #fff;
  padding: 70px 0;
  color: #000;
}
section.more-about-us-section h3 {
  text-transform: capitalize;
  font-weight: bolder;
  font-size: 28px;
  line-height: 60px;
}
section.more-about-us-section h3 span.highlight {
  color: #e9bf3e;
}
@media (max-width: 768px) {
  section.more-about-us-section h3 {
    font-size: 24px;
  }
}
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: 22px;
}
section.more-about-us-section a.btn {
  padding: 5px 35px;
  display: inline-flex;
  font-weight: 900;
  border: 2px solid #e9bf3e;
  text-decoration: none;
  background-color: #e9bf3e;
  color: #111;
  border-radius: 50px;
  font-size: 24px;
}
section.more-about-us-section a.btn:hover {
  border: 2px solid #e9bf3e;
  background-color: transparent;
  color: #e9bf3e;
}
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;
}
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-color: #000;
  background-image: url(../../imgs/hero/Malai-Indian-fish-chips-with-cutlery-selection-sauces.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.SpecialOffer h3 {
  font-size: 50px;
  color: #fff;
}
.SpecialOffer a {
  display: flex;
  flex-direction: column;
}
.SpecialOffer a button {
  margin-top: -54px;
  background-color: #e9bf3e;
  border: none;
  outline: none;
  padding: 15px 20px;
  font-weight: bolder;
  color: #111;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 480px) {
  .SpecialOffer a button {
    max-width: 300px;
  }
}
.SpecialOffer img {
  border-radius: 20px;
}
@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;
}

#fullpage {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.466);
}

.gallery {
  background-color: #fff;
  padding: 70px 0;
  color: #000;
}
@media (max-width: 768px) {
  .gallery {
    padding: 70px 0 0 0;
  }
}
.gallery h3 {
  font-size: 50px;
  color: #000;
}
.gallery .card {
  border: none;
  outline: none;
  border-radius: 20px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .gallery .card {
    border-radius: 10px;
  }
}
.gallery .card:hover {
  transform: scale(1.05);
}
.gallery .card:hover button {
  display: flex;
}
.gallery .card img {
  position: relative;
  border-radius: 20px;
}
@media (max-width: 480px) {
  .gallery .card img {
    border-radius: 10px;
  }
}
.gallery .card 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;
}

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: #e9bf3e;
  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-color: #2d3d24;
}
section.dl-app h3 {
  color: #fdfdfd;
  font-size: 32px;
  line-height: 60px;
  margin-bottom: 30px;
}
section.dl-app p {
  color: #fdfdfd;
}
section.dl-app .btn:focus {
  box-shadow: none;
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
section.reviews {
  background-image: url("./../../imgs/hero/Malai-Indian-Birmingham-Reviews.jpg");
  min-height: 700px;
  padding: 100px 0;
  position: relative;
}
@media (max-width: 768px) {
  section.reviews {
    min-height: 1000px;
  }
}
section.reviews h3 {
  color: #fff;
  text-align: center;
  font-size: 32px;
}
@media (max-width: 576px) {
  section.reviews h3 {
    font-size: 25px;
  }
}
@media (max-width: 380px) {
  section.reviews h3 {
    font-size: 20px;
  }
}
section.reviews .slider-wrap {
  height: 100%;
  width: 100%;
}
section.reviews .slider-wrap .slider {
  position: absolute;
  width: 100%;
  left: 50px;
  top: 50px;
}
@media (max-width: 480px) {
  section.reviews .slider-wrap .slider {
    position: absolute;
    width: 100%;
    left: 5px;
    top: 5px;
  }
}
section.reviews .slider-item {
  width: 70%;
  padding: 16px 0 12px 20px;
  border-radius: 10px;
  background-color: #ffffff;
  display: flex;
  justify-content: flex-start;
  position: absolute;
  opacity: 0;
  z-index: 0;
  box-shadow: 0 4px 9px #f1f1f4;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  section.reviews .slider-item {
    flex-direction: column;
    padding: 10px;
    width: 90%;
  }
}
@media (max-width: 576px) {
  section.reviews .slider-item {
    width: 70%;
  }
}
section.reviews .slider-item .animation-card_image {
  max-width: 60px;
  max-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 4px 9px rgba(241, 241, 244, 0.72);
  background-color: #ffffff;
}
section.reviews .slider-item .animation-card_image img {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.reviews .slider-item .animation-card_content {
  margin-left: 10px;
}
section.reviews .slider-item .animation-card_content .animation-card_content_title {
  color: #4a4545;
  font-size: 22px;
  font-weight: bolder;
  margin: 0;
}
@media (max-width: 768px) {
  section.reviews .slider-item .animation-card_content .animation-card_content_title {
    font-size: 13px;
  }
}
section.reviews .slider-item .animation-card_content .animation-card_content_description {
  color: #696d74;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: normal;
  margin: 10px 0 0 0;
}
section.reviews .slider-item .animation-card_content .animation-card_content_star {
  margin: 0px 0 0 10px;
  font-size: 12px;
  font-weight: 500;
}

.item_bar {
  background-color: #f1f1f4;
}

.ce_ixelgen_progress_bar {
  max-width: 800px;
  margin: 0 auto;
}
.ce_ixelgen_progress_bar .progress_bar_item {
  margin-bottom: 2rem;
}
.ce_ixelgen_progress_bar .item_label,
.ce_ixelgen_progress_bar .item_value {
  font-size: 22px;
  font-weight: bolder;
  color: #333;
}
.ce_ixelgen_progress_bar .item_value {
  font-weight: 400;
}
.ce_ixelgen_progress_bar .item_bar {
  position: relative;
  width: 100%;
  background-color: #d8d8d8;
  border-radius: 4px;
}
.ce_ixelgen_progress_bar .item_bar .progress {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  margin: 0;
  background-color: #058319;
  border-radius: 4px;
  transition: width 100ms ease;
}

.item_bar {
  background-color: #f1f1f4 !important;
}

/* footer */
.footer {
  padding: 50px 0;
  background-color: #fff;
}
.footer div.inner-content {
  text-align: center;
}
.footer div.inner-content h1 {
  font-size: 5.5rem;
  color: #e9bf3e;
  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;
  color: #000;
}
.footer div.inner-content h5 {
  font-weight: bolder;
  font-size: 36px;
}
.footer div.inner-content span {
  color: #000;
  font-size: 20px;
}
@media (max-width: 991px) {
  .footer div.inner-content span {
    font-size: 20px;
  }
}
.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: #000;
  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;
}

.foods-tags {
  margin: 30px 0;
}
.foods-tags ul {
  padding: 0;
  margin: 0;
}
.foods-tags ul li {
  list-style: none;
  display: inline-block;
  border: 2px solid #2D3D24;
  border-radius: 18px;
  padding: 5px 10px;
  margin: 2px;
  background-color: #fff;
  font-weight: 500;
  color: #2D3D24;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: bolder;
}
@media (max-width: 768px) {
  .foods-tags ul li {
    font-size: 14px;
  }
}

.fixed-part {
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 99;
  display: flex;
}
.fixed-part #myBtn {
  display: none;
  font-size: 18px;
  border: 1px solid #e9bf3e;
  outline: none;
  background-color: #e9bf3e;
  color: #111;
  cursor: pointer;
  padding: 8px 13px;
  border-radius: 30px;
}
.fixed-part #myBtn:hover {
  color: #e9bf3e;
  border: 1px dashed #e9bf3e;
  background-color: white;
  box-shadow: #e9bf3e 0px 7px 29px 0px;
}
.fixed-part .btn {
  background-color: #e9bf3e;
  color: #111;
  padding: 8px 23px;
  border-radius: 20px;
  margin-left: 10px;
  text-transform: capitalize;
  font-size: 20px;
}

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

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

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

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

section.copyright {
  background-color: #2d3d24;
  color: #fff;
  font-weight: bolder;
  padding: 15px 0;
}
section.copyright a.mealzo-link {
  color: #e9bf3e !important;
}
section.copyright a.mealzo-link img {
  max-width: 80px;
}

.social-media {
  padding: 40px 0;
  background-color: #e9bf3e;
  transition: ease-in-out 0.5s;
}
.social-media .swiper {
  padding: 0;
}
.social-media .swiper .swiper-slide {
  height: unset;
}
.social-media .swiper .swiper-slide .card {
  background-color: transparent;
  border: none;
  border-radius: 10px;
}
.social-media .swiper img {
  border-radius: 10px;
}
.social-media .swiper .social-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
  color: #fff;
  height: 100%;
}
.social-media .swiper .social-text svg {
  fill: #fff;
}
.social-media a {
  color: #111;
  font-size: 32px;
}
.social-media a:hover {
  color: #fff;
}/*# sourceMappingURL=style2.css.map */