.main-color {
  color: #071582;
}

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

body {
  font-family: ArchivoBlack;
  overflow-x: hidden;
  background-color: #000000;
}
body progress::-webkit-progress-value {
  background: #fff;
}
body progress::-webkit-progress-bar {
  background: #071582;
}
body progress {
  top: 0;
  position: fixed;
  right: 0;
  width: 100%;
  height: 5px;
  z-index: 999;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

img {
  width: 100%;
}

.delivery {
  background-color: #f3f3f3;
  padding: 80px 0px;
}
.delivery .delivery-imgs img {
  max-width: 300px;
}
@media (max-width: 480px) {
  .delivery .delivery-imgs img {
    max-width: 240px;
  }
}

.homedelivery {
  color: #ed0403;
  font-weight: bolder;
  font-size: 48px;
}
@media (max-width: 480px) {
  .homedelivery {
    color: #ed0403;
    font-weight: bolder;
    font-size: 36px;
  }
}

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

.reveal.active {
  opacity: 1;
}

.active.fade-left {
  animation: fade-left 0.5s ease-in;
}

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

html {
  scroll-behavior: smooth;
}

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

.top-icon {
  max-width: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
}

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

.displayy {
  justify-content: center;
}

header {
  background-color: transparent;
  padding: 30px 40px;
  background-image: linear-gradient(to bottom, #071582, transparent);
  overflow-y: hidden;
  position: relative;
  z-index: 3;
  /* required */
}
header .navbar-brand {
  font-size: 1rem !important;
}
header img {
  z-index: 9;
  position: relative;
  width: 160px;
}
@media (min-width: 1200px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section span.open-menu {
  align-self: center;
  z-index: 10;
}
@media (min-width: 1200px) {
  header section.menu-section span.open-menu {
    display: none;
  }
}
header section.menu-section #myNav {
  display: block;
}
@media (min-width: 1200px) {
  header section.menu-section #myNav {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  header section.menu-section #overlay-content {
    display: flex;
  }
}
header section.menu-section nav {
  padding: 0;
}
@media (min-width: 1200px) {
  header section.menu-section nav {
    display: flex;
  }
}
header section.menu-section div.mobile-overlay {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  background-color: #1a1a1a;
  overflow-x: hidden;
  transition: width 0.45s;
}
header section.menu-section div.mobile-overlay .closebtn {
  text-decoration: unset;
  position: absolute;
  top: 10px;
  font-size: 20px;
  right: 10%;
  font-size: 26px;
  z-index: 100;
  color: #f5f5f5;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .closebtn {
    display: none;
  }
}
header section.menu-section div.mobile-overlay .overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content > div#navbarNavAltMarkup {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    display: flex;
  }
}
@media (max-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content span {
    display: flex;
    justify-content: center;
    margin: auto;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link.active {
  color: #071582 !important;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
  color: #fff;
  border-bottom: 2px solid transparent;
  transition: ease-in-out 1s;
  -webkit-transition: ease-in-out 1s;
  -moz-transition: ease-in-out 1s;
  -ms-transition: ease-in-out 1s;
  -o-transition: ease-in-out 1s;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link:hover {
  border-color: #fff;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    margin-right: 15px;
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    font-size: 17px;
    padding: 13px 20px;
    font-weight: bolder;
    margin: 0;
    height: 55px;
  }
}
@media (max-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    color: #f5f5f5;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.home {
  border-bottom: 3px solid #d50000;
  background-color: #fde1c7 !important;
  color: #d50000;
}
@media (max-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link:last-of-type {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay {
    position: static;
    display: flex !important;
    flex-direction: row;
    background-color: inherit;
  }
}
header section.menu-section .navbar-social .fa {
  color: #000;
}
@media (min-width: 1200px) {
  header section.menu-section .navbar-social {
    display: none;
  }
}
@media (max-width: 1200px) {
  header section.menu-section .navbar-social {
    display: flex;
    justify-content: center;
  }
}
header a.login-btn {
  background-color: #071582;
  border: 1px solid #071582;
  color: white;
  padding: 20px 40px;
  height: unset;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  header a.login-btn {
    display: flex;
    justify-content: center;
    margin: auto;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
header a.login-btn:hover {
  background-color: #fff;
  color: #071582;
}

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

/* section hero */
section.hero-section {
  background-color: rgb(255, 255, 255);
  margin-top: -140px;
  background-image: linear-gradient(to bottom, #071582, transparent);
}
section.hero-section .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  padding: 300px 40px 200px 40px;
  color: #fff;
  font-family: ArchivoBlack;
  transition: background-size 6s ease;
  -webkit-transition: background-size 6s ease;
  -moz-transition: background-size 6s ease;
  -ms-transition: background-size 6s ease;
  -o-transition: background-size 6s ease;
}
@media (max-width: 1200px) {
  section.hero-section .swiper-slide {
    padding: 100px 10px;
    min-height: 80vh;
  }
}
section.hero-section .swiper-slide h1 {
  font-size: 4.5rem;
  text-shadow: 0 0 6px #000;
}
@media (max-width: 1400px) {
  section.hero-section .swiper-slide h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 1400px) {
  section.hero-section .swiper-slide h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 768px) {
  section.hero-section .swiper-slide h1 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  section.hero-section .swiper-slide h1 {
    font-size: 1.5rem;
  }
}
section.hero-section .swiper-slide a.btn {
  border: none;
  background-color: #071582;
  border: 1px solid #071582;
  color: white;
  padding: 20px 40px;
  height: unset;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
section.hero-section .swiper-slide a.btn:hover {
  background-color: #fff;
  border: 1px solid #071582;
  color: #071582;
}
section.hero-section .swiper-slide a.btn:hover .fa {
  color: #071582 !important;
}
section.hero-section .swiper-slide-one {
  background-image: url(../../imgs/hero/maurizios-inverkething-bridge.jpg);
}
section.hero-section .swiper-slide-two {
  background-image: url(../../imgs/hero/maurizios-inverkething.jpg);
}
section.hero-section .swiper-slide-three {
  background-image: url(../../imgs/hero/maurizios-inverkething-fish-and-chips.jpg);
}
section.hero-section .swiper-slide-active {
  transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -o-transform: scale(1.03, 1.03);
  transition: ease-in-out 3s;
  -webkit-transition: ease-in-out 3s;
  -moz-transition: ease-in-out 3s;
  -ms-transition: ease-in-out 3s;
  -o-transition: ease-in-out 3s;
}

#headerpage {
  display: block;
  padding: 0 50px;
}
#headerpage h2 {
  color: #fff;
  font-weight: bolder;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  #headerpage h2 {
    font-size: 1.2rem;
  }
}
#headerpage p {
  color: #fff;
  font-weight: bolder;
  margin-bottom: 30px;
}
#headerpage i {
  color: #fff !important;
  margin-left: 5px;
}
@media (max-width: 480px) {
  #headerpage {
    padding: 20px;
  }
}

/* more about us section */
section.more-about-us-section {
  padding: 80px 0;
  background-image: url("../../imgs/about/Maurizios_Inverkeithing_Food.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 20%;
  background-attachment: fixed;
  text-align: center;
}
section.more-about-us-section h3 {
  margin-bottom: 16px;
  text-transform: capitalize;
  font-weight: bolder;
  font-size: 35px;
}
@media (max-width: 768px) {
  section.more-about-us-section h3 {
    font-size: 25px;
    margin-bottom: 24px;
  }
}
section.more-about-us-section img {
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
section.more-about-us-section p {
  margin: 0 auto;
  font-size: 18px;
}
@media (max-width: 480px) {
  section.more-about-us-section p {
    font-size: 16px;
  }
}
section.more-about-us-section a.btn {
  background-color: #071582;
  border: 1px solid #071582;
  color: #fff;
  padding: 14px 30px;
  border-radius: 6px;
  font-size: 25px;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 20px auto;
  text-transform: capitalize;
  transition: ease-in-out 0.7s;
  -webkit-transition: ease-in-out 0.7s;
  -moz-transition: ease-in-out 0.7s;
  -ms-transition: ease-in-out 0.7s;
  -o-transition: ease-in-out 0.7s;
  background-color: #071582;
  border: 1px solid #071582;
  color: white;
  padding: 20px 40px;
  height: unset;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
section.more-about-us-section a.btn:hover {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  color: #071582;
  background-color: #fff;
}

/* special to try */
section.special {
  padding: 80px;
  text-align: center;
}
@media (max-width: 991px) {
  section.special {
    padding: 40px 0;
  }
}
section.special h3 {
  color: #fff;
  text-transform: capitalize;
  font-weight: 800;
  text-align: center;
  font-size: 36px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  section.special h3 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  section.special h3 {
    font-size: 30px;
  }
}
section.special .card {
  background-color: #ffffff;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border: none;
  text-align: center;
  min-height: 500px;
  margin-bottom: 20px;
}
@media (max-width: 1300px) {
  section.special .card {
    min-height: 480px;
  }
}
@media (max-width: 768px) {
  section.special .card {
    min-height: unset;
  }
}
section.special .card .card-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.special .card .card-img img {
  width: 100%;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
section.special .card .card-body {
  padding: 10px;
}
section.special .card .card-body .card-title {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: bolder;
  margin-bottom: 14px;
}
section.special .card .card-body .card-text {
  min-height: 120px;
}
@media (max-width: 500px) {
  section.special .card .card-body .card-text {
    min-height: 100px;
  }
}
section.special .card .card-body p {
  font-family: Quicksand;
}
section.special .card a.btn {
  background-color: #071582;
  border: 1px solid #071582;
  color: #fff;
  padding: 14px 30px;
  border-radius: 6px;
  font-size: 20px;
  min-width: 280px;
  margin-top: auto;
}
section.special .card a.btn:hover {
  background-color: #fff;
  border: 1px solid #071582;
  color: #071582;
}
section.special .viewmenu {
  margin: 60px 0;
  display: flex;
  justify-content: center;
  text-decoration: underline;
  color: #fff;
  font-size: 30px;
  transition: ease-in-out 1s;
  -webkit-transition: ease-in-out 1s;
  -moz-transition: ease-in-out 1s;
  -ms-transition: ease-in-out 1s;
  -o-transition: ease-in-out 1s;
}
section.special .viewmenu:hover {
  color: #071582;
}

.header-tab {
  margin-top: -100px;
  display: flex;
}
.header-tab li {
  list-style: none;
}
.header-tab .item:hover {
  background-color: #fde1c7;
  transform: scale3d(1.02, 1.02, 1.02);
  transition-duration: 0.5s;
}
@media (max-width: 768px) {
  .header-tab .item-block {
    padding: 0;
  }
}
.header-tab div.item {
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 5px;
  height: 100%;
  max-width: 180px;
}
.header-tab div.item a {
  display: block;
  text-align: center;
  height: 170px;
  padding: 20px 10px;
}
@media (max-width: 768px) {
  .header-tab div.item a {
    height: unset;
  }
}
.header-tab div.item img {
  width: 40%;
}
.header-tab div.item h4 {
  color: #000;
  margin-top: 15px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .header-tab li {
    width: 49%;
    display: inline-block;
    padding: 0;
  }
  .header-tab div.item {
    margin: 10px;
  }
}

section.about-us {
  margin: 40px 0;
  background-color: #f3f3f3;
}
section.about-us div.section-heading-div h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  text-align: left;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #071582;
}
section.about-us div.about-us-content div.shop-name-secoundry h4 {
  font-family: Quicksand-bold;
  font-size: 24px;
  line-height: 36px;
  color: #252525;
  margin-bottom: 24px;
  font-weight: bolder;
}
section.about-us div.about-us-content div.shop-about-text p {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.02em;
}
section.about-us div.about-us-content div.read-more-btn {
  background-color: #d50000;
}
section.about-us div.about-us-content div.read-more-btn a {
  background-color: #071582;
  color: #fff;
  border-radius: 2px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 20px;
  transition: all 0.5s ease;
}
section.about-us div.about-us-content div.read-more-btn a:hover {
  color: #fff;
  border-color: #071582;
  background-color: #071582;
  box-shadow: rgba(240, 98, 98, 0.5) 0px 4px 12px;
  transform: scale(0.9);
}
@media (min-width: 992px) {
  section.about-us div.about-us-content div.read-more-btn a {
    margin-top: 62px;
  }
}
section.about-us img {
  width: 100%;
}
section.about-us .col-12 {
  padding: 0;
}
section.about-us .col-md-6 {
  padding: 0;
}

.read-more-btn1 a {
  background-color: #071582;
  color: #fff;
  display: inline-block;
  padding: 12px;
  margin-top: 20px;
  text-decoration: none;
}
.read-more-btn1 a .fa {
  color: #fff;
}
.read-more-btn1 a:hover {
  background-color: #fce1c7;
  border: 1px solid #d50000;
  color: #d50000;
}
.read-more-btn1 a:hover .fa {
  color: #d50000;
}

section.deals {
  overflow: hidden;
}
section.deals .left-box {
  background-image: url(../../imgs/deals/Maurizios_Inverkeithing_9_Munchy_Box.jpg);
}
section.deals .right-box {
  background-image: url(../../imgs/deals/Maurizios_Inverkeithing_12_Munchy_Box.jpg);
}
section.deals .col-12 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  text-align: center;
  padding: 0;
  min-height: 693px;
  display: flex;
  justify-content: center;
  transition: ease-in-out 3s;
  -webkit-transition: ease-in-out 3s;
  -moz-transition: ease-in-out 3s;
  -ms-transition: ease-in-out 3s;
  -o-transition: ease-in-out 3s;
}
section.deals .col-12:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
@media (max-width: 768px) {
  section.deals .col-12 {
    min-height: -moz-max-content;
    min-height: max-content;
    padding: 40px 10px;
  }
}
section.deals .card {
  background-color: transparent;
  max-width: 70%;
  border: none;
}
@media (max-width: 768px) {
  section.deals .card {
    max-width: 90%;
  }
}
section.deals .card h4 {
  font-size: 3rem;
}
@media (max-width: 576px) {
  section.deals .card h4 {
    font-size: 2rem;
  }
}
section.deals .card p {
  font-size: 18px;
}
section.deals .card a.btn {
  background-color: #071582;
  border: 1px solid #071582;
  color: #fff;
  padding: 14px 30px;
  border-radius: 6px;
  font-size: 25px;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 20px auto;
  text-transform: capitalize;
  background-color: #071582;
  border: 1px solid #071582;
  color: white;
  padding: 20px 40px;
  height: unset;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (max-width: 768px) {
  section.deals .card a.btn {
    font-size: 1rem;
  }
}
section.deals .card a.btn:hover {
  color: #071582;
  background-color: #fff;
}

section.contact-us .map div {
  height: 100%;
}
@media (max-width: 768px) {
  section.contact-us .section-heading-div {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  section.contact-us .map {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  section.contact-us .map iframe {
    height: 300px;
  }
}

.fa {
  color: #d50000;
}

.read-more-btn2 a.deals {
  background-color: #fce1c7;
  color: #d50000;
  border-radius: 0;
  padding: 12px;
  margin-top: 20px;
}
.read-more-btn2 a.deals:hover {
  background: #d50000;
  color: #fce1c7;
  border: 1px solid #fce1c7;
}
.read-more-btn2 a.deals:hover .fa {
  color: #fce1c7;
}

section.CTA {
  padding: 130px 0;
  position: relative;
  color: #fff;
  background-image: url("../../imgs/deals//Maurizios_Inverkeithing_Deals.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
@media (max-width: 1200px) {
  section.CTA {
    text-align: left;
  }
}
section.CTA h3 {
  font-size: 4rem;
  text-shadow: 0 0 10px #000;
}
@media (max-width: 1200px) {
  section.CTA h3 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  section.CTA h3 {
    font-size: 2rem;
  }
}
section.CTA p {
  text-shadow: 0 0 10px #000;
}
section.CTA a.btn {
  color: #fff;
  text-shadow: 0 0 10px #000;
  text-transform: capitalize;
}
section.CTA i {
  color: #fff;
}

/* dwnloap app section */
section.dl-app {
  padding: 80px 0;
  background-image: url("../../imgs/dl_app/dl-app-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  min-height: 90vh;
}
@media (max-width: 991px) {
  section.dl-app {
    background-position: 20% 50%;
  }
}
@media (max-width: 576px) {
  section.dl-app {
    background-position: 30% 50%;
    min-height: 80vh;
  }
}
section.dl-app .container,
section.dl-app .row {
  min-height: 80vh;
}
@media (max-width: 576px) {
  section.dl-app .container,
  section.dl-app .row {
    min-height: 60vh;
  }
}
section.dl-app .dl-app-card {
  background-color: #fff;
  padding: 16px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
section.dl-app .dl-app-card h3 {
  font-size: 2.4rem;
}
section.dl-app .dl-app-card .dl-app-links {
  display: flex;
  flex-direction: row;
}

section.reviews {
  padding: 80px 0;
  background-color: #ffffff;
  text-align: center;
  font-size: 18px;
}
section.reviews h3 {
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 33px;
  color: #000;
}
@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 .card {
  background-color: transparent;
  text-align: left;
  padding: 16px;
  display: flex;
  flex-direction: column;
  min-height: 300px;
}
section.reviews .card .review-text {
  margin: 15px 0;
}
section.reviews .card .fa-quote-left {
  color: #071582;
  font-size: 50px;
  margin-bottom: 15px;
}
section.reviews .card p {
  margin-bottom: 0;
}
section.reviews .card .fa-star {
  color: #ffa500;
  font-size: 20px;
}
section.reviews .card .review-profile {
  display: flex;
}
section.reviews .card .review-profile img.user {
  max-width: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 10px;
}

/* footer */
footer {
  color: #ffffff;
  background-color: rgb(0, 0, 0);
  padding: 40px 0;
}
footer svg:hover {
  fill: #3d53e2;
}
footer ul {
  padding: 0;
}
footer ul li {
  list-style: none;
}
footer ul li .logo img {
  max-width: 180px;
  margin-bottom: 16px;
}
footer ul li .logo .footer-header {
  font-size: 1.4rem;
  text-transform: capitalize;
  font-weight: bolder;
  color: #fff;
}
@media (max-width: 480px) {
  footer ul li .logo .footer-header {
    font-size: 35px;
  }
}
footer ul li img.dl-app-link {
  margin-bottom: 20px;
  width: 170px;
}
@media (min-width: 768px) {
  footer ul li img.dl-app-link {
    width: 180px;
  }
}
footer ul li #openinghour {
  max-width: 80%;
}
footer ul li #openinghour .d-flex p {
  font-size: 13px;
}
footer ul li a {
  color: #fff;
  padding: 10px 0;
  display: flex;
}
footer ul li a:hover {
  color: #3d53e2;
}
footer .footer-header {
  font-size: 1.4rem;
  text-transform: capitalize;
  font-weight: bolder;
  padding-bottom: 6px;
  max-width: -moz-max-content;
  max-width: max-content;
  border-bottom: 2px solid #fff;
}
@media (max-width: 480px) {
  footer .footer-header {
    font-size: 25px;
  }
}

section.foods-link {
  margin: 100px 0;
}
section.foods-link ul {
  padding: 10px;
  margin: 0;
}
section.foods-link ul li {
  list-style: none;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 5px;
  margin: 4px;
}
section.foods-link ul li a {
  color: #111;
}
section.foods-link ul li a:hover {
  text-decoration: none;
}
section.foods-link ul li:hover {
  border: 1px solid #ed3628;
}

section.foods-tags {
  margin-top: 30px;
}
section.foods-tags ul {
  padding: 10px;
}
section.foods-tags ul li {
  list-style: none;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 5px;
  margin: 4px;
  background-color: #ffffff;
  color: #000;
  font-size: 12px;
}
section.foods-tags ul li a {
  color: #111 !important;
}
section.foods-tags ul li a:hover {
  text-decoration: none;
}
.contact-us {
  margin-top: 80px;
}
.contact-us .address-first {
  display: inline-block;
  margin: 40px 0;
  text-align: center;
  width: 300px;
}
.contact-us .address-first h2 {
  color: #e53d2c;
  font-family: pacifico;
  font-size: 70px;
  margin-bottom: 7px;
}
.contact-us .address-first h3 {
  font-family: Quicksand;
  font-size: 25px;
  font-weight: bolder;
  text-transform: capitalize;
}
.contact-us .address-first b {
  font-family: Quicksand;
}
.contact-us .address-second {
  display: inline-block;
  margin: 40px 0;
  text-align: center;
  width: 300px;
}
.contact-us .address-second h2 {
  color: #e53d2c;
  font-family: Quicksand;
  font-size: 70px;
  margin-bottom: 7px;
}
.contact-us .address-second h3 {
  font-family: Quicksand;
  font-size: 25px;
  font-weight: bolder;
}
.contact-us .address-second b {
  font-family: Quicksand;
}
.contact-us a.d-flex img.shop-logo {
  max-width: 242px;
  max-height: 50px;
}
.contact-us .footer-header {
  font-size: 38px;
  text-transform: capitalize;
  font-weight: bolder;
  color: #071582;
}
@media (max-width: 480px) {
  .contact-us .footer-header {
    font-size: 35px;
  }
}
.contact-us .fa {
  font-size: 1.25rem;
}
.contact-us .list-group.shop-info {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .contact-us .list-group.shop-info {
    flex-direction: column;
  }
}
.contact-us .list-group.shop-info div {
  margin: 0 auto;
}
.contact-us .footer-title {
  margin-bottom: 30px;
}
.contact-us .footer-title span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #ffffff;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #071582;
  color: white !important;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 12px;
}
#myBtn i {
  color: #fff;
}
#myBtn:hover {
  border: 1px dashed #071582;
  background-color: white;
  box-shadow: rgba(240, 98, 98, 0.5) 0px 7px 29px 0px;
}
#myBtn:hover i {
  color: #071582 !important;
}

.Modal-btn {
  background-color: #071582;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

@media (max-width: 340px) {
  .modal-header {
    flex-direction: column;
    text-align: center !important;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 340px) {
  .modal-header .modal-title-container {
    flex-direction: column;
    text-align: center !important;
    justify-content: center;
    align-items: center;
  }
}
.modal-header .modal-title-container p {
  font-size: 14px;
  margin-bottom: 0;
}
@media (max-width: 380px) {
  .modal-header .modal-title-container p {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.gallery {
  padding: 80px 0;
  background-color: #071582;
  color: #fff;
  padding: 80px 0;
  position: relative;
  /* Main CSS */
}
.gallery img {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
@media (max-width: 992px) {
  .gallery {
    padding: 80px 0;
  }
}
.gallery::before {
  position: absolute;
  content: "";
  top: 0%;
  left: 20px;
  background-image: url(../../imgs/icons/burger-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 200px;
  height: 200px;
}
@media (max-width: 991px) {
  .gallery::before {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 768px) {
  .gallery::before {
    width: 100px;
    height: 100px;
  }
}
.gallery h3 {
  color: #fdfdfd;
  font-size: 50px;
  margin: 10px 0 50px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .gallery h3 {
    font-size: 25px;
  }
}
.gallery .gallery-img-start {
  width: 150px;
  position: absolute;
  top: 100px;
  left: 40px;
}
@media (max-width: 992px) {
  .gallery .gallery-img-start {
    display: none;
  }
}
.gallery .gallery-img-end {
  width: 150px;
  position: absolute;
  bottom: 100px;
  right: 40px;
}
@media (max-width: 992px) {
  .gallery .gallery-img-end {
    display: none;
  }
}
.gallery .container .row .col-12 .gallery-card {
  margin-bottom: 20px;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery .container .row .col-12 .gallery-card #trapezoid {
  border-bottom: 100px solid #071582;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  height: 0;
  width: 100px;
  background-color: rgba(7, 5, 64, 0.7411764706);
}
.gallery .container .row .col-12 .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;
}
.gallery .container .row .col-12 .gallery-card .gallery-card-content img {
  width: 200px;
}
.gallery .container .row .col-12 .gallery-card .gallery-card-content p {
  color: #fdfdfd;
  font-size: 24px;
  line-height: 40px;
}
.gallery .container .row .col-12 .gallery-card .gallery-card-content h4 {
  color: #fdfdfd;
  font-size: 32px;
}
.gallery .container .row .col-12 .gallery-card .gallery-card-content .gallery-card-content-btn {
  background-color: #071582;
  padding: 10px 20px;
  margin-top: 50px;
  color: #fdfdfd;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}
.gallery .container .row .col-12 .gallery-card .gallery-card-content .gallery-card-content-btn:hover {
  text-decoration: none;
}
.gallery .container .row .col-12 .card1 {
  background-image: url(./../../imgs/gallery/gogoTakeaway-Pizza.png);
}
.gallery .container .row .col-12 .card2 {
  background-image: url(./../../imgs/gallery/gogoTakeaway-Fish&Chips.png);
}
.gallery .container .row .col-12 .card3 {
  background-image: url(./../../imgs/gallery/gogoTakeaway-Kebab.png);
}
.gallery img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}
.gallery .grid-wrapper > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.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;
}
.gallery .grid-wrapper > div > img:hover {
  transform: scale(1.08);
}
.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;
}
.gallery .grid-wrapper .wide {
  grid-column: span 2;
}
.gallery .grid-wrapper .tall {
  grid-row: span 2;
}
.gallery .grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}

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

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

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

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

section.copyright {
  background-color: #000;
  color: rgb(255, 255, 255);
}
section.copyright .container {
  padding: 24px 0;
  border-top: 1px solid #ddd;
}
section.copyright a.weetech-link {
  color: #fff !important;
}/*# sourceMappingURL=style2.css.map */