.main-color {
  color: #E70000;
}

@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;
  overflow-x: hidden;
  background-color: #F3F3F3;
}

.chef {
  width: 100%;
  height: 100%;
  padding: 5%;
  border-radius: 30px;
  opacity: 0.7;
}
.chef:hover {
  transition: ease-in-out 600ms;
  transform: scale(1.1);
  opacity: 1;
}

.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: flex !important;
  justify-content: center;
}

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

header {
  background-color: #fff;
  padding: 5px 20px;
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  border-bottom: 3px solid #E70000;
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .navbar-brand .shop-logo {
  display: block;
  max-width: 200px;
}
@media (max-width: 1100px) {
  header .navbar-brand .shop-logo {
    max-width: 160px;
  }
}
header .navbar-nav {
  padding: 0;
}
@media (min-width: 991px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header .navbar-nav .nav-item.active .nav-link {
  color: #000;
  border-bottom: 4px solid #000 !important;
  padding: 0 !important;
}
@media (max-width: 991px) {
  header .navbar-nav .nav-item.active .nav-link {
    border: none !important;
  }
}
header section.menu-section a.login-btn {
  background-color: #E70000;
  border-radius: 1px;
  padding: 15px 35px;
  color: #fff !important;
}
header section.menu-section a.login-btn:hover {
  background-color: #000;
}
@media (max-width: 1200px) {
  header section.menu-section a.login-btn {
    font-size: 14px;
    padding: 15px;
  }
}
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 .navbar-toggler-icon {
  background-image: unset !important;
}
header section.menu-section nav .navbar-toggler {
  color: #E70000;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav a.btn {
  background-color: #E70000;
  color: black;
}
header section.menu-section nav .header-links {
  justify-content: flex-start;
}
@media (max-width: 991px) {
  header section.menu-section nav .header-links {
    background-color: transparent;
    padding: 20px;
    width: 100%;
  }
}
header section.menu-section nav .header-links .nav-item {
  color: #000;
  font-family: Worksans;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  padding: 17px;
}
@media (max-width: 1200px) {
  header section.menu-section nav .header-links .nav-item {
    padding: 9px;
  }
}
@media (max-width: 991px) {
  header section.menu-section nav .header-links .nav-item {
    padding-bottom: 10px;
    width: 100%;
    justify-content: center;
    display: flex;
    color: #000;
  }
}
header section.menu-section nav .header-links .nav-item a.nav-link {
  color: #000;
  padding: 0;
  font-size: 16px;
}
header section.menu-section nav .header-links .nav-item a.nav-link:hover {
  color: #E70000;
}
@media (max-width: 1200) {
  header section.menu-section nav .header-links .nav-item a.nav-link:hover {
    border: none;
    color: #000;
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  header section.menu-section nav .header-links .nav-item a.nav-link {
    color: #000;
  }
}
@media (max-width: 1170px) {
  header section.menu-section nav .header-links .nav-item {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  header section.menu-section nav .header-links .nav-item {
    font-size: 17px;
    color: #000;
  }
}
header section.menu-section nav .header-links .nav-item .dropdown-menu {
  background-color: rgb(0, 0, 0);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
header section.menu-section nav .header-links .nav-item .dropdown-menu .dropdown-item {
  color: #9d9d9d;
  z-index: 999;
}
header section.menu-section nav .header-links .nav-item .dropdown-menu .dropdown-item:focus,
header section.menu-section nav .header-links .nav-item .dropdown-menu .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #000000;
}
header section.menu-section nav .right-part {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 991px) {
  header section.menu-section nav .right-part {
    justify-content: center;
  }
}
header section.menu-section nav .right-part a {
  width: 150px;
  font-size: 14px;
  text-align: center;
  align-items: center;
}
header section.menu-section nav .navbar-social a {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  margin: 0px 4px 0px 0px;
  font-size: 17px;
  border-radius: 50%;
  width: 39px;
  justify-content: center;
  text-align: center;
  display: flex;
  align-items: center;
}
header section.menu-section nav .navbar-social a:hover {
  background-color: #fff;
  border: 2px solid transparent;
}
@media (max-width: 1200px) {
  header section.menu-section nav .navbar-social a:hover {
    background-color: #000;
  }
}
header section.menu-section nav .navbar-social a:hover i {
  color: #000;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  header section.menu-section nav .navbar-social a:hover i {
    color: #fff;
  }
}
@media (max-width: 1200px) {
  header section.menu-section nav .navbar-social a {
    color: #000;
    border: 2px solid #000;
  }
}
header section.menu-section nav .navbar-social a i {
  color: #fff;
}
@media (max-width: 1200px) {
  header section.menu-section nav .navbar-social a i {
    color: #000;
  }
}

@media (min-width: 1200px) {
  .second-header .menu-section .header-links {
    display: none !important;
  }
}
.second-header .menu-section .right-part {
  display: flex;
  align-items: center;
}
@media (min-width: 991px) {
  .second-header .menu-section .right-part {
    display: none;
  }
}

/* section hero */
section.hero-section {
  padding: 80px 0;
  background-image: url(../../imgs/hero/Virsa-Indian-Restaurant-Bathgate-outside.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.hero-section .virsa-content-wrapper {
  display: flex;
  text-align: left;
  justify-content: start;
}
@media (max-width: 991px) {
  section.hero-section .virsa-content-wrapper {
    text-align: center;
    justify-content: center;
  }
}
section.hero-section .virsa-content-wrapper .order-now {
  flex-direction: column;
  justify-content: center;
  text-align: left;
  align-items: start;
}
@media (max-width: 1200px) {
  section.hero-section .virsa-content-wrapper .order-now {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  section.hero-section .virsa-content-wrapper .order-now {
    align-items: center;
  }
}
section.hero-section .virsa-content-wrapper .order-now p {
  color: #fff;
  font-size: 19px;
  max-width: 500px;
}
@media (max-width: 991px) {
  section.hero-section .virsa-content-wrapper .order-now p {
    max-width: 100%;
    margin: 0 auto;
  }
}
section.hero-section .virsa-content-wrapper .order-now h2 {
  font-size: 40px;
  color: #fff;
  font-weight: bolder;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  section.hero-section .virsa-content-wrapper .order-now h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  section.hero-section .virsa-content-wrapper .order-now h2 {
    font-size: 20px;
  }
}
section.hero-section .virsa-content-wrapper .order-now h2 span {
  font-size: 76px;
  color: #E70000;
  letter-spacing: -0.09rem;
}
@media (max-width: 991px) {
  section.hero-section .virsa-content-wrapper .order-now h2 span {
    font-size: 60px;
    letter-spacing: -0.39rem;
  }
}
@media (max-width: 768px) {
  section.hero-section .virsa-content-wrapper .order-now h2 span {
    font-size: 40px;
  }
}
section.hero-section .virsa-content-wrapper a {
  font-size: 20px;
  line-height: 33px;
  font-weight: 800;
  padding: 12px 30px;
  margin-top: 30px;
  width: 180px;
  color: #ffffff;
  background-color: #E70000;
}
@media (max-width: 991px) {
  section.hero-section .virsa-content-wrapper a {
    margin: 20px auto;
  }
}
@media (max-width: 767px) {
  section.hero-section .virsa-content-wrapper a {
    font-size: 15px;
  }
}
section.hero-section .virsa-content-wrapper a:hover {
  color: #E70000;
  background-color: rgba(255, 255, 255, 0.75);
}
section.hero-section .card {
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: center;
}
section.hero-section .card img {
  border-radius: 10px;
  max-width: 100%;
  margin: 0 auto;
}

.card {
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: center;
}
.card img {
  border-radius: 10px;
  max-width: 90%;
  margin: 0 auto;
}

#slider .carousel-item {
  position: relative;
  padding: 160px 0;
  border-top: 3px solid #E70000;
  background-color: #000;
}

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

.SpecialOffer {
  background-color: #E70000;
  padding: 40px;
}
.SpecialOffer .specialoffer-content {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .SpecialOffer .specialoffer-content {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.SpecialOffer .specialoffer-content a.btn {
  padding: 15px 45px;
  border-radius: 0;
  background-color: #fff;
  color: #E70000;
  font-size: 18px;
  font-weight: bolder;
}
@media (max-width: 768px) {
  .SpecialOffer .specialoffer-content a.btn {
    margin-top: 30px;
  }
}

.special {
  background-color: #f3f3f3;
  padding: 30px 50px;
}
@media (max-width: 768px) {
  .special {
    padding: 40px 0;
  }
}
.special .textbox p {
  color: #7d7d7d;
  text-align: left;
  margin-bottom: 0;
  font-weight: bolder;
}
.special .textbox h3 {
  font-size: 50px;
  color: #000;
  font-weight: bolder;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .special .textbox h3 {
    font-size: 30px;
  }
}
.special .textbox h3 span {
  font-size: 80px;
  color: #E70000;
}
@media (max-width: 768px) {
  .special .textbox h3 span {
    font-size: 50px;
  }
}
.special .section_header-title {
  padding-bottom: 30px;
}
.special .card {
  transition: ease-in-out 0.7s;
  background-color: transparent;
  border: none;
}
.special .card a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.special .card a:hover {
  text-decoration: none;
}
.special .card a:hover .card-p {
  display: flex;
  z-index: 9;
  transition: ease-in-out 0.7s;
}
.special .card a img {
  border-radius: 15px;
  max-width: 100%;
  position: relative;
}
.special .card a .card-p {
  content: "";
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: 21%;
  left: 0%;
  margin: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  text-shadow: 1px 1px #000;
  display: none;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 16px;
  padding: 5px;
  transition: ease-in-out 0.7s;
  max-height: -moz-fit-content;
  max-height: fit-content;
  width: 100%;
}
@media (max-width: 991px) {
  .special .card a .card-p {
    display: flex;
  }
}
@media (max-width: 576px) {
  .special .card a .card-p {
    max-width: 95%;
    margin: auto;
    font-size: 15px;
  }
}
@media (max-width: 300px) {
  .special .card a .card-p {
    max-width: 99%;
    top: 0;
    bottom: 0;
    display: none;
  }
}
.special .card a .card-body .card-title {
  color: #000;
  padding: 10px 0;
  text-transform: capitalize;
  font-weight: bolder;
  font-size: 23px;
}
@media (max-width: 1400px) {
  .special .card a .card-body .card-title {
    font-size: 20px;
  }
}

/* OFFER SECTION CSS START */
.offer-section {
  background: url(../../imgs/hero/hero.jpg);
  background-position: center;
  background-repeat: no-repeat;
  padding: 190px 0px;
  background-size: cover;
}
@media (max-width: 991px) {
  .offer-section {
    text-align: center;
  }
}
.offer-section .offer-img {
  width: 250px;
}
@media (max-width: 991px) {
  .offer-section .offer-content {
    text-align: center;
  }
}
.offer-section .offer-content h2 {
  font-size: 65px;
  color: rgb(0, 0, 0);
  font-weight: bolder;
}
@media (max-width: 480px) {
  .offer-section .offer-content h2 {
    font-size: 40px;
  }
}
.offer-section .offer-content h2 span {
  color: #E70000;
}
.offer-section .offer-content h5 {
  font-size: 22px;
  color: #000000;
  padding: 20px 0px;
  line-height: 1.4;
  width: 445px;
  font-weight: 900;
}
@media (max-width: 991px) {
  .offer-section .offer-content h5 {
    width: 100%;
  }
}
.offer-section .offer-content .offer-btn {
  padding: 12px 25px;
  background: #E70000;
  font-size: 14px;
  color: #fff;
  border-radius: 35px;
  transition: all 0.3s;
  border: 1px solid transparent;
}
.offer-section .offer-content .offer-btn:hover {
  background: transparent;
  color: #E70000;
  border-color: #E70000;
}
.offer-section .offer h3 {
  font-size: 38px;
  color: #E70000;
  font-weight: 700;
}
.offer-section .offer h3 span {
  font-size: 18px;
  color: #E70000;
}
.offer-section .offer span {
  font-size: 14px;
  color: #9f6286;
  font-weight: 500;
}

#menu div.shop-about-text {
  padding: 13% 17%;
}
@media (max-width: 1200px) {
  #menu div.shop-about-text {
    padding: 13%;
  }
}
@media (max-width: 991px) {
  #menu div.shop-about-text {
    padding: 5% 23%;
  }
}
@media (max-width: 768px) {
  #menu div.shop-about-text {
    padding: 15% 15% 10% 15%;
  }
}
@media (max-width: 480px) {
  #menu div.shop-about-text {
    padding: 15% 10%;
  }
}
#menu div.shop-about-text h3 {
  margin-bottom: 20px;
  color: #1f1a15;
  font-size: 37px;
  line-height: 33px;
  font-weight: bolder;
  letter-spacing: -2px;
  font-family: Worksans;
}
@media (max-width: 1200px) {
  #menu div.shop-about-text h3 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  #menu div.shop-about-text h3 {
    margin-bottom: 20px;
    color: #1f1a15;
    font-size: 37px;
    line-height: 33px;
    font-weight: bolder;
    letter-spacing: -2px;
    font-family: Worksans;
  }
}
@media (max-width: 768px) {
  #menu div.shop-about-text h3 {
    font-size: 26px;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  #menu div.shop-about-text h3 {
    font-size: 20px;
  }
}
#menu div.shop-about-text p {
  color: #878787;
  font-size: 15px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 1200px) {
  #menu div.shop-about-text p {
    font-size: 15px;
  }
}
@media (max-width: 1100px) {
  #menu div.shop-about-text p {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  #menu div.shop-about-text p {
    padding-top: 40px;
    color: #878787;
    font-size: 15px;
    line-height: 25px;
    font-style: normal;
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  #menu div.shop-about-text p {
    padding-top: 20px;
  }
}

section.about-us {
  background-color: #000;
}
section.about-us .col-12 {
  height: 100%;
}
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: #E70000;
}
section.about-us div.about-us-content .about-us-img {
  padding: 13% 17%;
}
@media (max-width: 991px) {
  section.about-us div.about-us-content .about-us-img {
    padding: 5% 22%;
  }
}
@media (max-width: 768px) {
  section.about-us div.about-us-content .about-us-img {
    padding: 5% 15%;
  }
}
@media (max-width: 567px) {
  section.about-us div.about-us-content .about-us-img {
    padding: 5% 10%;
  }
}
section.about-us div.about-us-content h5 {
  font-size: 15px;
}
@media (max-width: 350px) {
  section.about-us div.about-us-content h5 {
    font-size: 11px;
  }
}
section.about-us div.about-us-content div.shop-name-secoundry h4 {
  font-family: Quicksand-bold;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 50px;
  font-weight: bolder;
}
section.about-us div.about-us-content div.shop-about-text {
  padding: 13% 17%;
}
@media (max-width: 1200px) {
  section.about-us div.about-us-content div.shop-about-text {
    padding: 13%;
  }
}
@media (max-width: 991px) {
  section.about-us div.about-us-content div.shop-about-text {
    padding: 5% 23%;
  }
}
@media (max-width: 768px) {
  section.about-us div.about-us-content div.shop-about-text {
    padding: 15% 15% 10% 15%;
  }
}
@media (max-width: 480px) {
  section.about-us div.about-us-content div.shop-about-text {
    padding: 15% 10%;
  }
}
section.about-us div.about-us-content div.shop-about-text h3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 37px;
  line-height: 33px;
  font-weight: bolder;
  letter-spacing: -2px;
}
section.about-us div.about-us-content div.shop-about-text h3 span {
  font-size: 50px;
  color: #E70000;
}
@media (max-width: 1200px) {
  section.about-us div.about-us-content div.shop-about-text h3 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  section.about-us div.about-us-content div.shop-about-text h3 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 37px;
    line-height: 33px;
    font-weight: bolder;
    letter-spacing: -2px;
    font-family: Worksans;
  }
}
@media (max-width: 768px) {
  section.about-us div.about-us-content div.shop-about-text h3 {
    font-size: 26px;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  section.about-us div.about-us-content div.shop-about-text h3 {
    font-size: 20px;
  }
}
section.about-us div.about-us-content div.shop-about-text p {
  color: #fff;
  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 {
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 20px;
  line-height: 33px;
  font-weight: 800;
  padding: 10px 20px;
  margin-top: 10px;
  color: #ffffff;
  background-color: #E70000;
}
@media (max-width: 767px) {
  section.about-us div.about-us-content div.shop-about-text a {
    font-size: 15px;
    padding: 10px;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}
section.about-us div.about-us-content div.shop-about-text a:hover {
  color: #E70000;
  background-color: rgba(255, 255, 255, 0.75);
}
section.about-us div.about-us-content div.shop-about-text .indian-name {
  font-family: Allura;
  font-size: 38px;
  line-height: 40px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 38px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  section.about-us div.about-us-content .map-wrapper {
    padding: 5% 17%;
  }
}
@media (max-width: 567px) {
  section.about-us div.about-us-content .map-wrapper {
    padding: 5%;
  }
}

#slider-contact .carousel-item {
  position: relative;
  min-height: 600px;
}
@media (max-width: 1200px) {
  #slider-contact .carousel-item {
    background-image: url(../../imgs/hero/contact-us-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
@media (max-width: 991px) {
  #slider-contact .carousel-item {
    min-height: 500px;
  }
}
@media (max-width: 768px) {
  #slider-contact .carousel-item {
    min-height: 300px;
  }
}
@media (max-width: 480px) {
  #slider-contact .carousel-item {
    min-height: 200px;
  }
}
#slider-contact .carousel-item .order-now {
  position: absolute;
  top: 40%;
  left: 10%;
  right: 10%;
  padding: 50px;
  flex-direction: column;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  #slider-contact .carousel-item .order-now {
    top: 25%;
  }
}
@media (max-width: 480px) {
  #slider-contact .carousel-item .order-now {
    top: 20%;
  }
}
#slider-contact .carousel-item .order-now div {
  padding: 15px 25px;
  margin-bottom: 15px;
  border-radius: 20px !important;
}
#slider-contact .carousel-item .order-now span {
  font-size: 50px;
  font-weight: bolder;
  letter-spacing: -3px;
  font-weight: 800;
  color: rgb(255, 255, 255);
  padding: 12px;
  border-radius: 30px;
}
@media (max-width: 768px) {
  #slider-contact .carousel-item .order-now span {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  #slider-contact .carousel-item .order-now span {
    font-size: 30px;
  }
}

.contact-us-content {
  background-color: #fafafa;
  padding: 100px 0;
}
@media (max-width: 1200px) {
  .contact-us-content {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .contact-us-content .shop-content-wrap {
    margin-top: 40px;
  }
}
.contact-us-content .shop-content-wrap h3 {
  color: #1f1a15;
  font-size: 24px;
  line-height: 27px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: none;
}
.contact-us-content .shop-content-wrap p {
  color: #878787;
  font-size: 15px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
}
.contact-us-content .shop-content-wrap ul {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.contact-us-content .shop-content-wrap ul li {
  display: flex;
}
@media (max-width: 768px) {
  .contact-us-content .shop-content-wrap ul li {
    justify-content: center;
    align-items: flex-start;
  }
}

#slider-opening .carousel-item {
  position: relative;
  min-height: 700px;
}
@media (max-width: 1200px) {
  #slider-opening .carousel-item {
    background-image: url(../../imgs/main/reservation-background-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
#slider-opening .carousel-item .order-now {
  padding: 40px 0;
  justify-content: center;
}
#slider-opening .carousel-item .order-now span {
  font-size: 50px;
  font-weight: bolder;
  letter-spacing: -3px;
  font-weight: 800;
  color: rgb(255, 255, 255);
  padding: 12px;
  border-radius: 30px;
}
@media (max-width: 768px) {
  #slider-opening .carousel-item .order-now span {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  #slider-opening .carousel-item .order-now span {
    font-size: 30px;
  }
}
#slider-opening .carousel-item .Opening-hours-wrapper {
  max-width: 50%;
  background-color: #fff;
  margin: 0 auto;
  padding: 50px;
}
@media (max-width: 1360px) {
  #slider-opening .carousel-item .Opening-hours-wrapper {
    max-width: 57%;
  }
}
@media (max-width: 1200px) {
  #slider-opening .carousel-item .Opening-hours-wrapper {
    max-width: 60%;
  }
}
@media (max-width: 1152px) {
  #slider-opening .carousel-item .Opening-hours-wrapper {
    max-width: 69%;
  }
}
@media (max-width: 991px) {
  #slider-opening .carousel-item .Opening-hours-wrapper {
    max-width: 72%;
    padding: 40px;
  }
}
@media (max-width: 400px) {
  #slider-opening .carousel-item .Opening-hours-wrapper {
    max-width: 95%;
  }
}
@media (max-width: 310px) {
  #slider-opening .carousel-item .Opening-hours-wrapper {
    padding: 20px;
  }
}
#slider-opening .carousel-item .Opening-hours-wrapper .list-header {
  border-top: 3px solid #1f1a15;
  border-bottom: 3px solid #1f1a15;
  margin-bottom: 50px;
}
#slider-opening .carousel-item .Opening-hours-wrapper .list-header h2 {
  color: #1f1a15;
  font-size: 24px;
  line-height: 27px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0px;
  padding: 5px;
}
#slider-opening .carousel-item .Opening-hours-wrapper ul {
  padding: 0;
}
#slider-opening .carousel-item .Opening-hours-wrapper ul li {
  margin-bottom: 40px;
  justify-content: space-between;
  align-items: center;
}
#slider-opening .carousel-item .Opening-hours-wrapper ul li h3 {
  color: #1f1a15;
  font-size: 16px;
  line-height: 25px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0px;
}
@media (max-width: 480px) {
  #slider-opening .carousel-item .Opening-hours-wrapper ul li h3 {
    font-size: 13px;
  }
}
#slider-opening .carousel-item .Opening-hours-wrapper ul li .dotted-area {
  height: 3px;
  border-bottom: 1px dotted #828383;
  display: table-cell;
  width: 60%;
  z-index: 1;
  position: relative;
  bottom: 0;
}
@media (max-width: 991px) {
  #slider-opening .carousel-item .Opening-hours-wrapper ul li .dotted-area {
    width: 46%;
  }
}
@media (max-width: 768px) {
  #slider-opening .carousel-item .Opening-hours-wrapper ul li .dotted-area {
    display: none;
  }
}
#slider-opening .carousel-item .Opening-hours-wrapper ul li span {
  font-size: 15px;
}
@media (max-width: 480px) {
  #slider-opening .carousel-item .Opening-hours-wrapper ul li span {
    font-size: 13px;
  }
}

#slider-our-history .carousel-item {
  position: relative;
  min-height: 600px;
}
@media (max-width: 1200px) {
  #slider-our-history .carousel-item {
    background-image: url(../../imgs/hero/history-title-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1200px) {
  #slider-our-history .carousel-item {
    margin-bottom: 130px;
  }
}
@media (max-width: 991px) {
  #slider-our-history .carousel-item {
    min-height: 500px;
  }
}
@media (max-width: 768px) {
  #slider-our-history .carousel-item {
    min-height: 300px;
  }
}
@media (max-width: 480px) {
  #slider-our-history .carousel-item {
    min-height: 200px;
  }
}
#slider-our-history .carousel-item .order-now {
  position: absolute;
  top: 35%;
  left: 10%;
  right: 10%;
  padding: 20px;
  flex-direction: column;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  #slider-our-history .carousel-item .order-now {
    top: 25%;
  }
}
@media (max-width: 480px) {
  #slider-our-history .carousel-item .order-now {
    top: 20%;
  }
}
#slider-our-history .carousel-item .order-now div {
  padding: 15px 25px;
  margin-bottom: 15px;
  border-radius: 20px !important;
}
#slider-our-history .carousel-item .order-now span {
  font-size: 50px;
  font-weight: bolder;
  letter-spacing: -3px;
  font-weight: 800;
  color: rgb(255, 255, 255);
  padding: 12px;
  border-radius: 30px;
}
@media (max-width: 768px) {
  #slider-our-history .carousel-item .order-now span {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  #slider-our-history .carousel-item .order-now span {
    font-size: 30px;
  }
}
#slider-our-history .carousel-item .history-title {
  color: #fff;
  font-size: 50px;
  font-weight: bolder;
  letter-spacing: -3px;
  justify-content: center;
  display: flex;
}

.our-history-content {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .our-history-content {
    padding: 50px;
  }
}
@media (max-width: 380px) {
  .our-history-content {
    padding: 50px 0;
  }
}
.our-history-content h2 {
  color: #1f1a15;
  font-size: 37px;
  line-height: 33px;
  font-style: normal;
  font-weight: bolder;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
@media (max-width: 380px) {
  .our-history-content h2 {
    font-size: 27px;
  }
}
.our-history-content .border-left {
  border-left: 1px solid #818181;
  height: 100px;
  margin-left: 15px;
  margin-bottom: 20px;
}
.our-history-content img {
  max-width: 100%;
  margin-bottom: 40px;
}
.our-history-content p {
  color: #878787;
  font-size: 15px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
}
.our-history-content .part-two {
  padding-top: 200px;
}
@media (max-width: 768px) {
  .our-history-content .part-two {
    padding-top: 0;
  }
}

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 {
  margin: 80px 0;
}
section.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
section.dl-app div.inner-content a.app-link-dl-container:hover img {
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
section.dl-app div.inner-content img.dl-app-link {
  margin-bottom: 50px;
  width: 170px;
}
@media (min-width: 768px) {
  section.dl-app div.inner-content img.dl-app-link {
    margin-bottom: 0;
    width: 150px;
  }
}
section.dl-app div.inner-content h3.dl-ur-app-heading {
  font-family: Quicksand;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 70px;
  margin-bottom: 56px;
  margin-top: 20px;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 1.9rem;
  }
}
@media (min-width: 992px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 2rem;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2021-12-20 14:30:57
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
section.reviews {
  padding: 80px 0;
}
section.reviews .container {
  background-color: #E70000;
  border-radius: 34px;
}
section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 30px;
  color: #fff;
}
@media (min-width: 991px) {
  section.reviews h3 {
    font-size: 40px;
  }
}
section.reviews .comment-section {
  padding: 20px;
  text-align: center;
}
section.reviews .comment-section .comment-text {
  max-width: 800px;
  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: #E70000;
  margin-bottom: 9px;
  color: #fff;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}
section.reviews img {
  width: 25px !important;
  height: 25px;
  margin-right: 2px;
}
section.reviews .star-o {
  margin-left: 2px;
}

/* footer */
footer {
  background-color: #000;
  color: rgb(255, 255, 255);
  padding: 60px 0 0 0;
}
@media (max-width: 768px) {
  footer {
    padding: 70px 0 0 0;
  }
}
footer .navbar-social a {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  margin: 0px 4px 0px 0px;
  font-size: 17px;
  border-radius: 50%;
  width: 39px;
  justify-content: center;
  text-align: center;
  display: flex;
  align-items: center;
}
footer .navbar-social a:hover {
  background-color: #fff;
  border: 2px solid transparent;
}
footer .navbar-social a:hover i {
  color: #000;
  transition: all 0.3s;
}
footer .navbar-social a i {
  color: #fff;
}
footer a.d-flex img.shop-logo {
  width: 100px;
  height: 100px;
}
footer .footer-header {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: bolder;
  color: #fff;
  text-align: left;
}
footer p {
  color: #fff;
  word-wrap: break-word;
  justify-content: center;
  text-align: center;
}
footer .fa {
  color: #E70000;
  font-size: 1.25rem;
}
footer .shop-info {
  display: flex;
  flex-direction: column;
  padding: 0;
  list-style: none;
}
footer .shop-info span {
  margin: 0 auto;
  flex-wrap: wrap;
  text-align: center;
  font-size: 12px;
}
@media (max-width: 380px) {
  footer .shop-info span {
    font-size: 10px;
  }
}
footer .app-img img {
  max-width: 200px;
}
footer .foods-tags .foods-link {
  padding-top: 20px;
}
footer .foods-tags ul {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
footer .foods-tags ul li {
  list-style: none;
  display: inline-block;
  border: 1px solid #fff;
  text-transform: capitalize;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  background-color: transparent;
}
@media (max-width: 768px) {
  footer .foods-tags ul li {
    padding: 4px;
    margin: 2px;
  }
}
footer .foods-tags ul li a {
  color: #111 !important;
}
footer .foods-tags ul li a:hover {
  text-decoration: none;
}
footer .foods-tags ul li:hover {
  border: 1px solid #E70000;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 17px;
  z-index: 99;
  font-size: 18px;
  border: 1px solid #E70000;
  outline: none;
  background-color: #ffffff;
  color: #E70000;
  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: #E70000;
}
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: #E70000;
  color: white;
}
::selection {
  background-color: #E70000;
  color: white;
}

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

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

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

section.copyright {
  background-color: #000;
  color: #fff;
}
section.copyright .container {
  padding: 20px 0;
  border-top: 1px solid #E70000;
}
section.copyright a.mealzo-link {
  color: #E70000 !important;
}

.web-story {
  padding: 20px 0;
}
.web-story .stories-container {
  display: flex;
  padding: 0 20px;
  justify-content: center;
  gap: 30px;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .web-story .stories-container {
    overflow-x: scroll;
  }
}
@media (max-width: 576px) {
  .web-story .stories-container {
    justify-content: flex-start;
  }
}
.web-story .stories-container .content {
  position: relative;
  cursor: pointer;
  text-align: center;
}
.web-story .stories-container .imgContent {
  background: linear-gradient(#dd2a7b, #f58529);
  padding: 3px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}
.web-story .stories-container .imgContent .middleContent {
  background-color: #fff;
  padding: 4px;
  border-radius: 50%;
}
.web-story .stories-container .imgContent .middleContent img {
  position: relative;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 300;
  vertical-align: middle;
}
.web-story .stories-container .storyTitle {
  margin: 10px 0;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}
.web-story .story-full {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  justify-content: center;
  opacity: 0;
  z-index: 500;
  pointer-events: none;
  transition: all 100ms ease;
}
.web-story .story-full.active {
  opacity: 1;
  pointer-events: auto;
}
.web-story .story-full .content .close-btn {
  position: fixed;
  top: 32px;
  right: 32px;
  width: 32px;
  cursor: pointer;
}
.web-story .story-full .content .close-btn svg {
  width: 32px;
}
.web-story .story-full .content {
  display: flex;
  align-items: center;
  position: relative;
}
.web-story .story-full .content .story-title {
  position: absolute;
  top: 5px;
  left: 25px;
  /* transform: translateX(-50%); */
  color: #fff;
  line-height: 2;
  padding: 8px 32px;
  z-index: 105;
}
.web-story .story-full .content .story-btn {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: -moz-max-content;
  max-width: max-content;
  text-align: center;
  justify-content: center;
  color: #fff;
  line-height: 2;
  padding: 8px 32px;
  border-radius: 20px;
  z-index: 105;
  background-color: #E70000;
}
.web-story .story-full .content .story-btn:hover {
  text-decoration: none;
}
.web-story .story-full .img-content {
  height: 80%;
  width: 400px;
  /* border-radius: 10px; */
  /* background-color: #dd2a7b; */
  position: relative;
}
.web-story .story-full .img-content .img-story {
  height: 100%;
  width: 400px;
  border-radius: 10px;
  position: absolute;
  z-index: 100;
  display: flex;
}
.web-story .story-full .img-content .profile {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 105;
  border-radius: 50%;
  margin: 15px 10px;
}
.web-story .story-full .content .right-arrow,
.web-story .story-full .content .left-arrow {
  cursor: pointer;
  /* background-color: #fff; */
  border-radius: 50%;
  padding: 8px;
  margin: 5px 10px;
  justify-content: center;
}
.web-story .story-full .content .right-arrow {
  transform: rotate(180deg);
}
@media (max-width: 700px) {
  .web-story .story-full img {
    width: 65%;
    height: auto;
  }
}
.web-story .myProgress {
  width: 96%;
  z-index: 110;
  position: absolute;
  margin: 5px 2%;
  background-color: #aaa;
  border-radius: 5px;
}
.web-story #myBar {
  width: 1%;
  height: 2px;
  border-radius: 5px;
  background-color: #eee;
}/*# sourceMappingURL=style2.css.map */