.main-color {
  color: #950200;
}

.second-color {
  color: #a51c12;
}

.bold-font {
  font-weight: bold;
}

#Download-app img {
  max-width: 200px;
}

@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);
}
@font-face {
  font-family: ArchivoBlack;
  src: url(../../Fonts/Archivo_Black/ArchivoBlack-Regular.ttf);
}
html {
  scroll-behavior: smooth;
}

body {
  color: #000000;
  background-color: #fff;
}

.letter {
  opacity: 0;
  display: inline-block;
  animation: appear 0.4s forwards;
}

@keyframes appear {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.modal-header h6 {
  color: #333;
}

.main-text {
  padding: 0px;
  background-color: #fff;
  color: #950200;
  font-size: 20px;
}
.main-text .container-fluid {
  padding: 0;
}
.main-text .content {
  padding: 20px;
  width: 100%;
}
.main-text .col-md-3 {
  height: 100%;
}
.main-text .part-one {
  background-color: #5f693c;
}
.main-text .part-two {
  background-color: #bf503f;
}
.main-text img.dl-app-link {
  max-width: 200px;
  width: 100%;
}
@media (max-width: 768px) {
  .main-text {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .main-text {
    font-size: 20px;
  }
}
@media (max-width: 380px) {
  .main-text {
    font-size: 16px;
  }
}

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

.reveal.active .fade-left {
  transform: translateX(-150px);
  transition: all 0.5s ease;
  animation: fade-left 1s ease-in-out;
}

.reveal.active .fade-left.animate {
  animation: fade-left 1s ease forwards;
}

.reveal.active .fade-right {
  transform: translateX(-150px);
  transition: all 0.5s ease;
}

.reveal.active .fade-right.animate {
  animation: fade-right 1s ease-in-out;
}

@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* header */
.openmenuu {
  width: 100% !important;
}

.displayy {
  display: flex !important;
  justify-content: center;
}

header {
  background-image: linear-gradient(to bottom, #1a1a1a, transparent);
  position: relative;
  padding: 30px 0;
  background: #000;
  z-index: 999;
}
@media (max-width: 1200px) {
  header {
    padding: 40px 0;
  }
}
header .header-btn {
  position: absolute;
  content: "";
  top: 35%;
  right: 30px;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  width: 170px;
  height: 46px;
  z-index: 999;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
header .header-btn:hover {
  background-color: #950200;
  color: #fff;
  border: 1px solid #fff;
}
@media (max-width: 1300px) {
  header .header-btn {
    width: 140px;
  }
}
@media (max-width: 1200px) {
  header .header-btn {
    display: none;
  }
}
header .header-btn a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}
header .header-btn a:hover {
  text-decoration: none;
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  position: absolute;
  content: "";
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  min-width: 200px;
  min-height: 200px;
}
@media (max-width: 1200px) {
  header .shop-logo {
    left: 5%;
    right: auto;
    max-width: 100px;
    max-height: 100px;
    padding-top: 12px;
  }
}
header .shop-logo img {
  z-index: 99 !important;
  max-width: 205px;
  border-radius: 6px;
  background-color: #fff;
}
@media (min-width: 1200px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section span.open-menu {
  align-self: center;
  z-index: 10;
  color: #fff !important;
}
@media (min-width: 1200px) {
  header section.menu-section span.open-menu {
    display: none;
  }
}
header section.menu-section #myNav {
  display: block;
}
@media (min-width: 1200px) {
  header section.menu-section #myNav {
    width: 100%;
  }
}
header section.menu-section #overlay-content {
  display: none;
}
@media (min-width: 1440px) {
  header section.menu-section #overlay-content {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  header section.menu-section #overlay-content {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
}
header section.menu-section nav {
  padding-top: 10px;
}
@media (min-width: 1200px) {
  header section.menu-section nav {
    display: flex;
  }
}
header section.menu-section div.mobile-overlay {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: width 0.45s;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    justify-content: flex-end;
  }
}
header section.menu-section div.mobile-overlay .overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content > div#navbarNavAltMarkup {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    display: flex;
  }
}
header section.menu-section div.mobile-overlay .overlay-content .closebtn {
  text-decoration: unset;
  position: fixed;
  top: 10px;
  font-size: 20px;
  right: 10%;
  font-size: 26px;
  z-index: 100;
  color: #fff;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content .closebtn {
    display: none;
    color: #fff;
  }
}
@media (max-width: 992px) {
  header section.menu-section div.mobile-overlay .overlay-content .closebtn {
    color: #111;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
  color: #fff !important;
  transition: ease-in-out 0.7s;
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 992px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    font-size: 15px;
    color: #111 !important;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link i {
  transition: ease-in-out 0.7s;
  color: #111;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link:hover {
  color: #fff !important;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link:hover i {
  transform: rotate(180deg);
}
@media (max-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    font-size: 15px;
  }
}
@media (max-width: 786px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    font-size: 18px;
    margin-left: 20px;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.btn {
  background-color: #950200;
  color: black;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay {
    position: static;
    display: flex !important;
    flex-direction: row;
    background-color: inherit;
    z-index: 99;
  }
}

/* section hero */
section.hero-section {
  background-color: #000;
  color: #fff;
  display: flex;
}
@media (max-width: 991px) {
  section.hero-section {
    flex-direction: column;
  }
}
section.hero-section .hero-content {
  align-self: center;
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 100px;
  text-align: center;
}
@media (max-width: 1200px) {
  section.hero-section .hero-content {
    padding: 100px 20px;
  }
}
@media (max-width: 991px) {
  section.hero-section .hero-content {
    width: 80%;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  section.hero-section .hero-content {
    width: 100%;
  }
}
section.hero-section .hero-content h3 {
  font-size: 40px;
  color: #950200;
  font-weight: bolder;
}
@media (max-width: 991px) {
  section.hero-section .hero-content h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  section.hero-section .hero-content h3 {
    font-size: 25px;
  }
}
section.hero-section .hero-content h4 {
  margin-bottom: 20px;
}
section.hero-section .hero-content p {
  font-size: 17px;
}
section.hero-section .hero {
  width: 50%;
}
@media (max-width: 991px) {
  section.hero-section .hero {
    width: 100%;
  }
}
section.hero-section .hero img {
  width: 100%;
}
@media (max-width: 991px) {
  section.hero-section .hero img {
    width: 40%;
    justify-content: center;
    display: flex;
    padding: 20px 0 0 0;
    margin: auto;
  }
}
@media (max-width: 576px) {
  section.hero-section .hero img {
    width: 70%;
  }
}
section.hero-section .alternate-text {
  display: none;
}
@media (max-width: 991px) {
  section.hero-section .alternate-text {
    display: flex;
  }
}
@media (max-width: 768px) {
  section.hero-section .alternate-text .inner-content {
    padding-top: 0;
  }
}
section.hero-section .my-text {
  display: flex;
  padding-top: 0;
}
@media (max-width: 991px) {
  section.hero-section .my-text {
    display: block;
  }
}

#slider {
  padding: 16px;
}
#slider .swiper-wrapper,
#slider .swiper {
  border-radius: 16px;
}
#slider .swiper-slide {
  border-radius: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 550px;
  position: relative;
  padding: 150px 0;
  align-items: center;
  display: flex;
  transition: background-size 6s ease;
}
@media (max-width: 768px) {
  #slider .swiper-slide {
    max-height: 500px;
  }
}
@media (max-width: 1200px) {
  #slider .swiper-slide {
    padding: 100px 0;
  }
}
@media (max-width: 992px) {
  #slider .swiper-slide {
    background-size: cover;
  }
}
@media (max-width: 480px) {
  #slider .swiper-slide {
    padding: 50px 0;
  }
}
#slider .swiper-slide .slider-text {
  margin: 0 auto;
}
#slider .swiper-slide .slider-text h1,
#slider .swiper-slide .slider-text h2,
#slider .swiper-slide .slider-text h3 {
  color: #fff;
  text-align: center;
  font-size: 4rem;
  margin-bottom: 30px;
  font-weight: bolder;
}
@media (max-width: 1200px) {
  #slider .swiper-slide .slider-text h1,
  #slider .swiper-slide .slider-text h2,
  #slider .swiper-slide .slider-text h3 {
    font-size: 3rem;
  }
}
@media (max-width: 991px) {
  #slider .swiper-slide .slider-text h1,
  #slider .swiper-slide .slider-text h2,
  #slider .swiper-slide .slider-text h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  #slider .swiper-slide .slider-text h1,
  #slider .swiper-slide .slider-text h2,
  #slider .swiper-slide .slider-text h3 {
    font-size: 2.2rem;
  }
}
#slider .swiper-slide .slider-text p {
  color: #fff;
  text-align: center;
  font-size: 20px;
}
#slider .swiper-slide .slider-text .order-btn img {
  max-width: 300px;
}
@media (max-width: 480px) {
  #slider .swiper-slide .slider-text .order-btn img {
    max-width: 200px;
  }
}
#slider .swiper-slide .slider-text .order-btn {
  transition: ease-in-out 0.7s;
  margin-top: 20px;
}
#slider .swiper-slide .slider-text .order-btn:hover {
  transform: scale(1.1);
}
#slider .swiper-slide .slider-text .dizato-btn {
  background-color: #bf503f !important;
}
#slider .swiper-slide .slider-text .dizato-btn:hover {
  background-color: #fff !important;
  color: #bf503f;
}
#slider {
  /* Zoom in the active slide */
}
#slider .swiper-slide-active {
  background-size: 110%;
}
@media (max-width: 992px) {
  #slider .swiper-slide-active {
    background-size: cover;
  }
}
#slider .swiper-first {
  background-image: url("../../imgs/hero/slider/Shiraz-Restaurant-Bolton.jpg");
}
#slider .swiper-second {
  background-image: url("../../imgs/hero/slider/Shiraz-Restaurant-Bolton-Kebabs.jpg");
}
#slider .swiper-third {
  background-image: url("../../imgs/hero/slider/Shiraz-Restaurant-Bolton-iranian-food.jpg");
}

section.menu-section span.open-menu {
  align-self: center;
  z-index: 10;
  color: #fff !important;
}
@media (min-width: 1200px) {
  section.menu-section span.open-menu {
    display: none;
  }
}
section.menu-section #myNav {
  display: block;
}
@media (min-width: 1200px) {
  section.menu-section #myNav {
    width: 100%;
  }
}
section.menu-section #overlay-content {
  display: none;
}
@media (min-width: 1440px) {
  section.menu-section #overlay-content {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  section.menu-section #overlay-content {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
}
section.menu-section nav {
  padding-top: 10px;
}
@media (min-width: 1200px) {
  section.menu-section nav {
    display: flex;
  }
}
section.menu-section div.mobile-overlay {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  background-color: #950200;
  overflow-x: hidden;
  transition: width 0.45s;
}
@media (min-width: 1200px) {
  section.menu-section div.mobile-overlay .overlay-content {
    justify-content: flex-end;
  }
}
section.menu-section div.mobile-overlay .overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
}
@media (min-width: 1200px) {
  section.menu-section div.mobile-overlay .overlay-content > div#navbarNavAltMarkup {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  section.menu-section div.mobile-overlay .overlay-content {
    display: flex;
  }
}
section.menu-section div.mobile-overlay .overlay-content .closebtn {
  text-decoration: unset;
  position: fixed;
  top: 10px;
  font-size: 20px;
  right: 10%;
  font-size: 26px;
  z-index: 100;
  color: #fff;
}
@media (min-width: 1200px) {
  section.menu-section div.mobile-overlay .overlay-content .closebtn {
    display: none;
  }
}
section.menu-section div.mobile-overlay .overlay-content a.nav-link {
  font-size: 20px;
  color: #950200;
  font-weight: bolder;
  margin-left: 20px;
  border-bottom: 1px solid transparent;
}
@media (max-width: 786px) {
  section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    font-size: 18px;
    margin-left: 20px;
  }
}
section.menu-section div.mobile-overlay .overlay-content a.btn {
  background-color: #950200;
  color: black;
}
@media (min-width: 1200px) {
  section.menu-section div.mobile-overlay {
    position: static;
    display: flex !important;
    flex-direction: row;
    background-color: inherit;
    z-index: 99;
  }
}

/* more about us section */
section.more-about-us .col-12 {
  height: 100%;
  padding: 0;
}
section.more-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: #950200;
}
section.more-about-us div.about-us-content .about-us-img {
  padding: 0%;
}
@media (max-width: 991px) {
  section.more-about-us div.about-us-content .about-us-img {
    padding: 5% 22%;
    max-width: 80%;
    margin: auto;
    display: flex;
  }
}
@media (max-width: 768px) {
  section.more-about-us div.about-us-content .about-us-img {
    padding: 5% 15%;
  }
}
@media (max-width: 567px) {
  section.more-about-us div.about-us-content .about-us-img {
    padding: 5% 10%;
  }
}
section.more-about-us div.about-us-content h5 {
  font-size: 15px;
}
@media (max-width: 350px) {
  section.more-about-us div.about-us-content h5 {
    font-size: 11px;
  }
}
section.more-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.more-about-us div.about-us-content div.shop-about-text {
  padding: 13% 17%;
}
@media (max-width: 1200px) {
  section.more-about-us div.about-us-content div.shop-about-text {
    padding: 9%;
  }
}
@media (max-width: 991px) {
  section.more-about-us div.about-us-content div.shop-about-text {
    padding: 5% 23%;
  }
}
@media (max-width: 768px) {
  section.more-about-us div.about-us-content div.shop-about-text {
    padding: 15% 15% 10% 15%;
  }
}
@media (max-width: 480px) {
  section.more-about-us div.about-us-content div.shop-about-text {
    padding: 15% 10%;
  }
}
section.more-about-us div.about-us-content div.shop-about-text h3 {
  margin-bottom: 20px;
  color: #950200;
  font-size: 37px;
  line-height: 33px;
  font-weight: bolder;
  letter-spacing: -2px;
}
@media (max-width: 1200px) {
  section.more-about-us div.about-us-content div.shop-about-text h3 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  section.more-about-us div.about-us-content div.shop-about-text h3 {
    margin-bottom: 20px;
    font-size: 37px;
    line-height: 33px;
    font-weight: bolder;
    letter-spacing: -2px;
    font-family: Worksans;
  }
}
@media (max-width: 768px) {
  section.more-about-us div.about-us-content div.shop-about-text h3 {
    font-size: 26px;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  section.more-about-us div.about-us-content div.shop-about-text h3 {
    font-size: 20px;
  }
}
section.more-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.more-about-us div.about-us-content div.shop-about-text p {
    font-size: 15px;
  }
}
@media (max-width: 1100px) {
  section.more-about-us div.about-us-content div.shop-about-text p {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  section.more-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.more-about-us div.about-us-content div.shop-about-text p {
    padding-top: 20px;
  }
}
section.more-about-us div.about-us-content .order-btn {
  background-color: #950200;
  padding: 12px 25px;
  color: #fff;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 3px;
}
@media (max-width: 991px) {
  section.more-about-us div.about-us-content .order-btn {
    margin: 20px auto 0 auto;
  }
}

/* special to try */
section.special {
  padding: 100px 0 120px;
  position: relative;
}
@media (max-width: 992px) {
  section.special {
    padding: 60px 0px 100px;
  }
}
section.special h2 {
  margin-bottom: 50px;
  text-transform: capitalize;
  font-weight: 800;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  section.special h2 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  section.special h2 {
    font-size: 24px;
  }
}
section.special p {
  font-size: 20px;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  section.special p {
    font-size: 18px;
  }
}
section.special .swiper-slide {
  display: flex;
  justify-content: center;
}
section.special .swiper {
  width: 100%;
}
section.special .card {
  color: #fff;
  position: relative;
  overflow: hidden;
  flex-direction: row;
  padding: 16px;
  width: 100%;
  color: #ffffff;
  text-align: left;
  border: none;
  background-color: #950200;
  font-size: 16px;
  transition: ease-in-out 1s;
  border-radius: 16px;
}
section.special .card:hover {
  padding: 8px;
}
section.special .card:hover .card-body {
  display: flex;
}
section.special .card .card-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  display: none;
  background-color: rgba(17, 17, 17, 0.5215686275);
}
section.special .card .img-parent {
  overflow: hidden;
  width: 100%;
  position: relative;
}
section.special .card .img-parent img {
  border-radius: 8px;
  width: 100%;
  transform-origin: 50% 100%;
  transition: 0.5s;
}
section.special .card .img-parent img:hover {
  transform: scale(1.05);
}
section.special .card h5 {
  text-align: center;
  margin-top: 20px;
  font-size: 2rem;
  text-shadow: 1px 1px 10px darkred;
  color: #fff;
}
section.special .card .order-btn {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  align-self: center;
  margin-top: 10px;
}
section.special .card .order-btn img {
  width: 50%;
  transition: ease-in-out 1s;
}
section.special .card .order-btn:hover img {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  section.special .card .card-body {
    padding-bottom: 0;
  }
  section.special .card .card-footer {
    padding-top: 0;
  }
}

.about-us {
  padding: 80px 0 40px 0;
  margin: 0;
}
.about-us h2 {
  font-size: 60px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .about-us h2 {
    font-size: 32px;
  }
}
.about-us img {
  width: 100%;
  transition: ease-in-out 0.7s;
}
.about-us img:hover {
  transform: scale(1.1);
}
.about-us video {
  border-radius: 16px;
}
.about-us .order-btn img {
  max-width: 200px;
}

section.gallery {
  padding: 80px;
  position: relative;
}
@media (max-width: 992px) {
  section.gallery {
    padding: 80px 10px;
  }
}
section.gallery .gallery-header {
  text-align: left;
}
@media (max-width: 992px) {
  section.gallery .gallery-header {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
section.gallery h2 {
  margin-bottom: 40px;
}
section.gallery h3 {
  color: #fdfdfd;
  font-size: 50px;
  line-height: 50px;
  margin: 10px 0 50px 0;
  text-align: center;
}
@media (max-width: 768px) {
  section.gallery h3 {
    font-size: 48px;
  }
}
section.gallery .gallery-img-start {
  width: 150px;
  position: absolute;
  top: 100px;
  left: 40px;
}
@media (max-width: 992px) {
  section.gallery .gallery-img-start {
    display: none;
  }
}
section.gallery .gallery-img-end {
  width: 150px;
  position: absolute;
  bottom: 100px;
  right: 40px;
}
@media (max-width: 992px) {
  section.gallery .gallery-img-end {
    display: none;
  }
}
section.gallery .gallery-card {
  margin-bottom: 20px;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: cover;
}
section.gallery .gallery-card #trapezoid {
  border-bottom: 100px solid #950200;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  height: 0;
  width: 100px;
  background-color: rgba(7, 5, 64, 0.7411764706);
}
section.gallery .gallery-card .gallery-card-content {
  background-color: rgba(7, 5, 64, 0.7411764706);
  height: 100%;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px 0 0 8px;
}
section.gallery .gallery-card .gallery-card-content img {
  width: 200px;
}
section.gallery .gallery-card .gallery-card-content p {
  color: #fdfdfd;
  font-size: 24px;
  line-height: 40px;
}
section.gallery .gallery-card .gallery-card-content h4 {
  color: #fdfdfd;
  font-size: 32px;
}
section.gallery .gallery-card .gallery-card-content .gallery-card-content-btn {
  background-color: #950200;
  padding: 10px 20px;
  margin-top: 50px;
  color: #fdfdfd;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}
section.gallery .gallery-card .gallery-card-content .gallery-card-content-btn:hover {
  text-decoration: none;
}
section.gallery img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}
section.gallery {
  /* Main CSS */
}
section.gallery .grid-wrapper > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.gallery .grid-wrapper > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  transition: ease-in-out 0.7s;
}
section.gallery .grid-wrapper > div > img:hover {
  transform: scale(1.08);
}
section.gallery .grid-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}
section.gallery .grid-wrapper .grid-wrapper-img {
  overflow: hidden;
}
section.gallery .grid-wrapper .wide {
  grid-column: span 2;
}
section.gallery .grid-wrapper .tall {
  grid-row: span 2;
}
section.gallery .grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}

.openinghours {
  background-image: url("../../imgs/hero/Shiraz-Restaurant-bolton.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  padding: 250px 0 100px 0;
  color: #fff;
  margin-top: -310px;
}
@media (max-width: 1400px) {
  .openinghours {
    margin-top: -250px;
  }
}
@media (max-width: 1200px) {
  .openinghours {
    margin-top: -200px;
  }
}
@media (max-width: 991px) {
  .openinghours {
    margin-top: -150px;
  }
}
@media (max-width: 768px) {
  .openinghours {
    margin-top: -150px;
    padding: 100px 0;
  }
}
@media (max-width: 587px) {
  .openinghours {
    margin-top: -100px;
  }
}
@media (max-width: 480px) {
  .openinghours {
    margin-top: -60px;
  }
}
.openinghours .card {
  background-color: #fff;
  padding: 16px;
}
.openinghours h4 {
  font-size: 3rem;
  font-weight: 200;
  line-height: 70px;
  font-weight: bolder;
}
.openinghours .item-one {
  justify-content: center;
  color: #111;
  transition: background-size 6s ease;
  margin-bottom: 20px;
}
.openinghours .item-one p {
  margin-bottom: 30px;
  line-height: 42px;
  font-size: 16px;
  font-weight: 100;
  text-align: justify;
  color: #000 !important;
}
@media (max-width: 992px) {
  .openinghours .item-one p {
    text-align: center;
  }
}
.openinghours .item-one:hover {
  background-size: 110%;
}
@media (max-width: 992px) {
  .openinghours .item-one {
    background-size: cover;
  }
  .openinghours .item-one:hover {
    background-size: cover;
  }
}

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;
  width: 100%;
}
@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;
  }
}

.dl-app-img {
  padding: 40px;
}
@media (max-width: 992px) {
  .dl-app-img {
    display: none !important;
  }
}
.dl-app-img .contain {
  position: relative;
  justify-content: center;
  width: 90%;
  min-width: 120px;
  max-width: 280px;
  min-height: 300px;
  max-height: 600px;
  background: rgba(0, 0, 0, 0);
  transform: rotate(-25deg) skew(25deg) scale(0.8);
  transition: 0.5s;
}
.dl-app-img .contain img {
  position: absolute;
  width: 100%;
  transition: 0.5s;
  min-width: 120px;
  max-width: 280px;
  min-height: 300px;
  max-height: 600px;
}
.dl-app-img .contain img:nth-child(1) {
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0.9;
}
.dl-app-img .contain img:nth-child(2) {
  top: 100px;
  left: -100px;
  z-index: 99;
  opacity: 0.9;
}
.dl-app-img .contain img:nth-child(3) {
  top: 200px;
  left: -200px;
  z-index: 9;
  opacity: 1;
}
.dl-app-img .contain:hover img:nth-child(3) {
  top: 150px;
  left: -150px;
}
.dl-app-img .contain:hover img:nth-child(2) {
  top: 100px;
  left: -100px;
}
.dl-app-img .contain:hover img:nth-child(1) {
  top: 50px;
  left: -50px;
}
/* ----------------------------------------------
 * 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: 250px 0 100px 0;
  background-image: url("./../../imgs/hero/Shiraz-Restaurant-bolton-dine-in.jpg");
  background-attachment: fixed;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -290px;
}
@media (max-width: 1300px) {
  section.reviews {
    margin-top: -200px;
  }
}
@media (max-width: 991px) {
  section.reviews {
    margin-top: -150px;
  }
}
@media (max-width: 768px) {
  section.reviews {
    margin-top: -100px;
    padding: 100px 0 50px 0;
  }
}
@media (max-width: 480px) {
  section.reviews {
    margin-top: -80px;
  }
}
@media (max-width: 380px) {
  section.reviews {
    margin-top: -50px;
  }
}
section.reviews .container h2 {
  margin-bottom: 50px;
  color: #fff;
  text-transform: capitalize;
  font-weight: bolder;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  section.reviews .container h2 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  section.reviews .container h2 {
    font-size: 24px;
  }
}
section.reviews .container p {
  font-size: 16px;
  margin-bottom: 20px;
}
section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 33px;
  line-height: 70px;
  color: #fff;
}
@media (min-width: 768px) {
  section.reviews h3 {
    font-size: 50px;
  }
}
section.reviews .comment-section .comment-text {
  max-width: 800px;
  min-height: 100px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 31px;
  margin: 0 auto;
}
section.reviews .comment-section .comment-writter-name {
  margin-top: 35px;
  color: #950200;
  margin-bottom: 9px;
  color: #fff;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}
section.reviews .card-reviews {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 20px;
  background: #fff;
  min-height: 240px;
}
section.reviews .card-reviews i {
  color: #950200;
  font-size: 50px;
}
section.reviews .card-reviews .review-icon {
  gap: 20px;
}
section.reviews .card-reviews .review-icon img {
  border-radius: 50%;
  max-width: 40px;
}
section.reviews .card-reviews .review-icon p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
section.reviews .card-reviews .review-icon svg {
  width: 20px;
}
section.reviews .card-reviews .review-icon svg path {
  fill: #ffa500;
}

.header-svg {
  position: relative;
  z-index: 99;
}

footer {
  background-color: rgb(255, 255, 255);
  padding: 100px 0 0 0;
  background-image: url("../../imgs/hero/Shiraz-Restaurant-bolton-serving-wine.jpg");
  background-position: 0 0;
  background-size: cover;
  color: #111;
}
footer h2 {
  font-size: 3.6rem;
  font-weight: bolder;
}
@media (max-width: 991px) {
  footer h2 {
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  footer h2 {
    font-size: 2rem;
  }
}
footer a.btn {
  border-bottom: 2px solid #950200;
  color: #950200;
  display: flex;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 10px 0;
  padding-bottom: 10px;
}
footer ul.footer-content {
  padding: 0;
  display: flex;
  flex-direction: column;
}
footer ul.footer-content li {
  list-style: none;
  display: flex;
  line-height: 48px;
  align-items: center;
}
@media (max-width: 1200px) {
  footer ul.footer-content li {
    justify-content: center;
  }
}
footer ul.footer-content li p {
  margin-bottom: 0;
}
footer .light-pointer {
  position: fixed;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.25) 0%, transparent 30%);
  mix-blend-mode: screen;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  transition: background 0.2s ease;
}
footer .fa {
  color: #950200;
}
footer .footer-header {
  font-size: 38px;
  text-transform: capitalize;
  font-weight: bolder;
  color: #950200;
}
@media (max-width: 480px) {
  footer .footer-header {
    font-size: 35px;
  }
}
footer .fa {
  color: #950200 !important;
  font-size: 1.25rem;
  margin-right: 5px;
}
footer .footer-title {
  margin-bottom: 30px;
}
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;
}
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;
}
footer .footer-content ul h5 {
  margin-bottom: 25px;
}
footer .footer-content ul h5 span {
  color: #950200;
}
footer .footer-content ul li {
  list-style: none;
}
footer .footer-content ul li a {
  color: #fff;
  line-height: 38px;
  font-size: 18px;
  font-weight: 200;
}
footer .footer-content ul li a:hover {
  text-decoration: none;
  color: #950200;
}
footer .tags {
  padding: 10px;
}
footer .tags li {
  list-style: none;
  display: inline-block;
  border: 1px solid #950200;
  border-radius: 30px;
  margin: 4px;
  background-color: #ffffff;
}
footer .tags li a {
  padding: 2px 15px;
  color: #950200;
  font-weight: bolder;
  font-size: 12px;
}
footer .tags li a:hover {
  text-decoration: none;
}

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

.contact-us {
  padding: 80px 0;
}
.contact-us .contact-card {
  background-color: transparent;
  color: #fff;
  padding: 0 40px 40px 40px;
  min-height: 490px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-us .contact-card h4 {
  color: #fff;
  padding: 20px 0;
  font-weight: bolder;
}
.contact-us .contact-card .fa {
  font-size: 20px;
}
.contact-us .contact-card a {
  color: #fff;
}
.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: #950200;
}
.contact-us .dizato-card {
  border: 3px solid #bf503f;
}
.contact-us .dizato-card h4 {
  background-color: #bf503f;
}
.contact-us .dizato-card svg {
  fill: #bf503f;
}
.contact-us .dizato-card .fa {
  color: #bf503f;
}
.contact-us .map-card {
  padding: 40px;
  border: 3px solid #950200;
  border-radius: 50px 50px 5px 5px;
}
.contact-us .dizato-map-card {
  padding: 40px;
  border: 3px solid #bf503f;
  border-radius: 50px 50px 5px 5px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 79px;
  right: 15px;
  z-index: 99;
  font-size: 18px;
  border: 1px solid #d4621f;
  outline: none;
  background-color: #ffffff;
  color: #d4621f;
  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: #950200;
}
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: #950200;
  color: 111;
}
::selection {
  background-color: #950200;
  color: 111;
}

::-moz-selection {
  background-color: #950200;
  color: 111;
}

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

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

section.copyright {
  color: #111;
  padding: 16px 0 32px 0;
}
section.copyright .cp-social-media {
  justify-content: flex-start;
  display: flex;
}
@media (max-width: 768px) {
  section.copyright .cp-social-media {
    justify-content: center;
    margin-bottom: 10px;
  }
}
section.copyright p {
  margin-bottom: 0;
  font-weight: 200;
}
section.copyright i {
  background-color: #950200;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  margin-right: 10px;
}
section.copyright a.mealzo-link {
  color: #950200 !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;
  }
}
.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: 90px;
  left: 130px;
  justify-content: center;
  color: #fff;
  line-height: 2;
  padding: 8px 32px;
  border-radius: 20px;
  z-index: 105;
  background-color: #950200;
}
.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;
}
.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 */