.main-color {
  color: #525d7e;
}

@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
@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);
}
body {
  font-family: Quicksand !important;
  overflow-x: hidden;
  background-color: #f3f3f3;
}

img {
  width: 100%;
}

.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("https://www.mealzoforbusiness.co.uk/1/heart.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

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

.displayy {
  justify-content: center;
}

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

header {
  background-color: #525d7e;
  border-top: 1px solid #222;
  padding: 10px 0;
  /* required */
}
header .navbar-brand {
  font-size: 1rem !important;
}
@media (min-width: 768px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section span.open-menu {
  align-self: center;
  z-index: 10;
}
@media (min-width: 768px) {
  header section.menu-section span.open-menu {
    display: none;
  }
}
header section.menu-section #myNav {
  display: block;
}
@media (min-width: 768px) {
  header section.menu-section #myNav {
    width: 100%;
  }
}
@media (min-width: 768px) {
  header section.menu-section #overlay-content {
    display: flex;
  }
}
header section.menu-section nav {
  padding: 0;
}
@media (min-width: 768px) {
  header section.menu-section nav {
    display: flex;
  }
}
header section.menu-section div.mobile-overlay {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  background-color: #2e2e2e;
  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: 768px) {
  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: 768px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  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: 768px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    display: flex;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link.active {
  color: #fdfdfd !important;
  border-bottom: 3px solid #525d7e;
  background-color: #525d7e !important;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
  color: #fff;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link:hover {
  border-bottom: 3px solid #525d7e;
  color: #525d7e;
}
@media (min-width: 768px) {
  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: 768px) {
  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 #525d7e;
  background-color: #525d7e !important;
  color: #525d7e;
}
@media (max-width: 768px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link:last-of-type {
    margin-bottom: 20px;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.btn {
  background-color: #525d7e;
  color: black;
}
@media (min-width: 768px) {
  header section.menu-section div.mobile-overlay .overlay-content a.login-btn {
    padding: 8px 17px 6px 13px;
  }
}
@media (min-width: 992px) {
  header section.menu-section div.mobile-overlay .overlay-content a.login-btn {
    padding: 14px 25px 13px 19px;
  }
}
@media (min-width: 768px) {
  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: 768px) {
  header section.menu-section .navbar-social {
    display: none;
  }
}
@media (max-width: 768px) {
  header section.menu-section .navbar-social {
    display: flex;
    justify-content: center;
  }
}
header .dropdown-item:hover {
  background-color: #525d7e !important;
  color: #fff;
}
@media (min-width: 768px) {
  header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.big-logo {
  background-color: #525d7e;
  padding: 20px 0;
}
.big-logo img {
  max-width: 180px;
}
.big-logo .account {
  color: #fff;
  background-color: #8b93a7;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 8px 12px;
  border-radius: 18px;
}
.big-logo .account:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.13);
  text-decoration: none;
}
@media (max-width: 992px) {
  .big-logo .account {
    display: none;
  }
}
@media (min-width: 992px) {
  .big-logo .navbar-toggler {
    display: none;
  }
}
.big-logo .navbar-toggler .fa {
  color: #fff;
}
.big-logo i {
  margin-right: 5px;
  color: #fff;
}

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

.specialimgs {
  margin-top: -80px;
}
.specialimgs img {
  border-radius: 20px;
  background-color: #525d7e;
  padding: 7px;
  transition: ease-in-out 0.7s;
}
.specialimgs img:hover {
  transform: scale(1.1);
}

#headerpage {
  display: block;
  min-height: 600px;
  background-image: url(../../imgs/hero/the-kraken-chippy--fish-box.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 150px 0;
  text-align: center;
}
@media (max-width: 1200px) {
  #headerpage {
    background-position: 30% 20%;
  }
}
#headerpage h5 {
  color: #fff;
  margin-bottom: 50px;
}
#headerpage h1 {
  font-weight: bolder;
  margin-bottom: 30px;
  line-height: 70px;
  text-align: center;
  justify-content: center;
  font-size: 3.2rem;
  max-width: 90%;
  margin: auto;
  text-shadow: 2px 2px 5px #525d7e;
  color: #fff;
}
@media (max-width: 1200px) {
  #headerpage h1 {
    font-size: 2.6rem;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  #headerpage h1 {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  #headerpage h1 {
    font-size: 1.7rem;
    line-height: 60px;
  }
}
@media (max-width: 480px) {
  #headerpage h1 {
    font-size: 1.1rem;
    line-height: 40px;
  }
}
#headerpage h1 span {
  text-transform: uppercase;
  font-family: ArchivoBlack;
  font-size: 3rem !important;
}
@media (max-width: 991px) {
  #headerpage h1 span {
    font-size: 2.2rem !important;
  }
}
@media (max-width: 768px) {
  #headerpage h1 span {
    font-size: 1.8rem;
  }
}
#headerpage p {
  color: #fff;
  font-weight: bolder;
  margin-bottom: 30px;
}
#headerpage a {
  padding: 12px 35px;
}
@media (max-width: 480px) {
  #headerpage a {
    font-size: 13px;
  }
}
#headerpage .orderone {
  background-color: #525d7e;
  border: 2px solid #525d7e;
  padding: 15px 35px;
  color: #fff;
  margin: 5px;
  font-size: 19px;
  border-radius: 35px;
}
#headerpage .orderone:hover {
  background-color: #fff;
  border: 2px solid #525d7e;
  color: #525d7e;
}
#headerpage .orderone:hover .fa {
  color: #525d7e !important;
}
@media (max-width: 768px) {
  #headerpage .orderone {
    padding: 10px 25px;
    font-size: 16px;
  }
}
#headerpage .marquee {
  height: 50px;
  width: 200px;
  overflow: hidden;
  position: relative;
  background: #fbb400;
  color: #222;
  border: 1px solid #222;
}
#headerpage .marquee p {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 50px;
  text-align: center;
  /* Starting position */
  transform: translateX(100%);
  /* Apply animation to this element */
  animation: scroll-left 5s linear infinite;
}
@keyframes scroll-left {
  0% {
    /* Browser bug fix */
    /* Browser bug fix */
    transform: translateX(100%);
  }
  100% {
    /* Browser bug fix */
    /* Browser bug fix */
    transform: translateX(-100%);
  }
}
#headerpage .ordertwo {
  background-color: #fdfdfd;
  border: 2px solid #525d7e;
  border-radius: 35px;
  color: #525d7e;
  margin: 5px;
  padding: 15px 35px;
  font-size: 19px;
}
#headerpage .ordertwo .fa {
  color: #525d7e !important;
}
#headerpage .ordertwo:hover {
  background-color: #525d7e;
  border: 2px solid #525d7e;
  color: #fff;
}
#headerpage .ordertwo:hover .fa {
  color: #fff !important;
}
@media (max-width: 768px) {
  #headerpage .ordertwo {
    padding: 10px 25px;
    font-size: 16px;
  }
}
#headerpage i {
  color: #fff !important;
  margin-left: 5px;
}
@media (max-width: 480px) {
  #headerpage {
    padding: 100px 0;
  }
}

/* more about us section */
section.more-about-us-section .col-12 {
  padding: 0;
}
section.more-about-us-section .food-img {
  max-width: 100%;
}
section.more-about-us-section h3 {
  margin-bottom: 30px;
  text-transform: capitalize;
  font-weight: bolder;
  font-size: 25px;
  color: #fff;
  margin-top: 30px;
}
@media (max-width: 1200px) {
  section.more-about-us-section h3 {
    margin: 10px 0;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  section.more-about-us-section h3 {
    font-size: 23px;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  section.more-about-us-section h3 {
    font-size: 24px;
  }
}
section.more-about-us-section .more-card {
  display: flex;
  align-items: center;
}
section.more-about-us-section .more-card img.more-img {
  width: 90px;
  margin-right: 10px;
  margin-bottom: 20px;
  color: #ddd;
  background: linear-gradient(135deg, #525d7e, #ddd);
  border-radius: 50%;
  padding: 15px;
}
@media (max-width: 1200px) {
  section.more-about-us-section .more-card img.more-img {
    width: 60px;
    padding: 5px;
  }
}
section.more-about-us-section h4 {
  margin-bottom: 15px;
  color: #ddd;
}
@media (max-width: 576px) {
  section.more-about-us-section h4 {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}
section.more-about-us-section p {
  max-width: 100%;
  color: #fff;
  font-size: 14px;
}

/* special to try */
section.special {
  margin-top: 100px;
}
section.special h3 {
  margin-bottom: 50px;
  color: #525d7e;
  text-transform: capitalize;
  font-weight: 800;
  text-align: center;
  font-size: 36px;
}
@media (max-width: 991px) {
  section.special h3 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  section.special h3 {
    font-size: 30px;
  }
}
section.special ul.nav-tabs {
  border: none !important;
  margin-bottom: 40px;
  width: 100%;
  justify-content: center;
  padding: 0px 0 10px 0;
  margin-bottom: 0 !important;
}
section.special ul.nav-tabs .nav-item {
  margin: 0 5px;
  border-radius: 15px;
}
section.special ul.nav-tabs .nav-item a.nav-link {
  color: #525d7e;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1px;
  padding: 5px 0;
  background: #fff;
  border-radius: 15px;
  width: 180px;
  box-shadow: 3px 3px 7px #ddd;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
section.special ul.nav-tabs .nav-item a.nav-link img {
  width: 30px;
  margin-right: 5px;
}
@media (max-width: 768px) {
  section.special ul.nav-tabs .nav-item a.nav-link img {
    max-width: 80px;
  }
}
@media (max-width: 480px) {
  section.special ul.nav-tabs .nav-item a.nav-link img {
    max-width: 60px;
  }
}
@media (min-width: 425px) {
  section.special ul.nav-tabs .nav-item a.nav-link {
    font-size: 1rem;
  }
}
section.special ul.nav-tabs .nav-item a.nav-link.active {
  margin-top: -5px;
  transform: translateY(-5px);
  transition-duration: 0.5s;
  border: none;
  color: #fff;
  background-color: #525d7e;
  border-bottom: 3px solid #525d7e;
}
section.special ul.nav-tabs .nav-item.active .show {
  top: 100% !important;
}
section.special .swiper-container {
  padding: 25px;
}
section.special .tab-pane .col-md-4 {
  margin-bottom: 20px;
}
section.special .card {
  overflow: hidden;
  border: 1px solid #ddd;
}
section.special .card .info {
  opacity: 0.8;
  height: 200px;
  background-color: #525d7e;
  transform: translateY(45%) translateY(55px) translateZ(0);
  transition: transform 0.5s ease-out;
  color: #fff;
}
@media (max-width: 1200px) {
  section.special .card .info {
    height: 182px;
  }
}
@media (max-width: 768px) {
  section.special .card .info {
    height: 175px;
  }
}
section.special .card img {
  position: absolute;
}
section.special .card:hover .info {
  transform: translateY(0px) translateZ(0);
  color: #fff;
}
section.special .card:hover .info .h5 {
  color: #fff;
}
section.special .card:hover .info .card-title {
  color: #fff;
}
section.special .card:hover .card-footer a {
  color: #525d7e;
}
section.special .card .card-body {
  padding: 10px;
  min-height: 60px;
}
section.special .card .card-body .card-title {
  color: #fff;
  text-transform: capitalize;
  font-size: 19px;
  font-weight: bolder;
  text-align: left;
  margin-bottom: 0px;
}
section.special .card .card-body p {
  text-align: left !important;
}
section.special .card .card-body p {
  text-align: center;
}
section.special .card .card-footer {
  border-top: none;
  display: flex;
  justify-content: center;
  padding: 20px 0 30px 0;
}
section.special .card .card-footer a {
  background-color: #fdfdfd;
  border: 1px solid #525d7e;
  color: #525d7e;
  border-radius: 6px;
}
section.special .card .card-footer a:hover {
  background-color: #f8d1c5;
  border: 1px solid #525d7e;
  color: #c0411b;
}
section.special div.tab-content {
  min-height: 250px;
}
section.special div.tab-content div.row div.food-card {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  section.special div.tab-content div.row div.food-card {
    margin-bottom: 0;
  }
}
section.special div.tab-content div.row div.food-card img {
  border-radius: 30px 12px 30px 30px;
}
section.special div.tab-content div.row div.food-card div.food-name {
  margin-top: 21px;
  font-family: Monsterrat, Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
}
section.special div.tab-content div.row div.food-card div.food-comment {
  margin-top: 10px;
  font-family: Monsterrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
}

.imgs {
  padding: 0 0 60px 0;
}
.imgs img {
  width: 100%;
  border-radius: 15px;
  margin: 5px;
}

.SpecialOffer {
  background-image: url("../../imgs/specialoffer/the-kraken-chippy-food.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 100px 0;
  min-height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .SpecialOffer {
    background-attachment: unset;
  }
}
@media (max-width: 576px) {
  .SpecialOffer {
    min-height: 400px;
  }
}
@media (max-width: 480px) {
  .SpecialOffer {
    padding: 100px 20px;
  }
}
@media (max-width: 380px) {
  .SpecialOffer {
    min-height: 300px;
  }
}
.SpecialOffer h2 {
  color: #fff;
  display: block;
  font-weight: bolder;
  margin-bottom: 15px;
  text-shadow: 1px 1px #000;
  font-size: 45px;
  padding: 5px;
  display: inline-block;
}
@media (max-width: 991px) {
  .SpecialOffer h2 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .SpecialOffer h2 {
    font-size: 25px;
  }
}
.SpecialOffer h5 {
  color: #fff;
  padding: 5px;
  display: inline-block;
  margin-bottom: 30px;
}
.SpecialOffer .orderone {
  background-color: #525d7e;
  color: #fff;
  display: inline-block;
  padding: 12px;
  margin-top: 20px;
  text-decoration: none;
  border: 2px solid #525d7e;
}
.SpecialOffer .orderone .fa {
  color: #fff !important;
}
.SpecialOffer .orderone:hover {
  background-color: #fff;
  color: #525d7e;
  border: 2px solid #525d7e;
}
.SpecialOffer .orderone:hover .fa {
  color: #525d7e !important;
}
.SpecialOffer .ordertwo {
  background-color: #fdfdfd;
  color: #525d7e;
  display: inline-block;
  padding: 12px;
  margin-top: 20px;
  text-decoration: none;
  border: 2px solid #525d7e;
}
.SpecialOffer .ordertwo .fa {
  color: #525d7e !important;
}
.SpecialOffer .ordertwo:hover {
  background-color: #525d7e;
  color: #fff;
  border: 2px solid #525d7e;
}
.SpecialOffer .ordertwo:hover .fa {
  color: #fff !important;
}
@media (max-width: 991px) {
  .SpecialOffer img {
    max-width: 500px;
  }
}
@media (max-width: 576px) {
  .SpecialOffer img {
    max-width: 350px;
  }
}
@media (max-width: 480px) {
  .SpecialOffer img {
    max-width: 300px;
  }
}
@media (max-width: 380px) {
  .SpecialOffer img {
    max-width: 200px;
  }
}
.SpecialOffer .orderone {
  background-color: #525d7e;
  border: 2px solid #525d7e;
  padding: 15px 35px;
  color: #fff;
  margin: 5px;
  font-size: 19px;
  border-radius: 35px;
}
.SpecialOffer .orderone:hover {
  background-color: #fff;
  border: 2px solid #525d7e;
  color: #525d7e;
}
.SpecialOffer .orderone:hover .fa {
  color: #525d7e !important;
}
@media (max-width: 768px) {
  .SpecialOffer .orderone {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.SpecialOffer .ordertwo {
  background-color: #fdfdfd;
  border: 2px solid #525d7e;
  border-radius: 35px;
  color: #525d7e;
  margin: 5px;
  padding: 15px 35px;
  font-size: 19px;
}
.SpecialOffer .ordertwo .fa {
  color: #525d7e !important;
}
.SpecialOffer .ordertwo:hover {
  background-color: #525d7e;
  border: 2px solid #525d7e;
  color: #fff;
}
.SpecialOffer .ordertwo:hover .fa {
  color: #fff !important;
}
@media (max-width: 768px) {
  .SpecialOffer .ordertwo {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.SpecialOffer i {
  color: #fff !important;
  margin-left: 5px;
}

.gallery {
  background-color: #c7c7c7;
  padding: 50px;
}
@media (max-width: 991px) {
  .gallery {
    padding: 50px 0;
  }
}
.gallery .card,
.gallery img {
  border-radius: 5px;
}
.gallery iframe {
  height: 210px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .gallery iframe {
    height: 300px;
  }
}

.header-tab {
  margin-top: -100px;
  display: flex;
}
.header-tab li {
  list-style: none;
}
.header-tab .item:hover {
  background-color: #525d7e;
  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 {
  background: #fdfdfd;
  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;
  }
}

#lottie {
  width: 100px;
  height: 100px;
  display: inline-block;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
  margin-right: 20px;
}

section.about-us {
  margin: 40px 0 0 0;
  color: #ddd;
}
section.about-us h4 {
  text-transform: capitalize;
  color: #fdfdfd;
}
@media (max-width: 1200px) {
  section.about-us h4 {
    font-size: 20px;
  }
}
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;
}
@media (max-width: 1200px) {
  section.about-us div.about-us-content p {
    font-size: 14px;
  }
}
section.about-us div.about-us-content div.read-more-btn {
  background-color: #525d7e;
}
section.about-us div.about-us-content div.read-more-btn a {
  background-color: #ddd;
  color: #525d7e;
  border-radius: 30px !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: #222;
  border-color: #525d7e;
  background-color: #525d7e;
  box-shadow: #a1a7b3 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: #ddd;
  color: #525d7e;
  display: inline-block;
  padding: 12px;
  margin-top: 20px;
  border: 2px solid #525d7e;
  border-radius: 30px !important;
  text-decoration: none;
}
.read-more-btn1 a .fa {
  color: #525d7e;
}
.read-more-btn1 a:hover {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.read-more-btn1 a:hover i {
  color: #fff;
}

section.deals {
  margin: 120px 0 80px 0;
  color: #525d7e;
}
section.deals div.section-heading-div h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  text-align: left;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #525d7e;
}
@media (max-width: 480px) {
  section.deals div.section-heading-div h3 {
    font-size: 30px;
  }
}
section.deals div.deals-content div.shop-name-secoundry h4 {
  font-family: Quicksand-bold;
  font-size: 24px;
  line-height: 36px;
  color: #525d7e;
  margin-bottom: 24px;
  font-weight: bolder;
}
section.deals div.deals-content div.shop-about-text p {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.02em;
}
section.deals div.deals-content div.read-more-btn a.deals {
  background-color: #fce1c7;
  color: #525d7e;
  border-radius: 2px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 20px;
  transition: all 0.5s ease;
}
section.deals div.deals-content div.read-more-btn a.deals:hover {
  color: #222;
  border-color: #525d7e;
  background-color: #525d7e;
  box-shadow: #a1a7b3 0px 4px 12px;
  transform: scale(0.9);
}
@media (min-width: 992px) {
  section.deals div.deals-content div.read-more-btn a.deals {
    margin-top: 62px;
  }
}
section.deals ul.footer-card {
  list-style: none;
  border: 3px solid #525d7e;
  border-radius: 30px;
  padding: 0 15px 10px;
  font-size: 17px;
}
section.deals ul.footer-card li {
  margin-top: 3px;
}
section.deals ul.footer-card li span {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
}
section.deals ul.footer-card li a {
  color: #525d7e;
}
section.deals ul.footer-card li a:hover {
  text-decoration-line: underline;
  color: #ddd;
}
section.deals ul.footer-card iframe {
  border-radius: 0 0 30px 30px;
}
section.deals .fa {
  color: #525d7e;
  font-size: 1rem;
}
section.deals .footer-title {
  margin-bottom: 20px;
  background-color: #525d7e;
  border-radius: 35px;
  padding: 30px;
  width: 100%;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  display: flex;
  justify-content: center;
  text-align: center;
}
section.deals .footer-title span {
  max-width: -moz-max-content;
  max-width: max-content;
  font-weight: 500;
  font-size: 22px;
  display: flex;
  justify-content: center;
  line-height: 27px;
  text-align: center;
  color: #fff;
}
section.deals .map-container {
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  section.deals .map-container {
    flex-direction: column;
  }
}
section.deals .map-container img {
  width: 50%;
  border-radius: 20px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  section.deals .map-container img {
    width: 100%;
  }
}
section.deals .map-container iframe {
  width: 50%;
}
@media (max-width: 768px) {
  section.deals .map-container iframe {
    width: 100%;
  }
}

section.contact-us .fa {
  color: #525d7e;
}
section.contact-us .map div {
  height: 100%;
}
@media (max-width: 768px) {
  section.contact-us .section-heading-div {
    width: 100%;
    padding: 0;
    margin: 0;
    flex-direction: column;
  }
  section.contact-us .map {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  section.contact-us .map iframe {
    height: 300px;
  }
}

.fa {
  color: #222;
}

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

section.peyment-method {
  background-color: #fff;
}
section.peyment-method div.row {
  padding: 50px 0;
}
section.peyment-method div.row div.col-10 .methods-container {
  justify-content: space-evenly;
}
section.peyment-method div.row div.col-10 .methods-container > div img {
  width: 70px;
  display: block;
}

section.menu-section .navbar-collapse {
  justify-content: center;
}
section.menu-section .navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 20px;
}
section.menu-section .nav-item {
  padding: 0 10px;
  text-align: center;
}
section.menu-section .fa {
  color: #fbb400;
}

/* dwnloap app section */
section.dl-app {
  margin: 80px 0;
}
section.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
section.dl-app div.inner-content a.app-link-dl-container:hover img {
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
section.dl-app div.inner-content img.dl-app-link {
  margin-bottom: 50px;
  width: 170px;
}
@media (min-width: 768px) {
  section.dl-app div.inner-content img.dl-app-link {
    margin-bottom: 0;
    width: 150px;
  }
}
section.dl-app div.inner-content h3.dl-ur-app-heading {
  font-family: Quicksand;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 70px;
  margin-bottom: 56px;
  margin-top: 20px;
  font-size: 1.8rem;
}
@media (max-width: 480px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 1.9rem;
  }
}
@media (min-width: 992px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 2rem;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2021-12-20 14:30:57
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
section.reviews {
  padding: 80px 0;
}
@media (max-width: 768px) {
  section.reviews {
    padding: 20px;
  }
}
section.reviews .container {
  background-color: #1628A7;
  border-radius: 16px;
}
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: #525d7e;
  margin-bottom: 9px;
  color: #fff;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}

/* footer */
footer {
  background-image: url("../../imgs/hero/the-kraken-chippy-food.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #525d7e;
  color: #fff;
  padding: 50px;
}
@media (max-width: 768px) {
  footer details {
    text-align: center;
  }
}
footer details summary {
  line-height: 38px;
}
footer details a {
  color: #bbb;
  font-size: 14px;
}
footer details a:hover {
  color: #fff;
  text-decoration: none;
}
footer .footer-header {
  font-size: 38px;
  text-transform: capitalize;
  font-weight: bolder;
  color: #525d7e;
}
@media (max-width: 768px) {
  footer .footer-header {
    text-align: center;
  }
}
@media (max-width: 480px) {
  footer .footer-header {
    font-size: 35px;
  }
}
footer .fa {
  font-size: 1.25rem;
}
footer .footer-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  footer .footer-title {
    text-align: center;
  }
}
footer .footer-title span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #ffffff;
}
footer img.dl-app-link {
  margin-bottom: 20px;
  width: 170px;
}
@media (min-width: 768px) {
  footer img.dl-app-link {
    width: 180px;
  }
}
footer h3 {
  font-size: 20px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  footer h3 {
    text-align: center;
  }
}
footer h5 {
  margin: 15px 0;
  font-size: 23px;
}
footer ul {
  margin-bottom: 50px;
  padding: 0;
}
@media (max-width: 768px) {
  footer ul {
    text-align: center;
  }
}
footer ul li {
  list-style: none;
}
@media (max-width: 768px) {
  footer ul li {
    text-align: center;
  }
}
footer ul li a {
  color: #fff;
  line-height: 30px;
}
footer ul li a:hover {
  text-decoration: none;
  color: #ddd;
}
footer .fa {
  color: #000;
}

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: #fff;
}
section.foods-link ul li a:hover {
  text-decoration: none;
}
section.foods-link ul li:hover {
  border: 1px solid #fbb400;
}

section.foods-tags {
  margin-top: 0;
  border-top: 1px solid #ddd;
  padding-top: 30px;
}
section.foods-tags ul {
  padding: 10px;
  margin-bottom: 0;
}
section.foods-tags ul li {
  list-style: none;
  display: inline-block;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 4px;
  background-color: #8b93a7;
  color: #ffffff;
  font-size: 12px;
}
section.foods-tags ul li a {
  color: #fff;
}
section.foods-tags ul li a:hover {
  text-decoration: none;
  color: #fbb400;
}

.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: #525d7e;
}
@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: #525d7e;
  color: white;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 12px;
}
#myBtn:hover {
  color: #525d7e;
  border: 1px dashed #525d7e;
  background-color: white;
  box-shadow: #a1a7b3 0px 7px 29px 0px;
}
#myBtn:hover i {
  color: #9a270c !important;
}

@media (max-width: 768px) {
  .social-media-conteiner {
    justify-content: center;
  }
}
.social-media-conteiner .icon-holder.facebook i {
  padding: 10px 13px;
  color: #fff;
}
.social-media-conteiner .icon-holder.instagram i {
  padding: 12px;
  color: #fff;
}
.social-media-conteiner .icon-holder.tiktok {
  padding: 7px 11px;
}
.social-media-conteiner div.icon-holder {
  border-radius: 50%;
  background: #171e13;
  width: 40px;
  height: 40px;
  transition: transform 0.5s ease;
}
.social-media-conteiner div.icon-holder i {
  padding: 12px;
}
.social-media-conteiner div.icon-holder svg {
  fill: #fff;
}
.social-media-conteiner div.icon-holder:hover {
  transform: translate(0px, -8px);
}
.social-media-conteiner div.icon-holder a {
  color: #fff;
}

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

::-moz-selection {
  background-color: #525d7e;
  color: white;
}

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

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

section.copyright {
  background-color: #525d7e;
  padding: 20px 50px;
  color: #fff;
}
section.copyright a.weetech-link {
  color: #222 !important;
}

.web-story .stories-container {
  display: flex;
  box-shadow: 0 3px 24px -8px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  padding: 30px 36px;
  /* justify-content: center; */
  border-top: 1px solid #fbb400;
  gap: 48px;
  overflow: hidden;
  box-sizing: border-box;
}
.web-story .stories-container .content {
  position: relative;
  cursor: pointer;
}
.web-story .stories-container .content img {
  position: relative;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 300;
  vertical-align: middle;
  /* margin: 5px; */
}
.web-story .stories-container .backgroundsefid {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
}
.web-story .stories-container .backgroundrangi {
  position: relative;
  cursor: pointer;
  width: 85px;
  height: 85px;
  background: linear-gradient(#dd2a7b, #f58529);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.web-story .stories-container .backgroundrangi:visited {
  background: #ddd;
}
.web-story .stories-container .backgroundrangi .stories-container .deactive {
  background: #ddd !important;
}
.web-story .stories-container .deactive {
  background: #ddd !important;
}
.web-story .story-full {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  justify-content: center;
  opacity: 0;
  z-index: 500;
  pointer-events: none;
  transition: all 100ms ease;
}
.web-story .story-full.active {
  opacity: 1;
  pointer-events: auto;
}
.web-story .story-full .content .close-btn {
  position: fixed;
  top: 32px;
  right: 32px;
  width: 32px;
  cursor: pointer;
}
.web-story .story-full .content .close-btn svg {
  width: 32px;
}
.web-story .story-full .content {
  display: flex;
  align-items: center;
  position: relative;
}
.web-story .story-full .content .story-title {
  position: absolute;
  top: 5px;
  left: 25px;
  /* transform: translateX(-50%); */
  color: #fff;
  line-height: 2;
  padding: 8px 32px;
  z-index: 105;
}
.web-story .story-full .img-content {
  height: 80%;
  width: 400px;
  /* border-radius: 10px; */
  /* background-color: #dd2a7b; */
  position: relative;
}
.web-story .story-full .img-content .img-story {
  height: 100%;
  width: 400px;
  border-radius: 10px;
  position: absolute;
  z-index: 100;
}
.web-story .story-full .img-content .profile {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 105;
  border-radius: 50%;
  margin: 15px 10px;
}
.web-story .story-full .content .right-arrow,
.web-story .story-full .content .left-arrow {
  cursor: pointer;
  /* background-color: #fff; */
  border-radius: 50%;
  padding: 8px;
  margin: 5px 10px;
  justify-content: center;
}
.web-story .story-full .content .right-arrow {
  transform: rotate(180deg);
}
@media (max-width: 700px) {
  .web-story .stories-container {
    width: 90%;
  }
  .web-story .story-full img {
    width: 65%;
    height: auto;
  }
}
.web-story .myProgress {
  width: 96%;
  z-index: 110;
  position: absolute;
  margin: 5px 2%;
  background-color: #aaa;
  border-radius: 5px;
}
.web-story #myBar {
  width: 1%;
  height: 2px;
  border-radius: 5px;
  background-color: #fff;
}/*# sourceMappingURL=style2.css.map */