.main-color {
  color: #fd9153;
}

@font-face {
  font-family: ArchivoBlack;
  src: url(../../Fonts/Archivo_Black/ArchivoBlack-Regular.ttf);
}

@font-face {
  font-family: OpenSans;
  src: url(../../Fonts/open_sans/Open_Sans/static/OpenSans/OpenSans-SemiBold.ttf);
}

@font-face {
  font-family: 'Raleway';
  src: url(../../Fonts/Raleway/Raleway-Regular.ttf);
}

@font-face {
  font-family: 'Clarendon';
  src: url(../../Fonts/Clarendon-Wide/ClarendonWideBold.ttf);
}

@font-face {
  font-family: 'Obliqua';
  src: url(../../Fonts/ObliquaITCBold/ObliquaITCBold.ttf);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Obliqua' !important;
  overflow-x: hidden !important;
  background-color: #111;
  color: #fdfdfd;
}

.valentine-gif {
  max-width: 100px;
}

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

.snowflake {
  position: absolute;
  width: 27px;
  height: 27px;
  background: transparent;
  z-index: 999;
  background-image: url(../../imgs/snow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.snowflake:nth-child(even) {
  position: absolute;
  width: 27px;
  height: 27px;
  background: transparent;
  z-index: 999;
  background-image: url(../../imgs/blue-snow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.fade-right {
  -webkit-animation: fade-right 0.7s ease-in-out;
          animation: fade-right 0.7s ease-in-out;
}

@-webkit-keyframes fade-right {
  0% {
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.fade-two {
  -webkit-animation: fade-two 1.2s ease-in-out;
          animation: fade-two 1.2s ease-in-out;
}

@-webkit-keyframes fade-two {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(-115deg);
            transform: rotate(-115deg);
    opacity: 1;
  }
}

@keyframes fade-two {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(-115deg);
            transform: rotate(-115deg);
    opacity: 1;
  }
}

.fade-top {
  -webkit-animation: fade-top 0.7s ease-in-out;
          animation: fade-top 0.7s ease-in-out;
}

@-webkit-keyframes fade-top {
  0% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-top {
  0% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

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

.reveal.active {
  opacity: 1;
}

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

@-webkit-keyframes fade-left {
  0% {
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-left {
  0% {
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

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

@keyframes fade-right {
  0% {
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes fade-bottom {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-bottom {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.fade-left {
  -webkit-animation: fade-left 3s ease-in-out;
          animation: fade-left 3s ease-in-out;
}

@keyframes fade-left {
  0% {
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.fade-right {
  -webkit-animation: fade-right 3s ease-in-out;
          animation: fade-right 3s ease-in-out;
}

@keyframes fade-right {
  0% {
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.fade-left2 {
  -webkit-animation: fade-left2 4s ease-in-out;
          animation: fade-left2 4s ease-in-out;
}

@-webkit-keyframes fade-left2 {
  0% {
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-left2 {
  0% {
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.fade-right2 {
  -webkit-animation: fade-right2 4s ease-in-out;
          animation: fade-right2 4s ease-in-out;
}

@-webkit-keyframes fade-right2 {
  0% {
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right2 {
  0% {
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.modal-open .modal {
  z-index: 99999;
}

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

.displayy {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-header {
  font-size: 50px;
  margin-bottom: 30px;
  font-weight: bolder;
}

@media (max-width: 1200px) {
  .section-header {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .section-header {
    font-size: 35px;
  }
}

@media (max-width: 380px) {
  .section-header {
    font-size: 25px;
  }
}

header {
  background-color: rgba(0, 0, 0, 0.603);
  padding: 10px 0;
}

header .navbar-brand {
  font-size: 1rem !important;
}

header .shop-logo {
  max-width: 100px;
  border-radius: 50%;
}

@media (max-width: 768px) {
  header .shop-logo {
    max-width: 80px;
  }
}

@media (min-width: 991px) {
  header .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

header section.menu-section .navbar-expand-lg .navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header section.menu-section nav {
  padding: 0;
}

@media (min-width: 992px) {
  header section.menu-section nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

header section.menu-section nav li {
  margin-left: 15px;
}

header section.menu-section nav li a.nav-link {
  color: #fdfdfd !important;
  font-weight: 900;
}

@media (max-width: 1200px) {
  header section.menu-section nav li a.nav-link {
    font-size: 13px;
  }
}

header section.menu-section nav li a.nav-link:hover {
  color: #fd9153 !important;
}

header section.menu-section nav .nav-item.active .nav-link {
  color: #fd9153 !important;
}

header section.menu-section nav .dropdown-menu {
  background-color: #fff;
  border-radius: 10px;
}

header section.menu-section nav .dropdown-menu .dropdown-item {
  color: #fd9153;
}

header section.menu-section nav .dropdown-menu .dropdown-item:hover {
  background-color: #fd9153;
  color: #fff;
}

header section.menu-section nav .dropdown-toggle::after {
  display: none;
}

header section.menu-section nav .navbar-toggler-icon {
  background-image: unset !important;
  color: #fd9153;
}

header section.menu-section nav .navbar-toggler {
  color: #fff;
  border-color: transparent;
  line-height: 1.5;
}

header section.menu-section nav a.btn {
  background-color: #fd9153;
  color: #fff;
}

header section.menu-section nav .header-links {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header section.menu-section .login-btn {
  color: #fff !important;
  background-color: #fd9153;
  border-radius: 35px 35px 12px 12px !important;
  padding: 15px 20px !important;
}

@media (max-width: 1200px) {
  header section.menu-section .login-btn {
    padding: 15px 10px !important;
  }
}

@media (min-width: 768px) {
  header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

/* section hero */
.index-hero {
  background-image: url(../../imgs/hero/bg/Mirchi-Massala-Kilbride-Glasgow-shop.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

section.hero-section {
  padding: 50px 100px;
  color: #e2e2e2;
  position: relative;
}

@media (max-width: 1200px) {
  section.hero-section {
    padding: 20px 0 50px 0;
  }
}

section.hero-section::before {
  position: absolute;
  content: "";
  width: 103%;
  height: 105%;
  background-color: rgba(0, 0, 0, 0.603);
  top: 5%;
  right: -52%;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 991px) {
  section.hero-section::before {
    display: none;
  }
}

@media (max-width: 991px) {
  section.hero-section::before {
    padding: 50px 0;
  }
}

section.hero-section p {
  font-weight: bolder;
}

section.hero-section h2 {
  font-size: 54px;
  font-weight: bolder;
  color: #fd9153;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: Clarendon;
  letter-spacing: 1px;
  -webkit-text-stroke: 1px #fff;
}

@media (max-width: 1440px) {
  section.hero-section h2 {
    font-size: 35px;
  }
}

section.hero-section a.btn {
  padding: 15px 35px;
  background-color: #fd9153;
  color: #fff;
  font-weight: bolder;
  border: 1px solid #fd9153;
  border-radius: 30px;
  margin-top: 40px;
}

section.hero-section a.btn svg {
  fill: #fff;
}

@media (max-width: 768px) {
  section.hero-section a.btn {
    margin-top: 10px;
  }
}

section.hero-section .hero-img {
  width: 40%;
  position: relative;
  z-index: 2;
}

section.hero-section .slider-text {
  margin-top: 150px;
}

@media (max-width: 991px) {
  section.hero-section .slider-text {
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  section.hero-section .slider-text {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  section.hero-section .swiper-slide .inner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 1200px) {
  section.hero-section .swiper-slide img {
    width: 40%;
  }
}

@media (max-width: 768px) {
  section.hero-section .swiper-slide img {
    width: 70%;
    margin: auto;
  }
}

section.hero-section .swiper-slide .slider-text {
  width: 60%;
}

@media (max-width: 1200px) {
  section.hero-section .swiper-slide .slider-text {
    width: 60%;
  }
}

@media (max-width: 768px) {
  section.hero-section .swiper-slide .slider-text {
    width: 100%;
  }
}

section.hero-section .swiper-slide-active .hero-img {
  -webkit-animation: fade-right 1.5s ease-in-out;
          animation: fade-right 1.5s ease-in-out;
}

@keyframes fade-right {
  0% {
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

section.hero-section .swiper-slide-active .slider-text {
  -webkit-animation: fade-left 1.5s ease-in-out;
          animation: fade-left 1.5s ease-in-out;
}

@keyframes fade-left {
  0% {
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.special {
  position: relative;
  padding: 50px;
}

@media (max-width: 991px) {
  .special {
    padding: 50px 0;
  }
}

.special h3 {
  font-family: CinzelSemiBold;
  font-size: 75px;
  color: #fd9153;
  text-transform: capitalize;
}

@media (max-width: 1300px) {
  .special h3 {
    font-size: 50px;
  }
}

.special .card {
  background-color: unset;
  margin-bottom: 20px;
  border-radius: 10px;
}

.special .card img {
  border-radius: 10px;
}

.special .card .card-content .info {
  background-color: #fdfdfd;
  display: inline-block;
  color: #fd9153;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 0%;
  left: 0%;
  border-radius: 10px 20px 20px 0;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: bolder;
  border: 1px solid #fd9153;
}

.special .card .card-content .info a {
  font-size: 20px;
  font-weight: bolder;
  color: #fd9153;
  padding: 0;
}

.special .card h5 {
  font-weight: bolder;
  color: #fff0c8;
  font-size: 24px;
  text-shadow: 1px 1px #000;
}

.special .chef-img {
  max-width: 80%;
  margin-top: 80px;
}

.special .special-offer-text {
  background-color: #fd9153;
  border-radius: 20px;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
  border-radius: 100px;
}

.special .special-offer-text p {
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
}

.swiper-pagination-bullet {
  background-color: antiquewhite;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: none !important;
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: none !important;
}

.specialoffer {
  background-image: url(../../imgs/hero/bg/Mirchi-Massala-Kilbride-Glasgow-Curry-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 500px;
  background-attachment: fixed;
}

@media (max-width: 991px) {
  .specialoffer {
    background-attachment: unset;
    min-height: 400px;
  }
}

section.specialoffers {
  background-repeat: repeat-x;
  background-size: 400% 400%;
  -webkit-animation: AnimationName 5s ease infinite;
          animation: AnimationName 5s ease infinite;
  margin-bottom: 50px;
  padding: 50px 0;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

section.specialoffers h2 {
  font-size: 30px;
  font-weight: bolder;
  color: #fd9153;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Clarendon;
  letter-spacing: 1px;
  -webkit-text-stroke: 1px #fff;
  text-align: center;
}

@media (max-width: 1300px) {
  section.specialoffers h2 {
    font-size: 25px;
  }
}

@media (max-width: 768px) {
  section.specialoffers h2 {
    font-size: 23px;
  }
}

section.specialoffers h2 a {
  color: #fdfdfd;
}

section.specialoffers .offer-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  -webkit-box-shadow: 1px 1px 15px #777777;
          box-shadow: 1px 1px 15px #777777;
  margin: 15px 5px;
  background-color: #fff;
}

section.specialoffers .offer-card img {
  border-radius: 10px;
  max-width: 100%;
  -webkit-transition: ease-in-out 0.7s;
  transition: ease-in-out 0.7s;
}

section.specialoffers .offer-card img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

section.about-us {
  padding: 80px 0;
  position: relative;
  text-align: left;
}

@media (max-width: 991px) {
  section.about-us {
    padding: 50px 0;
    text-align: center;
  }
}

section.about-us h3 {
  color: #fd9153;
  font-family: Clarendon;
  letter-spacing: 1px;
  -webkit-text-stroke: 1px #fff;
}

@media (max-width: 991px) {
  section.about-us h3 {
    margin-top: 50px;
    font-size: 45px;
  }
}

@media (max-width: 480px) {
  section.about-us h3 {
    font-size: 35px;
  }
}

@media (max-width: 380px) {
  section.about-us h3 {
    font-size: 30px;
  }
}

section.about-us p {
  margin-top: 5px;
  max-width: 90%;
  text-align: justify;
}

@media (max-width: 991px) {
  section.about-us p {
    margin: 5px auto 15px auto;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
}

section.about-us img {
  max-width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  border-radius: 20px;
  -webkit-transition: ease-in-out 0.7s;
  transition: ease-in-out 0.7s;
}

@media (max-width: 991px) {
  section.about-us img {
    max-width: 70%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

section.about-us .inner-img {
  position: relative;
  -webkit-transition: ease-in-out 0.7s;
  transition: ease-in-out 0.7s;
}

section.about-us .inner-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #c92a5a;
  background-image: -webkit-gradient(linear, right top, left bottom, from(#ff974a), color-stop(#c92a5a), to(#da1a19));
  background-image: linear-gradient(to bottom left, #ff974a, #c92a5a, #da1a19);
  background-repeat: repeat-x;
  background-size: 400% 400%;
  -webkit-animation: AnimationName 5s ease infinite;
          animation: AnimationName 5s ease infinite;
  top: 0%;
  left: 0%;
  z-index: -1;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
  border-radius: 20px;
  -webkit-transition: ease-in-out 0.7s;
  transition: ease-in-out 0.7s;
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media (max-width: 991px) {
  section.about-us .inner-img::before {
    left: 10%;
    width: 80%;
  }
}

section.about-us .inner-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

section.about-us .inner-img:hover::before {
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
}

section.about-us a.btn {
  padding: 15px 35px;
  background-color: #fd9153;
  color: #fff;
  font-weight: bolder;
  border: 1px solid #fd9153;
  border-radius: 30px;
  margin-top: 20px;
  -webkit-transition: ease-in-out 0.7s;
  transition: ease-in-out 0.7s;
}

section.about-us a.btn:hover {
  background-color: #fff;
  border-color: #fd9153;
  color: #fd9153;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

section.peyment-method {
  padding: 10px 0;
}

section.peyment-method .methods-container {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

section.peyment-method .methods-container img {
  width: 70px;
  display: block;
}

/* dwnloap app section */
section.dl-app {
  position: relative;
  padding: 100px 50px;
}

@media (max-width: 768px) {
  section.dl-app {
    padding: 50px 0;
  }
}

section.dl-app .app-mockup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  width: 95%;
  margin: auto;
  -webkit-box-shadow: 1px 1px 24px #000000bf;
          box-shadow: 1px 1px 24px #000000bf;
}

@-webkit-keyframes app-animation {
  0% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  100% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}

@keyframes app-animation {
  0% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  100% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}

section.dl-app div.inner-content {
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  section.dl-app div.inner-content {
    margin-bottom: 40px;
  }
}

section.dl-app div.inner-content div.d-flex {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

section.dl-app div.inner-content p {
  color: #000;
}

section.dl-app div.inner-content a.app-link-dl-container:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

section.dl-app div.inner-content img.dl-app-link {
  width: 35px;
  margin: 0 10px 0 0;
}

section.dl-app div.inner-content h3 {
  font-weight: bold;
  font-size: 48px;
  margin: 20px 0;
  color: #fd9153;
  font-family: Clarendon;
  letter-spacing: 1px;
  -webkit-text-stroke: 1px #fff;
}

@media (max-width: 1200px) {
  section.dl-app div.inner-content h3 {
    font-size: 35px;
  }
}

@media (max-width: 480px) {
  section.dl-app div.inner-content h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

section.dl-app .dl-app-image {
  position: relative;
}

section.dl-app .dl-app-image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #c92a5a;
  background-image: -webkit-gradient(linear, right top, left bottom, from(#ff974a), color-stop(#c92a5a), to(#da1a19));
  background-image: linear-gradient(to bottom left, #ff974a, #c92a5a, #da1a19);
  background-repeat: repeat-x;
  background-size: 400% 400%;
  -webkit-animation: AnimationName 5s ease infinite;
          animation: AnimationName 5s ease infinite;
  top: 0%;
  left: 0%;
  z-index: -1;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
  border-radius: 20px;
  -webkit-transition: ease-in-out 0.7s;
  transition: ease-in-out 0.7s;
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media (max-width: 991px) {
  section.dl-app .dl-app-image::before {
    left: 10%;
    width: 80%;
  }
}

@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

section.reviews {
  padding: 80px 0;
}

@media (max-width: 768px) {
  section.reviews {
    padding: 20px;
  }
}

section.reviews .container {
  background-color: #fd9153;
  border-radius: 34px;
}

section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 33px;
  line-height: 70px;
  color: #fff;
}

@media (max-width: 576px) {
  section.reviews h3 {
    font-size: 25px;
  }
}

@media (max-width: 480px) {
  section.reviews h3 {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  section.reviews h3 {
    font-size: 13px;
  }
}

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: #fd9153;
  margin-bottom: 9px;
  color: #fff;
}

section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}

.index-footer {
  background-image: url(../../imgs/hero/bg/Mirchi-Massala-Kilbride-Glasgow-footer-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

footer {
  color: #fff;
  padding: 80px 110px 0 110px;
}

@media (max-width: 1200px) {
  footer {
    padding: 50px 0;
  }
}

footer .shop-logo {
  width: 100px;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 18px;
}

footer .Opening {
  padding: 0;
}

footer .Opening li {
  padding: 3px;
  list-style: none;
}

footer .Opening li a {
  color: #fff;
}

footer .Opening li a:hover {
  color: #fd9153;
  text-decoration: none;
}

footer .footer-header {
  font-size: 28px;
  text-transform: capitalize;
  font-weight: bolder;
}

@media (max-width: 480px) {
  footer .footer-header {
    font-size: 35px;
  }
}

footer .fa {
  color: #fff;
  font-size: 1.25rem;
}

footer .footer-title {
  margin-bottom: 30px;
}

footer .footer-title span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #ffffff;
}

footer a.app-link-dl-container:hover img {
  -webkit-animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

footer img.dl-app-link {
  margin-bottom: 50px;
  width: 35px;
}

@media (min-width: 768px) {
  footer img.dl-app-link {
    margin-bottom: 0;
    width: 35px;
  }
}

footer h3.dl-ur-app-heading {
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 15px;
  font-size: 1.8rem;
  color: #fff;
}

@media (min-width: 768px) {
  footer h3.dl-ur-app-heading {
    font-size: 1.9rem;
  }
}

@media (min-width: 992px) {
  footer h3.dl-ur-app-heading {
    font-size: 2rem;
  }
}

footer .co-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

@media (max-width: 768px) {
  footer .co-info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 0;
  }
}

@media (max-width: 768px) {
  footer .co-info li {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

footer svg {
  fill: #fd9153;
}

.foods-tags {
  padding: 0;
}

.foods-tags ul.foods-link {
  padding: 10px 0;
}

.foods-tags ul.foods-link li {
  list-style: none;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 18px;
  padding: 5px 10px;
  margin: 7px 3px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .foods-tags ul.foods-link li {
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
}

.foods-tags ul.foods-link li a {
  font-weight: bolder;
  color: #fd9153;
  font-size: 13px;
}

.foods-tags ul.foods-link li:hover {
  background-color: #fff;
}

.foods-tags ul.foods-link li:hover a {
  color: #fd9153;
  text-decoration: none;
}

.find-us {
  color: #ddd;
  padding: 80px 0;
  position: relative;
  -webkit-transition: ease-in-out 0.7s;
  transition: ease-in-out 0.7s;
}

@media (max-width: 991px) {
  .find-us {
    padding: 50px 0;
  }
}

.find-us a {
  color: #000;
}

.find-us svg {
  fill: #fd9153;
}

.find-us iframe {
  -webkit-box-shadow: 0 0 20px #0000004e;
          box-shadow: 0 0 20px #0000004e;
  border-radius: 20px;
}

.find-us ul {
  list-style: none;
  padding: 0;
}

.find-us ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.find-us ul li img {
  width: 30px;
  height: 30px;
  margin-right: 12px;
}

.find-us h3 {
  font-family: Clarendon;
}

.find-us #openinghour {
  width: 70%;
}

@media (max-width: 991px) {
  .find-us #openinghour {
    width: 100%;
    margin-bottom: 40px;
  }
}

@media (max-width: 1200px) {
  .find-us {
    padding: 50px 0;
  }
}

.find-us h3 {
  color: #fd9153;
  font-family: Clarendon;
  -webkit-text-stroke: 1px #fff;
}

@media (max-width: 768px) {
  .find-us h3 {
    font-size: 40px !important;
  }
}

.find-us .inner-img {
  position: relative;
}

.find-us .inner-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #c92a5a;
  background-image: -webkit-gradient(linear, right top, left bottom, from(#ff974a), color-stop(#c92a5a), to(#da1a19));
  background-image: linear-gradient(to bottom left, #ff974a, #c92a5a, #da1a19);
  background-repeat: repeat-x;
  background-size: 400% 400%;
  -webkit-animation: AnimationName 5s ease infinite;
          animation: AnimationName 5s ease infinite;
  top: 0%;
  left: 0%;
  z-index: -1;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
  border-radius: 20px;
  -webkit-transition: ease-in-out 0.7s;
  transition: ease-in-out 0.7s;
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media (max-width: 991px) {
  .find-us .inner-img::before {
    left: 10%;
    width: 80%;
  }
}

.find-us:hover::before {
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
}

a.btn {
  padding: 15px 35px;
  background-color: #fd9153;
  color: #fff;
  font-weight: bolder;
  border: 1px solid #fd9153;
  border-radius: 30px;
  margin-top: 20px;
}

a.btn:hover {
  background-color: #fff;
  border-color: #fd9153;
  color: #fd9153;
}

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: 2px solid #dad0c4;
  border-radius: 18px;
  padding: 5px 15px;
  margin: 5px;
  background-color: #dad0c4;
  font-weight: 500;
}

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: 2px solid #dad0c4;
  background-color: #fff;
}

section.foods-link ul li:hover a {
  color: #dad0c4;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #fd9153;
  color: white;
  border: 1px solid #fff;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 50%;
}

#myBtn:hover {
  color: #fd9153;
  border: 1px dashed #fd9153;
  background-color: white;
  -webkit-box-shadow: #dad0c4 0px 7px 29px 0px;
          box-shadow: #dad0c4 0px 7px 29px 0px;
}

section.social-media {
  color: #fff;
  background-color: #fd9153;
  padding: 15px 0;
}

section.social-media .fa {
  font-size: 35px;
  color: #FEF605;
}

section.social-media .fa:hover {
  color: #fff;
}

section.social-media .card {
  background-color: transparent;
  border-radius: 50%;
  -webkit-transition: ease-in-out 0.7s;
  transition: ease-in-out 0.7s;
}

section.social-media .card:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: ease-in-out 0.7s;
  transition: ease-in-out 0.7s;
}

section.social-media .card img {
  border-radius: 50%;
}

section.social-media h6 {
  font-size: 20px;
  font-weight: bolder;
}

section.social-media div.icon-holder {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

section.social-media div.icon-holder:hover {
  -webkit-transform: translate(0px, -8px);
          transform: translate(0px, -8px);
}

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

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

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

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

section.copyright {
  margin-top: 20px;
  color: white;
  background-color: #222;
  z-index: 1;
  position: relative;
}

section.copyright .container {
  padding: 30px 0;
  border-top: 2px solid #fd9153;
}

section.copyright a.mealzo-link {
  color: #fff !important;
}

section.copyright a.mealzo-link:hover {
  color: #dad0c4 !important;
}
/*# sourceMappingURL=style2.css.map */