.main-color {
  color: #FF0000;
}

@font-face {
  font-family: Commissioner;
  src: url(../../Fonts/Commissioner/Commissioner-Regular.ttf);
}
@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
body {
  overflow-x: hidden;
  font-family: Commissioner;
}

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;
}
.reveal.active .fade-top {
  animation: fade-top 0.7s ease-in-out;
}
.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 0.7s ease-in-out;
}

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

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.openmenuu {
  width: 100% !important;
}

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

header {
  background-color: #ffffff;
}
header .dropdown-toggle::after {
  display: none !important;
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  max-width: 150px;
}
@media (max-width: 480px) {
  header .shop-logo {
    max-width: 120px;
  }
}
@media (min-width: 992px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section .navbar-expand-lg .navbar-nav {
  align-items: center;
}
@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: #0E3E6D !important;
  position: relative;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  background: transparent;
  padding: 5px 10px;
  transition: 300ms;
  font-size: 16px;
}
@media (max-width: 1200px) {
  header section.menu-section nav li a.nav-link {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  header section.menu-section nav li a.nav-link {
    font-size: 17px;
  }
}
header section.menu-section nav .nav-item.active a {
  color: #0E3E6D !important;
}
header section.menu-section nav .social-media {
  width: 1.8rem;
  display: inline-flex;
}
header section.menu-section nav .fa {
  font-size: 2rem;
  color: #FF0000;
}
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: #FF0000;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 15px;
  font-weight: 900;
  text-transform: uppercase;
}
header section.menu-section nav .dropdown-menu div .dropdown-item:hover {
  background-color: #FF0000;
  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: #d0840b;
}
header section.menu-section nav .navbar-toggler {
  color: #000;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav .header-links {
  justify-content: flex-end;
}

/* section hero */
section.hero-section {
  padding: 80px 0;
}
section.hero-section div.inner-content {
  text-align: center;
}
section.hero-section div.inner-content h3 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  color: #fff;
}
@media (max-width: 768px) {
  section.hero-section div.inner-content h3 {
    font-size: 2rem;
  }
}
section.hero-section div.inner-content img {
  max-width: 100px;
}
section.hero-section div.inner-content p {
  font-weight: 300;
  font-size: 40px;
  line-height: 24px;
  color: #fff;
}
section.hero-section div.inner-content span {
  color: white;
  font-size: 25px;
}
section.hero-section div.inner-content a.btn {
  background-color: #FF0000;
  color: rgb(255, 255, 255);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: flex;
  padding-top: 12px;
  width: 250px;
  height: 80px;
  margin-top: 20px;
}
section.hero-section div.inner-content a.btn:hover {
  color: #FF0000;
  border-color: #FF0000;
  background-color: #fff !important;
  box-shadow: #0E3E6D 0px 4px 12px;
}
@media (min-width: 991px) {
  section.hero-section div.inner-content a.btn {
    margin-top: 62px;
  }
}
@media (max-width: 480px) {
  section.hero-section div.inner-content a.btn {
    width: 140px;
  }
}
section.hero-section div.inner-content a.btn .order-now-icon-main {
  width: 30px;
  height: 30px;
  stroke: white;
}
section.hero-section div.inner-content a.btn .order-now-icon-main:hover {
  stroke: #FF0000;
}

#slider .inner-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 120px 0;
}
#slider .inner-content img.big-logo {
  max-width: 200px;
  margin: 0 auto;
}
#slider .inner-content h1 {
  font-size: 3.8rem;
  margin-bottom: 10px;
  color: #fff;
  font-weight: bolder;
}
@media (max-width: 768px) {
  #slider .inner-content h1 {
    font-size: 2rem;
  }
}
#slider .inner-content img {
  max-width: 100px;
}
#slider .inner-content p {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
@media (max-width: 576px) {
  #slider .inner-content h3 {
    font-size: 19px;
  }
}
#slider .inner-content span {
  color: white;
  font-size: 25px;
}
#slider .inner-content a.btn {
  background-color: #FF0000;
  color: rgb(255, 255, 255);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: flex;
  padding-top: 12px;
  width: 250px;
  height: 80px;
  margin-top: 20px;
  font-size: 25px;
  margin-bottom: 40px;
}
#slider .inner-content a.btn:hover {
  color: #FF0000;
  border-color: #FF0000;
  background-color: #fff !important;
  box-shadow: #0E3E6D 0px 4px 12px;
}
@media (min-width: 991px) {
  #slider .inner-content a.btn {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  #slider .inner-content a.btn {
    width: 140px;
    font-size: 18px;
    width: 150px;
  }
}
#slider .inner-content a.btn .order-now-icon-main {
  width: 30px;
  height: 30px;
  stroke: white;
}
#slider .inner-content a.btn .order-now-icon-main:hover {
  stroke: #FF0000;
}
#slider .inner-content .dl-app-img {
  max-width: 200px;
}
#slider .inner-content .dl-app-img img {
  max-width: 100%;
}
#slider .item-one {
  background-image: url(../../imgs/hero/Yariika-Sushi-Stourbridge-banner.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}
@media (max-width: 768px) {
  #slider .item-one {
    min-height: 80vh;
    background-position: 10% 50%;
  }
}
#slider .item-two {
  background-image: url(../../imgs/hero/Ginger-Express-Edinburgh-fried-shrimps-sauce-with-tomatoes-herbs.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}
@media (max-width: 768px) {
  #slider .item-two {
    min-height: 80vh;
  }
}

/* more about us section */
section.more-about-us-section {
  background-color: #fff;
  padding: 70px 0;
  color: #000;
}
section.more-about-us-section h3 {
  margin-bottom: 30px;
  text-transform: capitalize;
  font-weight: bolder;
  font-size: 35px;
}
section.more-about-us-section h3 span.highlight {
  color: #FF0000;
}
@media (max-width: 300px) {
  section.more-about-us-section h3 {
    font-size: 26px;
  }
}
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 p {
  font-weight: bold;
  font-size: 19px;
}
section.more-about-us-section a.btn {
  padding: 15px 25px;
  display: inline-flex;
  font-weight: 600;
  border: 2px solid #FF0000;
  text-decoration: none;
  background-color: #FF0000;
  color: #fff;
  border-radius: 28px;
}
section.more-about-us-section a.btn:hover {
  border: 2px solid #0E3E6D;
  background-color: transparent;
  color: #0E3E6D;
}
section.more-about-us-section a.phonenum {
  color: #fff;
}

/* special to try */
section.Menu {
  background-color: #cc8c34;
  padding: 70px 0;
}
section.Menu h3 {
  font-size: 50px;
  color: #fff;
}
section.Menu .card {
  transition: ease-in-out 0.5s;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0 0 15px 0;
}
section.Menu .card:hover {
  transform: scale(1.1);
  transition: ease-in-out 0.5s;
}
section.Menu h2 {
  color: #362a10;
  font-weight: bolder;
}
section.Menu h4 {
  margin-top: 20px;
  color: #362a10;
  font-weight: bolder;
}
@media (max-width: 380px) {
  section.Menu h4 {
    font-size: 16px;
  }
}
section.Menu p {
  color: #fff;
  font-weight: bolder;
  font-size: 18px;
}

.SpecialOffer {
  background-color: #000;
  padding: 80px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.SpecialOffer h3 {
  font-size: 50px;
  color: #fff;
}
.SpecialOffer a {
  display: flex;
  flex-direction: column;
}
.SpecialOffer a button {
  margin-top: -54px;
  background-color: #FF0000;
  border: none;
  outline: none;
  padding: 15px 20px;
  font-weight: bolder;
  color: #fff;
}
@media (max-width: 480px) {
  .SpecialOffer a button {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .SpecialOffer img {
    max-width: 500px;
  }
}
@media (max-width: 576px) {
  .SpecialOffer img {
    max-width: 350px;
  }
}
@media (max-width: 480px) {
  .SpecialOffer img {
    max-width: 300px;
  }
}
.SpecialOffer .swiper-pagination-bullet {
  background-color: antiquewhite;
}

.gallery {
  background-color: #fff;
  padding: 70px 0;
  color: #000;
}
@media (max-width: 768px) {
  .gallery {
    padding: 70px 0 0 0;
  }
}
.gallery h3 {
  font-size: 50px;
  color: #000;
}
.gallery .card {
  transition: ease-in-out 0.5s;
  border: none;
  outline: none;
}
.gallery .card:hover {
  transform: scale(1.05);
}
.gallery .card:hover button {
  display: flex;
}
.gallery .card a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transition: ease-in-out 0.5s;
}
.gallery .card a img {
  position: relative;
}
.gallery .card a button {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5764705882);
  border: none;
  outline: none;
  font-weight: bolder;
  color: #fff;
  display: none;
  text-align: center;
  justify-content: center;
  align-items: center;
}

section.about-us {
  background-color: #fff;
  color: #000;
  padding: 90px 0;
}
section.about-us .about-item {
  display: flex;
  flex-direction: column;
  text-align: left;
}
@media (max-width: 991px) {
  section.about-us .about-item {
    margin: 10px;
  }
}
section.about-us .about-item .about-header {
  position: relative;
  margin-bottom: 30px;
  font-size: 40px;
  color: #FF0000;
  font-weight: bolder;
}
@media (max-width: 991px) {
  section.about-us .about-item .about-header {
    font-size: 30px;
  }
}
@media (max-width: 380px) {
  section.about-us .about-item .about-header {
    font-size: 25px;
  }
}
@media (max-width: 290px) {
  section.about-us .about-item .about-header {
    font-size: 22px;
  }
}
section.about-us .about-item p {
  font-size: 18px;
}

/* dwnloap app section */
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-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;
  }
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
section.reviews {
  padding: 80px 0;
  background-image: url(../../imgs/hero/yariika-sushi-banner.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  section.reviews {
    background-attachment: unset;
    margin: 50px 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 {
  position: relative;
  background-color: #fff;
  padding: 20px;
  margin: 10px;
  border-radius: 10px 0 10px 10px;
}
section.reviews .comment-section:before {
  position: absolute;
  content: "";
  top: 0;
  right: -29px;
  border-width: 12px 15px 12px 15px;
  border-style: solid;
  width: 30px;
  height: 24px;
  border-color: #fff transparent transparent #fff;
}
section.reviews .comment-section p {
  margin-bottom: 0;
  font-size: 20px;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 40px;
}
section.reviews .second-comment {
  position: relative;
  background-color: #fff;
  border-radius: 0 10px 10px 10px !important;
}
section.reviews .second-comment:before {
  position: absolute;
  content: "";
  top: 0;
  left: -29px;
  border-width: 12px 15px 12px 15px;
  border-style: solid;
  width: 30px;
  height: 24px;
  border-color: #fff #fff transparent transparent;
}

/* footer */
.footer {
  padding: 50px 0 0 0;
  background-color: #fff;
}
.footer div.inner-content {
  text-align: center;
}
.footer div.inner-content h1 {
  font-size: 6.5rem;
  margin-bottom: 10px;
  color: #FF0000;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .footer div.inner-content h1 {
    font-size: 5rem;
  }
}
@media (max-width: 768px) {
  .footer div.inner-content h1 {
    font-size: 4rem;
  }
}
@media (max-width: 480px) {
  .footer div.inner-content h1 {
    font-size: 2.5rem;
  }
}
.footer div.inner-content h3 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  color: #000;
}
.footer div.inner-content p {
  font-weight: 300;
  font-size: 40px;
  line-height: 24px;
  color: #000;
}
.footer div.inner-content span {
  color: #000;
  font-size: 25px;
}
@media (max-width: 991px) {
  .footer div.inner-content span {
    font-size: 20px;
  }
}
.footer div.inner-content img {
  width: 200px;
}
.footer .footer-links {
  display: flex;
  padding: 0;
  justify-content: center;
  text-align: center;
  margin-top: 40px;
  flex-wrap: wrap;
}
.footer .footer-links li {
  padding: 0 15px;
  list-style: none;
  margin-bottom: 20px;
}
.footer .footer-links li:not(:last-child) {
  border-right: 1px solid #c7c7c7;
}
.footer .footer-links li a {
  color: #000;
  font-weight: bolder;
}

#openinghour {
  margin: 0 auto;
}
#openinghour p {
  font-size: 1rem;
}

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

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

::-moz-selection {
  background-color: #0E3E6D;
  color: white;
}

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

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

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