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

a.btn {
  font-family: ITCHandelGothic;
}

.index-main {
  background-image: #fff;
}

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

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

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

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

::-webkit-scrollbar-thumb {
  background: #ffae00;
  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: #ffae00;
}
.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: #ffae00;
  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: 170px;
}
@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: 3px 10px;
  justify-content: center;
  align-content: center;
  display: flex;
  padding: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 0.3px solid #fff;
  min-width: 130px;
  background-color: #fff;
}
@media (max-width: 1200px) {
  header section.menu-section nav li {
    margin-left: 6px;
  }
}
header section.menu-section nav li a.nav-link {
  color: #003687 !important;
  font-family: ITCHandelGothic;
  font-size: 18px;
}
@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: #ffae00;
}
header section.menu-section nav .dropdown-menu .dropdown-item {
  color: #fff;
}
header section.menu-section nav .dropdown-menu .dropdown-item:hover {
  background-color: #fff;
  color: #ffae00;
}
header section.menu-section nav .navbar-toggler-icon {
  background-image: unset !important;
  color: #ffae00;
}
header section.menu-section nav .navbar-toggler {
  color: #fff;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav a.btn {
  background-color: #ffae00;
  color: #fff;
}
header section.menu-section nav .header-links {
  justify-content: flex-end;
}
header section.menu-section .login-btn {
  color: #fff !important;
  background-color: #ffae00;
  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: 30px 24px;
  color: #003687;
}
@media (max-width: 1200px) {
  section.hero-section {
    padding: 40px 16px;
  }
}
section.hero-section div.inner-content h2 {
  text-transform: capitalize;
  margin-bottom: 20px;
  font-family: ITCHandelGothic;
  font-size: 3rem;
  color: rgb(210, 0, 0);
  text-transform: uppercase;
  letter-spacing: 3px;
  -webkit-text-stroke: 6px #d6d6d6;
  paint-order: stroke fill;
}
@media (max-width: 1200px) {
  section.hero-section div.inner-content h2 {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  section.hero-section div.inner-content h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  section.hero-section div.inner-content h2 {
    font-size: 2rem;
  }
}
section.hero-section div.inner-content p {
  text-shadow: 0 0 2px #fff;
  font-size: 16px;
  max-width: 80%;
}
@media (max-width: 1200px) {
  section.hero-section div.inner-content p {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  section.hero-section div.inner-content p {
    font-size: 17px;
  }
}
section.hero-section div.inner-content h4 {
  font-weight: bolder;
  font-size: 1.7rem;
}
@media (max-width: 480px) {
  section.hero-section div.inner-content h4 {
    font-size: 1.5rem;
  }
}
section.hero-section div.inner-content a.btn {
  color: #fff;
  background-color: #003687;
  border: 2px solid #003687;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px 35px;
  margin: 10px 5px;
  font-weight: bolder;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (min-width: 992px) {
  section.hero-section div.inner-content a.btn {
    margin: 20px 5px;
  }
}
section.hero-section div.inner-content a.btn:hover {
  color: #003687;
  background-color: #fff;
}
section.hero-section .swiper-slide a {
  display: flex;
  justify-content: center;
  margin: auto;
}
section.hero-section .swiper-slide a 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/bgggggg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 90vh;
}

/* special to try */
section.special {
  text-align: center;
  padding: 40px;
  color: #003687;
}
@media (max-width: 991px) {
  section.special {
    padding: 40px 0;
  }
}
section.special h3 {
  text-transform: capitalize;
  margin-bottom: 40px;
  font-family: ITCHandelGothic;
  font-size: 3.5rem;
  color: #003687;
  paint-order: stroke fill;
}
@media (max-width: 480px) {
  section.special h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 380px) {
  section.special h3 {
    font-size: 2.1rem;
  }
}
section.special .nav-tabs {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  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: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  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: #ffae00;
  border: none;
  color: #fff;
}
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 .card {
  transition: 0.6s ease all;
  margin: auto;
  box-shadow: rgba(14, 72, 181, 0.0941176471) 0px 4px 12px;
  color: #003687;
  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-color: rgba(255, 255, 255, 0.964);
  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: #ffae00;
  animation-name: pulse;
}
section.special .card:hover .card-body {
  margin: 10px;
}
section.special .card p {
  font-weight: bolder;
}
section.special .card .card-title {
  font-weight: bolder;
  font-size: 2.2rem;
  font-family: ITCHandelGothic;
}
@media (max-width: 480px) {
  section.special .card .card-title {
    font-size: 1.7rem;
  }
}
section.special a.btn {
  color: #003687;
  background-color: #ffae00;
  border-color: #ffae00;
  margin-top: 20px;
  animation-duration: 1s;
  animation-iteration-count: 1;
  text-transform: capitalize;
  padding: 15px 32px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
section.special a.btn:hover {
  color: #fff;
  border-color: #ffae00;
  background-color: #ffae00;
}
section.special .special-bottom {
  background-color: #ffc551;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border: 2px solid #ffc551;
}
@media (max-width: 991px) {
  section.special .special-bottom {
    flex-direction: column;
  }
}
section.special p {
  margin: 0;
  font-size: 20px;
  font-weight: bolder;
}
@media (max-width: 991px) {
  section.special p {
    margin-bottom: 16px;
  }
}
section.special a.special-btn {
  background-color: #003687;
  color: #fff;
  border: #003687;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  margin: auto 0;
}
section.special a.special-btn:hover {
  background-color: #fff;
  color: #003687;
}

div.order-container .d-flex {
  justify-content: space-evenly;
}

section.about-us {
  padding: 40px 0 60px 0;
  color: #003687;
}
@media (max-width: 1200px) {
  section.about-us {
    padding: 0 0 0;
  }
}
section.about-us h3 {
  font-family: ITCHandelGothic;
  font-size: 3rem;
  font-style: normal;
  font-weight: bolder;
}
@media (max-width: 991px) {
  section.about-us h3 {
    font-size: 2rem;
  }
}
section.about-us video {
  max-width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  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 .shop-about-text p {
  font-size: 17px;
  font-weight: bolder;
  color: #000;
}
section.about-us div.about-us-content div.read-more-btn a.main-btn {
  background-color: #ffae00;
  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: #ffae00;
  border-color: #ffae00;
  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 {
  background-color: #ffae00;
  color: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 200px;
  height: 56px;
  margin: 24px 10px 10px 10px;
  font-weight: bolder;
}
section.about-us a.btn:hover {
  color: #ffae00;
  border-color: #ffae00;
  background-color: #fff;
  box-shadow: #003687 0px 7px 29px 0px;
}
section.about-us .more-title {
  font-size: 1.5rem !important;
}
section.about-us .card {
  background-color: #fff;
  border: 4px solid #ffae00;
  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 .card-img {
  display: flex;
  justify-content: center;
}
section.about-us .card .card-img img {
  max-width: 100%;
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 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 {
  margin: auto;
  background-color: #fff;
  border-top: 8px solid #ffae00;
  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 #ffae00;
  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: 17px;
  padding: 8px;
  color: #000;
}
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: #ffae00;
  border-color: #ffae00;
  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: #ffae00;
  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.reviews {
  color: #003687;
  padding: 80px 0;
  position: relative;
}
section.reviews .review-back {
  max-width: 600px;
  content: "";
  position: absolute;
  bottom: -63%;
  right: 1%;
  z-index: -1;
}
@media (max-width: 1200px) {
  section.reviews .review-back {
    max-width: 470px;
    bottom: -53%;
  }
}
@media (max-width: 768px) {
  section.reviews .review-back {
    max-width: 400px;
    bottom: -33%;
  }
}
@media (max-width: 480px) {
  section.reviews .review-back {
    max-width: 200px;
    bottom: -13%;
  }
}
section.reviews .review-top {
  max-width: 300px;
  content: "";
  position: absolute;
  top: 3%;
  left: 1%;
  z-index: -1;
}
@media (max-width: 576px) {
  section.reviews .review-top {
    max-width: 170px;
    left: 0%;
  }
}
section.reviews h3 {
  margin-bottom: 40px;
  text-shadow: 0 0 4px #fff;
  text-transform: capitalize;
  margin-bottom: 40px;
  font-family: ITCHandelGothic;
  font-size: 3.5rem;
  font-weight: bolder;
}
@media (max-width: 768px) {
  section.reviews h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  section.reviews h3 {
    font-size: 2rem;
  }
}
section.reviews .carousel-inner {
  padding: 16px 0;
}
section.reviews .comment-section {
  border: 4px solid #003687;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  margin-top: 24px;
  padding: 24px;
  margin: 16px;
  position: relative;
  background-color: #fff;
}
section.reviews .comment-section .quote {
  position: absolute;
  top: -24px;
  right: 24px;
  width: 60px;
  height: 60px;
  z-index: 3;
  background-color: #003687;
  padding: 8px;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  display: flex;
  justify-content: center;
  margin: auto;
}
section.reviews .comment-section .quote img {
  max-width: 60px;
}
section.reviews .comment-section .comment-text {
  text-align: center;
  font-size: 17px;
  line-height: 31px;
  margin: 0 auto;
}
section.reviews .comment-section .comment-writter-name {
  margin-top: 35px;
  font-weight: bolder;
  margin-bottom: 9px;
  font-size: 20px;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 20px;
}

section.peyment-method {
  display: flex;
  justify-content: center;
  align-items: center;
}
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/abstract-business-banner-background-with-blue-yellow-white-modern-curve.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0 0 0;
}
section.dl-app div.inner-content img.dl-app-link {
  margin: 10px;
  width: 270px;
  transition: transform 0.5s ease;
}
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: 240px;
  }
}
section.dl-app div.inner-content h3 {
  font-family: ITCHandelGothic;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: bolder;
  margin: 20px 0;
  text-shadow: 0 0 4px #fff;
  color: #003687;
}
@media (max-width: 1200px) {
  section.dl-app div.inner-content h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  section.dl-app div.inner-content h3 {
    font-size: 1.5rem;
  }
}

section.find-us h4 {
  color: #252729;
  font-weight: bolder;
}

/* footer */
footer {
  padding: 40px;
}
@media (max-width: 768px) {
  footer {
    padding: 40px 0;
  }
}
footer .footer-logo {
  margin: auto;
  max-width: 250px;
  display: flex;
  justify-content: center;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
footer .shop-logo {
  width: 160px;
  margin: 0 auto 10px auto;
  display: flex;
  justify-content: center;
}
footer .card {
  border-radius: 0 16px 16px 16px;
  -webkit-border-radius: 0 16px 16px 16px;
  -moz-border-radius: 0 16px 16px 16px;
  -ms-border-radius: 0 16px 16px 16px;
  -o-border-radius: 0 16px 16px 16px;
  margin-top: 80px;
  background-color: #003687;
  min-height: 400px;
}
footer ul {
  list-style: none;
  padding: 40px 16px 16px 16px;
  margin-bottom: 0;
  background-color: #003687;
  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 h6 {
  background-color: #003687;
  margin-top: -100px;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: -16px;
  font-size: 1.5rem;
  color: #fff;
  padding: 16px;
  border-radius: 16px 16px 0 0;
  -webkit-border-radius: 16px 16px 0 0;
  -moz-border-radius: 16px 16px 0 0;
  -ms-border-radius: 16px 16px 0 0;
  -o-border-radius: 16px 16px 0 0;
  font-family: ITCHandelGothic;
  text-transform: capitalize;
  margin-bottom: 24px;
  border: 1px solid #003687;
}
footer ul li span {
  font-size: 16px;
  text-align: left;
  color: #fff;
}
footer ul li a {
  color: #8b8ba5;
}
footer ul li a:hover {
  text-decoration-line: underline;
  color: #272042;
}
footer .fa {
  color: #fff;
  font-size: 1rem;
}
footer svg {
  fill: #fff;
}
footer .footer-title {
  margin-bottom: 30px;
}
footer .footer-title span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #272042;
}
footer p {
  color: #fff;
}

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

.copyright {
  margin: 24px;
}
.copyright a.weetech-link {
  color: #ffae00;
}
.copyright .cp-text {
  display: flex;
  justify-content: center;
  color: #fff;
  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: #ffae00;
  color: white;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 12px;
  transition: all 0.5s ease;
  border: 1px solid #ffae00;
}
#myBtn:hover {
  color: #ffae00;
  border: 1px dashed #ffae00;
  background-color: black;
  box-shadow: #003687 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: #003687;
  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: #ffae00;
}
.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;
}/*# sourceMappingURL=style2.css.map */