.main-color {
  color: #e1d09f;
}

@font-face {
  font-family: fredoka;
  src: url(../../Fonts/Fredoka/FredokaOne-Regular.ttf);
}
@font-face {
  font-family: ArchivoBlack;
  src: url(../../Fonts/Archivo_Black/ArchivoBlack-Regular.ttf);
}
@font-face {
  font-family: poppins;
  src: url(../../Fonts/poppins/Poppins-Regular.ttf);
}
body {
  font-family: poppins !important;
  background-color: #fff3cf;
}

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

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

.main-header {
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-weight: 600;
  display: inline-flex;
  position: relative;
  color: #fff;
}

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: 100px;
}
@media (max-width: 480px) {
  .valentine-gif {
    max-width: 60px;
  }
}

.order-btn {
  color: #fff;
  background-color: #006569;
  padding: 10px;
  border-radius: 20px;
  font-weight: bolder;
  font-size: 16px;
}

header {
  position: relative;
  z-index: 999;
  background-color: #006569;
}
@media (max-width: 991px) {
  header {
    background-color: #006569;
  }
}
header svg {
  fill: #fff;
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  width: 260px;
}
@media (max-width: 1200px) {
  header .shop-logo {
    max-width: 230px;
  }
}
@media (min-width: 991px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section .navbar-expand-lg .navbar-nav {
  align-items: center;
}
header section.menu-section nav {
  padding: 0;
}
@media (min-width: 992px) {
  header section.menu-section nav {
    display: flex;
    align-items: center;
  }
}
header section.menu-section nav li {
  margin-left: 15px;
}
header section.menu-section nav li a.nav-link {
  font-weight: 700;
  font-size: 20px;
  text-transform: capitalize;
  margin: 0 !important;
  color: #e1d09f !important;
  padding: 15px;
  font-weight: bolder;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  header section.menu-section nav li a.nav-link {
    font-size: 18px;
    color: #fff;
  }
}
header section.menu-section nav li a.nav-link i {
  transition: ease-in-out 0.7s;
}
header section.menu-section nav li a.nav-link:hover {
  color: #fff !important;
}
header section.menu-section nav li a.nav-link:hover i {
  transform: rotate(180deg);
}
header section.menu-section nav .dropdown-toggle::after {
  display: none !important;
}
header section.menu-section nav .dropdown-menu {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
}
header section.menu-section nav .dropdown-menu .dropdown-item {
  color: #000;
  padding: 5px;
  border-radius: 5px;
}
header section.menu-section nav .dropdown-menu .dropdown-item:hover {
  background-color: #e1d09f;
  color: #fff;
}
header section.menu-section nav .navbar-toggler-icon {
  background-image: unset !important;
  background-color: #fff6e1;
  color: #006569;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
header section.menu-section nav .navbar-toggler {
  color: #fff;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav a.btn {
  background-color: #e1d09f;
  color: #fff;
}
header section.menu-section nav .header-links {
  justify-content: flex-end;
}
header section.menu-section .login-btn {
  color: #fff !important;
  background-color: #e1d09f;
  border-radius: 20px !important;
  padding: 15px 20px !important;
}
@media (max-width: 1200px) {
  header section.menu-section .login-btn {
    padding: 15px 10px !important;
  }
}

@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
section.header-deal {
  background-color: #e1d09f;
}
section.header-deal p {
  color: #fff;
  padding-top: 10px;
}
section.header-deal a {
  text-decoration: none;
  padding-top: 10px;
  color: #fff;
  background-color: #4c4c4c;
  padding: 10px;
  border-radius: 4px;
}
section.header-deal a:hover {
  text-decoration: none;
}

/* section hero */
section.hero-section {
  padding: 80px;
}
@media (max-width: 576px) {
  section.hero-section {
    padding: 20px 0;
  }
}
section.hero-section .food-banner {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
section.hero-section .food-banner img {
  border-radius: 20px;
  margin: 5px;
}

#slider {
  margin-top: -150px;
}
#slider .carousel-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
}
@media (max-width: 991px) {
  #slider .carousel-item {
    min-height: 80vh;
  }
}
#slider .carousel-item .order-now {
  position: absolute;
  top: 40%;
  left: 10%;
  color: #fff;
  padding: 20px;
  flex-direction: column;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
  font-weight: bolder;
}
@media (max-width: 991px) {
  #slider .carousel-item .order-now {
    top: 50%;
    padding: 10px;
    left: 0%;
    right: 0%;
  }
}
@media (max-width: 768px) {
  #slider .carousel-item .order-now {
    top: 40%;
  }
}
#slider .carousel-item .order-now h2 {
  font-size: 3rem;
  font-weight: bolder;
  color: #fff;
  font-family: ArchivoBlack;
  text-shadow: 0 0 40px rgb(0, 0, 0);
}
@media (max-width: 991px) {
  #slider .carousel-item .order-now h2 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  #slider .carousel-item .order-now h2 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  #slider .carousel-item .order-now h2 {
    font-size: 1.5rem;
  }
}
#slider .carousel-item .order-now h4 {
  max-width: 100%;
  margin: 0 auto 20px auto;
  color: #fff;
  font-weight: bolder;
  text-shadow: 0 0 10px #386540;
}
@media (max-width: 767px) {
  #slider .carousel-item .order-now h4 {
    max-width: 100%;
    font-size: 1rem;
  }
}
#slider .carousel-item .order-now a.btn {
  font-size: 17px;
  color: #fff6e1;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background-color: #006569 !important;
  padding: 15px;
  font-weight: bolder;
}
#slider .carousel-item .order-now a.btn:hover {
  background-color: #fff;
}
#slider .carousel-item.item-one {
  background-image: url(../../imgs/hero/Kyaphe_Edinburgh_falooda.jpg);
}
#slider .carousel-item.item-two {
  background-image: url(../../imgs/hero/Kyaphe_Edinburgh_baba_specials.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: #fff;
  margin: 0 80px 0 0;
  position: relative;
  background-image: url(../../imgs/hero/Kyaphe_Edinburgh_Mocktails.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 20px 20px 0;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  -ms-border-radius: 0 20px 20px 0;
  -o-border-radius: 0 20px 20px 0;
}
section.more-about-us-section .container-fluid {
  background-color: rgba(0, 0, 0, 0.337254902);
  padding: 60px 0;
  border-radius: 0 20px 20px 0;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  -ms-border-radius: 0 20px 20px 0;
  -o-border-radius: 0 20px 20px 0;
}
@media (max-width: 991px) {
  section.more-about-us-section .container-fluid {
    padding: 50px 20px;
  }
}
@media (max-width: 991px) {
  section.more-about-us-section {
    margin: 0 20px 0 0;
  }
}
section.more-about-us-section h3.main-section-heading {
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: bolder;
  color: #e1d09f;
  font-family: ArchivoBlack;
}
section.more-about-us-section h2 {
  font-size: 3rem;
  margin-bottom: 20px !important;
  font-family: ArchivoBlack;
}
@media (max-width: 991px) {
  section.more-about-us-section h2 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  section.more-about-us-section h2 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  section.more-about-us-section h2 {
    font-size: 1.6rem;
  }
}
section.more-about-us-section p {
  font-weight: 500;
  color: #ffffff;
  text-shadow: 0 0 20px #000;
}
section.more-about-us-section a.btn {
  margin-top: 10px;
  font-size: 17px;
  background-color: #fff6e1;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  color: #006569 !important;
  padding: 15px;
  min-width: 160px;
  font-weight: bolder;
}
section.more-about-us-section .main-header {
  color: #fff;
}

section.special {
  text-align: center;
  padding: 50px 0 50px 50px;
}
@media (max-width: 991px) {
  section.special {
    padding: 40px 0;
  }
}
section.special .col-12 {
  padding-right: 0;
}
section.special h5 {
  font-weight: bolder;
  font-size: 18px;
}
section.special h4 {
  text-align: left;
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 2.5rem;
  margin-bottom: 0;
  font-weight: bolder;
  padding: 30px 50px 5px 50px;
  background-color: #006569;
  color: #fff;
  border-radius: 20px 20px 0 0;
  font-family: ArchivoBlack;
  text-transform: capitalize;
}
section.special h4 span {
  z-index: 4;
  position: relative;
  display: flex;
}
@media (max-width: 991px) {
  section.special h4 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  section.special h4 {
    font-size: 1.5rem;
    padding: 20px 20px 5px 20px;
  }
}
section.special .swiper {
  border-radius: 0 0 0 20px;
  padding: 32px 16px;
  margin-bottom: 40px;
  background-color: #006569;
}
section.special .swiper .swiper-button-prev,
section.special .swiper .swiper-button-next {
  background-image: url(../../imgs/main/Arrows.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #fff;
  padding: 20px;
  border-radius: 50%;
  border: 2px solid #000;
}
section.special .swiper .swiper-button-prev::after,
section.special .swiper .swiper-button-next::after {
  display: none;
}
section.special .swiper .swiper-button-next {
  right: 0;
}
section.special .swiper .swiper-button-prev {
  transform: rotate(180deg);
  left: 0;
}
section.special .card {
  transition: 0.6s ease all;
  margin: auto;
  min-height: 425px;
  padding: 0;
  padding-bottom: 5px;
  border-radius: 15px;
  border: none;
}
section.special .card .img-holder {
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
section.special .card .img-holder img {
  max-width: 80%;
  border-radius: 47% 83% 57% 63%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e1d09f;
  padding: 10px;
}
section.special .card .card-body {
  padding: 10px 5px;
}
section.special .card .card-body p {
  font-size: 13px;
  color: #000;
  margin-bottom: 0;
}
section.special .card div.card-footer {
  background-color: unset !important;
  border: none !important;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
section.special .card div.card-footer a.btn {
  color: #fff;
  background-color: #006569;
  border: 2px solid transparent;
  border-radius: 5px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: bolder;
  height: 45px;
  margin: 0 auto;
  max-width: 60%;
  border-radius: 30px;
  animation-duration: 1s;
  animation-iteration-count: 1;
}
section.special .card:hover {
  transform: scale(1.04);
}
section.special .card:hover .img-holder::after {
  color: #e1d09f;
  background-color: #fff;
  font-size: 25px;
}
section.special .card:hover .card-footer a.btn {
  border-color: #e1d09f;
  background-color: #fff;
  color: #e1d09f;
}

.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: #e1d09f;
  font-weight: bolder;
  letter-spacing: -0.1rem;
  font-size: 50px;
  text-transform: capitalize;
  text-shadow: -5px 0px #000;
}
@media (max-width: 991px) {
  .menu-banner .banner-content h2 {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .menu-banner .banner-content h2 {
    font-size: 30px;
  }
}
.menu-banner .banner-content a {
  background-color: #e1d09f;
  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: #e1d09f;
  border-color: #e1d09f;
  background-color: #fff !important;
}

.menu-slider {
  padding: 40px 0;
}
.menu-slider .swiper-wrapper {
  padding: 50px 0;
}
.menu-slider .card {
  border: none;
}
.menu-slider img {
  border-radius: 25px;
}
.menu-slider .swiper-pagination {
  bottom: 0;
}
.menu-slider .swiper-pagination-bullet-active {
  background-color: #e1d09f;
}

section.about-us {
  padding: 100px 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: #e1d09f;
}
section.about-us div.about-us-content div.shop-name-secoundry h4 {
  font-family: poppins;
  font-size: 24px;
  line-height: 36px;
  color: #252525;
  margin-bottom: 24px;
  font-weight: bolder;
}
section.about-us div.about-us-content div.shop-about-text p {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.02em;
}
section.about-us div.about-us-content div.read-more-btn a {
  background-color: #006569;
  color: #fff;
  border-radius: 20px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 20px;
  transition: all 0.5s ease;
}
section.about-us div.about-us-content div.read-more-btn a:hover {
  color: #fff;
  border-color: #e1d09f;
  background-color: #e1d09f;
  box-shadow: #006569 0px 4px 12px;
  transform: scale(0.9);
}
@media (min-width: 992px) {
  section.about-us div.about-us-content div.read-more-btn a {
    margin-top: 62px;
  }
}

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: 0;
  position: relative;
}
section.dl-app .container {
  padding: 40px 30px;
  border-radius: 30px;
}
section.dl-app .app-mockup {
  max-width: 84%;
}
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: 80px 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: #fff;
}
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: #fff;
}
@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;
  color: #006569;
}
@media (max-width: 991px) {
  section.reviews {
    padding: 10px 0;
  }
}
section.reviews fieldset {
  margin-bottom: 20px;
  padding: 10px;
  border: 2px solid #006569;
  border-radius: 15px;
  position: relative;
}
section.reviews fieldset .quote {
  position: absolute;
  top: -30px;
  right: 30px;
  width: 30px;
  padding: 4px;
  z-index: 5;
}
@media (max-width: 480px) {
  section.reviews fieldset .quote {
    width: 20px;
    top: -20px;
  }
}
section.reviews legend {
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 0;
  text-align: center;
  font-size: 30px;
  padding: 0 15px;
  font-weight: bolder;
}
@media (max-width: 991px) {
  section.reviews legend {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  section.reviews legend {
    font-size: 18px;
  }
}
section.reviews h3 {
  margin-bottom: 60px;
  font-weight: 900;
  font-size: 5rem;
  font-family: ArchivoBlack;
  color: #006569;
}
section.reviews .comment-section {
  padding: 20px;
  text-align: center;
}
section.reviews .comment-section .comment-text {
  text-align: center;
  color: #006569;
  font-size: 14px;
  line-height: 31px;
  margin: 0 auto;
}
section.reviews .comment-section .comment-writter-name {
  margin-top: 35px;
  color: #e1d09f;
  margin-bottom: 9px;
  color: #006569;
}
section.reviews .comment-section .stars {
  text-align: center;
  width: 150px;
}

/* footer */
footer {
  color: #006569;
  margin: 50px 0 50px 50px;
  background-color: #e1d09f;
  padding: 40px;
  border-radius: 20px 0 0 20px;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  -ms-border-radius: 20px 0 0 20px;
  -o-border-radius: 20px 0 0 20px;
}
@media (max-width: 768px) {
  footer {
    margin: 80px 0 20px 20px;
    padding: 24px;
  }
}
footer .footer-logo img {
  max-width: 80px;
}
footer .dl-app-link {
  max-width: 200px;
}
footer h5 {
  font-size: 2.5rem;
  margin-bottom: 0;
  font-weight: bolder;
  padding: 15px 50px;
  color: #006569;
  font-family: ArchivoBlack;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 1200px) {
  footer h5 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  footer h5 {
    font-size: 18px;
  }
}
footer .footer-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  background-color: #fff;
  padding: 16px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  min-height: 320px;
  text-align: center;
}
@media (max-width: 991px) {
  footer .footer-text {
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  footer .footer-text {
    width: 100%;
    min-height: unset;
  }
}
footer #openinghour {
  width: 100%;
  background-color: #fff;
  padding: 16px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
@media (max-width: 991px) {
  footer #openinghour {
    margin-bottom: 24px;
  }
}
footer iframe {
  width: 100%;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border: none;
  height: 320px;
}
@media (max-width: 576px) {
  footer iframe {
    width: 100%;
  }
}
footer .footer-header {
  color: #006569;
  font-size: 30px;
  margin-bottom: 45px;
}
footer a {
  color: #006569;
}
footer a:hover {
  color: #443300;
}
footer p {
  margin-bottom: 0;
  color: #006569;
}

.foods-tags {
  background-color: #fff;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  margin: 20px 0 0 0;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
.foods-tags li {
  list-style: none;
  display: inline-block;
  border: 1px solid #e1d09f;
  text-transform: capitalize;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 8px 15px;
  margin: 4px;
  background-color: #006569;
  font-size: 12px;
  font-weight: 600;
}
.foods-tags li a {
  color: #fff3cf;
  margin-bottom: 0;
  font-size: 13px;
}
.foods-tags li a:hover {
  text-decoration: none;
}
.foods-tags li:hover {
  border: 1px solid #e1d09f;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 80px;
  left: 25px;
  z-index: 3;
  font-size: 18px;
  border: 1px solid #ffffff;
  outline: none;
  background-color: #e1d09f;
  color: #ffffff;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 50%;
}
#myBtn:hover {
  color: #e1d09f;
  border: 1px solid #e1d09f;
  background-color: #fff;
  box-shadow: #006569 0px 7px 29px 0px;
}

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

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

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

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

section.copyright {
  text-align: center;
  padding: 0 0 40px 0;
}
section.copyright p {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
}
@media (max-width: 480px) {
  section.copyright p {
    font-size: 14px;
    line-height: 20px;
    padding: 5px;
  }
}/*# sourceMappingURL=style2.css.map */