.main-color {
  color: #f45ff9;
}

@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);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Raleway' !important;
  overflow-x: hidden !important;
}

.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: #000;
  padding: 25px 0;
}

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

header .shop-logo {
  max-width: 160px;
}

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

@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: #f45ff9 !important;
}

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

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

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

header section.menu-section nav .dropdown-menu .dropdown-item:hover {
  background-color: #f45ff9;
  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: #f45ff9;
}

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: #f45ff9;
  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: #f45ff9;
  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/Smash-Bros-Glasgow-Foods.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

section.hero-section {
  color: #111;
  position: relative;
}

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

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

section.hero-section .col-12 {
  padding: 0;
}

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

section.hero-section h2 {
  font-size: 40px;
  font-weight: bolder;
  color: #111;
  text-transform: uppercase;
  font-family: ArchivoBlack;
}

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

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

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

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

section.hero-section .hero-img {
  width: 30%;
  position: relative;
  z-index: 2;
  border-radius: 20px;
}

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: 40px;
  }
}

@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: 768px) {
  section.hero-section .swiper-slide img {
    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;
  }
}

.hero-section::after {
  position: absolute;
  content: "";
  width: 160px;
  height: 160px;
  background-image: url(../../imgs/hero/halal.PNG);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: -40px;
  right: 50px;
  border-radius: 50%;
  z-index: 4;
}

@media (max-width: 768px) {
  .hero-section::after {
    width: 60px;
    height: 60px;
    top: -20px;
    right: 10px;
  }
}

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

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

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

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

section.hero-section-second h2 {
  font-size: 40px;
  font-weight: bolder;
  color: #111;
  text-transform: uppercase;
  font-family: ArchivoBlack;
}

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

@media (max-width: 480px) {
  section.hero-section-second h2 {
    font-size: 25px;
  }
}

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

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

section.hero-section-second .hero-img {
  position: relative;
  z-index: 2;
  border-radius: 20px;
}

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

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

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

section.hero-section-second .swiper-slide {
  padding: 50px 20px;
}

@media (max-width: 768px) {
  section.hero-section-second .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;
  }
}

section.hero-section-second .swiper-slide .hero-img-parent {
  position: relative;
  height: 100%;
}

section.hero-section-second .swiper-slide .hero-img-parent::before {
  position: absolute;
  content: "";
  width: 90%;
  height: 100%;
  background-color: #00398f;
  background-image: -webkit-gradient(linear, right top, left bottom, from(#ff5e00), color-stop(#002965), to(#ff0000));
  background-image: linear-gradient(to bottom left, #ff5e00, #002965, #ff0000);
  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;
}

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

@media (max-width: 991px) {
  section.hero-section-second .swiper-slide .hero-img-parent::before {
    left: 10%;
    width: 80%;
  }
}

section.hero-section-second .swiper-slide .hero-img-parent:hover::before {
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
  width: 100%;
  height: 100%;
  left: -5%;
}

section.hero-section-second .swiper-slide .hero-img-parent {
  width: 40%;
}

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

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

section.hero-section-second .swiper-slide .hero-img-parent img {
  max-width: 90%;
}

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

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

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

section.hero-section-second .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-second .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;
  }
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  display: none;
  /* hidden by default */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
}

/* popup content */
.popup-box {
  background: #fff;
  border-radius: 10px;
  width: 90%;
  position: relative;
  text-align: center;
}

.popup-box .popup-parent {
  padding: 24px;
}

.popup-box .popup-parent h4 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
}

.popup-box .popup-parent p {
  font-size: 18px;
  line-height: 28px;
}

/* close button */
.popup-close {
  position: absolute;
  top: -8px;
  right: -8px;
  background: transparent;
  border: none;
  font-size: 36px;
  cursor: pointer;
  background-color: #f45ff9;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

.special h3 {
  font-family: CinzelSemiBold;
  font-size: 75px;
  color: #f45ff9;
  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: #f45ff9;
  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 #f45ff9;
}

.special .card .card-content .info a {
  font-size: 20px;
  font-weight: bolder;
  color: #f45ff9;
  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: #f45ff9;
  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/Smash-Bros-Glasgow-Burger-speicalOffer.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-color: #ddd;
  background-image: -webkit-gradient(linear, right top, left bottom, from(#e4e4e4), to(#e8e8e8));
  background-image: linear-gradient(to bottom left, #e4e4e4, #e8e8e8);
  background-repeat: repeat-x;
  background-size: 400% 400%;
  -webkit-animation: AnimationName 5s ease infinite;
          animation: AnimationName 5s ease infinite;
  padding: 50px 0;
}

@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: #f45ff9;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: ArchivoBlack;
}

@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: #333;
}

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;
  padding: 20px;
  border-radius: 20px;
  margin: 15px 5px;
}

section.specialoffers .offer-card video {
  border-radius: 20px;
  -webkit-box-shadow: 1px 1px 15px #777777;
          box-shadow: 1px 1px 15px #777777;
}

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.gallery {
  padding: 100px 0;
  position: relative;
  /* Main CSS */
}

@media (max-width: 992px) {
  section.gallery {
    padding: 80px 0;
  }
}

section.gallery .order-btn {
  padding: 15px 35px;
  background-color: #f45ff9;
  color: #fff;
  font-weight: bolder;
  border: 1px solid #f45ff9;
  border-radius: 30px;
  margin-top: 20px;
  -webkit-transition: ease-in-out 0.7s;
  transition: ease-in-out 0.7s;
  text-decoration: none;
}

section.gallery .order-btn:hover {
  background-color: #fff;
  border-color: #f45ff9;
  color: #f45ff9;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

section.gallery h3 {
  color: #fdfdfd;
  font-size: 50px;
  line-height: 50px;
  margin: 10px 0 50px 0;
  text-align: center;
}

@media (max-width: 768px) {
  section.gallery h3 {
    font-size: 48px;
  }
}

section.gallery .gallery-img-start {
  width: 150px;
  position: absolute;
  top: 100px;
  left: 40px;
}

@media (max-width: 992px) {
  section.gallery .gallery-img-start {
    display: none;
  }
}

section.gallery .gallery-img-end {
  width: 150px;
  position: absolute;
  bottom: 100px;
  right: 40px;
}

@media (max-width: 992px) {
  section.gallery .gallery-img-end {
    display: none;
  }
}

section.gallery .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 #f45ff9;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  height: 0;
  width: 100px;
  background-color: #070540bd;
}

section.gallery .container .row .col-12 .gallery-card .gallery-card-content {
  background-color: #070540bd;
  height: 100%;
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: #f45ff9;
  padding: 10px 20px;
  margin-top: 50px;
  color: #fdfdfd;
  border-radius: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.gallery .container .row .col-12 .gallery-card .gallery-card-content .gallery-card-content-btn:hover {
  text-decoration: none;
}

section.gallery img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}

section.gallery .grid-wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.gallery .grid-wrapper > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  -webkit-transition: ease-in-out 0.7s;
  transition: ease-in-out 0.7s;
}

section.gallery .grid-wrapper > div > img:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

section.gallery .grid-wrapper {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
      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 1.5;
  grid-row: span 1.5;
}

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: #f45ff9;
  font-family: ArchivoBlack;
}

@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: #00398f;
  background-image: -webkit-gradient(linear, right top, left bottom, from(#ff5e00), color-stop(#002965), to(#ff0000));
  background-image: linear-gradient(to bottom left, #ff5e00, #002965, #ff0000);
  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: #f45ff9;
  color: #fff;
  font-weight: bolder;
  border: 1px solid #f45ff9;
  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: #f45ff9;
  color: #f45ff9;
  -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: 180px;
  margin: 0 10px 0 0;
}

section.dl-app div.inner-content h3 {
  font-weight: bold;
  font-size: 48px;
  margin: 20px 0;
  color: #f45ff9;
  font-family: ArchivoBlack;
}

@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: #333333;
  top: 5%;
  left: 0%;
  z-index: -1;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  border-radius: 20px;
}

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

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

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

.index-footer {
  background-image: url(../../imgs/hero/bg/Smash-Bros-Glasgow-background-footer.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 .footer-logo .shop-logo {
  width: 100px;
  background-color: #f45ff9;
  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: #5d9cea;
  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: 170px;
}

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

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

.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: #f45ff9;
  font-size: 13px;
}

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

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

.find-us {
  color: #000;
  padding: 80px 0;
  position: relative;
}

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

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

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

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

.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: #f45ff9;
  font-family: ArchivoBlack;
}

@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: #00398f;
  top: 5%;
  left: 0%;
  z-index: -1;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  border-radius: 20px;
}

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

.find-us a.btn:hover {
  background-color: #fff;
  border-color: #f45ff9;
  color: #f45ff9;
}

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: #f45ff9;
  color: white;
  border: 1px solid #fff;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 50%;
}

#myBtn:hover {
  color: #f45ff9;
  border: 1px dashed #f45ff9;
  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: #f45ff9;
  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: #f45ff9;
  color: white;
}
::selection {
  background-color: #f45ff9;
  color: white;
}

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

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

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

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

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

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

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