.main-color {
  color: #000000;
}

@font-face {
  font-family: Adobe_Hebrew;
  src: url(../../Fonts/Adobe_Hebrew_Regular/Adobe_Hebrew_Regular.otf);
}
@font-face {
  font-family: OpenSans;
  src: url(../../Fonts/open_sans/Open_Sans/static/OpenSans/OpenSans-Regular.ttf);
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: OpenSans !important;
  overflow-x: hidden;
}

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

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

.snowflake:nth-child(even) {
  position: absolute;
  width: 27px;
  height: 27px;
  background: transparent;
  z-index: 999;
  background-image: url(../../imgs/blue-snow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

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

.reveal.active {
  opacity: 1;
}
.reveal.active .fade-left {
  animation: fade-left 0.7s ease-in-out;
}
@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.reveal.active .fade-right {
  animation: fade-right 1s ease-in-out;
}
@keyframes fade-right {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.reveal.active .fade-top {
  animation: fade-top 0.7s ease-in-out;
}
@keyframes fade-top {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(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;
}

.section-header {
  font-size: 50px;
  margin-bottom: 30px;
  font-weight: bolder;
  color: #100A0C;
}
@media (max-width: 768px) {
  .section-header {
    font-size: 35px;
  }
}
@media (max-width: 380px) {
  .section-header {
    font-size: 25px;
  }
}

header {
  padding: 10px 0;
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  background-color: #F4B400;
  color: #fff;
}
header .shop-logo {
  width: 130px;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  header .shop-logo {
    max-width: 100px;
  }
}
@media (max-width: 480px) {
  header .shop-logo {
    max-width: 100px;
  }
}
@media (min-width: 991px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section .col-12 .navbar-expand-lg .navbar-nav {
  align-items: center;
}
header section.menu-section .col-12 .navbar .navbar-brand {
  padding: 0;
}
header section.menu-section nav {
  padding: 5px 0;
}
@media (min-width: 768px) {
  header section.menu-section nav {
    display: flex;
    align-items: center;
  }
}
header section.menu-section nav .navbar-toggler-icon {
  background-image: unset !important;
}
header section.menu-section nav .navbar-toggler {
  color: #fff;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav .nav-item {
  color: #000 !important;
  font-size: 15px;
  font-weight: 500;
}
@media (min-width: 768px) {
  header section.menu-section nav .nav-item {
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  header section.menu-section nav .nav-item {
    margin-right: 10px;
  }
}
@media (max-width: 992px) {
  header section.menu-section nav .nav-item {
    margin-right: 15px;
  }
}
header section.menu-section nav .nav-item a.nav-link {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (min-width: 991px) {
  header section.menu-section nav .nav-item a.nav-link {
    padding-top: 0;
    padding-bottom: 0;
  }
}
header section.menu-section nav .nav-item a.nav-link:hover {
  color: #fff;
  text-shadow: 0 0 5px #000;
  filter: contrast(150%);
  transition: ease-in-out 0.5s;
}
header section.menu-section nav .nav-item .dropdown-menu {
  background-color: #262122 !important;
  border-radius: 0 20px 20px 20px;
  padding: 10px;
  box-shadow: 0 8px 10px 1px rgba(148, 148, 148, 0.1411764706), 0 3px 14px 2px rgba(117, 117, 117, 0.1215686275), 0 5px 5px -3px rgba(118, 118, 118, 0.2);
  top: 100%;
  min-width: -moz-max-content;
  min-width: max-content;
}
header section.menu-section nav .nav-item .dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
header section.menu-section nav .nav-item .dropdown-menu .dropdown-item svg {
  visibility: hidden;
  padding-right: 5px;
}
header section.menu-section nav .nav-item .dropdown-menu .dropdown-item:focus,
header section.menu-section nav .nav-item .dropdown-menu .dropdown-item:hover {
  transition: ease-in-out 0.5s;
  border-radius: 5px;
  color: #000;
}
header section.menu-section nav .nav-item .dropdown-menu .dropdown-item:focus svg,
header section.menu-section nav .nav-item .dropdown-menu .dropdown-item:hover svg {
  visibility: visible;
}
header section.menu-section nav .nav-item .nav-item:last-of-type {
  margin-left: 20px;
}
header section.menu-section nav .nav-item a.login-btn {
  background-color: #ffffff;
  border-radius: 1px;
  padding: 15px 35px;
  color: #000 !important;
}
header section.menu-section nav .nav-item a.login-btn:hover {
  background-color: #fff;
  transition: ease-in-out 0.5s;
}
header section.menu-section nav a.btn {
  background-color: #ffffff;
  color: black;
}
header section.menu-section nav .header-links {
  justify-content: flex-end;
}
header section.menu-section .menu-btn {
  display: flex;
  text-align: center;
  flex-direction: row;
  align-items: center;
  list-style: none;
  padding: 10px;
  font-family: Adobe_Hebrew;
  margin-bottom: 0;
  border-radius: 18px;
  background: #100A0C;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  header section.menu-section .menu-btn {
    display: none;
  }
}
header section.menu-section .menu-btn li {
  line-height: 30px;
  align-items: center;
}
header section.menu-section .menu-btn li a {
  color: #fff;
  padding: 0 10px;
  font-weight: bolder;
  font-size: 17px !important;
}
header .dropdown-menu.coming-soon {
  border-radius: 10px !important;
}
@media (min-width: 991px) {
  header .dropdown-menu.coming-soon {
    left: -160px !important;
  }
}
header .dropdown-toggle::after {
  display: none;
}
header .coming-soon {
  min-width: 550px;
  padding: 10px 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  header .coming-soon {
    min-width: 200px;
    max-width: 200px;
  }
}
header .coming-soon .dropdown-item {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 15px;
  border-radius: 3px;
  text-align: left;
}
header .coming-soon .dropdown-item:focus,
header .coming-soon .dropdown-item:hover {
  transition: ease-in-out 0.5s;
  text-decoration: none;
}
header .login-part {
  border-radius: 10px 0 10px 10px !important;
}
@media (min-width: 991px) {
  header .login-part {
    left: -40px !important;
  }
}

@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
section.hero-section {
  background-image: url("../../imgs/hero/Casa-Gurkha-hero-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 120px 50px;
}
@media (max-width: 991px) {
  section.hero-section {
    height: auto;
    padding: 80px 0 40px 0;
  }
}
section.hero-section .hero-content {
  background: linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6), 50%);
  border-radius: 20px;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
section.hero-section .hero-content h6 {
  font-size: 20px;
  text-shadow: 0 0 20px #000;
}
section.hero-section .hero-content h1 {
  color: #F4B400;
  font-size: 65px;
  font-weight: bolder;
  text-shadow: 1px 5px #000;
  margin-bottom: 20px;
  font-family: Adobe_Hebrew;
}
@media (max-width: 991px) {
  section.hero-section .hero-content h1 {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  section.hero-section .hero-content h1 {
    font-size: 45px;
    margin-top: 30px;
  }
}
@media (max-width: 380px) {
  section.hero-section .hero-content h1 {
    font-size: 38px;
    margin-top: 30px;
  }
}
section.hero-section .hero-content p {
  font-size: 20px;
  text-shadow: 0 0 2px #000;
  margin-bottom: 50px;
}
@media (max-width: 1300px) {
  section.hero-section .hero-content p {
    margin-bottom: 20px;
  }
}
section.hero-section .hero-content .order-btn {
  border-radius: 30px;
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 20px;
  padding: 10px 35px;
  background-color: #F4B400;
  color: #fff;
  font-size: 20px;
  font-weight: bolder;
  font-family: Adobe_Hebrew;
}
section.hero-section .hero-content .order-btn:hover {
  background-color: #100A0C;
  text-decoration: none;
  color: #ffffff;
}
@media (max-width: 1300px) {
  section.hero-section .hero-content .order-btn {
    padding: 8px 20px;
  }
}
@media (max-width: 991px) {
  section.hero-section .hero-content .order-btn {
    margin: 10px;
  }
}
@media (max-width: 576px) {
  section.hero-section .hero-content .order-btn {
    margin: 10px auto;
  }
}
section.hero-section .hero-content .Cafe-btn {
  border: 3px solid #ffc2c2;
  background-color: transparent;
  color: #ffc2c2;
}
section.hero-section .hero-content .food-btn {
  border: 3px solid #ffac40;
  background-color: transparent;
  color: #ffac40;
}
section.hero-section .hero-content .order-food {
  background-color: #F4B400;
}
section.hero-section .hero-content .order-cafe {
  background-color: #ffc2c2;
}
section.hero-section img {
  aspect-ratio: 1/1;
  max-width: 85%;
  margin: 0 auto;
  border-radius: 50%;
}
section.hero-section .mySwiper {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.hero-section .mySwiper h3 {
  font-size: 50px;
  color: #fff;
  font-family: Adobe_Hebrew;
}
section.hero-section .mySwiper a {
  display: flex;
  flex-direction: column;
  transition: ease-in-out 0.7s;
}
section.hero-section .mySwiper a:hover {
  text-decoration: none !important;
  transform: scale(1.05);
}
section.hero-section .mySwiper a:hover * {
  text-decoration: none !important;
}
section.hero-section .mySwiper a button {
  margin: 0 auto;
  width: 90%;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 15px 20px;
  font-weight: bolder;
  color: #fff;
  font-size: 25px;
  font-family: Adobe_Hebrew;
}
@media (max-width: 1200px) {
  section.hero-section .mySwiper a button {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  section.hero-section .mySwiper a button {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  section.hero-section .mySwiper a button {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  section.hero-section .mySwiper img {
    max-width: 400px;
  }
}
@media (max-width: 576px) {
  section.hero-section .mySwiper img {
    max-width: 300px;
  }
}
@media (max-width: 480px) {
  section.hero-section .mySwiper img {
    max-width: 250px;
  }
}
@media (max-width: 380px) {
  section.hero-section .mySwiper img {
    max-width: 200px;
  }
}
section.hero-section .mySwiper .swiper-pagination-bullet {
  background-color: antiquewhite;
}
section.hero-section .swiper-3d .swiper-slide-shadow-left {
  background-image: none !important;
}
section.hero-section .swiper-3d .swiper-slide-shadow-right {
  background-image: none !important;
}

section.more-about-us-section {
  color: #fff;
  padding: 80px 0 20px 0;
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 55%, rgba(0, 0, 0, 0.6) 100%), url("../../imgs/about/Casa-Gurkha-wall-more-about-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  background-attachment: fixed;
}
section.more-about-us-section .main-header {
  margin-bottom: 30px;
  font-family: Adobe_Hebrew;
}
section.more-about-us-section h3 {
  color: #F4B400;
  text-shadow: 0 0 0 6px #000;
  font-family: Adobe_Hebrew;
}
@media (max-width: 991px) {
  section.more-about-us-section h3 {
    font-size: 32px;
  }
}
section.more-about-us-section .about-text {
  margin-bottom: 40px;
  max-width: 550px;
}
section.more-about-us-section .more-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 30px 10px;
  border-radius: 0;
}
@media (max-width: 1200px) {
  section.more-about-us-section .more-content {
    padding: 20px 10px;
  }
}
@media (max-width: 768px) {
  section.more-about-us-section .more-content {
    min-height: unset;
    padding: 0;
  }
}
section.more-about-us-section .more-content .circle-img {
  margin-bottom: 15px;
  margin-right: 15px;
  border-radius: 50%;
  transition: all 0.5s;
}
section.more-about-us-section .more-content .circle-img img {
  max-width: 100px;
  transition: ease-in-out 0.7s;
  background-color: #fff;
  border-radius: 50%;
}
section.more-about-us-section .more-content .circle-img img:hover {
  transform: scale(1.1);
}
@media (max-width: 576px) {
  section.more-about-us-section .more-content .circle-img {
    margin-bottom: 20px;
  }
}
section.more-about-us-section .more-content .about-details {
  padding: 0 10px;
}
section.more-about-us-section .more-content .about-details h4 {
  margin-bottom: 7px;
  font-size: 1.5rem;
  font-weight: 900;
  font-family: Adobe_Hebrew;
}
section.more-about-us-section .more-content .about-details p {
  margin: 0;
  max-width: 90%;
  font-size: 17px;
  font-weight: 600;
}
section.more-about-us-section .more-content a.btn {
  margin-top: 20px;
  background-color: #ffffff;
  padding: 15px 40px;
  border-radius: 15px;
  color: #000;
}

section.banners {
  background-color: #F4B400;
  margin: 0;
  padding: 5% 7%;
}
section.banners .category-card {
  position: relative;
  display: block;
  height: 300px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (min-width: 1024px) {
  section.banners .category-card {
    margin: 2%;
    max-width: 40vw;
  }
}
@media (max-width: 1024) {
  section.banners .category-card {
    margin-bottom: 5%;
  }
}
@media (max-width: 765px) {
  section.banners .category-card {
    margin-bottom: 4%;
  }
}
@media (max-width: 576px) {
  section.banners .category-card {
    margin-bottom: 4%;
  }
}
section.banners .category-card:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}
section.banners .category-card .overlay-text {
  font-family: Adobe_Hebrew;
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}
section.banners .category-card .overlay-text .highlight {
  font-weight: bold;
  font-size: 1.2rem;
  color: orange;
}
section.banners .category-card .overlay-text .main {
  font-size: 1.5rem;
  font-weight: 700;
}
section.banners .fries {
  background-image: url("../../imgs/banners/Casa-Gurkha-savoury-snack.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.banners .wings {
  background-image: url("../../imgs/banners/taste-of-asia.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.banners .milkshake {
  background-image: url("../../imgs/banners/casa-gurkha-nepali.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.banners .burger {
  background-image: url("../../imgs/banners/Casa-Gurkha-beer.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  section.banners .category-card {
    height: 200px;
  }
}
@media (max-width: 576px) {
  section.banners .category-card {
    height: 180px;
  }
  section.banners .overlay-text .main {
    font-size: 1.2rem;
  }
}

.SpecialOffer {
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-attachment: fixed;
  color: #fff;
  font-weight: bolder;
}
@media (max-width: 768px) {
  .SpecialOffer {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .SpecialOffer h3 {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .SpecialOffer h3 {
    font-size: 35px;
  }
}
.SpecialOffer a.btn {
  padding: 15px 35px;
  background-color: #ffffff;
  color: #fff;
  font-weight: bolder;
  border: 1px solid #ffffff;
  border-radius: 30px;
}
.SpecialOffer a.btn:hover {
  background-color: transparent;
  border: 1px solid #fff;
}

.gallery {
  padding: 40px;
}
.gallery img {
  max-width: 95%;
  border-radius: 20px;
  margin: 15px auto;
  display: flex;
  justify-content: center;
}

section.about-us {
  background-color: #1c1c1c;
  color: #fff;
  padding: 80px 0 80px 50px;
  position: relative;
}
@media (max-width: 1200px) {
  section.about-us {
    padding: 50px 0;
  }
}
section.about-us::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  background-color: #F4B400;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  section.about-us::before {
    display: none;
  }
}
section.about-us h3 {
  font-family: Adobe_Hebrew;
  font-size: 40px;
  color: #fff;
}
@media (max-width: 1300px) {
  section.about-us h3 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  section.about-us h3 {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
section.about-us p {
  margin-top: 20px;
  max-width: 90%;
  text-align: justify;
}
@media (max-width: 991px) {
  section.about-us p {
    margin: 5px auto 15px auto;
    max-width: 100%;
    display: flex;
    text-align: center;
  }
}
section.about-us img {
  max-width: 85%;
  display: flex;
  margin-bottom: 20px;
  border-radius: 20px;
  border: 5px solid rgba(221, 221, 221, 0.7019607843);
}
@media (max-width: 991px) {
  section.about-us img {
    max-width: 100%;
    margin: 10px auto;
    display: flex;
  }
}
section.about-us .order-btn {
  border-radius: 30px;
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 20px;
  padding: 15px 55px;
  background-color: #F4B400;
  color: #ffffff;
  font-size: 20px;
  font-weight: bolder;
  font-family: Adobe_Hebrew;
}
section.about-us .order-btn:hover {
  background-color: #000000;
  transform: scale(1.03);
  text-decoration: none;
}
@media (max-width: 576px) {
  section.about-us .order-btn {
    padding: 10px 35px;
    margin: 0 auto 10px auto;
  }
}

section.peyment-method {
  background-color: #000000;
}
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 {
  background-color: #1c1c1c;
  color: #fff !important;
  position: relative;
}
@media (max-width: 768px) {
  section.dl-app {
    padding-top: 50px;
    color: #fff;
  }
}
section.dl-app::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  background-color: #1c1c1c;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  section.dl-app::before {
    width: 100%;
  }
}
section.dl-app .app-mockup {
  margin: 0;
  width: 100%;
  margin: 0;
  padding: 0px 0px 0 0px;
}
section.dl-app .app-mockup img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 576px) {
  section.dl-app .app-mockup {
    padding: 40px 0;
  }
}
@keyframes app-animation {
  0% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(-7px);
  }
}
section.dl-app div.inner-content {
  max-width: 80%;
  margin: auto;
}
@media (max-width: 576px) {
  section.dl-app div.inner-content {
    max-width: 100%;
  }
}
section.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
@media (max-width: 768px) {
  section.dl-app div.inner-content p {
    color: #fff;
  }
}
section.dl-app div.inner-content .order-btn {
  border-radius: 30px;
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 40px 0;
  padding: 15px 55px;
  text-shadow: 0 0 5px #000;
  background-color: #F4B400;
  color: #ffffff;
  font-size: 20px;
  font-weight: bolder;
  font-family: Adobe_Hebrew;
  transition: all ease-in-out 1s;
}
@media (max-width: 576px) {
  section.dl-app div.inner-content .order-btn {
    background-color: #000;
  }
}
section.dl-app div.inner-content .order-btn:hover {
  transform: scale(1.04);
  background-color: #F4B400;
  border: solid 1px #000;
  filter: contrast(140%);
  box-shadow: 0 0 4px #000;
  text-decoration: none;
}
@media (max-width: 576px) {
  section.dl-app div.inner-content .order-btn {
    padding: 10px 35px;
    margin: 0 auto 10px auto;
  }
}
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 {
  color: #F4B400;
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  margin: 20px 0;
  font-size: 50px;
  font-weight: bolder;
  margin-bottom: 20px;
  font-family: Adobe_Hebrew;
}
@media (max-width: 1200px) {
  section.dl-app div.inner-content h3 {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  section.dl-app div.inner-content h3 {
    color: #fff;
  }
}
@media (max-width: 380px) {
  section.dl-app div.inner-content h3 {
    margin-bottom: 0;
  }
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
section.reviews {
  padding: 80px 0;
}
@media (max-width: 768px) {
  section.reviews {
    padding: 20px;
  }
}
section.reviews .container {
  background-color: #ffffff;
  border-radius: 34px;
}
section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 33px;
  line-height: 70px;
  color: #fff;
}
@media (max-width: 576px) {
  section.reviews h3 {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  section.reviews h3 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  section.reviews h3 {
    font-size: 13px;
  }
}
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: #ffffff;
  margin-bottom: 9px;
  color: #fff;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}

footer {
  background-color: #B38608;
  color: rgb(255, 255, 255);
  padding: 80px 0 0 0;
  position: relative;
}
footer details summary {
  line-height: 38px;
}
footer details a {
  color: #fff;
  font-size: 14px;
}
footer details a:hover {
  color: #fff;
  text-decoration: none;
}
footer a.d-flex img.shop-logo {
  max-width: 242px;
  max-height: 50px;
}
footer h5 {
  font-family: Adobe_Hebrew;
  font-size: 30px;
}
@media (max-width: 768px) {
  footer h5 {
    font-size: 30px;
  }
}
footer .footer-header {
  font-size: 38px;
  text-transform: capitalize;
  font-weight: bolder;
  color: #ffffff;
  font-family: Adobe_Hebrew;
}
@media (max-width: 480px) {
  footer .footer-header {
    font-size: 35px;
  }
}
footer .fa {
  font-size: 1.25rem;
}
footer .list-group.shop-info {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  footer .list-group.shop-info {
    flex-direction: column;
  }
}
footer .list-group.shop-info div {
  margin: 0 auto;
}
footer .footer-title {
  margin-bottom: 30px;
  font-family: Adobe_Hebrew;
}
footer .footer-title span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #ffffff;
}
footer img.dl-app-link {
  margin-bottom: 20px;
  width: 170px;
}
@media (min-width: 768px) {
  footer img.dl-app-link {
    width: 180px;
  }
}
footer h3 {
  font-size: 20px;
  margin-top: 20px;
}
footer .footer-content {
  flex-direction: row;
}
@media (max-width: 768px) {
  footer .footer-content {
    flex-direction: column;
    text-align: center;
  }
}
footer .footer-content ul {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  footer .footer-content ul {
    padding: 0;
    margin-bottom: 30px;
  }
}
footer .footer-content ul h5 {
  margin-bottom: 15px;
  font-family: Adobe_Hebrew;
}
footer .footer-content ul h5 span {
  color: #ffffff;
}
footer .footer-content ul li {
  list-style: none;
}
footer .footer-content ul li a {
  color: #fff;
  line-height: 38px;
}
footer .footer-content ul li a:hover {
  text-decoration: none;
  color: #F4B400;
  filter: contrast(250%);
  text-shadow: 0 0 10px #000;
}
footer .fa {
  color: #000;
}

section.foods-link {
  margin: 10px 0;
}
section.foods-link ul {
  padding: 10px;
  margin: 0;
}
section.foods-link ul li {
  list-style: none;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 5px;
  margin: 4px;
}
section.foods-link ul li a {
  color: #fff;
}
section.foods-link ul li a:hover {
  text-decoration: none;
}
section.foods-link ul li:hover {
  border: 1px solid #ffffff;
}

section.foods-tags .foods-link {
  border-bottom: 1px solid #fff;
  padding-top: 15px;
}
section.foods-tags ul {
  padding: 10px;
  justify-content: center;
  text-align: center;
}
section.foods-tags ul li {
  text-align: center;
  list-style: none;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 2px 15px;
  margin: 4px;
  background-color: #000000;
  color: #ffffff;
}
section.foods-tags ul li a {
  color: #ffffff !important;
  font-weight: bolder;
  font-size: 12px;
}
section.foods-tags ul li a:hover {
  text-decoration: none;
}

.find-us {
  padding: 0;
}
.find-us iframe {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .find-us iframe {
    height: 500px;
  }
}

ul.foods-link {
  padding: 10px 0;
}
ul.foods-link li {
  list-style: none;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 18px;
  padding: 5px 10px;
  margin: 2px;
  background-color: #fff;
  font-weight: 500;
  color: #000;
  font-size: 14px;
}
@media (max-width: 768px) {
  ul.foods-link li {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
}
ul.foods-link li:hover {
  border: 2px solid #100A0C;
}
ul.foods-link li:hover a {
  color: #100A0C;
}

.contact-us {
  background-color: #1c1c1c;
  color: #fff !important;
  text-shadow: 0 0 2px #000;
  padding: 80px 0;
}
.contact-us .contact-card {
  height: 500px;
  border: 3px solid #F4B400;
  background-color: rgba(244, 180, 0, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  color: #fff;
  padding: 0 40px 40px 40px;
  border-radius: 50px 50px 5px 5px;
  min-height: 490px;
}
.contact-us .contact-card h4 {
  background-color: #F4B400;
  color: #fff;
  padding: 20px 0;
  border-radius: 0 0 40px 40px;
  font-weight: bolder;
  font-family: Adobe_Hebrew;
  text-transform: capitalize;
}
.contact-us .contact-card .fa {
  font-size: 20px;
}
.contact-us .contact-card a {
  color: #000;
}
.contact-us .contact-card ul {
  padding: 0;
}
.contact-us .contact-card ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #6d6d6d;
  padding: 5px 0;
}
.contact-us .contact-card ul li p {
  margin-bottom: 0;
}
.contact-us .contact-card svg {
  fill: #fff;
}
.contact-us .contact-card #openinghour {
  padding: 5% 8%;
  font-size: 18px;
}
.contact-us .cafe-card {
  border: 3px solid #100A0C;
}
.contact-us .cafe-card h4 {
  background-color: #100A0C;
}
.contact-us .cafe-card svg {
  fill: #100A0C;
}
.contact-us .cafe-card .fa {
  color: #100A0C;
}
.contact-us .map-card {
  height: 500px;
  background-color: rgba(244, 180, 0, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 40px;
  border: 3px solid #F4B400;
  border-radius: 50px 50px 5px 5px;
}
.contact-us .map-card iframe {
  border-radius: 50px 50px 5px 5px;
}
.contact-us .cafe-map-card {
  padding: 40px;
  border: 3px solid #100A0C;
  border-radius: 50px 50px 5px 5px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #000;
  color: #F4B400;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 12px;
}
#myBtn:hover {
  color: #000;
  border: 1px dashed #100A0C;
  background-color: #F4B400;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

section.social-media {
  color: #fff;
  background-color: #000;
}
@media (max-width: 768px) {
  section.social-media {
    display: none;
  }
}
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: #000000;
  color: white;
}
::selection {
  background-color: #000000;
  color: white;
}

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

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

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

section.copyright {
  padding-top: 20px;
  background-color: #F4B400;
  color: #ffffff;
}
section.copyright a.mealzo-link {
  color: #fff !important;
}
section.copyright a.mealzo-link:hover {
  color: #100A0C !important;
}/*# sourceMappingURL=style2.css.map */