@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
@font-face {
  font-family: IntervogueSoftAlt;
  src: url(../../Fonts/IntervogueSoftAlt-Bold/IntervogueSoftAlt-Bold.ttf);
}
body {
  font-family: Quicksand !important;
  overflow-x: hidden;
}

.index-main {
  background-image: linear-gradient(to bottom, #001c60, #2183c6, #001f61);
}

html {
  scroll-behavior: smooth;
}

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

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

.main-color {
  color: #EE4F10;
}

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

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

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

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

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

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

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

.top-header {
  padding: 45px 0;
  background-color: #EE4F10;
}
.top-header .vote {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.top-header .vote p {
  color: #fff;
  font-size: 20px;
}
.top-header .vote a {
  background-color: #fff;
  color: #EE4F10;
  padding: 7px 15px;
  margin: 0 10px;
  font-size: 17px;
  font-weight: bolder;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .top-header .vote a {
    margin-top: 5px;
  }
}

header {
  padding: 10px 0;
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  max-width: 230px;
  padding: 10px;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}
@media (max-width: 1200px) {
  header .shop-logo {
    max-width: 140px;
  }
}
@media (max-width: 991px) {
  header .shop-logo {
    max-width: 160px;
  }
}
@media (min-width: 991px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section .navbar-expand-lg .navbar-nav {
  align-items: center;
}
header section.menu-section nav {
  padding: 15px 0 0 0;
}
@media (min-width: 992px) {
  header section.menu-section nav {
    display: flex;
    align-items: center;
  }
}
header section.menu-section nav li {
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.9137254902);
  min-width: 130px;
  justify-content: center;
  align-content: center;
  display: flex;
  padding: 8px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 0 0 5px #d4c7bc;
}
header section.menu-section nav li:hover svg {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
@media (max-width: 1200px) {
  header section.menu-section nav li {
    margin-left: 6px;
    margin-bottom: 8px;
  }
}
header section.menu-section nav li a.nav-link {
  color: #000 !important;
  font-family: IntervogueSoftAlt;
  font-size: 17px;
}
@media (max-width: 1200px) {
  header section.menu-section nav li a.nav-link {
    font-size: 15px;
    color: #fff;
  }
}
header section.menu-section nav .dropdown-toggle::after {
  display: none;
}
header section.menu-section nav svg {
  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;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
header section.menu-section nav svg path {
  fill: #000;
}
header section.menu-section nav .dropdown-menu {
  background-color: #EE4F10;
}
header section.menu-section nav .dropdown-menu .dropdown-item {
  color: #fff;
  font-family: IntervogueSoftAlt;
}
header section.menu-section nav .dropdown-menu .dropdown-item:hover {
  background-color: #fff;
  color: #EE4F10;
}
header section.menu-section nav .navbar-toggler-icon {
  background-image: unset !important;
  color: #EE4F10;
}
header section.menu-section nav .navbar-toggler {
  color: #fff;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav a.btn {
  background-color: #EE4F10;
  color: #fff;
}
header section.menu-section nav .header-links {
  justify-content: flex-end;
}
header section.menu-section .login-btn {
  color: #fff !important;
  background-color: #EE4F10;
  border-radius: 35px 35px 12px 12px !important;
  padding: 15px 20px !important;
}
@media (max-width: 1200px) {
  header section.menu-section .login-btn {
    padding: 15px 5px !important;
  }
}

@media (min-width: 768px) {
  header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
/* section hero */
section.hero-section {
  padding: 80px 0;
  color: #fff;
}
section.hero-section div.inner-content h2 {
  margin-bottom: 20px;
  font-family: IntervogueSoftAlt;
  text-shadow: 0 0 7px #012267, 0 0 10px #012267, 0 0 21px #012267;
  font-size: 4rem;
}
@media (max-width: 1200px) {
  section.hero-section div.inner-content h2 {
    font-size: 3rem;
  }
}
@media (max-width: 991px) {
  section.hero-section div.inner-content h2 {
    color: #EE4F10;
    text-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff;
  }
}
@media (max-width: 576px) {
  section.hero-section div.inner-content h2 {
    font-size: 2.5rem;
  }
}
section.hero-section div.inner-content p {
  text-shadow: 0 0 7px #012267, 0 0 10px #012267, 0 0 21px #012267;
  font-size: 17px;
}
@media (max-width: 991px) {
  section.hero-section div.inner-content p {
    color: #012267;
    text-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff;
  }
}
section.hero-section div.inner-content a.btn {
  background-color: #EE4F10;
  color: rgb(255, 250, 250);
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
  font-family: IntervogueSoftAlt;
  padding: 16px 40px;
  margin: 5px;
  max-width: -moz-max-content;
  max-width: max-content;
  font-weight: bolder;
  box-shadow: 2px 2px #fff;
  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;
}
section.hero-section div.inner-content a.btn:hover {
  color: #EE4F10;
  border-color: #EE4F10;
  background-color: #fff;
  box-shadow: #2183C6 0px 7px 29px 0px;
}
@media (max-width: 567px) {
  section.hero-section div.inner-content a.btn {
    margin: 5px auto;
  }
}
@media (min-width: 992px) {
  section.hero-section div.inner-content a.btn {
    margin: 20px 5px;
  }
}
section.hero-section .swiper-slide img {
  max-width: 100%;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.index-hero {
  background-image: url(../../imgs/hero/hero-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 90vh;
}

/* special to try */
section.special {
  text-align: center;
  padding: 20px 80px;
  position: relative;
  color: #fff;
}
@media (max-width: 991px) {
  section.special {
    padding: 0;
  }
}
section.special .halal-img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  content: "";
  position: absolute;
  left: 1%;
  top: 15%;
  max-width: 140px;
  opacity: 0.5;
}
section.special h3 {
  text-transform: capitalize;
  margin: 40px auto;
  font-family: IntervogueSoftAlt;
  font-size: 3.5rem;
  color: #002163;
  max-width: -moz-max-content;
  max-width: max-content;
  text-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff;
}
@media (max-width: 991px) {
  section.special h3 {
    margin-bottom: 40px;
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  section.special h3 {
    font-size: 2.9rem;
  }
}
section.special .swiper {
  padding: 40px;
}
@media (max-width: 991px) {
  section.special .swiper {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  section.special .swiper {
    padding: 0 30px;
  }
}
section.special .swiper-slide-shadow-left,
section.special .swiper-slide-shadow-right {
  background-image: unset;
}
section.special .swiper-slide {
  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;
}
section.special .swiper-slide:hover .card .card-body {
  display: flex;
}
section.special .nav-tabs {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background-color: #fff;
  max-width: -moz-max-content;
  max-width: max-content;
  align-items: center;
  display: flex;
  margin: auto;
  padding: 8px;
}
section.special .nav-tabs a.nav-link {
  color: black;
  font-weight: bolder;
  margin: 0;
  border: none;
  padding: 16px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  min-width: 175px;
}
@media (max-width: 480px) {
  section.special .nav-tabs a.nav-link {
    min-width: unset;
    padding: 8px;
  }
}
section.special .nav-tabs a.nav-link:hover {
  border: none;
}
section.special .nav-tabs a.nav-link:focus {
  border: none;
}
section.special .nav-tabs a.nav-link.active {
  background-color: #EE4F10;
  border: none;
  color: #fff;
}
section.special .card {
  transition: 0.6s ease all;
  margin: auto;
  box-shadow: rgba(14, 72, 181, 0.0941176471) 0px 4px 12px;
  color: #0c4183;
  position: relative;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
section.special .card img {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
section.special .card .card-body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url(../../imgs/hero/bgg.jpg);
  background-repeat: repeat;
  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;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
section.special .card:hover a.btn {
  transition: 0.1s ease all;
  background-color: #EE4F10;
  color: #fff;
  animation-name: pulse;
}
section.special .card:hover .card-body {
  margin: 10px;
}
section.special .card p {
  font-family: IntervogueSoftAlt;
  letter-spacing: 0.000005rem;
  font-size: 19px;
}
@media (max-width: 576px) {
  section.special .card p {
    font-size: 16px;
  }
}
section.special .card .card-title {
  font-weight: bolder;
  font-size: 1.9rem;
  font-family: IntervogueSoftAlt;
}
@media (max-width: 576px) {
  section.special .card .card-title {
    font-size: 1.2rem;
  }
}
section.special a.btn {
  color: #fff;
  background-color: #EE4F10;
  border-color: #EE4F10;
  margin-top: 20px;
  animation-duration: 1s;
  animation-iteration-count: 1;
  text-transform: capitalize;
  padding: 12px 32px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
section.special a.btn:hover {
  color: #fff;
  border-color: #EE4F10;
  background-color: #EE4F10;
}
@media (max-width: 576px) {
  section.special a.btn {
    margin-top: 8px;
  }
}
section.special div.order-container .d-flex {
  justify-content: space-evenly;
}

section.about-us {
  padding: 80px 0 0 0;
  color: #fff;
  position: relative;
}
section.about-us::before {
  content: "";
  position: absolute;
  top: -40px;
  right: 0;
  background-image: url(../../imgs/hero/burger-house.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (max-width: 1440px) {
  section.about-us::before {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 1200px) {
  section.about-us::before {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 768px) {
  section.about-us::before {
    top: auto;
    bottom: 60%;
  }
}
section.about-us h3 {
  font-family: IntervogueSoftAlt;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: bolder;
  text-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff;
  color: #0036aa;
}
@media (max-width: 991px) {
  section.about-us h3 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  section.about-us h3 {
    font-size: 1.6rem;
  }
}
section.about-us .shop-about-text p {
  font-size: 16px;
  font-weight: bolder;
}
section.about-us div.about-us-content div.read-more-btn a.main-btn {
  background-color: #EE4F10;
  color: #fff;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 16px;
  transition: 0.5s ease all;
}
section.about-us div.about-us-content div.read-more-btn a.main-btn:hover {
  color: #EE4F10;
  border-color: #EE4F10;
  background-color: #fff;
  box-shadow: none;
  transform: scale(0.9);
}
@media (min-width: 992px) {
  section.about-us div.about-us-content div.read-more-btn a.main-btn {
    margin-top: 62px;
  }
}
section.about-us a.btn {
  font-family: IntervogueSoftAlt;
  background-color: #EE4F10;
  color: #fff;
  border-radius: 35px !important;
  -webkit-border-radius: 35px !important;
  -moz-border-radius: 35px !important;
  -ms-border-radius: 35px !important;
  -o-border-radius: 35px !important;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 200px;
  height: 56px;
  margin: 24px 10px 10px 10px;
  font-weight: bolder;
  box-shadow: 2px 2px #fff;
  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;
}
section.about-us a.btn:hover {
  color: #EE4F10;
  border-color: #EE4F10;
  background-color: #fff;
  box-shadow: #2183C6 0px 7px 29px 0px;
}
@media (max-width: 567px) {
  section.about-us a.btn {
    margin: 5px auto;
  }
}
section.about-us .more-title {
  font-size: 1.5rem !important;
}
section.about-us .card {
  background-color: transparent;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  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;
  margin-bottom: 24px;
}
section.about-us .card img {
  max-width: 100%;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  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;
  box-shadow: 8px 8px #fff;
}
section.about-us .card .card-title {
  margin: auto;
  background-color: #fff;
  border-top: 8px solid #EE4F10;
  margin-top: -40px;
  width: 100%;
  padding: 0;
  border-radius: 66% 0% 0 0;
  -webkit-border-radius: 66% 0% 0 0;
  -moz-border-radius: 66% 0% 0 0;
  -ms-border-radius: 66% 0% 0 0;
  -o-border-radius: 66% 0% 0 0;
  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;
}
section.about-us .card .card-title h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  flex-direction: column;
}
section.about-us .card .card-title h4 img {
  max-width: 80px;
  border-top: 8px solid #EE4F10;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-bottom: 6px;
  margin-top: -40px;
  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;
}
section.about-us .card p {
  font-size: 15px;
  padding: 8px;
}
section.about-us .card:hover {
  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: #EE4F10;
  border-color: #EE4F10;
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}
section.about-us .card:hover .card-title {
  background-color: #EE4F10;
  border-radius: 0 66% 0 0;
  -webkit-border-radius: 0 66% 0 0;
  -moz-border-radius: 0 66% 0 0;
  -ms-border-radius: 0 66% 0 0;
  -o-border-radius: 0 66% 0 0;
}
section.about-us .card:hover .card-title img {
  border: none;
  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;
}
section.about-us .card:hover p {
  color: #fff;
}

section.peyment-method div.row {
  padding: 50px 0;
}
section.peyment-method div.row .methods-container {
  justify-content: space-evenly;
}
section.peyment-method div.row .methods-container > div {
  align-items: center;
  display: flex;
}
section.peyment-method div.row .methods-container > div img {
  width: 80px;
  display: block;
}

/* dwnloap app section */
section.dl-app {
  background-image: url(../../imgs/hero/bg-app.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 40px 40px 40px;
  color: #fff;
  position: relative;
}
section.dl-app::before {
  content: "";
  position: absolute;
  top: -180px;
  right: 0;
  background-image: url(../../imgs/hero/food-icon-neon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (max-width: 1440px) {
  section.dl-app::before {
    top: -10px;
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 480px) {
  section.dl-app::before {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 768px) {
  section.dl-app {
    padding: 80px 0 0 0;
  }
}
section.dl-app div.inner-content img.dl-app-link {
  margin: 10px;
  width: 220px;
  transition: transform 0.5s ease;
  background-color: #012267;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
section.dl-app div.inner-content img.dl-app-link:hover {
  transform: scale(1.2);
}
@media (max-width: 991px) {
  section.dl-app div.inner-content img.dl-app-link {
    width: 170px;
  }
}
section.dl-app div.inner-content h3 {
  font-family: IntervogueSoftAlt;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: bolder;
  margin-bottom: 56px;
  margin-top: 20px;
  text-shadow: 0 0 4px #000;
}
@media (max-width: 1200px) {
  section.dl-app div.inner-content h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  section.dl-app div.inner-content h3 {
    font-size: 3rem;
    text-shadow: 0 0 4px #fff;
    color: #012267;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  section.dl-app div.inner-content h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  section.dl-app div.inner-content h3 {
    font-size: 2rem;
    margin-top: 32px;
  }
}
section.dl-app .mobile-mockup {
  max-width: 80%;
  display: flex;
  justify-content: center;
  margin: auto;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
section.dl-app .copyright {
  color: #000;
  font-size: 20px;
  margin-top: 60px;
}

/* footer */
footer {
  padding: 40px 0;
  position: relative;
}
footer::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  background-image: url(../../imgs/hero/lets-do-brunch.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (max-width: 1440px) {
  footer::before {
    top: -180px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    left: -80px;
  }
}
@media (max-width: 991px) {
  footer::before {
    display: none;
  }
}
@media (max-width: 991px) {
  footer {
    padding: 0;
  }
}
footer a.footer-logo {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
}
footer img.shop-logo {
  width: 240px;
  padding: 10px;
  border-radius: 50px 50px 50px 0;
  -webkit-border-radius: 50px 50px 50px 0;
  -moz-border-radius: 50px 50px 50px 0;
  -ms-border-radius: 50px 50px 50px 0;
  -o-border-radius: 50px 50px 50px 0;
  background-color: #fff;
  margin: 0 auto 10px auto;
}
footer .card {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  background-image: url(../../imgs/hero/bgg.jpg);
  background-repeat: repeat;
  padding: 16px;
  min-height: 640px;
}
@media (max-width: 991px) {
  footer .card {
    margin-bottom: 16px;
    min-height: unset;
  }
}
footer h6 {
  max-width: -moz-max-content;
  max-width: max-content;
  font-weight: bolder;
  font-size: 2.5rem;
  color: #0065a8;
  font-family: IntervogueSoftAlt;
  text-transform: capitalize;
  margin-bottom: 0;
}
footer ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
footer ul li {
  margin-top: 8px;
}
footer ul li span {
  font-size: 16px;
  font-family: IntervogueSoftAlt;
  text-align: left;
  color: #0065a8;
  font-weight: bolder;
}
footer ul li a {
  color: #8b8ba5;
  font-weight: bolder;
}
footer ul li a:hover {
  text-decoration-line: underline;
  color: #272042;
}
footer .fa {
  color: #0065a8;
  font-size: 1rem;
  font-weight: bolder;
}
footer svg {
  fill: #0065a8;
  font-weight: bolder;
}
footer .footer-title {
  margin-bottom: 30px;
}
footer .footer-title span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #272042;
  font-weight: bolder;
}
footer p {
  color: #0065a8;
  font-family: IntervogueSoftAlt;
  font-weight: bolder;
}

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

.copyright {
  margin: 0 0 24px 0;
}
.copyright a.weetech-link {
  color: #EE4F10;
}
.copyright .cp-text {
  display: flex;
  justify-content: center;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
}
@media (max-width: 1200px) {
  .copyright .cp-text {
    margin: auto;
  }
}

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

.web-story {
  padding: 10px 0;
}
.web-story .stories-container {
  display: flex;
  padding: 0 20px;
  justify-content: flex-start;
  gap: 30px;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .web-story .stories-container {
    overflow-x: scroll;
  }
}
@media (max-width: 576px) {
  .web-story .stories-container {
    justify-content: center;
  }
}
.web-story .stories-container .content {
  position: relative;
  cursor: pointer;
  text-align: center;
}
.web-story .stories-container .imgContent {
  background: linear-gradient(#dd2a7b, #f58529);
  padding: 3px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}
.web-story .stories-container .imgContent .middleContent {
  background-color: #fff;
  padding: 4px;
  border-radius: 50%;
}
.web-story .stories-container .imgContent .middleContent img {
  position: relative;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 300;
  vertical-align: middle;
}
.web-story .stories-container .storyTitle {
  margin: 10px 0;
  color: #eee;
  font-weight: 600;
  font-size: 12px;
}
.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 .content .story-btn {
  position: absolute;
  bottom: 100px;
  left: 130px;
  justify-content: center;
  color: #fff;
  line-height: 2;
  padding: 8px 32px;
  border-radius: 20px;
  z-index: 105;
  background-color: #EE4F10;
}
.web-story .story-full .content .story-btn:hover {
  text-decoration: none;
}
.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 .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: #eee;
}

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

.reveal.active {
  opacity: 1;
}
.reveal.active .fade-left {
  animation: fade-left 0.7s ease-in-out;
}
.reveal.active .fade-left1 {
  animation: fade-left 1s ease-in-out;
}
.reveal.active .fade-left2 {
  animation: fade-left 1s ease-in-out;
  -webkit-animation: fade-left 1.3s ease-in-out;
}
.reveal.active .fade-right {
  animation: fade-right 1s ease-in-out;
}

@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;
  }
}
.reveal.active .fade-top {
  animation: fade-top 0.7s ease-in-out;
}
@keyframes fade-top {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.reveal.active .fade-bottom {
  animation: fade-bottom 0.7s ease-in-out;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.top {
  animation: top 0.5s ease-in;
}
@keyframes top {
  0% {
    transform: translateY(-150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}/*# sourceMappingURL=style2.css.map */