.main-color {
  color: #ffd240;
}

@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}

@font-face {
  font-family: Worksans;
  src: url(../../Fonts/Worksans/WorkSansRegular.ttf);
}

@font-face {
  font-family: Montserrat;
  src: url(../../Fonts/montserrat/Montserrat-Regular.ttf);
}

@font-face {
  font-family: Allura;
  src: url(../../Fonts/Allura/AlluraRegular.ttf);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Worksans !important;
  background-color: #fff;
  overflow-x: hidden !important;
}

.section-header {
  font-size: 50px;
  margin-bottom: 40px;
  color: #ffd240;
  text-align: center;
  font-weight: bolder;
  padding: 15px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .section-header {
    font-size: 35px;
  }
}

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

.dlApp {
  margin: 0 auto;
}

/* header */
.openmenuu {
  width: 100% !important;
}

.displayy {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.valentine-gif {
  max-width: 100px;
}

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

@media (min-width: 1200px) {
  .second-header .menu-section .header-links {
    display: none !important;
  }
}

.second-header .menu-section .right-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 991px) {
  .second-header .menu-section .right-part {
    display: none;
  }
}

header {
  position: relative;
  padding: 60px 0;
}

header .navbar-brand {
  font-size: 1rem !important;
}

header .shop-logo {
  position: absolute;
  content: "";
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

@media (max-width: 1200px) {
  header .shop-logo {
    left: 5%;
    right: auto;
  }
}

header .shop-logo img {
  max-width: 170px;
  border: 1px solid rgba(255, 208, 0, 0.397);
  border-radius: 20px;
}

@media (max-width: 1200px) {
  header .shop-logo img {
    max-width: 110px;
  }
}

@media (min-width: 1200px) {
  header .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

header section.menu-section span.open-menu {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  z-index: 10;
  color: #fff !important;
}

@media (min-width: 1200px) {
  header section.menu-section span.open-menu {
    display: none;
  }
}

header section.menu-section #myNav {
  display: block;
}

@media (min-width: 1200px) {
  header section.menu-section #myNav {
    width: 100%;
  }
}

header section.menu-section #overlay-content {
  display: none;
}

@media (min-width: 1440px) {
  header section.menu-section #overlay-content {
    max-width: 90%;
  }
}

@media (min-width: 1200px) {
  header section.menu-section #overlay-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
}

header section.menu-section nav {
  padding-top: 10px;
}

@media (min-width: 1200px) {
  header section.menu-section nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header section.menu-section div.mobile-overlay {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  background-color: black;
  overflow-x: hidden;
  -webkit-transition: width 0.45s;
  transition: width 0.45s;
}

header section.menu-section div.mobile-overlay .overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
}

@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content > div#navbarNavAltMarkup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header section.menu-section div.mobile-overlay .overlay-content .closebtn {
  text-decoration: unset;
  position: fixed;
  top: 10px;
  font-size: 20px;
  right: 10%;
  font-size: 26px;
  z-index: 100;
  color: #ffd240;
}

@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content .closebtn {
    display: none;
  }
}

header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
  color: #fff;
  font-weight: bolder;
  border-bottom: 1px solid transparent;
}

header section.menu-section div.mobile-overlay .overlay-content a.nav-link:hover {
  color: #ffd240 !important;
}

header section.menu-section div.mobile-overlay .overlay-content a.nav-link .active {
  color: #fff !important;
}

@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    margin-left: 10px;
    margin-right: 0;
    font-size: 11px;
    color: #fff;
  }
}

@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    font-size: 15px;
    margin-left: 20px;
  }
}

header section.menu-section div.mobile-overlay .overlay-content a.btn {
  background-color: #ffd240;
  color: black;
}

@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay {
    position: static;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: inherit;
    z-index: 999;
  }
}

header .header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}

header .header-btn a.btn {
  background-color: #ffd240;
  color: #fff;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
}

header .header-btn a.btn:hover {
  color: #ffd240;
  border-color: #ffd240;
  background-color: #fff !important;
}

@media (min-width: 1200px) {
  header .header-btn a.btn {
    margin-top: 10px;
  }
}

header .header-btn a.btn .order-now-icon-main {
  width: 30px;
  height: 30px;
  stroke: white;
}

header .header-btn a.btn .order-now-icon-main:hover {
  stroke: #ffd240;
}

#slider .carousel-item {
  position: relative;
  min-height: 630px;
}

#slider .carousel-item .order-now {
  left: 10%;
  right: 10%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1200px) {
  #slider .carousel-item .order-now {
    padding: 10px;
  }
}

#slider .carousel-item .order-now p {
  font-size: 23px;
  font-weight: bolder;
}

#slider .carousel-item .order-now span {
  max-width: 50%;
  text-align: center;
  font-weight: bolder;
}

#slider .carousel-item .order-now h1 {
  font-size: 60px;
  color: #d82632;
  font-weight: bolder;
  text-shadow: -1px -1px #797979;
  text-transform: uppercase;
}

.index-intro {
  background-image: url(../../imgs/hero/Asia-tandoori-Indian-&-Fast-Food-Takeaway-special-mealdeals.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 750px;
}

@media (max-width: 991px) {
  .index-intro {
    min-height: 650px;
  }
}

section.hero-section {
  color: #000000;
  padding: 110px 0;
}

@media (max-width: 768px) {
  section.hero-section {
    padding: 80px 0;
  }
}

section.hero-section .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.hero-section .hero-content h1 {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  font-size: 70px;
  font-weight: bolder;
  padding: 10px 15px;
  text-transform: capitalize;
  border-radius: 0 30px 30px 30px;
}

@media (max-width: 1200px) {
  section.hero-section .hero-content h1 {
    font-size: 60px;
  }
}

@media (max-width: 991px) {
  section.hero-section .hero-content h1 {
    font-size: 50px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  section.hero-section .hero-content h1 {
    font-size: 40px;
  }
}

@media (max-width: 576px) {
  section.hero-section .hero-content h1 {
    text-align: center;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  section.hero-section .hero-content h1 {
    font-size: 35px;
  }
}

section.hero-section .hero-content h2 {
  color: #ffd240;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  section.hero-section .hero-content h2 {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  section.hero-section .hero-content h2 {
    text-align: center;
  }
}

section.hero-section .hero-content p {
  font-size: 17px;
  text-shadow: 1px 1px 1px #000;
}

@media (max-width: 576px) {
  section.hero-section .hero-content p {
    text-align: center;
  }
}

section.hero-section .hero-content p.text-white {
  font-size: 25px;
  font-weight: bolder;
}

section.hero-section .hero-content span {
  text-align: center;
  margin: auto;
  font-size: 18px;
  text-shadow: 1px 1px 1px #000;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
}

section.hero-section .hero-content a:not(:last-child) {
  color: #ffffff;
  background-color: #ffd240;
}

section.hero-section .hero-content a {
  margin-right: 10px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 800;
  margin-top: 25px;
  padding: 16px 40px;
  border-radius: 8px;
  background-color: #ffd240;
  color: #000;
  background-image: -webkit-gradient(linear, left bottom, right top, from(#7a5f2c), color-stop(#e1c25c), color-stop(#ae8434), color-stop(#af8942), color-stop(#e1c25c), to(#ae8434));
  background-image: linear-gradient(to right top, #7a5f2c, #e1c25c, #ae8434, #af8942, #e1c25c, #ae8434);
}

@media (max-width: 767px) {
  section.hero-section .hero-content a {
    font-size: 15px;
    padding: 10px;
  }
}

section.hero-section .hero-content a:hover {
  color: #ffd240;
  background-color: rgba(255, 255, 255, 0.75);
}

section.hero-section img {
  width: 100%;
  -webkit-box-shadow: 0px -1px 32px #f0f0f0;
          box-shadow: 0px -1px 32px #f0f0f0;
  border-radius: 20px;
}

/* more about us section */
section.more-about-us-section {
  background-color: #fffdfc;
  margin-top: 160px;
}

section.more-about-us-section h3.main-section-heading {
  margin-bottom: 50px;
  text-transform: capitalize;
  font-weight: bolder;
  font-size: 35px;
}

section.more-about-us-section .circle-img {
  margin-bottom: 33px;
}

section.more-about-us-section h4 {
  margin-bottom: 15px;
}

section.more-about-us-section p {
  max-width: 300px;
}

section.special {
  text-align: center;
  padding: 70px 0;
  background-color: #ffd240;
  background-color: #000;
}

@media (max-width: 991px) {
  section.special {
    padding: 40px 0;
  }
}

section.special h3 {
  margin-bottom: 52px;
}

section.special .card {
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
  margin: auto;
  min-height: 480px;
  padding: 0;
  padding-bottom: 20px;
  border-radius: 80px 80px 0 0;
  background-color: transparent;
  border: none;
}

section.special .card:hover {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

section.special .card:hover .img-holder::after {
  color: #ffd240;
  background-color: #fff;
  font-size: 25px;
}

section.special .card:hover a.btn {
  -webkit-transition: 0.1s ease all;
  transition: 0.1s ease all;
  background-color: #ffd240;
  color: #fff;
}

section.special .card .img-holder {
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

section.special .card .img-holder img {
  max-width: 100%;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.special .card .card-body {
  padding: 10px;
  display: none;
}

section.special .card .card-body p {
  font-size: 15px;
  color: #fff;
}

section.special .card div.card-footer {
  background-color: unset !important;
  border: none !important;
  padding: 0;
}

section.special .card div.card-footer a.btn {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#7a5f2c), color-stop(#e1c25c), color-stop(#deae56), color-stop(#e1c25c), color-stop(#ae8434), to(#ae8434));
  background-image: linear-gradient(to top right, #7a5f2c, #e1c25c, #deae56, #e1c25c, #ae8434, #ae8434);
  color: #000;
  border-radius: 5px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bolder;
  padding: 14px 0;
  margin: 12px auto 0 auto;
  width: 100%;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

@media (max-width: 480px) {
  section.special .card div.card-footer a.btn {
    font-size: 16px;
  }
}

section.special .card div.card-footer a.btn:hover {
  color: #fff;
  background-color: #ffd240;
}

.SpecialOffer {
  background-image: url(../../imgs/hero/Asia-tandoori-Indian-&-Fast-Food-Takeaway-food.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 11% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  background-color: #ffd240;
}

.SpecialOffer p {
  max-width: 900px;
  text-align: center;
  margin: auto;
  font-size: 25px;
}

.SpecialOffer a.btn {
  background-color: #ffd240;
  color: #000;
  border: 3px solid #ffd240;
  border-radius: 5px;
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bolder;
  padding: 12px 40px;
  margin: 12px auto 0 auto;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.SpecialOffer a.btn:hover {
  color: #fff;
  background-color: #ffd240;
}

.Gallery {
  background-color: #000;
  padding: 80px 0;
}

.Gallery img {
  border-radius: 15px;
  -webkit-transition: ease-in-out 0.7s;
  transition: ease-in-out 0.7s;
}

.Gallery a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

section.about-us {
  background-color: #ffdc6a;
}

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: #ffd240;
}

section.about-us div.about-us-content .about-us-img {
  padding: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.about-us div.about-us-content .about-us-img img {
  position: relative;
  max-width: 100%;
  margin: auto;
  border-radius: 2px;
}

@media (max-width: 768px) {
  section.about-us div.about-us-content .about-us-img img {
    max-width: 100%;
  }
}

section.about-us div.about-us-content div.shop-name-secoundry h4 {
  font-family: Quicksand-bold;
  font-size: 24px;
  line-height: 36px;
  color: #000;
  margin-bottom: 50px;
  font-weight: bolder;
}

section.about-us div.about-us-content div.shop-about-text {
  padding: 40px;
}

section.about-us div.about-us-content div.shop-about-text h2 {
  margin-bottom: 20px;
  color: #000;
  font-size: 35px;
  line-height: 33px;
  font-weight: bolder;
  letter-spacing: -2px;
  font-family: Worksans;
}

section.about-us div.about-us-content div.shop-about-text p {
  color: #000;
  font-size: 15px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
}

@media (max-width: 1200px) {
  section.about-us div.about-us-content div.shop-about-text p {
    font-size: 15px;
  }
}

@media (max-width: 1100px) {
  section.about-us div.about-us-content div.shop-about-text p {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  section.about-us div.about-us-content div.shop-about-text p {
    padding-top: 40px;
    font-size: 15px;
    line-height: 25px;
    font-style: normal;
    font-weight: 400;
  }
}

@media (max-width: 768px) {
  section.about-us div.about-us-content div.shop-about-text p {
    padding-top: 20px;
  }
}

section.about-us div.about-us-content div.shop-about-text a {
  margin-right: 10px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 800;
  margin-top: 25px;
  padding: 12px 35px;
  border-radius: 8px;
  color: #000;
  border: 1px solid #000;
  background-image: -webkit-gradient(linear, left bottom, right top, from(#e1c25c), color-stop(#ae833476), color-stop(#af8942), color-stop(#e1c25c), to(#ae8334a0));
  background-image: linear-gradient(to right top, #e1c25c, #ae833476, #af8942, #e1c25c, #ae8334a0);
}

@media (max-width: 767px) {
  section.about-us div.about-us-content div.shop-about-text a {
    font-size: 15px;
    padding: 10px;
  }
}

section.about-us div.about-us-content div.shop-about-text a:hover {
  color: #ffd240;
  background-color: rgba(255, 255, 255, 0.75);
}

section.peyment-method {
  background-color: #000;
}

section.peyment-method div.row {
  padding: 35px 0;
}

section.peyment-method div.row div.col-10 .methods-container {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

section.peyment-method div.row div.col-10 .methods-container > div img {
  width: 70px;
  display: block;
}

/* dwnloap app section */
.dl-app {
  background-color: #ffdc6a;
  color: #000;
}

.dl-app h3 {
  margin-bottom: 20px;
  color: #000;
  font-size: 35px;
  font-weight: bolder;
  letter-spacing: -2px;
  font-family: Worksans;
}

.dl-app img.dl-app-link {
  margin-bottom: 50px;
  width: 170px;
}

@media (min-width: 768px) {
  .dl-app img.dl-app-link {
    margin-bottom: 0;
    width: 200px;
  }
}

.dl-app img.app-mockup {
  max-width: 80%;
  padding: 10%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
}

.dl-app .dl-app-content {
  padding: 13% 17%;
  height: 100%;
}

@media (max-width: 991px) {
  .dl-app .dl-app-content {
    padding: 50px 0;
    text-align: center;
  }
}

section.reviews {
  padding: 80px 0;
}

section.reviews .container {
  background-color: #ffd240;
  border-radius: 34px;
}

section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 33px;
  line-height: 70px;
  color: #fff;
}

@media (min-width: 768px) {
  section.reviews h3 {
    font-size: 50px;
  }
}

section.reviews .comment-section .comment-text {
  max-width: 800px;
  min-height: 100px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 31px;
  margin: 0 auto;
}

section.reviews .comment-section .comment-writter-name {
  margin-top: 35px;
  color: #ffd240;
  margin-bottom: 9px;
  color: #fff;
}

section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}

footer {
  background-color: #000;
  color: #fff;
  padding: 60px 0 0 0;
}

footer details summary {
  line-height: 38px;
}

footer details a {
  color: #fff;
  font-size: 14px;
}

footer details a:hover {
  color: #ffd240;
  text-decoration: none;
}

footer ul {
  list-style: none;
}

@media (max-width: 768px) {
  footer ul {
    padding: 0;
  }
}

footer ul li a {
  color: #fff;
  font-size: 18px;
}

footer ul li a:hover {
  color: #ffd240;
  text-decoration: none;
}

footer h5 {
  font-weight: bolder;
  font-size: 1.5rem;
}

section.foods-tags {
  padding: 20px 0 0 0;
}

section.foods-tags ul {
  padding: 10px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

section.foods-tags ul li {
  list-style: none;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 5px;
  margin: 4px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  text-transform: capitalize;
}

section.foods-tags ul li a {
  color: #fff !important;
  font-size: 12px;
}

section.foods-tags ul li a:hover {
  text-decoration: none;
}

section.find-us {
  background-image: url(../../imgs/hero/Asia-tandoori-Indian-&-Fast-Food-Takeaway-chefs.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 0 0;
}

@media (max-width: 768px) {
  section.find-us {
    padding: 50px 0 0 0;
  }
}

section.find-us .detail-wrapper {
  background-color: #ffd240;
  border-radius: 90px 90px 15px 15px;
  padding: 30px;
  color: #000;
  min-height: 400px;
}

@media (max-width: 1200px) {
  section.find-us .detail-wrapper {
    padding: 50px 5px 30px;
  }
}

@media (max-width: 768px) {
  section.find-us .detail-wrapper {
    margin: auto;
  }
}

section.find-us .detail-wrapper h4 {
  color: #000;
}

section.find-us .detail-wrapper h6 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #000;
  font-weight: 900;
}

section.find-us .detail-wrapper span {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}

section.find-us .detail-wrapper a {
  color: #000;
}

section.find-us .detail-wrapper a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #272042;
}

section.find-us .detail-wrapper svg {
  fill: #000;
}

section.find-us .detail-wrapper .fa {
  color: #000;
  font-size: 1rem;
}

section.find-us .detail-wrapper .fa-facebook-official,
section.find-us .detail-wrapper .fa-instagram {
  font-size: 1.5rem;
}

section.find-us .detail-wrapper iframe {
  border-radius: 15px;
  width: 100%;
  height: 200px;
  margin-top: 30px;
}

section.find-us .detail-wrapper p {
  font-size: 14px;
}

section.find-us .detail-wrapper img {
  max-width: 100px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 59px;
  right: 25px;
  z-index: 99;
  font-size: 18px;
  border: 1px solid #ffd240;
  outline: none;
  background-color: #ffffff;
  color: #ffd240;
  cursor: pointer;
  padding: 8px 15px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
}

#myBtn:hover {
  background-color: transparent;
}

section.social-media {
  background-color: #000;
}

section.social-media h5 {
  color: #ffd240;
}

section.social-media div.icon-holder {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

section.social-media div.icon-holder:hover {
  -webkit-transform: translate(0px, -8px);
          transform: translate(0px, -8px);
}

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

::-moz-selection {
  background-color: #a8a8a8;
  color: #a8a8a8;
}

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

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

section.copyright {
  color: #fff;
}

section.copyright a.mealzo-link {
  color: #ffd240 !important;
}

section.copyright a.mealzo-link img {
  max-width: 120px;
}
/*# sourceMappingURL=style2.css.map */