@charset "UTF-8";
@font-face {
  font-family: CabritoFlare-Bold;
  src: url(../../Fonts/cabrito-flare/CabritoFlare-ConBla.otf);
}
@font-face {
  font-family: CabritoFlare;
  src: url(../../Fonts/cabrito-flare/CabritoFlare-ExtBooIt.otf);
}
@font-face {
  font-family: Pacifico;
  src: url(../../Fonts/Pacifico/Pacifico-Regular.ttf);
}
@font-face {
  font-family: ChangaOne;
  src: url(../../Fonts/Changa_One/ChangaOne-Regular.ttf);
}
@font-face {
  font-family: Akshar;
  src: url(../../Fonts/Akshar/Akshar-Bold.ttf);
}
@font-face {
  font-family: Hemmet;
  src: url(../../Fonts/Hemmet.ttf);
}
@font-face {
  font-family: Poppins-Medium;
  src: url(../../Fonts/Poppins/Poppins-Medium.ttf);
}
body {
  font-family: CabritoFlare;
  background-color: #ffffff;
  color: #232a23;
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

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

#myModal {
  color: #000;
}

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

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

.fade-left-hero2 {
  animation: fade-left-hero 2.5s ease-in-out;
  -webkit-animation: fade-left-hero 2.5s ease-in-out;
}

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

@keyframes fade-left-hero {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}

.reveal.active .fade-left {
  animation: fade-left 1.4s ease-in-out;
  -webkit-animation: fade-left 1.4s ease-in-out;
}
@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.reveal.active .fade-right {
  animation: fade-right 2 s ease-in-out;
}
@keyframes fade-right {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.reveal.active .fade-top {
  animation: fade-top 1.4s ease-in-out;
  -webkit-animation: fade-top 1.4s ease-in-out;
}
@keyframes fade-top {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.reveal.active .fade-bottom {
  animation: fade-bottom 1.4s ease-in-out;
  -webkit-animation: fade-bottom 1.4s ease-in-out;
}
.reveal.active .fade-bottom1 {
  animation: fade-bottom 2s ease-in-out;
  -webkit-animation: fade-bottom 2s ease-in-out;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.reveal.active .top {
  animation: top 0.5s ease-in;
}
@keyframes top {
  0% {
    transform: translateY(-150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.main-color {
  color: #CE1E1E;
}

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

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

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

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

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

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

.snowflake {
  position: absolute;
  width: 40px;
  height: 40px;
  background: transparent;
  z-index: 9;
  background-image: url("https://www.mealzoforbusiness.co.uk/1/heart.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.valentine-section {
  background-color: rgb(99, 0, 0);
  background-image: url(https://www.mealzoforbusiness.co.uk/1/heart-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.valentine-section img {
  max-width: 55px;
}
@media (max-width: 480px) {
  .valentine-section img {
    max-width: 35px;
  }
}
.valentine-section marquee {
  color: #fff;
  font-size: 17px;
}
@media (max-width: 480px) {
  .valentine-section marquee {
    font-size: 15px;
  }
}

header {
  padding: 20px 0;
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  width: 240px;
}
@media (max-width: 480px) {
  header .shop-logo {
    max-width: 100px;
  }
}
header .navbar-nav {
  align-items: center;
}
@media (min-width: 1200px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header .dropdown-toggle:after {
  display: none;
}
header section.menu-section .navbar-expand-lg .navbar-nav {
  align-items: center;
}
@media (min-width: 1200px) {
  header section.menu-section nav {
    display: flex;
    align-items: center;
  }
}
header section.menu-section nav li {
  margin-left: 15px;
  transition: ease-in-out 0.7s;
  border-bottom: 1px solid transparent;
}
@media (max-width: 1200px) {
  header section.menu-section nav li {
    margin-left: 10px;
  }
}
header section.menu-section nav li a.nav-link {
  color: #fff !important;
  font-family: Poppins-Medium;
}
@media (max-width: 1200px) {
  header section.menu-section nav li a.nav-link {
    font-size: 15px;
  }
}
header section.menu-section nav li a.nav-link svg {
  margin-left: 4px;
}
header section.menu-section nav li a.nav-link svg g {
  fill: #fff;
}
header section.menu-section nav li:hover {
  border-bottom-color: #fff;
}
header section.menu-section nav .dropdown-menu {
  background-color: #CE1E1E;
}
header section.menu-section nav .dropdown-menu .dropdown-item {
  color: #fff;
}
header section.menu-section nav .dropdown-menu .dropdown-item:hover {
  background-color: #fff;
  color: #CE1E1E;
}
header section.menu-section nav .navbar-toggler-icon {
  background-image: unset !important;
  color: #CE1E1E;
}
header section.menu-section nav .navbar-toggler {
  color: #fff;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav .header-links {
  justify-content: flex-end;
}
header section.menu-section .login-btn {
  color: #fff !important;
}
@media (min-width: 768px) {
  header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

/* section hero */
section.hero-section {
  padding: 80px 0;
  color: #fff;
}
@media (max-width: 1200px) {
  section.hero-section {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  section.hero-section {
    padding: 70px 0;
  }
}
section.hero-section div.inner-content h1 {
  margin-bottom: 10px;
  font-size: 4rem;
  font-family: Hemmet;
  text-align: center;
}
@media (max-width: 1200px) {
  section.hero-section div.inner-content h1 {
    font-size: 3rem;
    line-height: 90px;
  }
}
@media (max-width: 768px) {
  section.hero-section div.inner-content h1 {
    font-size: 3.5rem;
    line-height: unset;
  }
}
@media (max-width: 576px) {
  section.hero-section div.inner-content h1 {
    font-size: 2.6rem;
  }
}
@media (max-width: 480px) {
  section.hero-section div.inner-content h1 {
    font-size: 2.2rem;
  }
}
@media (max-width: 380px) {
  section.hero-section div.inner-content h1 {
    font-size: 1.8rem;
  }
}
section.hero-section div.inner-content h1 .shop-off {
  text-decoration: underline;
  text-decoration-color: #CE1E1E;
}
section.hero-section div.inner-content p {
  font-size: 30px;
}
@media (max-width: 780px) {
  section.hero-section div.inner-content p {
    font-size: 24px;
  }
}
section.hero-section div.inner-content a {
  animation: pulse 1.5s infinite;
  border-radius: 5px !important;
  padding: 25px 70px;
  margin: 10px auto;
  font-weight: bolder;
  border: 1px solid #CE1E1E;
  color: #CE1E1E;
  background-color: #fff;
  box-shadow: #ffce63 0px 7px 29px 0px;
}
section.hero-section div.inner-content a:hover {
  color: #CE1E1E;
  background-color: #fff;
}
@media (min-width: 992px) {
  section.hero-section div.inner-content a {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  section.hero-section div.inner-content a {
    padding: 10px 15px;
  }
}

.index-hero {
  width: 100%;
  min-height: 500px;
  background-image: url("../../imgs/hero/amran-tanddori-hero.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* more about us section */
section.more-about-us-section {
  padding: 100px 0;
  margin: 0 80px;
  position: relative;
}
section.more-about-us-section h3.main-section-heading {
  margin-bottom: 50px;
}
section.more-about-us-section .circle-img {
  margin-bottom: 33px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  max-width: 120px;
}
section.more-about-us-section h4 {
  margin-bottom: 15px;
}
.wideMenu {
  color: #fff;
}
.wideMenu .container-fluid,
.wideMenu .row,
.wideMenu .col-12 {
  height: 100%;
}
.wideMenu .container-fluid .col-12,
.wideMenu .row .col-12,
.wideMenu .col-12 .col-12 {
  align-self: center;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
}
.wideMenu h3 {
  font-size: 8rem;
  letter-spacing: 0;
  paint-order: stroke fill;
  font-family: Hemmet;
  -webkit-text-stroke: 7px #000;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .wideMenu h3 {
    font-size: 6rem;
  }
}
@media (max-width: 768px) {
  .wideMenu h3 {
    font-size: 4rem;
  }
}
@media (max-width: 480px) {
  .wideMenu h3 {
    font-size: 3rem;
  }
}
.wideMenu p {
  font-weight: bolder;
  line-height: 1.42;
  margin-bottom: 26px;
  background: rgba(0, 0, 0, 0.5019607843);
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 4px;
  border-radius: 42px;
}
.wideMenu .btn {
  color: #CE1E1E;
  background-color: #fff;
  text-decoration: none;
  padding: 17px 30px;
  border-radius: 40px;
  border: 2px solid #CE1E1E;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 5px !important;
  padding: 15px 30px;
  font-weight: bolder;
  border: 1px solid #CE1E1E;
  background-color: #CE1E1E;
  color: #fff;
  box-shadow: #fff 0px 7px 29px 0px;
}
.wideMenu .btn:hover {
  background-color: #CE1E1E !important;
  color: #fff !important;
}
@media (max-width: 1300px) {
  .wideMenu .btn {
    padding: 10px 20px;
    margin-bottom: 20px;
    min-width: 100px;
  }
}
.wideMenu #card_1 {
  --index: 1;
  background-image: url(../../imgs/category/amran-tandoori-traditional-curries.jpg);
}
.wideMenu #card_1 h3 {
  -webkit-text-stroke: 7px #fff;
  color: #ff7000;
}
.wideMenu #card_1 a.btn {
  background-color: #ff7000;
}
.wideMenu #card_2 {
  --index: 2;
  background-image: url(../../imgs/category/amran-tandoori-aromatic-biryanis.jpg);
}
.wideMenu #card_2 h3 {
  -webkit-text-stroke: 7px #fff;
  color: #bd2900;
}
.wideMenu #card_2 a.btn {
  background-color: #bd2900;
}
.wideMenu #card_3 {
  background-image: url(../../imgs/category/amran-tandoori-authentic-kormas.jpg);
  --index: 3;
}
.wideMenu #card_3 h3 {
  -webkit-text-stroke: 7px #fff;
  color: #00851f;
}
.wideMenu #card_3 a.btn {
  background-color: #00851f;
}
.wideMenu #card_4 {
  background-image: url(../../imgs/category/amran-tandoori-sizzling-tandooris.jpg);
  --index: 4;
}
.wideMenu #card_4 h3 {
  -webkit-text-stroke: 7px #fff;
  color: #bd0026;
}
.wideMenu #card_4 a.btn {
  background-color: #bd0026;
}
.wideMenu .card {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  position: sticky;
  top: 20px;
}
@media (max-width: 768px) {
  .wideMenu .card {
    height: 80vh;
  }
}
@media (max-width: 480px) {
  .wideMenu .card {
    height: 60vh;
  }
}
@supports (animation-timeline: works) {
  @scroll-timeline cards-element-scrolls-in-body {
    .wideMenu {
      source: selector(body);
      scroll-offsets: selector(#cards) start 1, selector(#cards) start 0;
      start: selector(#cards) start 1;
      /* Start when the start edge touches the top of the scrollport */
      end: selector(#cards) start 0;
      /* End when the start edge touches the start of the scrollport */
      time-range: 4s;
    }
  }
  .wideMenu .card {
    --index0: calc(var(--index) - 1);
    /* 0-based index */
    --reverse-index: calc(var(--numcards) - var(--index0));
    /* reverse index */
    --reverse-index0: calc(var(--reverse-index) - 1);
    /* 0-based reverse index */
  }
  @keyframes scale {
    to {
      transform: scale(calc(1.1 - 0.1 * var(--reverse-index)));
    }
  }
}
.wideMenu {
  /** DEBUG **/
}
.wideMenu #debug {
  position: fixed;
  top: 1em;
  left: 1em;
}
.wideMenu #debug::after {
  content: " Show Debug";
  margin-left: 1.5em;
  color: white;
  white-space: nowrap;
}
.wideMenu #debug:checked ~ main {
  --outline-width: 1px;
}
.wideMenu #cards {
  list-style: none;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(var(--numcards), var(--card-height));
  gap: var(--card-margin);
  border-radius: 15px;
  transition: ease-in-out 0.7s;
}
@media (max-width: 1200px) {
  .wideMenu #cards {
    display: flex;
  }
}
@media (max-width: 767px) {
  .wideMenu #cards {
    display: flex;
    flex-wrap: wrap;
  }
}

.special {
  background-color: #361000;
  padding: 80px;
  text-align: center;
  color: #fff;
}
@media (max-width: 991px) {
  .special {
    padding: 80px 0;
  }
}
.special p {
  margin-bottom: -10px;
  font-family: Hemmet;
}
.special h3 {
  font-family: Hemmet;
  font-size: 4rem;
  margin-bottom: 60px;
  margin-top: 16px;
}
@media (max-width: 1200px) {
  .special h3 {
    font-size: 3rem;
    margin: 10px auto 60px auto;
  }
}
@media (max-width: 576px) {
  .special h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  .special h3 {
    font-size: 2.1rem;
  }
}
.special .card {
  border: none;
  background-color: transparent;
}
.special .card img {
  border-radius: 30px;
  width: 100%;
}
.special .card .card-body {
  padding: 0;
  text-align: center;
}
.special .card .card-body .card-title {
  color: #fff;
  font-family: ChangaOne;
  font-size: 2rem;
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  border-radius: 0 0 30px 30px;
}
.special .card .card-body a.btn {
  padding: 0;
  margin-top: -10px;
  font-size: 20px;
  color: #fff;
}
.special .card .card-body a.btn .icon {
  max-width: 24px;
  border-radius: 0;
}

.marquee marquee {
  padding: 20px;
  font-size: 1.5rem;
  align-items: center;
}
.marquee marquee h3 {
  margin-bottom: 0;
}
.marquee marquee h3 span {
  margin: 0 20px;
}

.border-right {
  border-color: #CE1E1E !important;
  border-width: 4px !important;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .border-right {
    border-color: transparent !important;
    border-width: 0 !important;
    padding-right: 0;
  }
}

section.about-us {
  padding: 120px 0;
  position: relative;
  background-color: #CE1E1E;
  color: #fff;
}
@media (max-width: 991px) {
  section.about-us {
    padding: 40px 0;
  }
}
section.about-us .pre_title {
  font-family: Hemmet;
  font-size: 2.5rem;
  transform: rotate(-10deg);
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
}
@media (max-width: 768px) {
  section.about-us .pre_title {
    font-size: 2rem;
  }
}
section.about-us h2 {
  font-size: 6rem;
  font-weight: bold;
  font-family: Hemmet;
}
@media (max-width: 1200px) {
  section.about-us h2 {
    font-size: 4rem;
  }
}
@media (max-width: 991px) {
  section.about-us h2 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  section.about-us h2 {
    font-size: 4rem;
  }
}
@media (max-width: 576px) {
  section.about-us h2 {
    font-size: 3rem;
  }
}
section.about-us p {
  font-size: 20px;
  font-family: CabritoFlare;
  text-align: center;
  margin: 10px auto;
  max-width: 80%;
  border-radius: 16px;
  line-height: 40px;
}
@media (max-width: 1200px) {
  section.about-us p {
    font-size: 1rem;
    max-width: 100%;
    margin-bottom: 0;
  }
}
section.about-us a.btn {
  color: #CE1E1E;
  background-color: #fff;
  padding: 10px 40px;
  transition: 0.5s ease all;
  border-radius: 5px !important;
  font-size: 1.3rem;
  padding: 25px 70px;
  margin: 10px auto;
  font-weight: bolder;
  border: 1px solid #CE1E1E;
  color: #CE1E1E;
  background-color: #fff;
}
section.about-us a.btn:hover {
  color: #CE1E1E;
  background-color: #fff;
}
section.about-us a.btn:hover {
  color: #CE1E1E;
  border-color: #CE1E1E;
  background-color: #fff;
  box-shadow: none;
  transform: scale(0.9);
}

section.reviews {
  background-image: url("../../imgs/contact/amran-tandoori-reviews.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 0;
  color: #fff;
  position: relative;
}
@media (max-width: 991px) {
  section.reviews {
    padding: 40px 0;
  }
}
section.reviews h3 {
  margin-bottom: 40px;
  font-weight: bolder;
  font-family: Hemmet;
  font-size: 4rem;
  text-shadow: 0 0 19px #000;
}
@media (max-width: 991px) {
  section.reviews h3 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  section.reviews h3 {
    font-size: 30px;
  }
}
section.reviews .comment-section {
  position: relative;
}
section.reviews .comment-section::before {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 30px 35px 30px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: -40px;
  right: 46%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  transform: rotate(90deg);
}
section.reviews .comment-section .card {
  background-color: #fff;
  padding: 40px 20px;
  border-radius: 40px;
  min-height: 300px;
  border: none;
}
section.reviews .comment-section .comment-text {
  text-align: center;
  color: #000;
  font-size: 17px;
  margin: 0 auto;
}
section.reviews .comment-section .comment-writter-name {
  font-weight: bolder;
  color: #CE1E1E;
  margin-bottom: 9px;
  color: #000;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 20px;
}
section.reviews .swiper {
  padding: 80px 0;
}

.category {
  padding: 80px;
  color: #CE1E1E;
  position: relative;
  background-color: #fff;
}
@media (max-width: 1200px) {
  .category {
    padding: 80px 0;
  }
}
.category h4 {
  font-size: 6rem;
  font-family: Hemmet;
  z-index: 2;
  position: relative;
}
@media (max-width: 1350px) {
  .category h4 {
    font-size: 5rem;
  }
}
@media (max-width: 1200px) {
  .category h4 {
    font-size: 4rem;
  }
}
@media (max-width: 576px) {
  .category h4 {
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  .category h4 {
    font-size: 2.5rem;
  }
}
.category p {
  z-index: 2;
  position: relative;
}
.category .image_card {
  position: sticky;
  top: 0;
  z-index: 4;
}
.category img {
  max-width: 100px;
  float: left;
  margin-right: 5px;
}
.category a.btn {
  border-radius: 5px !important;
  padding: 25px 70px;
  margin: 10px auto;
  font-weight: bolder;
  border: 1px solid #CE1E1E;
  background-color: #ffffff;
  color: #CE1E1E;
  box-shadow: #CE1E1E 0px 7px 29px 0px;
}
.category a.btn:hover {
  color: #CE1E1E;
  background-color: #fff;
}
@media (min-width: 992px) {
  .category a.btn {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .category a.btn {
    padding: 10px 15px;
  }
}
.category {
  /* Core styles/functionality */
}
.category .tab {
  position: relative;
  border-bottom: 1px solid #361000;
  color: #fff;
}
.category .tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.category .tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.category .tab input:checked ~ .tab__content {
  max-height: 25rem;
}
.category {
  /* Visual styles */
}
.category .accordion {
  color: var(--theme);
  border: 2px solid;
  border-radius: 0.5rem;
  overflow: hidden;
}
.category .tab__label,
.category .tab__close {
  display: flex;
  background: var(--theme);
  cursor: pointer;
}
.category .tab__label {
  justify-content: space-between;
  padding: 1rem;
  font-size: 2rem;
  font-family: ChangaOne;
}
.category .tab__label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s;
}
.category .tab input:checked + .tab__label::after {
  transform: rotate(270deg);
}
.category .tab__content p {
  margin: 0;
  padding: 1rem;
}
.category .tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}
.category .accordion--radio {
  --theme: var(--secondary);
}
.category {
  /* Arrow animation */
}
.category .tab input:not(:checked) + .tab__label:hover::after {
  animation: bounce 0.5s infinite;
}
@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(0.25rem);
  }
  75% {
    transform: rotate(90deg) translate(-0.25rem);
  }
}
.category .tab1 {
  background-color: #dbab00;
}
.category .tab2 {
  background-color: #c16a05;
}
.category .tab3 {
  background-color: #df9c61;
}
.category .tab4 {
  background-color: #bb3915;
}
.category .tab5 {
  background-color: #5a0006;
}

/* dwnloap app section */
section.dl-app div.inner-content {
  flex-direction: row;
  display: flex;
  align-items: center;
}
section.dl-app div.inner-content img.dl-app-link {
  margin: 10px;
  width: 200px;
  background-color: #000;
  transition: transform 0.5s ease;
}
section.dl-app div.inner-content img.dl-app-link:hover {
  transform: scale(1.2);
}
section.dl-app div.inner-content img.dl-app-link {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
section.dl-app div.inner-content p {
  margin-bottom: 0;
}

section.wine {
  padding: 0;
}
section.wine h2 {
  font-size: 2.5rem;
  font-weight: bold;
  font-family: CabritoFlare;
}
@media (max-width: 1200px) {
  section.wine h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  section.wine h2 {
    font-size: 2rem;
  }
}
section.wine p {
  font-size: 18px;
  font-family: CabritoFlare;
  text-align: justify;
  margin-top: 20px;
  padding: 18px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  background-color: #232a23;
}
@media (max-width: 1200px) {
  section.wine p {
    font-size: 15px;
    margin: 0;
  }
}
section.wine img {
  max-width: 100%;
}
section.wine a.btn {
  margin: 0;
  justify-content: flex-start;
  max-width: -moz-max-content;
  max-width: max-content;
  text-decoration: underline;
  font-size: 25px;
  color: #CE1E1E;
}
section.wine .dl-app-background {
  background-color: transparent;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative;
}
@media (max-width: 1200px) {
  section.wine .dl-app-background {
    margin-top: 15px;
  }
}
section.wine img {
  width: 100%;
}

/* footer */
footer {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 80px 80px 16px 16px;
  background-image: url(../../imgs/hero/amran-tandoori-footer.jpg);
  padding: 80px 0 30px 0;
  margin: 16px 16px 0 16px;
  text-align: center;
  color: #fff;
}
footer .dl-app-row {
  margin-top: 20px;
}
@media (max-width: 576px) {
  footer .dl-app-row {
    margin: 20px auto;
    justify-content: center;
  }
}
footer .dl-app-row a {
  margin: 5px;
}
@media (max-width: 576px) {
  footer .dl-app-row a {
    margin: 10px auto;
    justify-content: center;
  }
}
footer .dl-app-row a img {
  width: 250px;
}
footer ul {
  padding: 0;
}
footer ul li {
  list-style: none;
  padding: 8px 0;
}
footer ul li a {
  color: #fff;
}
footer ul li a:hover {
  color: #CE1E1E;
}
footer img.shop-logo {
  width: 400px;
  margin: auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  footer img.shop-logo {
    width: 250px;
  }
}
footer ul.footer-card {
  list-style: none;
  background-color: #f3f3f3;
  padding: 15px;
  border-radius: 40px;
}
footer ul.footer-card li {
  margin-top: 20px;
}
footer ul.footer-card li span {
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  text-align: left;
  color: #000;
}
footer ul.footer-card li a {
  color: #000;
}
footer ul.footer-card li a:hover {
  text-decoration-line: underline;
  color: #CE1E1E;
}
footer p {
  color: #000;
}
footer .fa {
  color: #CE1E1E;
  font-size: 1rem;
}
footer .footer-title {
  margin-bottom: 30px;
}
footer .footer-title span {
  font-weight: bolder;
  font-size: 25px !important;
  line-height: 27px;
  color: #000;
}
footer iframe {
  border-radius: 0 0 20px 20px;
}
footer h5 {
  font-family: Hemmet;
  font-size: 3rem;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  footer h5 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  footer h5 {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  footer h5 {
    font-size: 1.7rem;
  }
}
footer span {
  color: #fff;
}

.tabs {
  padding: 80px;
}
@media screen and (max-width: 991px) {
  .tabs {
    padding: 40px 10px;
  }
}
.tabs {
  @import url("https://fonts.googleapis.com/css?family=Raleway");
}
.tabs .flex-container {
  position: relative;
  height: 550px;
  width: 100%;
  transition: ease-in-out 0.7s;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .tabs .flex-container {
    flex-direction: column;
    height: unset;
  }
}
.tabs ul {
  list-style: none;
}
.tabs .flex-title {
  color: #fff;
  position: relative;
  font-size: 2.2rem;
  margin: auto;
  text-align: center;
  transform: rotate(90deg);
  top: 45%;
  display: flex;
  justify-content: center;
  font-weight: bolder;
  transition: all 500ms ease;
}
@media screen and (max-width: 991px) {
  .tabs .flex-title {
    transform: rotate(0deg) !important;
    top: 60%;
    margin-bottom: 16px;
  }
}
.tabs .flex-about {
  opacity: 0;
  color: #f1f1f1;
  position: relative;
  width: 70%;
  font-size: 1.2rem;
  padding: 24px;
  top: 20%;
  border: 2px solid #f1f1f1;
  border-radius: 10px;
  line-height: 1.3;
  margin: auto;
  text-align: center;
  align-items: center;
  transform: rotate(0deg);
  transition: all 500ms ease;
}
@media screen and (max-width: 991px) {
  .tabs .flex-about {
    padding: 8px;
    border: 1px solid #f1f1f1;
  }
}
.tabs .flex-about a {
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabs .flex-about a svg {
  width: 32px;
  margin-left: 8px;
}
.tabs .flex-slide {
  flex: 1;
  cursor: pointer;
  transition: all 500ms ease;
}
@media screen and (max-width: 991px) {
  .tabs .flex-slide {
    overflow: auto;
    overflow-x: hidden;
    padding: 24px;
  }
}
.tabs .flex-slide:hover {
  flex-grow: 3;
  min-height: 350px;
}
.tabs .flex-slide:hover .flex-about {
  opacity: 1;
}
.tabs .flex-slide:hover .flex-title {
  transform: rotate(0deg);
  top: 10%;
  bottom: auto;
}
.tabs ul {
  padding: 0;
}
.tabs .home {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../imgs/tabs/Pizza–Aladdin–Dumbarton–Takeaway.jpg);
  background-size: cover;
}
@media screen and (min-width: 991px) {
  .tabs .home {
    animation: aboutFlexSlide 3s 1;
    animation-delay: 0s;
  }
}
@keyframes aboutFlexSlide {
  0% {
    flex-grow: 1;
  }
  50% {
    flex-grow: 3;
  }
  100% {
    flex-grow: 1;
  }
}
@media screen and (min-width: 768px) {
  .tabs .flex-title-home {
    transform: rotate(90deg);
    top: 15%;
    animation: aboutFlexSlide 3s 1;
    animation-delay: 0s;
  }
}
@keyframes homeFlextitle {
  0% {
    transform: rotate(90deg);
    top: 15%;
  }
  50% {
    transform: rotate(0deg);
    top: 15%;
  }
  100% {
    transform: rotate(90deg);
    top: 15%;
  }
}
.tabs .flex-about-home {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .tabs .flex-about-home {
    animation: aboutFlexSlide 3s 1;
    animation-delay: 0s;
  }
}
@keyframes flexAboutHome {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.tabs .about {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.tabs .contact-form {
  width: 100%;
}
.tabs input {
  width: 100%;
}
.tabs textarea {
  width: 100%;
}
.tabs .contact {
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
}
.tabs .work {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.tabs .branding {
  position: fixed;
  bottom: 20px;
  background: #fff;
  right: 20px;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 56px;
  line-height: 0;
}
@media screen and (max-width: 991px) {
  .tabs .flex-about {
    opacity: 1;
    width: 90%;
  }
}
@media screen and (max-width: 991px) {
  .tabs .flex-slide {
    padding: 16px !important;
    min-height: 350px;
  }
}
@media screen and (max-width: 576px) {
  .tabs .flex-slide {
    padding: 10px;
  }
}
@media screen and (max-width: 576px) {
  .tabs p {
    font-size: 15px;
  }
}

.contactus .about.openinghours {
  margin: 8px;
  border-radius: 16px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../imgs/contact/amran-tandoori-openinghour.jpg);
  background-position: center;
}
.contactus .work.map {
  margin: 8px 4px;
  border-radius: 16px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../imgs/contact/amran-tandoori-map.jpg);
}
.contactus .contact.getintouch {
  margin: 8px 4px 8px 8px;
  border-radius: 16px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../imgs/contact/amran-tandoori-contact.jpg);
  background-position: 100%;
}
@media screen and (max-width: 991px) {
  .contactus .flex-about {
    opacity: 1;
  }
}
@media screen and (max-width: 991px) {
  .contactus .flex-slide {
    padding: 16px;
  }
}

section.social-media {
  background-color: #f3f3f3;
}
section.social-media div.facebook i {
  color: #CE1E1E;
}
section.social-media div.facebook i:hover {
  transition: all 0.5s ease;
  filter: blur(1px);
  transform: scale(1.1);
}

section.copyright {
  padding-top: 80px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
  font-family: Akshar;
}
section.copyright a.weetech-link {
  color: #CE1E1E;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #CE1E1E;
  color: white;
  cursor: pointer;
  padding: 11px;
  border-radius: 12px;
  transition: all 0.5s ease;
  border: 1px solid #CE1E1E;
}
#myBtn:hover {
  color: #CE1E1E;
  border: 1px dashed #CE1E1E;
  background-color: white;
  box-shadow: #ffce63 0px 7px 29px 0px;
}

.Modal-btn {
  background-color: #CE1E1E;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}

#worldcup {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 6;
  border-radius: 20px;
  animation: ball-animate 1.5s infinite;
}
@keyframes ball-animate {
  5% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-80px);
  }
  100% {
    transform: translateY(0);
  }
}
#worldcup video {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-image: url(../../imgs/football/soccer-ball-bg.png);
  background-position: 100%;
  background-repeat: repeat;
  background-size: contain;
  padding: 10px;
}
@media (max-width: 576px) {
  #worldcup video {
    width: 120px;
    height: 120px;
  }
}

.fifa {
  background-color: green;
  background-image: url(../../imgs/football/football-bg.jpg);
  background-size: contain;
  color: #f9ecd5;
  padding: 5px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.fifa i img {
  max-width: 40px;
}
.fifa i .year {
  max-width: 70px;
}
.fifa .cup {
  width: 24px;
}/*# sourceMappingURL=style2.css.map */