@charset "UTF-8";
@font-face {
  font-family: Pacifico;
  src: url(../../fonts/Pacifico/Pacifico-Regular.ttf);
}
@font-face {
  font-family: Inter;
  src: url(../../fonts/Inter.ttf);
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter;
  position: relative;
}

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

.fade-right-hero2 {
  animation: fade-right-hero 1.5s ease-in-out;
}

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

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

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

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

.reveal.active {
  opacity: 1;
}

@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-top {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-bottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.reveal.active .fade-left {
  animation: fade-left 1.4s ease-in-out;
  -webkit-animation: fade-left 1.4s ease-in-out;
}
.reveal.active .top {
  animation: top 0.5s ease-in;
}
.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;
}
.reveal.active .fade-right {
  animation: fade-right 1s ease-in-out;
}
.reveal.active .fade-top {
  animation: fade-top 1.4s ease-in-out;
  -webkit-animation: fade-top 1.4s ease-in-out;
}

@keyframes top {
  0% {
    transform: translateY(-150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.footer {
  padding: 20px 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  .footer {
    text-align: center;
  }
}
.footer .app_header {
  color: #fff;
  font-family: Pacifico;
  color: #000;
  text-align: center;
  padding: 20px;
  font-size: 45px;
}
@media (max-width: 486px) {
  .footer .app_header {
    font-size: 25px;
  }
}
.footer div.footer-links {
  border-bottom: 1px solid white;
}
.footer div.footer-links h3 {
  color: #d10a02;
  font-family: Pacifico;
}
.footer div.footer-links span {
  color: #fff;
}
.footer div.footer-links ul {
  list-style-type: none;
}
.footer div.footer-links li {
  font-family: Inter;
}
.footer div.footer-links a {
  text-decoration: none;
  color: #fff;
}
.footer span.cp-text {
  color: #000;
  font-size: 14px;
}

.app-links {
  max-width: 180px;
}

.copyright {
  padding-top: 40px;
}
.copyright .container {
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1882352941);
}
.copyright a.mealzo-link {
  font-weight: 700;
}
.copyright a.mealzo-link img {
  max-width: 100px;
}

section.reviews {
  padding: 0 0 40px 0;
  color: #000;
  position: relative;
}
section.reviews .box span {
  margin-bottom: 50px;
  font-size: 6rem;
  letter-spacing: 0.3rem;
  color: #007edb;
  background-position: 0 0;
  font-family: Pacifico;
  animation: animated-text 20s linear infinite;
}
@media (max-width: 1200px) {
  section.reviews .box span {
    font-size: 5rem;
  }
}
@media (max-width: 991px) {
  section.reviews .box span {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  section.reviews .box span {
    font-size: 2.8rem;
  }
}
@media (max-width: 576px) {
  section.reviews .box span {
    font-size: 1.8rem;
  }
}
section.reviews .row {
  padding: 20px 0;
}
section.reviews .col-lg-6 {
  display: block;
  position: relative;
}
section.reviews .testimonial {
  position: sticky;
  top: 0;
}
section.reviews .comment-section {
  width: 100%;
  padding: 16px;
  margin: 5px;
  border-radius: 16px;
  display: flex;
  position: relative;
  border: 4px dashed #d10a02;
  background: rgba(255, 255, 255, 0.6352941176);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px);
}
section.reviews .comment-section .fa {
  font-size: 1.5rem;
}
section.reviews .comment-section .quote-top {
  position: absolute;
  top: -30px;
  left: 0;
}
section.reviews .comment-section .quote-bottom {
  position: absolute;
  bottom: -30px;
  right: 0;
}
section.reviews .comment-section .card-img {
  max-width: 14%;
  margin-right: 16px;
  border-radius: 50%;
}
section.reviews .comment-section .card-img img {
  border-radius: 50%;
  border: 1px solid #febf00;
  max-width: 100%;
}
section.reviews .comment-section .card-body {
  display: flex;
  flex-direction: column;
  padding: 0;
}
section.reviews .comment-section .card-body .comment-text {
  color: #000;
  font-size: 17px;
}
section.reviews .comment-section .card-body .comment-writter-name {
  text-transform: uppercase;
  font-weight: bolder;
  color: #d10a02;
  margin: 9px 0;
  color: #000;
}
section.reviews .comment-section .card-body .stars {
  margin-bottom: 10px;
}

.animation-image {
  transform-origin: 50%;
  animation: linear scale-down-on-scroll;
  animation-timeline: view() !important;
  animation-range: exit-crossing 0% exit-crossing 100% !important;
}
@keyframes scale-down-on-scroll {
  to {
    opacity: 0.5;
    translate: 60vi;
    rotate: 20deg;
    scale: 0.9;
  }
}
.animation-image img {
  -o-object-position: top left;
     object-position: top left;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  width: 100%;
  display: block;
}

.scrolling .box {
  transform: translateY(0); /* Initial transform state */
  animation-timeline: view();
  animation-range: entry 0% exit 100%; /* Start at entry, end at exit */
  animation-fill-mode: both; /* Ensures animation state is maintained */
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}
@keyframes fadeInUp {
  0% {
    opacity: 0.2;
    transform: scale(1) translateY(0);
  }
  20% {
    opacity: 0.4;
    transform: scale(1.5) translateY(40px);
  }
  40% {
    opacity: 0.6;
    transform: scale(2) translateY(80px);
  }
  60% {
    opacity: 0.8;
    transform: scale(2.5) translateY(120px);
  }
  100% {
    opacity: 1;
    transform: scale(3) translateY(160px);
  }
}

section.hero {
  background: url("../../images/hero/Stefanos-Takeaway-Edinburgh-food.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
section.hero .inner {
  padding: 8px 0;
}
section.hero header {
  border-radius: 8px;
  margin: 4px 16px;
  padding: 10px 25px;
  box-shadow: -6px 6px 30px rgba(119, 119, 119, 0.624);
  z-index: 2;
  position: relative;
  background-color: #e2e2e2 !important;
  backdrop-filter: blur(20px);
}
@media (max-width: 1200px) {
  section.hero .menu-section .navbar {
    flex-direction: row-reverse;
  }
}
section.hero .menu-section a.order-number {
  font-family: Pacifico;
  font-size: 20px;
  text-decoration: none;
  color: #d10a02;
  padding-right: 20px;
  border-radius: 30px;
  border: 2px solid #d10a02;
  padding: 10px 20px;
  margin-right: 10px;
}
section.hero .menu-section a.order-number:hover {
  background-color: #d10a02;
  color: #007edb;
}
section.hero .menu-section a.order-number {
  animation: gra 5s infinite;
  animation-direction: reverse;
  -webkit-animation: gra 5s infinite;
  -webkit-animation-direction: reverse;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}
@keyframes gra {
  0% {
    background: linear-gradient(135deg, #ff670f 0%, #ff670f 21%, #ffffff 56%, #0eea57 88%);
  }
  50% {
    background: linear-gradient(135deg, #ff670f 0%, #ff670f 10%, #ffffff 40%, #0eea57 60%);
  }
  100% {
    background: linear-gradient(135deg, #ff670f 0%, #ff670f 5%, #ffffff 10%, #0eea57 40%);
  }
}
section.hero .menu-section a.nav-link {
  color: #000;
  font-size: 16px;
}
section.hero .menu-section a.nav-link:hover {
  color: #d10a02;
}
section.hero .menu-section img {
  width: 240px;
  border-radius: 8px;
  padding: 0px;
}
@media (max-width: 991px) {
  section.hero .menu-section img {
    width: 180px;
  }
}
section.hero .header_svg {
  margin: 0;
}
section.hero section.header-hero {
  padding: 120px 0 250px 0;
}
@media (max-width: 991px) {
  section.hero section.header-hero {
    padding: 150px 0 200px 0;
  }
}
section.hero section.header-hero h1 {
  font-size: 5.5rem;
  font-family: Pacifico;
  position: relative;
  z-index: 2;
  color: #fff;
  text-transform: capitalize;
  align-items: flex-start;
  text-align: left;
}
@media (max-width: 1200px) {
  section.hero section.header-hero h1 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  section.hero section.header-hero h1 {
    font-size: 40px;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  section.hero section.header-hero h1 {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  section.hero section.header-hero h1 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  section.hero section.header-hero h1 {
    font-size: 28px;
  }
}
section.hero section.header-hero .flags {
  max-width: 150px;
  margin-top: -100px;
}
@media (max-width: 991px) {
  section.hero section.header-hero .flags {
    max-width: 100px;
  }
}
section.hero section.header-hero p {
  color: #ffffff;
  font-family: Inter;
}
section.hero section.header-hero .order-btn {
  margin-top: 20px;
  font-family: Pacifico;
  font-size: 22px;
  background-color: #007edb;
  border-radius: 10px;
  border: 2px solid #fff;
  text-decoration: none;
  color: #fff;
  padding: 13px 40px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  box-shadow: 3px 3px 18px rgba(119, 119, 119, 0.494);
  transition: ease-in-out 0.7s;
  position: relative;
  z-index: 88;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
section.hero section.header-hero .order-btn:hover {
  background-color: #fff;
  color: #d10a02;
  border-color: #d10a02;
}

a.menu-button {
  font-family: Pacifico;
  font-size: 22px;
  background-color: #007edb;
  border-radius: 10px;
  border: 2px solid #fff;
  text-decoration: none;
  color: #fff;
  padding: 10px 20px;
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  transition: ease-in-out 5s;
  background: linear-gradient(130deg, #007edb, #007edb, #83c3ff, #007edb, #007edb);
  background-size: 200% 200%;
  animation: Animation 5s ease infinite;
}
@keyframes Animation {
  0% {
    background-position: 10% 0%;
  }
  50% {
    background-position: 91% 100%;
  }
  100% {
    background-position: 10% 0%;
  }
}

#hero_svg {
  margin-top: -370px;
  position: relative;
  z-index: 1;
  transform: scaleX(-1);
}
@media (max-width: 1300px) {
  #hero_svg {
    margin-top: -320px;
  }
}
@media (max-width: 1200px) {
  #hero_svg {
    margin-top: -270px;
  }
}
@media (max-width: 576px) {
  #hero_svg {
    margin-top: -210px;
  }
}

#about_svg {
  margin-top: -320px;
  position: relative;
  z-index: 1;
  transform: scaleX(-1);
}
@media (max-width: 1300px) {
  #about_svg {
    display: none;
  }
}

section.contactus {
  padding: 180px 10px 10px 10px;
  text-align: left;
  margin-top: -300px;
  background-color: #007edb;
  background-image: url("../../images/about/top-view-paper-fish-with-copy-space_23-2148485617.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
}
@media (max-width: 1500px) {
  section.contactus {
    margin-top: -270px;
  }
}
@media (max-width: 1300px) {
  section.contactus {
    margin-top: -240px;
  }
}
@media (max-width: 1200px) {
  section.contactus {
    margin-top: -210px;
  }
}
@media (max-width: 1000px) {
  section.contactus {
    margin-top: -190px;
  }
}
@media (max-width: 900px) {
  section.contactus {
    margin-top: -160px;
    padding: 100px 0 80px 0;
  }
}
@media (max-width: 770px) {
  section.contactus {
    margin-top: -140px;
  }
}
@media (max-width: 700px) {
  section.contactus {
    margin-top: -110px;
  }
}
@media (max-width: 600px) {
  section.contactus {
    margin-top: -90px;
  }
}
@media (max-width: 500px) {
  section.contactus {
    margin-top: -80px;
  }
}
@media (max-width: 380px) {
  section.contactus {
    margin-top: -60px;
  }
}
section.contactus iframe {
  border-radius: 16px;
  position: relative;
}
section.contactus h2 {
  text-align: center;
  color: #fff;
  font-size: 3rem;
  display: flex;
  justify-content: center;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 20px auto;
  position: relative;
}
section.contactus h2::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(to right, #009351, #fff, #d10a02);
  width: 100%;
  height: 4px;
  z-index: 0;
  bottom: -5px;
  margin: 0 auto;
  right: 0;
  left: 0;
  box-shadow: -6px 6px 10px rgba(142, 142, 142, 0.624);
  border-radius: 80px;
}
@media (max-width: 768px) {
  section.contactus h2 {
    text-align: left;
  }
}
@media (max-width: 576px) {
  section.contactus h2 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  section.contactus h2 {
    font-size: 1.7rem;
  }
}
section.contactus .card {
  background-color: rgba(255, 255, 255, 0.8745098039);
  padding: 16px;
  border-radius: 16px;
  width: 100%;
  min-height: 370px;
}
@media (max-width: 768px) {
  section.contactus .card {
    text-align: left;
  }
}
section.contactus ul {
  padding: 0;
  list-style: none;
  text-align: center;
  align-items: center;
}
section.contactus ul .social-media-containers {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
section.contactus ul .fa {
  font-size: 16px;
  color: #fff;
  margin-right: 10px;
}
section.contactus ul svg {
  fill: #fff;
}
section.contactus ul li {
  margin-bottom: 10px;
}
section.contactus span.opening-hour-title {
  font-family: Pacifico;
  font-size: 16px;
  color: #000;
}
section.contactus .opening-hour-table {
  color: #000;
  position: relative;
}
section.contactus .opening-hour-table .d-flex {
  border-bottom: 1px dashed #7d7d7d;
}

section.gallery {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 992px) {
  section.gallery {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  section.gallery {
    padding: 40px 0 80px 0;
  }
}
section.gallery h5 {
  color: #007edb;
  font-size: 50px;
  margin: 10px 0 50px 0;
  text-align: center;
}
@media (max-width: 768px) {
  section.gallery h5 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  section.gallery h5 {
    font-size: 30px;
    margin-bottom: 24px;
  }
}
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 .gallery-card {
  margin-bottom: 20px;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: cover;
}
section.gallery .gallery-card #trapezoid {
  border-bottom: 100px solid #d10a02;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  height: 0;
  width: 100px;
  background-color: rgba(7, 5, 64, 0.7411764706);
}
section.gallery .gallery-card .gallery-card-content {
  background-color: rgba(7, 5, 64, 0.7411764706);
  height: 100%;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px 0 0 8px;
}
section.gallery .gallery-card .gallery-card-content img {
  width: 200px;
}
section.gallery .gallery-card .gallery-card-content p {
  color: #fdfdfd;
  font-size: 24px;
  line-height: 40px;
}
section.gallery .gallery-card .gallery-card-content h4 {
  color: #fdfdfd;
  font-size: 32px;
}
section.gallery .gallery-card .gallery-card-content .gallery-card-content-btn {
  background-color: #d10a02;
  padding: 10px 20px;
  margin-top: 50px;
  color: #fdfdfd;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}
section.gallery .gallery-card .gallery-card-content .gallery-card-content-btn:hover {
  text-decoration: none;
}
section.gallery a {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}
section.gallery img {
  width: 100%;
  vertical-align: middle;
  display: inline-block;
}
section.gallery {
  /* Main CSS */
}
section.gallery .grid-wrapper > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.gallery .grid-wrapper > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  transition: ease-in-out 0.7s;
}
section.gallery .grid-wrapper > div > img:hover {
  transform: scale(1.08);
}
section.gallery .grid-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}
section.gallery .grid-wrapper .wide {
  grid-column: span 2;
}
section.gallery .grid-wrapper .tall {
  grid-row: span 2;
}
section.gallery .grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}

.tabs .section-title {
  margin: auto;
  max-width: 100%;
  font-size: 3rem;
  width: 90%;
  margin-top: -170px;
  background-color: #fff;
  padding: 32px;
  box-shadow: 1px 1px 30px rgba(180, 180, 180, 0.662745098);
  margin-bottom: 80px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.tabs {
  @import url("https://fonts.googleapis.com/css?family=Raleway");
}
.tabs .flex-container {
  position: relative;
  height: 600px;
  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: #f1f1f1;
  position: relative;
  font-size: 2.2rem;
  margin: auto;
  text-align: center;
  transform: rotate(-90deg);
  top: 45%;
  display: flex;
  justify-content: center;
  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;
  background-color: #007edb;
  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: 20px;
  margin-left: 8px;
}
.tabs .flex-slide {
  margin: 8px;
  border-radius: 8px;
  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 .flex-slide img {
  max-width: 200px;
  border-radius: 8px;
}
.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;
  background-position: center center;
  background-attachment: fixed;
}
@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 .contact-form {
  width: 100%;
}
.tabs input {
  width: 100%;
}
.tabs textarea {
  width: 100%;
}
.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;
  }
}
.tabs .flex-slide {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}
@media screen and (max-width: 991px) {
  .tabs .flex-slide {
    min-height: 450px;
  }
}
@media screen and (max-width: 576px) {
  .tabs .flex-slide {
    padding: 10px;
  }
}
.tabs .first_slide {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background: linear-gradient(rgba(0, 0, 0, 0.202), rgba(0, 0, 0, 0)), url(../../images/banners/fishbar.png);
}
.tabs .second_slide {
  background-size: cover;
  background-position: center;
  background: linear-gradient(rgba(0, 132, 255, 0.664), rgba(0, 0, 0, 0.5)), url(../../images/banners/boxes.png);
}
.tabs .third_slide {
  background-size: cover;
  background-position: center;
  background: linear-gradient(rgba(0, 132, 255, 0.464), rgba(0, 0, 0, 0.5)), url(../../images/banners/wraps.png);
}
.tabs .fourth_slide {
  background-size: cover;
  background-position: center;
  background: linear-gradient(rgba(0, 132, 255, 0.264), rgba(0, 0, 0, 0.5)), url(../../images/banners/mealdeals.png);
}
.tabs .fifth_slide {
  background-size: cover;
  background-position: center center;
  background: linear-gradient(rgba(0, 132, 255, 0.064), rgba(0, 0, 0, 0.5)), url(../../images/banners/pastas.png);
}

.all-about {
  padding-bottom: 40px;
  margin-top: -90px;
}
@media (max-width: 1300px) {
  .all-about {
    margin: 0;
    padding: 0 0;
  }
}

section.about {
  padding: 80px;
  position: relative;
  text-align: left;
  color: #000;
}
@media (max-width: 991px) {
  section.about {
    text-align: center;
    padding: 80px 0 40px 0;
  }
}
section.about img {
  border-radius: 16px;
  width: 100%;
}
section.about a {
  background-color: #007edb;
  color: #fff;
  border: 2px solid #fff;
  padding: 13px 40px;
  border-radius: 10px;
  margin-top: 20px;
  box-shadow: 3px 3px 18px rgba(119, 119, 119, 0.494);
}
@media (max-width: 991px) {
  section.about a {
    text-align: center;
    margin: 10px auto !important;
  }
}

.more-about-us {
  background-image: url("../../images/hero/line.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 350px;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .more-about-us {
    min-height: 200px;
    padding: 16px;
  }
}
.more-about-us .container-fluid {
  padding: 20px 40px 0 40px;
}
@media (max-width: 768px) {
  .more-about-us .container-fluid {
    padding: 16px;
  }
}
.more-about-us .card {
  display: flex;
  flex-direction: row;
  background-color: rgba(255, 255, 255, 0.9529411765);
  border-radius: 8px;
  backdrop-filter: blur(5px);
  border: none;
  min-height: 135px;
  box-shadow: 3px 3px 10px rgba(198, 198, 198, 0.494);
  color: #000;
}
.more-about-us .card .card-title {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.more-about-us .card .card-img {
  width: 16%;
  margin-right: 8px;
}
.more-about-us .card .card-img img {
  background-color: #fff;
  border-radius: 50%;
  width: 100%;
  box-shadow: 1px 1px 10px rgba(91, 91, 91, 0.321);
}
.more-about-us .card h4 {
  width: 80%;
  font-size: 20px;
  margin-bottom: 0;
}
.more-about-us .card .card-body {
  width: 100%;
  padding: 16px;
}
.more-about-us .card .card-body p {
  font-size: 17px;
  margin-bottom: 0;
  margin-top: 10px;
}
@media (max-width: 480px) {
  .more-about-us .card .card-body p {
    font-size: 14px;
  }
}

.circle_image {
  padding: 0 24px 80px 24px;
}
@media (max-width: 1200px) {
  .circle_image {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .circle_image {
    margin-bottom: 40px;
  }
}
.circle_image h3 {
  color: #fff;
  font-family: Pacifico;
  font-size: 4rem;
  font-weight: bolder;
  padding-bottom: 30px;
}
@media (max-width: 1200px) {
  .circle_image h3 {
    font-size: 2.3rem;
  }
}
@media (max-width: 991px) {
  .circle_image h3 {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .circle_image h3 {
    font-size: 2.2rem;
  }
}
.circle_image img.main-img {
  max-width: 100%;
  border-radius: 50%;
}
.circle_image a.btn {
  background-color: #d10a02;
  color: #fff;
  border: 2px solid #fff;
  padding: 13px 40px;
  border-radius: 8px;
  font-family: Pacifico;
  margin-top: 10px;
  box-shadow: 3px 3px 18px rgba(119, 119, 119, 0.494);
}

.main-about .about_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .main-about .about_title {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}
.main-about .about_title h2 {
  max-width: 70%;
  font-size: 3.5rem;
}
@media (max-width: 991px) {
  .main-about .about_title h2 {
    max-width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .main-about .about_title h2 {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .main-about .about_title h2 {
    font-size: 2rem;
  }
}
.main-about .about_title a {
  margin-bottom: 40px;
  font-weight: bolder;
}
.main-about img {
  width: 100%;
  border-radius: 16px;
}
.main-about .card {
  border-radius: 8px;
  padding: 24px;
  color: #000;
  background-color: rgb(255, 249, 237);
  max-width: 400px;
  border: 1px dashed #000;
  box-shadow: 2px 2px 15px #000;
}
@media (max-width: 1200px) {
  .main-about .card {
    max-width: 100%;
    background-color: transparent;
    padding: 20px 0 0 0;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0);
    text-align: center;
    border: none;
  }
}
.main-about .card p {
  font-size: 18px;
}
.main-about .card h2 {
  color: #000;
  font-size: 2rem;
  font-weight: bolder;
}
.main-about .about_icon {
  max-width: 70px;
}
.main-about .card-left {
  position: absolute;
  top: 40%;
  left: 50px;
}
@media (max-width: 1200px) {
  .main-about .card-left {
    position: relative;
    top: unset;
    left: unset;
  }
}
.main-about .card-rightone {
  position: absolute;
  top: 50%;
  left: 70%;
}
@media (max-width: 1200px) {
  .main-about .card-rightone {
    position: relative;
    top: unset;
    left: unset;
  }
}
.main-about .card-righttwo {
  position: absolute;
  top: 65%;
  left: 60%;
}
@media (max-width: 1200px) {
  .main-about .card-righttwo {
    position: relative;
    top: unset;
    left: unset;
  }
}
.main-about .responsive_btn {
  display: none;
}
@media (max-width: 1200px) {
  .main-about .responsive_btn {
    display: flex;
    justify-content: center;
    margin: auto;
  }
}

.titles {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.titles .card-title {
  max-width: 100%;
  margin: 50px auto;
  font-size: 2rem;
}
.titles .card {
  background-color: transparent;
  border: none;
  transition: ease-in-out 0.7s;
}
.titles .card:hover {
  transform: scale(1.09);
}

section.favourites {
  text-align: left;
  margin-top: -40px;
  background-color: #fff;
  padding: 0;
  position: relative;
  color: #000;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  section.favourites {
    margin-top: -80px;
  }
}
section.favourites::after {
  position: absolute;
  content: "";
  background-color: rgba(0, 138, 37, 0.3294117647);
  width: 30%;
  height: 8%;
  transform: rotate(0deg);
  z-index: 0;
  bottom: 60%;
  top: 0;
  margin: auto;
  left: 0;
  box-shadow: -6px 6px 10px rgba(142, 142, 142, 0.624);
  border-radius: 0 0% 190% 0;
}
@media (max-width: 991px) {
  section.favourites::after {
    display: none;
  }
}
section.favourites::before {
  position: absolute;
  content: "";
  background-color: rgba(209, 10, 2, 0.3294117647);
  width: 30%;
  height: 8%;
  transform: rotate(0deg);
  z-index: 0;
  bottom: 10%;
  box-shadow: -6px 6px 10px rgba(142, 142, 142, 0.624);
  margin: auto;
  right: 0;
  border-radius: 190% 0 0% 0;
}
@media (max-width: 991px) {
  section.favourites::before {
    display: none;
  }
}
section.favourites h3 {
  color: #000;
  font-size: 4rem;
  font-weight: bolder;
  text-align: center;
  position: relative;
  justify-content: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  margin: 25px auto;
}
@media (max-width: 991px) {
  section.favourites h3 {
    font-size: 3rem;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  section.favourites h3 {
    font-size: 2rem;
    margin-top: 24px;
  }
}
section.favourites .swiper {
  padding: 100px 40px 40px 40px;
}
@media (max-width: 991px) {
  section.favourites .swiper {
    padding: 40px 20px;
  }
}
section.favourites .swiper-slide {
  border-radius: 16px;
}
section.favourites .swiper-wrapper {
  border-radius: 40px;
}
section.favourites .card {
  color: #fff;
  padding: 2px;
  background-color: transparent;
  transition: ease-in-out 0.7s;
  border: 1px dashed #d10a02;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
section.favourites .card:hover a.btn {
  bottom: 0;
}
section.favourites .card img {
  width: 100%;
  border-radius: 8px;
  overflow-x: hidden;
}
section.favourites .card a.btn {
  position: absolute;
  bottom: -60px;
  overflow-x: hidden;
  text-align: left;
  border: none;
  padding: 8px;
  background-color: transparent;
  background-image: linear-gradient(to top, #000000, transparent);
  color: #fff;
  transition: ease-in-out 0.7s;
  font-weight: bold;
  font-size: 1.5rem;
  border-radius: 0 0 8px 8px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  display: flex;
}
section.favourites .card a.btn svg {
  width: 24px;
  margin-left: 8px;
}
section.favourites img {
  width: 100%;
  border-radius: 16px;
  box-shadow: -2px 2px 10px rgba(61, 61, 61, 0.624);
}
section.favourites a.btn {
  background-color: #d10a02;
  color: #fff;
  padding: 10px 30px;
  border-radius: 20px;
}
section.favourites a.menu-button {
  margin: 16px auto;
  justify-content: center;
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 16px 60px;
}

.special {
  padding: 80px 0;
}
.special a {
  padding: 40px 0;
  display: flex;
}
.special .card {
  background-color: transparent;
  border: none;
}
.special .card .card-img {
  position: relative;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.special .card .card-header {
  box-shadow: none;
  max-width: 230px;
  position: absolute;
  top: -80px;
  z-index: 2;
  left: 0;
  border-radius: 40px 2px 40px 2px;
  margin-bottom: 8px;
  padding: 0;
}

.parallax {
  background: url("../../images/hero/Stefanos-Takeaway-Edinburgh-food-.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 700px;
}
@media (max-width: 1200px) {
  .parallax {
    min-height: 500px;
    background-attachment: scroll;
  }
}
@media (max-width: 991px) {
  .parallax {
    display: none;
  }
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  background-color: #b1b1b1;
  margin: auto;
}
.gallery__strip {
  min-height: 100vh;
}
.gallery__strip__wrapper {
  flex: 0 0 100%;
  justify-content: flex-end;
  background: transparent;
  position: relative;
}

@media (min-width: 500px) {
  .gallery__strip__wrapper {
    flex: 0 0 50%;
  }
}
@media (min-width: 950px) {
  .gallery {
    height: 100vh;
  }
  .gallery__strip.one {
    animation: 60s move-it ease alternate infinite 1s;
    transform: translateY(2%);
    -webkit-animation: 60s move-it ease alternate infinite 1s;
  }
  .gallery__strip.three {
    animation: 70s move-it ease alternate infinite 2s;
    transform: translateY(2%);
    -webkit-animation: 70s move-it ease alternate infinite 2s;
  }
  .gallery__strip.two {
    animation: 58s move-it-2 ease alternate infinite 3s;
    transform: translateY(-50%);
    -webkit-animation: 58s move-it-2 ease alternate infinite 3s;
  }
  .gallery__strip.four {
    animation: 65s move-it-2 ease alternate infinite 3.5s;
    transform: translateY(-50%);
    -webkit-animation: 65s move-it-2 ease alternate infinite 3.5s;
  }
  .gallery__strip:hover {
    animation-play-state: paused;
  }
  .gallery__strip__wrapper {
    flex: 0 0 25%;
  }
}
.photo {
  position: relative;
  text-align: right;
  padding: 16px;
}
.photo__image img {
  width: 100%;
  padding-bottom: 32px;
  border-radius: 8px;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -moz-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -ms-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}
@keyframes move-it {
  0%, 90%, 100% {
    transform: translateY(2%);
  }
  45% {
    transform: translateY(-50%);
  }
}
@keyframes move-it-2 {
  0%, 90%, 100% {
    transform: translateY(-50%);
  }
  45% {
    transform: translateY(5%);
  }
}/*# sourceMappingURL=style2.css.map */