.main-color {
  color: #f4c352;
}

@font-face {
  font-family: Lato;
  src: url(../../Fonts/Lato/Lato-Regular.ttf);
}
@font-face {
  font-family: PlayfairDisplay;
  src: url(../../Fonts/Playfair_Display/PlayfairDisplay-VariableFont_wght.ttf);
}
body {
  font-family: Lato !important;
  transition: ease-in-out 0.5s;
  background-color: #f3f3f3;
}

html {
  scroll-behavior: smooth;
}

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

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

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

header {
  padding: 10px;
  background-color: #fff;
}
header .top-header {
  margin-bottom: 10px;
  background-color: #191C25;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
}
header .top-header p {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  header .top-header p {
    font-size: 10px;
  }
}
header .top-header svg {
  margin-right: 7px;
}
header .dropdown-toggle::after {
  display: none !important;
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  max-width: 110px;
  border-radius: 20px;
}
@media (max-width: 991px) {
  header .shop-logo {
    max-width: 120px;
  }
}
@media (max-width: 480px) {
  header .shop-logo {
    max-width: 100px;
  }
}
@media (min-width: 992px) {
  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: 991px) {
  header section.menu-section nav {
    display: flex;
    align-items: center;
  }
}
header section.menu-section nav li {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  line-height: 60px;
  min-width: 120px;
  border-radius: 5px;
  margin-right: 2px;
  transition: ease-in-out 0.7s;
  border-bottom: 3px solid transparent;
}
@media (max-width: 991px) {
  header section.menu-section nav li {
    margin-bottom: 5px;
  }
}
header section.menu-section nav li:hover {
  border-bottom: 3px solid #f4c352;
}
header section.menu-section nav li a.nav-link {
  color: #000 !important;
  position: relative;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  background: transparent;
  padding: 0 10px;
  transition: 300ms;
  font-size: 16px;
}
@media (max-width: 1200px) {
  header section.menu-section nav li a.nav-link {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  header section.menu-section nav li a.nav-link {
    font-size: 17px;
  }
}
header section.menu-section nav .nav-item.active {
  border-bottom: 3px solid #f4c352;
}
header section.menu-section nav .fa-instagram,
header section.menu-section nav .fa-facebook-official {
  font-size: 2rem;
  color: #000000;
}
header section.menu-section nav .dropdown-menu {
  background-color: #fff;
  width: 300px;
  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: 115px;
  justify-content: center;
  display: flex;
  margin-bottom: 10px;
}
header section.menu-section nav .dropdown-menu div .dropdown-item {
  max-width: 50%;
  color: #f4c352;
  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: #f4c352;
  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: #000000;
}
header section.menu-section nav .navbar-toggler {
  color: #f4c352;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav .header-links {
  justify-content: flex-end;
}
@media (min-width: 768px) {
  header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

/* section hero */
section.hero-section {
  padding: 0 0 0 50px;
  background-image: url(../../imgs/hero/bgg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  section.hero-section {
    padding: 50px 0;
  }
}
section.hero-section .order-now {
  margin: auto;
  flex-direction: column;
  display: flex;
}
@media (max-width: 768px) {
  section.hero-section .order-now {
    text-align: center;
    justify-content: center;
  }
}
section.hero-section .order-now h1 {
  letter-spacing: 0.05em;
  padding: 15px 0;
  font-family: PlayfairDisplay;
  color: transparent;
  border-radius: 40px 40px 40px 0;
  text-transform: uppercase;
  transition: ease-in-out 0.5s;
  font-weight: bolder;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-bottom: 0;
  font-size: 4rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: fade-top 1s ease-in-out;
  background-image: linear-gradient(to top right, #ecc440, #f2ec71, #D09D3E, #ffff95);
  background-repeat: repeat;
  background-size: 400% 100%;
  animation: AnimationName 3s linear infinite;
}
@keyframes AnimationName {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes fade-top {
  0% {
    transform: translateY(-350px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
section.hero-section .order-now h1:hover {
  text-decoration: none;
}
@media (max-width: 1200px) {
  section.hero-section .order-now h1 {
    font-size: 3rem;
  }
}
@media (max-width: 992px) {
  section.hero-section .order-now h1 {
    margin-bottom: 0;
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  section.hero-section .order-now h1 {
    font-size: 3rem;
    text-align: center;
    margin: auto;
    padding: 2px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  section.hero-section .order-now h1 {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  section.hero-section .order-now h1 {
    font-size: 1.8rem;
    padding: 0;
  }
}
section.hero-section .order-now p {
  color: #fff;
  font-size: 23px;
  max-width: 500px;
  margin-bottom: 30px;
  animation: fade-right 1s ease-in-out;
  text-shadow: 1px 1px #000;
}
@keyframes fade-right {
  0% {
    transform: translateX(-350px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@media (max-width: 992px) {
  section.hero-section .order-now p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  section.hero-section .order-now p {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 400px) {
  section.hero-section .order-now p {
    font-size: 19px;
  }
}
section.hero-section .order-now a {
  padding: 10px 30px;
  color: #f4c352;
  border-radius: 30px;
  text-align: center;
  text-transform: capitalize;
  transition: ease-in-out 0.5s;
  font-size: 1.5rem;
  border: 2px solid #f4c352;
  animation: fade-bottom 1s ease-in-out;
  max-width: -moz-max-content;
  max-width: max-content;
  background-color: transparent;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
section.hero-section .order-now a:hover {
  background-color: #f4c352;
  color: #000;
  text-decoration: none;
}
@media (max-width: 768px) {
  section.hero-section .order-now a {
    margin: 0 auto 20px auto;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  section.hero-section .order-now a {
    border-radius: 40px;
    justify-content: center;
    text-align: center;
  }
}

.heroimage h3 {
  position: absolute;
  top: 40%;
  color: #fff;
  font-weight: bolder;
  font-size: 40px;
}
@media (max-width: 768px) {
  .heroimage h3 {
    font-size: 30px;
  }
}

.menu a {
  color: #000;
}
.menu .ordermenu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 3%;
  margin-top: 1px;
}
.menu .ordermenu a {
  margin-left: 5%;
  margin-top: 2%;
  color: #000000;
}
.menu .ordermenu .active {
  color: #f4c352;
  font-weight: bold;
}
.menu .media {
  margin-top: 10%;
}
.menu .media img {
  width: 18%;
  height: 18%;
  border-radius: 0 50% 50% 50%;
  border: 1px silod rgba(0, 0, 0, 0.2745098039);
}
.menu .media .media-body {
  margin-top: 1%;
  font-size: 13px;
}
.menu .media .media-body span {
  color: #f4c352;
  direction: rtl;
  text-align: right;
}
.menu .media .media-body h5 {
  font-size: 17px;
}

.bottom-footer {
  background-color: #000;
  margin-top: 10%;
}
.bottom-footer p {
  font-size: 14px;
  opacity: 0.7;
  font-weight: bold;
  color: #fff;
}

section.more-text {
  color: #000;
  padding: 50px 0;
  background-color: #f4c352;
  position: relative;
}
@media (max-width: 1200px) {
  section.more-text {
    padding: 10px 0;
  }
}
section.more-text .more-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
section.more-text img {
  z-index: 1;
  width: 180px;
  border-radius: 50%;
  transform: rotate(-20deg);
  margin-right: 10px;
  margin-top: -140px;
  padding: 15px;
  background-color: #000;
}
@media (max-width: 1200px) {
  section.more-text img {
    padding: 10px;
    width: 120px;
    margin-top: 0;
  }
}
section.more-text p {
  font-size: 27px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  section.more-text p {
    font-size: 20px;
  }
}

.services {
  background-color: #000;
  padding: 100px 80px;
  text-align: left;
  color: #FFF;
}
@media (max-width: 1200px) {
  .services {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .services {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .services {
    padding: 20px 0;
  }
}
.services h2 {
  font-weight: bolder;
}
.services .section_header-title {
  padding-bottom: 30px;
}
.services ul.nav-tabs {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  border: none;
}
@media (max-width: 1200px) {
  .services ul.nav-tabs {
    flex-direction: row;
    justify-content: center;
  }
}
.services ul.nav-tabs .nav-item {
  margin: 0;
}
.services ul.nav-tabs a.nav-link {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 30px !important;
  margin-bottom: 10px;
  transition: ease-in-out 0.3s;
  text-align: left;
}
@media (max-width: 1200px) {
  .services ul.nav-tabs a.nav-link {
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 5px 10px;
    margin: 2px;
  }
}
@media (max-width: 480px) {
  .services ul.nav-tabs a.nav-link {
    padding: 5px;
    font-size: 15px;
  }
}
.services ul.nav-tabs a.nav-link:hover {
  color: #000;
  transform: scale(1.02);
  background-color: #f4c352;
  border-color: #f4c352;
}
.services ul.nav-tabs a.nav-link.active {
  color: #000;
  background-color: #f4c352;
}
.services .card-img {
  border-radius: 10px;
}
@media (max-width: 768px) {
  .services .card-img {
    max-width: 37%;
    margin: auto;
    justify-content: center;
    display: flex;
  }
}
@media (max-width: 576px) {
  .services .card-img {
    max-width: 57%;
  }
}
.services .card {
  transition: all 0.5ms ease;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  transition: ease-in-out 0.5s;
  color: #000;
  border-radius: 80px;
  display: flex;
  flex-direction: row;
  padding: 3px 10px;
  margin-left: 10px;
  margin: 40px 0 20px 60px;
  background-color: #f4c352;
}
.services .card:hover {
  transform: scale(1.04);
}
@media (max-width: 768px) {
  .services .card {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .services .card {
    margin: 20px 0;
  }
}
.services .card img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: auto;
  margin-left: -65px;
  display: flex;
  justify-content: center;
}
@media (max-width: 576px) {
  .services .card img {
    display: none;
  }
}
.services .card .card-body {
  text-align: left;
  padding: 10px 20px !important;
}
@media (max-width: 768px) {
  .services .card .card-body {
    text-align: center;
  }
  .services .card .card-body p {
    margin-bottom: 0;
  }
}
.services .card .card-title {
  color: #fff;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: bolder;
}
@media (max-width: 1300px) {
  .services .card .card-title {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .services .card .card-title {
    font-size: 15px;
  }
}
.services .card p {
  color: #fff;
}
.services .card span {
  text-transform: capitalize;
  font-weight: bolder;
  color: #fff;
  font-size: 17px;
}
.services .card span svg {
  fill: #fff;
}
.services .tab-pane {
  transition: ease-in-out 0.7s;
}
.services .tab-pane h4 {
  font-weight: bolder;
  font-size: 34px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .services .tab-pane h4 {
    margin: 10px auto;
    max-width: 67%;
  }
}
@media (max-width: 576px) {
  .services .tab-pane h4 {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .services .tab-pane h4 {
    font-size: 28px;
  }
}
@media (max-width: 380px) {
  .services .tab-pane h4 {
    font-size: 23px;
  }
}
.services .tab-pane p {
  font-size: 18px;
}
@media (max-width: 380px) {
  .services .tab-pane p {
    font-size: 16px;
  }
}
.services .tab-pane.active {
  display: flex;
}
@media (max-width: 768px) {
  .services .tab-pane.active {
    flex-direction: column;
  }
}
.services div.tab-content {
  transition: ease-in-out 0.7s;
}
.services div.tab-content div.row div.food-card {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .services div.tab-content div.row div.food-card {
    margin-bottom: 0;
  }
}
.services div.tab-content div.row div.food-card img {
  border-radius: 30px 12px 30px 30px;
}
.services div.tab-content div.row div.food-card div.food-name {
  margin-top: 21px;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
}
.services div.tab-content div.row div.food-card div.food-comment {
  margin-top: 10px;
  font-family: poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
}
.services .items {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  padding: 0;
}
.services .items li {
  display: flex;
  width: 50%;
  margin-bottom: 20px;
}
.services .items li img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.services .items li span {
  font-size: 17px;
}

.gallery {
  background-color: #fff;
  padding: 10px 0;
}
.gallery img {
  border-radius: 5px;
  transition: ease-in-out 0.6s;
}
.gallery img:hover {
  transform: scale(1.1);
}

.specialOffer {
  margin-top: 50px;
}
.specialOffer a {
  transition: ease-in-out 0.7s;
}
.specialOffer a:hover {
  transform: scale(1.1);
}
.specialOffer a:hover button {
  display: flex;
}
.specialOffer img {
  border-radius: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .specialOffer img {
    margin-bottom: 20px;
  }
}
.specialOffer button {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6666666667);
  color: #f4c352;
  border: none;
  outline: none;
  font-size: 20px;
  font-weight: bolder;
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 10px;
}

.about-us {
  background-color: #fff;
  padding: 50px 50px 150px 50px;
  position: relative;
}
@media (max-width: 991px) {
  .about-us {
    padding: 50px 0;
  }
}
.about-us:before {
  position: absolute;
  top: 8%;
  left: 21%;
  content: "";
  background-image: url(../../imgs/icons/royal-style.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  width: 130px;
  height: 130px;
  opacity: 0.3;
  transform: rotate(-5deg);
}
@media (max-width: 991px) {
  .about-us:before {
    display: none;
  }
}
.about-us::after {
  position: absolute;
  bottom: 10%;
  right: 0%;
  left: 0%;
  margin: 0 auto;
  content: "";
  background-color: #f4c352;
  z-index: 0;
  width: 80%;
  height: 130px;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .about-us::after {
    display: none;
  }
}
.about-us h3 {
  font-size: 38px;
  margin-bottom: 25px;
  color: #000;
  text-transform: capitalize;
  font-family: PlayfairDisplay;
  font-weight: bolder;
}
@media (max-width: 1200px) {
  .about-us h3 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .about-us h3 {
    font-size: 35px;
  }
}
.about-us p {
  max-width: 80%;
  font-size: 20px;
}
@media (max-width: 1200px) {
  .about-us p {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .about-us p {
    font-size: 16px;
  }
}
.about-us a {
  padding: 10px 25px;
  background-color: #f4c352;
  color: #000000;
  border-radius: 30px;
  margin-top: 20px;
  text-transform: capitalize;
  border: 2px solid #f4c352;
}
.about-us a:hover {
  background-color: #fff;
  color: #f4c352;
}
.about-us img.about-img {
  margin-top: 150px;
  border-radius: 10px;
  margin-right: 40px;
  z-index: 1;
  max-width: 70%;
  position: relative;
  transform: rotateZ(-5deg);
  transition: ease-in-out 0.7s;
}
.about-us img.about-img:hover {
  transform: rotateZ(0);
}
@media (max-width: 991px) {
  .about-us img.about-img {
    margin: 0;
    transform: rotateZ(0);
  }
}
.about-us ul {
  display: flex;
  margin-top: 50px;
  padding: 0;
}
@media (max-width: 1200px) {
  .about-us ul {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .about-us ul {
    justify-content: center;
  }
}
.about-us ul li {
  list-style: none;
  margin: 0 10px;
}
.about-us ul li img {
  width: 120px;
  position: relative;
  z-index: 2;
  border-radius: 50%;
  background-color: #f4c352;
  padding: 10px;
  border: 0.5px solid #fff;
}
@media (max-width: 576px) {
  .about-us ul li img {
    width: 100px;
    padding: 5px;
  }
}
@media (max-width: 480px) {
  .about-us ul li img {
    width: 80px;
    padding: 5px;
  }
}

.foodname {
  text-align: center;
}
.foodname h3 {
  text-align: center;
  margin-top: 6%;
  font-weight: bolder;
  padding-bottom: 0%;
}

.media {
  text-align: left;
  margin-top: 1%;
  font-size: 12px;
}
.media p {
  font-size: 10px;
}
.media img {
  border-radius: 0 50% 50% 50%;
}
.media a {
  text-align: center;
}

.fullmenu {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 3%;
  align-items: center;
  margin-right: 0%;
}
.fullmenu a {
  background-color: #f4c352;
  padding: 10px;
  border-radius: 12px;
  text-decoration: none;
}

.foodname h3 {
  margin-top: 15%;
}

.menu a {
  color: #000;
  text-decoration: none;
}

section.dl-app {
  margin: 50px 0;
}
@media (max-width: 576px) {
  section.dl-app {
    margin: 0;
  }
}
section.dl-app .container {
  background-color: #bababa;
  padding: 50px 10px;
  border-radius: 20px;
}
@media (max-width: 576px) {
  section.dl-app .container {
    border-radius: 0;
  }
}
section.dl-app .app-mockup {
  max-width: 95%;
}
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: 0;
  max-width: 516px;
}
section.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
section.dl-app div.inner-content p {
  color: #000;
}
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-style: normal;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
  margin-top: 20px;
  font-family: PlayfairDisplay;
  color: #000;
}
@media (max-width: 768px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 30px;
  }
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.Testimonials {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  .Testimonials {
    padding: 20px 0;
  }
}
.Testimonials h3.section-title {
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 57px;
  letter-spacing: -0.01em;
  color: #000000;
  margin-bottom: 50px;
  margin-top: 70px;
}
@media (max-width: 768px) {
  .Testimonials h3.section-title {
    font-size: 30px;
    margin: 20px 0;
  }
}
@media (max-width: 480px) {
  .Testimonials h3.section-title {
    font-size: 25px;
  }
}
@media (max-width: 380px) {
  .Testimonials h3.section-title {
    font-size: 20px;
  }
}
.Testimonials .swiper {
  padding: 0 20px;
}
.Testimonials .swiper .swiper-slide {
  align-self: center;
  display: flex;
  justify-content: center;
}
.Testimonials .swiper .card {
  margin-top: 10%;
  box-shadow: 5px 5px 5px 5px rgba(1, 1, 16, 0.031372549);
  border-radius: 20px;
  opacity: 1;
  display: block;
  width: 100%;
  min-height: 235px;
  transition: 0.5s ease;
  backface-visibility: hidden;
}
.Testimonials .swiper .card:hover .btn {
  color: #f0eff7;
  background-color: #741c0e;
}
.Testimonials .swiper .card .card-img img {
  width: 60px;
  height: 60px;
  position: absolute;
  margin-left: 69%;
  margin-top: -32px;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .Testimonials .swiper .card .card-img img {
    margin-left: 70%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
  }
}
.Testimonials .swiper .card .card-title {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  display: grid;
  margin-top: 20px;
}
.Testimonials .swiper .card-body {
  position: relative;
}
.Testimonials .swiper .card-body h4 {
  color: #f4c352;
  font-size: 1rem;
}
.Testimonials .swiper .card-body p {
  color: #333;
  line-height: 22px;
  font-size: 17px;
}
.Testimonials .swiper .card-body img {
  display: flex;
  justify-content: center;
  width: 90px;
}
.Testimonials .swiper .card-footer {
  border-top: unset;
  background-color: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Testimonials .swiper .card-footer .btn {
  background-color: #ad0002;
  color: #fff;
  width: 50%;
  border: 1px solid #ad0002;
  border-radius: 50px 50px 50px 0px;
  position: absolute;
  margin-top: 20px;
  margin-left: -120px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .Testimonials .swiper .card-footer .btn {
    font-size: 14px;
    padding: 10px 10px;
  }
}

/* footer */
footer {
  background-color: #000000;
  color: #ffffff;
  padding: 60px 0 0 0;
}
@media (max-width: 768px) {
  footer {
    text-align: center;
  }
}
footer .Openinghours {
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  footer .Openinghours {
    align-items: center;
    flex-direction: column;
  }
}
footer .Openinghours li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
footer .Openinghours li p {
  margin-bottom: 3px;
  text-align: left;
}
footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
  padding: 0;
}
footer .footer-links li a {
  margin: 0 10px;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #f4c352;
}
footer img.footer-logo {
  width: 200px;
  margin-bottom: 20px;
}
footer h4 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px;
  color: #f4c352;
  font-family: PlayfairDisplay;
}
footer .fa {
  color: #f4c352;
  font-size: 1.25rem;
}
footer p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #fff;
}
footer p b {
  color: #fff;
  font-size: 16px;
}
footer img.dl-app-link {
  max-width: 150px;
}

.map iframe {
  border-radius: 10px;
}

.foods-link {
  margin: 25px 0;
}
.foods-link ul {
  padding: 5px;
  margin: 0;
}
.foods-link ul li {
  list-style: none;
  display: inline-flex;
  border-radius: 15px;
  padding: 5px 15px;
  margin: 5px;
  border: 2px solid #f4c352;
  background-color: transparent;
}
@media (max-width: 480px) {
  .foods-link ul li {
    padding: 3px 8px;
  }
}
.foods-link ul li a {
  color: #f4c352;
  font-size: 13px;
  font-weight: 700;
}
.foods-link ul li a:hover {
  text-decoration: none;
}
.foods-link ul li:hover {
  background-color: #f4c352;
}
.foods-link ul li:hover a {
  color: #fff;
}

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

#myBtn {
  display: none;
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 99;
  font-size: 18px;
  border: 1px solid #fff;
  outline: none;
  background-color: #f4c352;
  color: white;
  cursor: pointer;
  padding: 8px 13px;
  border-radius: 30px;
}
#myBtn:hover {
  color: #f4c352;
  border: 1px dashed #f4c352;
  background-color: white;
  box-shadow: #f4c352 0px 7px 29px 0px;
}

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: #f4c352;
  color: white;
}
::selection {
  background-color: #f4c352;
  color: white;
}

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

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

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

.copyright {
  background-color: #000000;
  color: #fff;
  text-align: center;
}
.copyright .container {
  padding: 15px 0;
  border-top: 1px solid #fff;
}
.copyright p {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0;
}
.copyright a:hover {
  color: #f4c352;
}/*# sourceMappingURL=style2.css.map */