.main-color {
  color: #d51518;
}

@font-face {
  font-family: Poppins;
  src: url(../../Fonts/Poppins/Poppins-Regular.ttf);
}
@font-face {
  font-family: Cornerstone;
  src: url(../../Fonts/Cornerstone-Regular/Cornerstone.ttf);
}
body {
  overflow-x: hidden !important;
  font-family: Poppins;
  background-color: #000;
}
body h3 {
  color: #d51518;
}

.index-hero {
  background-image: url(../../imgs/hero/Soofi-Persian-Restaurant.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 90vh;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .index-hero {
    min-height: -moz-max-content;
    min-height: max-content;
  }
}

html {
  scroll-behavior: smooth;
}

a:hover {
  text-decoration: none;
}

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

.reveal.active {
  opacity: 1;
}
.reveal.active .fade-left {
  animation: fade-left 0.7s ease-in;
  -webkit-animation: fade-left 0.7s ease-in;
}
.reveal.active .fade-bottom {
  animation: fade-bottom 0.7s ease-in-out;
}

@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-top {
  animation: fade-top 1s ease-in-out;
  -webkit-animation: fade-top 1s ease-in-out;
}

@keyframes fade-top {
  0% {
    transform: translateY(-150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-bottom {
  animation: fade-bottom 1s ease-in-out;
  -webkit-animation: fade-bottom 1s ease-in-out;
}

@keyframes fade-bottom {
  0% {
    transform: translateY(150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    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;
}

img {
  width: 100%;
}

.openmenuu {
  width: 100% !important;
}

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

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

header {
  background-image: linear-gradient(to bottom, #000, transparent);
  padding: 15px 0 0 0;
}
header .dropdown-toggle::after {
  display: none !important;
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  max-width: 130px;
  border-radius: 50%;
}
@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 {
  width: 100%;
  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;
}
@media (max-width: 991px) {
  header section.menu-section nav li {
    margin-bottom: 5px;
  }
}
header section.menu-section nav li a.nav-link {
  color: #fff !important;
  position: relative;
  display: block;
  text-transform: capitalize;
  font-weight: 700;
  background: transparent;
  padding: 5px 10px;
  transition: 300ms;
  font-size: 16px;
}
header section.menu-section nav li a.nav-link:hover {
  color: #d51518 !important;
}
@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 a {
  border-bottom: 1px solid #fff;
}
header section.menu-section nav .nav-item2 a {
  border-radius: 50px;
  padding: 15px 25px;
  display: inline-flex;
  font-weight: 600;
  border: 2px solid #d51518;
  text-decoration: none;
  background-color: #fff;
  color: #d51518;
  border-radius: 8px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
@media (max-width: 1200px) {
  header section.menu-section nav .nav-item2 a {
    padding: 10px;
  }
}
header section.menu-section nav .dropdown-menu {
  background-color: #fff;
  width: 250px;
  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: 90px;
  justify-content: center;
  display: flex;
  margin-bottom: 10px;
}
header section.menu-section nav .dropdown-menu div .dropdown-item {
  max-width: 49%;
  color: #d51518;
  font-size: 12px;
  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: #d51518;
  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: #d51518;
}
header section.menu-section nav .navbar-toggler {
  color: #000;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav .header-links {
  width: 100%;
}
header .dropdown-item {
  max-width: 49%;
  color: #d51518;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 15px;
  font-weight: 900;
  text-transform: uppercase;
}
header .dropdown-item:hover {
  background-color: #d51518 !important;
  color: #fff;
}

#slider {
  padding: 150px 0;
  color: #fff;
}
@media (max-width: 480px) {
  #slider h5 {
    font-size: 15px;
  }
}
#slider h1 {
  font-size: 55px;
  margin-bottom: 30px;
  font-weight: bolder;
  font-family: Cornerstone;
}
@media (max-width: 991px) {
  #slider h1 {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  #slider h1 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  #slider h1 {
    font-size: 35px;
  }
}
@media (max-width: 380px) {
  #slider h1 {
    font-size: 30px;
  }
}
#slider .order-now {
  padding: 20px;
  flex-direction: column;
}
@media (max-width: 767px) {
  #slider .order-now {
    padding: 10px;
  }
}
#slider .order-now a.main-btn {
  justify-content: center;
  text-align: center;
  padding: 15px;
  font-weight: 800;
  text-transform: capitalize;
  padding: 15px 45px;
  display: inline-flex;
  font-weight: 600;
  text-decoration: none;
  background-color: #d51518;
  color: #eaeaea;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
#slider .order-now a.main-btn:hover {
  color: #fff;
}
#slider .order-now .booking-btn {
  background-color: #fff !important;
  color: #d51518 !important;
}
#slider img {
  max-width: 90%;
  display: flex;
  justify-content: center;
  margin: auto;
}

/* more about us section */
section.more-about-us-section {
  padding: 100px 20px;
  color: #fff;
}
@media (max-width: 991px) {
  section.more-about-us-section {
    padding: 64px 0;
  }
}
@media (max-width: 480px) {
  section.more-about-us-section {
    padding: 0;
  }
}
section.more-about-us-section .col-12 {
  padding: 0;
}
section.more-about-us-section .text-about {
  margin: 20px;
}
section.more-about-us-section h3 {
  text-transform: capitalize;
  font-weight: bolder;
  font-size: 35px;
}
section.more-about-us-section h3 span.highlight {
  color: #d51518;
}
@media (max-width: 768px) {
  section.more-about-us-section h3 {
    font-size: 30px;
  }
}
section.more-about-us-section .circle-img {
  margin-bottom: 33px;
}
section.more-about-us-section h4 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  font-weight: bolder;
}
section.more-about-us-section a.btn {
  padding: 15px 45px;
  display: inline-flex;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  border: 2px solid #d51518;
  background-color: #d51518;
  color: #eaeaea;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
section.more-about-us-section a.btn:hover {
  border: 2px solid #d51518;
  background-color: #eaeaea;
  color: #d51518;
}
section.more-about-us-section a.phonenum {
  color: #fff;
}
@media (max-width: 1200px) {
  section.more-about-us-section img {
    margin: 20px 0;
  }
}

.images-about {
  position: relative;
}
.images-about .imgabout {
  width: 60%;
  height: 60%;
  position: absolute;
  right: -50px;
  bottom: -100px;
}

/* special to try */
div.tab-content div.row div.food-card {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  div.tab-content div.row div.food-card {
    margin-bottom: 0;
  }
}
div.tab-content div.row div.food-card img {
  border-radius: 30px 12px 30px 30px;
}
div.tab-content div.row div.food-card div.food-name {
  margin-top: 21px;
  font-family: Monsterrat, Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
}
div.tab-content div.row div.food-card div.food-comment {
  margin-top: 10px;
  font-family: Monsterrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
}

.SpecialOffer {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .SpecialOffer {
    background-attachment: unset;
    background-position: 40% 50%;
  }
}

section.Menu {
  background-color: #a91d20;
  padding: 70px;
}
@media (max-width: 991px) {
  section.Menu {
    padding: 30px 0;
  }
}
section.Menu .swiper-wrapper {
  align-items: center;
}
section.Menu .card {
  transition: ease-in-out 0.5s;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0 0 15px 0;
  border-radius: 15px;
}
section.Menu .card:hover {
  transform: scale(1.05);
  transition: ease-in-out 0.5s;
}
section.Menu .card img {
  border-radius: 15px;
}
section.Menu h2 {
  color: #fff;
  font-weight: bolder;
  font-family: Cornerstone;
}
@media (max-width: 480px) {
  section.Menu h2 {
    font-size: 25px;
  }
}

section.gallery {
  padding: 80px 0;
  position: relative;
  /* Main CSS */
}
@media (max-width: 992px) {
  section.gallery {
    padding: 0;
  }
}
section.gallery h3 {
  color: #d51518;
  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 .container .row .col-12 .gallery-card {
  margin-bottom: 20px;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: cover;
}
section.gallery .container .row .col-12 .gallery-card #trapezoid {
  border-bottom: 100px solid #d51518;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  height: 0;
  width: 100px;
  background-color: rgba(7, 5, 64, 0.7411764706);
}
section.gallery .container .row .col-12 .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 .container .row .col-12 .gallery-card .gallery-card-content img {
  width: 200px;
}
section.gallery .container .row .col-12 .gallery-card .gallery-card-content p {
  color: #fdfdfd;
  font-size: 24px;
  line-height: 40px;
}
section.gallery .container .row .col-12 .gallery-card .gallery-card-content h4 {
  color: #fdfdfd;
  font-size: 32px;
}
section.gallery .container .row .col-12 .gallery-card .gallery-card-content .gallery-card-content-btn {
  background-color: #d51518;
  padding: 10px 20px;
  margin-top: 50px;
  color: #fdfdfd;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}
section.gallery .container .row .col-12 .gallery-card .gallery-card-content .gallery-card-content-btn:hover {
  text-decoration: none;
}
section.gallery .container .row .col-12 .card1 {
  background-image: url(./../../imgs/gallery/gogoTakeaway-Pizza.png);
}
section.gallery .container .row .col-12 .card2 {
  background-image: url(./../../imgs/gallery/gogoTakeaway-Fish&Chips.png);
}
section.gallery .container .row .col-12 .card3 {
  background-image: url(./../../imgs/gallery/gogoTakeaway-Kebab.png);
}
section.gallery img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}
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.02);
}
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 .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;
}

.swiper-gallery .swiper-slide img {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

section.About-us {
  padding: 64px;
  background-color: #000;
}
@media (max-width: 1200px) {
  section.About-us {
    padding: 64px 0;
  }
}
section.About-us img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
@media (max-width: 1200px) {
  section.About-us img {
    margin: 20px;
  }
}
section.About-us p {
  color: #fff;
  text-align: center;
}
section.About-us h3 {
  margin-bottom: 22px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 800;
  text-align: center;
  font-size: 37px;
  font-family: Cornerstone;
}
@media (max-width: 991px) {
  section.About-us h3 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  section.About-us h3 {
    font-size: 30px;
  }
}
section.About-us a.btn {
  justify-content: center;
  text-align: center;
  margin-top: 15px;
  font-weight: 800;
  text-transform: capitalize;
  border-radius: 10px;
  padding: 15px 45px;
  display: inline-flex;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border: 2px solid #d51518;
  background-color: #d51518;
  color: #eaeaea;
}
section.About-us a.btn:hover {
  border: 2px solid #d51518;
  background-color: #eaeaea;
  color: #d51518;
}

/* dwnloap app section */
.dl-app img.dl-app-link {
  margin-bottom: 10px;
  width: 300px;
}
@media (max-width: 480px) {
  .dl-app img.dl-app-link {
    width: 200px;
  }
}
.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
.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;
}
.dl-app div.inner-content h3.dl-ur-app-heading {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 56px;
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
section.reviews {
  padding: 80px 0;
}
@media (max-width: 768px) {
  section.reviews {
    padding: 0 0 80px 0;
  }
}
section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 33px;
  line-height: 70px;
  color: #fff;
}
@media (max-width: 768px) {
  section.reviews h3 {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  section.reviews h3 {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  section.reviews h3 {
    line-height: 40px;
    font-size: 23px;
  }
}
section.reviews .comment-section .comment-text {
  border: 1px solid #333;
  border-radius: 10px;
  padding: 20px;
  max-width: 800px;
  min-height: 100px;
  text-align: center;
  color: #d51518;
  font-size: 14px;
  line-height: 31px;
  margin: 0 auto;
  position: relative;
  background-color: #f3e2fd;
}
section.reviews .comment-section .comment-text::after {
  content: "";
  position: absolute;
  top: -7px;
  display: block;
  width: 14px;
  height: 14px;
  background-color: #f3e2fd;
  border-color: #f3e2fd;
  border-style: solid;
  border-width: 2px;
  left: 50%;
  transform: translateX(-50%) scaleX(0.75) rotate(45deg);
}
section.reviews .comment-section .comment-writter-name {
  margin-top: 35px;
  color: #d51518;
  margin-bottom: 9px;
  color: #fff;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 40px;
}

/* footer */
footer {
  background-color: #000;
  color: #fff;
  padding: 50px 0 10px 0;
}
@media (max-width: 1300px) {
  footer {
    padding: 50px 10px;
  }
}
footer p {
  color: #d3d3d3;
}
footer .app-links {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  footer .app-links {
    flex-direction: row;
  }
}
footer .app-links img {
  max-width: 200px;
}
footer a {
  color: #d3d3d3;
}
footer a:hover {
  color: #fff;
}
footer h4 {
  color: #d51518;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 50px;
}
footer ul {
  display: flex;
  flex-direction: column;
  padding: 0;
}
footer ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d3d3d3;
  padding: 5px 0;
}
footer ul li p {
  margin-bottom: 0;
  font-size: 15px;
}

.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 #d51518;
  background-color: #d51518;
}
@media (max-width: 480px) {
  .foods-link ul li {
    padding: 3px 8px;
  }
}
.foods-link ul li a {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.foods-link ul li a:hover {
  text-decoration: none;
}
.foods-link ul li:hover {
  background-color: transparent;
}
.foods-link ul li:hover a {
  color: #d51518;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #fff;
  border: 2px solid #d51518;
  color: #d51518;
  cursor: pointer;
  padding: 10px 15px 10px 15px;
  border-radius: 50%;
}
#myBtn:hover {
  color: #d51518;
  background-color: #eaeaea;
}

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

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

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

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

section.copyright {
  background-color: #000;
  color: #ffffff;
  font-weight: bolder;
  padding: 20px 0;
}
section.copyright a.mealzo-link {
  color: #eaeaea !important;
}
section.copyright a.mealzo-link img {
  max-width: 150px;
}/*# sourceMappingURL=style2.css.map */