.main-color {
  color: #292C35;
}

@font-face {
  font-family: Montserrat;
  src: url(../../Fonts/Montserrat/Montserrat-Regular.ttf);
}
@font-face {
  font-family: Montserrat-bold;
  src: url(../../Fonts/Montserrat/Montserrat-Bold.ttf);
}
body {
  font-family: Montserrat !important;
  overflow-x: hidden;
  background-size: contain;
  min-height: 100vh;
}
@media (max-width: 768px) {
  body {
    background-position: 56% 61%;
  }
}

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

.section-header {
  font-size: 2.2rem;
  margin-bottom: 20px px;
  font-weight: bolder;
  text-shadow: 1px 1px #F07D00;
}

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

.fa.fa-bars {
  color: #fff;
}

.displayy {
  display: flex !important;
  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;
  }
}

.top-header {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.top-header .btn {
  background-color: #292C35;
  color: #fff;
  padding: 5px 20px;
}
@media (max-width: 480px) {
  .top-header .address p {
    font-size: 16px;
  }
}
@media (max-width: 350px) {
  .top-header .address p {
    font-size: 11px;
  }
}

.main-header {
  color: #fff;
  padding: 20px 0;
}
.main-header .logo img {
  width: 190px;
}
@media (max-width: 768px) {
  .main-header .logo img {
    width: 150px;
  }
}
.main-header .social-media-container {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.main-header .social-media-container svg {
  fill: #fff;
}
.main-header .app-links {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.main-header .app-links img {
  width: 35px;
}

header .container {
  background-color: rgba(33, 35, 43, 0.8862745098);
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  box-shadow: 3px 4px 10px 0px rgba(74, 42, 62, 0.1);
  padding: 10px 0;
  border-radius: 20px;
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  max-width: 216px;
  min-height: 75px;
}
@media (max-width: 350px) {
  header .shop-logo {
    max-width: 130px;
  }
}
@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: 0;
  justify-content: center;
}
@media (min-width: 768px) {
  header section.menu-section nav {
    display: flex;
    align-items: center;
    padding: 6px 0;
  }
}
header section.menu-section nav .navbar-toggler-icon {
  background-image: unset !important;
}
header section.menu-section nav .navbar-toggler {
  color: #fff;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav .nav-item {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 500;
}
header section.menu-section nav .nav-item .active {
  color: aqua;
}
header section.menu-section nav .nav-item a.nav-link {
  color: rgb(255, 255, 255) !important;
  font-weight: bold;
  border-bottom: 1px solid transparent !important;
}
header section.menu-section nav .nav-item a.nav-link:hover {
  border-color: #F07D00 !important;
  color: #F07D00;
}
header section.menu-section nav .nav-item .dropdown-menu {
  background-color: rgb(0, 0, 0);
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.25rem;
}
header section.menu-section nav .nav-item .dropdown-menu .dropdown-item {
  color: #fff;
  z-index: 999;
}
header section.menu-section nav .nav-item .dropdown-menu .dropdown-item:focus,
header section.menu-section nav .nav-item .dropdown-menu .dropdown-item:hover {
  color: #000000;
  text-decoration: none;
  background-color: #292C35;
}
header section.menu-section nav .nav-item .nav-item.active .nav-link {
  color: #292C35;
}
header section.menu-section nav .nav-item .nav-item:last-of-type {
  margin-left: 20px;
}
header section.menu-section nav .nav-item a.login-btn {
  background-color: #292C35;
  border-radius: 1px;
  padding: 15px 35px;
  color: #000;
}
header section.menu-section nav .nav-item a.login-btn:hover {
  background-color: rgb(255, 255, 255);
}
@media (min-width: 768px) {
  header section.menu-section nav .nav-item {
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  header section.menu-section nav .nav-item {
    margin-right: 25px;
  }
}
header section.menu-section nav .nav-item.active .nav-link {
  color: aqua;
}
header section.menu-section nav a.btn {
  background-color: #292C35;
  color: black;
}
header section.menu-section nav .header-links {
  justify-content: center;
}

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

/* section hero */
section.hero-section {
  padding: 25px 0 50px 0;
}
section.hero-section .container {
  border-radius: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}
section.hero-section div.inner-content {
  color: #fff;
}
section.hero-section div.inner-content h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: bolder;
  text-shadow: 1px 1px #292C35;
}
@media (min-width: 768px) {
  section.hero-section div.inner-content h2 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  section.hero-section div.inner-content h2 {
    font-size: 2.5rem;
  }
}
section.hero-section div.inner-content h2 span.ten-off {
  text-decoration: underline;
  text-decoration-color: #292C35;
}
section.hero-section div.inner-content p.hero-main-text {
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #150c01;
  max-width: 90%;
  margin: auto;
}
@media (min-width: 768px) {
  section.hero-section div.inner-content p.hero-main-text {
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  section.hero-section div.inner-content p.hero-main-text {
    font-size: 1rem;
    margin: 0;
  }
}
section.hero-section div.inner-content a {
  background-color: #F07D00;
  color: #ffffff;
  padding-top: 12px;
  padding: 10px 25px;
  margin-top: 20px;
  border-radius: 20px;
}
section.hero-section div.inner-content a:hover {
  color: #292C35;
  border-color: #292C35;
  background-color: #fff !important;
  box-shadow: #F07D00 0px 4px 12px;
}
section.hero-section div.inner-content a .order-now-icon-main {
  width: 30px;
  height: 30px;
  stroke: white;
}
section.hero-section div.inner-content a .order-now-icon-main:hover {
  stroke: #292C35;
}
section.hero-section div.inner-content img.hero-img {
  display: flex;
  justify-content: center;
  margin: auto;
  max-width: 80%;
  border-radius: 20px;
}
@media (min-width: 992px) {
  section.hero-section div.inner-content img.hero-img {
    max-width: 90%;
  }
}

.banners {
  padding: 50px 20px;
  background-color: #f9ddff;
}
.banners .card {
  background-color: transparent;
  border: none;
  border-radius: 20px;
  position: relative;
  margin-bottom: 20px;
  transition: ease-in-out 0.7s;
}
.banners .card:hover .banner-btn {
  opacity: 1;
  transition: ease-in-out 0.7s;
}
.banners .card:hover .banner-btn a {
  text-decoration: none;
}
.banners .card img {
  max-width: 100%;
  border-radius: 20px;
  transition: ease-in-out 0.5s;
}
.banners .card .banner-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  background-image: linear-gradient(to left top, rgba(112, 47, 145, 0.4666666667), rgba(255, 255, 255, 0.4), rgba(112, 47, 145, 0.2941176471));
  transition: ease-in-out 0.7s;
}
.banners .card .banner-btn .order-btn {
  padding: 12px 35px;
  background-color: #292C35;
  border-radius: 20px;
  color: #f9ddff;
}

#slider #carouselExampleIndicators .carousel-inner .carousel-item.hero-one {
  position: relative;
}
#slider #carouselExampleIndicators .carousel-inner .carousel-item.hero-one div.hero-first-slide {
  position: absolute;
  content: "";
  display: flex;
  flex-direction: column;
  top: 50px;
  left: 0%;
  right: 0%;
  z-index: 2;
}
@media (max-width: 480px) {
  #slider #carouselExampleIndicators .carousel-inner .carousel-item.hero-one div.hero-first-slide {
    top: 10px;
  }
}
#slider #carouselExampleIndicators .carousel-inner .carousel-item.hero-one div.hero-first-slide a.order-now-btn {
  margin: 0 auto !important;
  text-decoration: none;
  line-height: 40px;
  font-weight: 900;
  color: #292C35;
  background-color: #fff;
  border: 2px solid #292C35;
  box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
  text-align: center;
  padding: 10px 30px;
  min-height: 40px;
}
#slider #carouselExampleIndicators .carousel-inner .carousel-item.hero-one div.hero-first-slide a.order-now-btn:hover {
  border: 2px solid #fff;
  color: #fff;
  background-color: #292C35;
}
#slider #carouselExampleIndicators .carousel-inner .hero-discount {
  position: relative;
}
#slider #carouselExampleIndicators .carousel-inner .hero-discount img {
  width: inherit;
}
#slider #carouselExampleIndicators .carousel-inner .hero-discount .discount-part {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 30px;
  z-index: 5;
  background-color: rgba(64, 44, 96, 0.56);
  transition: none 0s ease 0s;
  text-align: center;
  width: 80%;
  opacity: 1;
}
@media (max-width: 400px) {
  #slider #carouselExampleIndicators .carousel-inner .hero-discount .discount-part {
    top: 10%;
  }
}
#slider #carouselExampleIndicators .carousel-inner .hero-discount .discount-part .discount-header {
  margin-bottom: 30px;
  font-size: 25px;
}
@media (max-width: 991px) {
  #slider #carouselExampleIndicators .carousel-inner .hero-discount .discount-part .discount-header {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #slider #carouselExampleIndicators .carousel-inner .hero-discount .discount-part .discount-header {
    font-size: 11px;
    margin-bottom: 10px;
  }
}
#slider #carouselExampleIndicators .carousel-inner .hero-discount .discount-part .app-download a img {
  max-width: 110px;
}
@media (max-width: 400px) {
  #slider #carouselExampleIndicators .carousel-inner .hero-discount .discount-part .app-download a img {
    max-width: 70px;
  }
}
#slider #carouselExampleIndicators .carousel-inner .hero-discount .discount-part .app-download a:not(:last-of-type) {
  margin-right: 20px;
}

/* special to try */
section.special {
  background-color: #292C35;
  color: #fff;
  padding-top: 30px;
}
section.special h3 {
  margin-top: 50px;
  margin-bottom: 50px;
  color: #F07D00;
  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 .card {
  background-color: #ffffff;
  overflow: hidden;
}
section.special .card img {
  position: relative;
  width: 100%;
}
section.special .card .info {
  position: absolute;
  content: "";
  top: 0%;
  left: 0%;
  bottom: 0%;
  right: 0%;
  height: 250px;
  transform: translateY(45%) translateY(20px) translateZ(0);
  transition: transform 0.5s ease-out;
  color: #fff;
}
@media (max-width: 550px) {
  section.special .card .info {
    transform: translateY(-35px) translateZ(0);
  }
}
section.special .card .card-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.special .card .card-img-top {
  min-height: 212px;
  max-height: 212px;
}
section.special .card:hover .info {
  transform: translateY(0px) translateZ(0);
  background-color: rgba(240, 124, 0, 0.8078431373);
}
section.special .card .card-body {
  padding: 10px;
  min-height: 100px;
}
section.special .card .card-body .card-title {
  color: #F07D00;
  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 {
  background-color: transparent;
  border-top: none;
  display: flex;
  justify-content: center;
  padding: 20px 0 30px 0;
}
section.special .card .card-footer a {
  background-color: #fff;
  border: 1px solid #292C35;
  color: #7c5f00;
  padding: 12px 35px;
  border-radius: 6px;
  transition: ease-in-out 0.7s;
}
section.special .card .card-footer a:hover {
  transform: scale(1.1);
}
@media (max-width: 550px) {
  section.special .card .card-footer a {
    background-color: rgba(255, 255, 255, 0.7960784314);
  }
}
@media (max-width: 768px) {
  section.special .card .card-body {
    padding-bottom: 0;
  }
  section.special .card .card-footer {
    padding-top: 0;
  }
}

/* special to try */
section.specialOffer {
  background-color: #292C35;
  color: #fff;
  padding-bottom: 100px;
  margin: 50px;
  border-radius: 20px;
}
section.specialOffer h3 {
  margin-top: 50px;
  margin-bottom: 50px;
  color: #F07D00;
  text-transform: capitalize;
  font-weight: 800;
  text-align: center;
  font-size: 36px;
}
@media (max-width: 991px) {
  section.specialOffer h3 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  section.specialOffer h3 {
    font-size: 30px;
  }
}
section.specialOffer .card {
  background-color: #ffffff;
  overflow: hidden;
}
section.specialOffer .card img {
  position: relative;
  width: 100%;
}
section.specialOffer .card .info {
  position: absolute;
  content: "";
  top: 0%;
  left: 0%;
  bottom: 0%;
  right: 0%;
  height: 250px;
  transform: translateY(45%) translateY(20px) translateZ(0);
  transition: transform 0.5s ease-out;
  color: #fff;
}
@media (max-width: 550px) {
  section.specialOffer .card .info {
    transform: translateY(-35px) translateZ(0);
  }
}
section.specialOffer .card .card-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.specialOffer .card .card-img-top {
  min-height: 300px;
  max-height: 302px;
}
section.specialOffer .card:hover .info {
  transform: translateY(0px) translateZ(0);
  background-color: rgba(240, 124, 0, 0.8078431373);
}
section.specialOffer .card .card-body {
  padding: 10px;
  min-height: 100px;
}
section.specialOffer .card .card-body .card-title {
  color: #F07D00;
  text-transform: capitalize;
  font-size: 19px;
  font-weight: bolder;
  text-align: left;
  margin-bottom: 0px;
}
section.specialOffer .card .card-body p {
  text-align: left !important;
}
section.specialOffer .card .card-body p {
  text-align: center;
}
section.specialOffer .card .card-footer {
  background-color: transparent;
  border-top: none;
  display: flex;
  justify-content: center;
  padding: 20px 0 30px 0;
}
section.specialOffer .card .card-footer a {
  background-color: #fff;
  border: 1px solid #292C35;
  color: #7c5f00;
  padding: 12px 35px;
  border-radius: 6px;
  transition: ease-in-out 0.7s;
}
section.specialOffer .card .card-footer a:hover {
  transform: scale(1.1);
}
@media (max-width: 550px) {
  section.specialOffer .card .card-footer a {
    background-color: rgba(255, 255, 255, 0.7960784314);
  }
}
@media (max-width: 768px) {
  section.specialOffer .card .card-body {
    padding-bottom: 0;
  }
  section.specialOffer .card .card-footer {
    padding-top: 0;
  }
}

section.about-us {
  padding: 50px 0;
  background-image: url(../../imgs/about-us/king-kebab-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 991px) {
  section.about-us {
    padding: 110px 0;
  }
}
section.about-us div.section-heading-div h3 {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  color: #F07D00;
}
@media (max-width: 991px) {
  section.about-us div.section-heading-div h3 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  section.about-us div.section-heading-div h3 {
    font-size: 21px;
  }
}
section.about-us div.shop-about-text p {
  margin-bottom: 0;
}
section.about-us .about-inner .about-info ul {
  padding: 0;
  list-style: none;
  text-align: left;
}
@media (max-width: 991px) {
  section.about-us .about-inner .about-info ul {
    text-align: center;
  }
}
@media (max-width: 480px) {
  section.about-us .about-inner .about-info ul {
    padding: 0;
  }
}
section.about-us .about-inner .about-info ul li {
  display: flex;
  align-items: flex-start;
  text-align: left;
}
@media (max-width: 991px) {
  section.about-us .about-inner .about-info ul li {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}
section.about-us a.btn {
  background-color: #292C35;
  color: #fff;
  padding-top: 12px;
  padding: 10px 25px;
  margin-top: 20px;
  border-radius: 20px;
}
section.about-us a.btn:hover {
  color: #292C35;
  border-color: #292C35;
  background-color: #fff !important;
  box-shadow: #F07D00 0px 4px 12px;
}
section.about-us a.btn .order-now-icon-main {
  width: 30px;
  height: 30px;
  stroke: white;
}
section.about-us a.btn .order-now-icon-main:hover {
  stroke: #292C35;
}
section.about-us .map {
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background-color: rgba(255, 255, 255, 0.6431372549);
  border-radius: 20px;
  padding: 40px;
}
section.about-us .map #openinghour {
  width: 80%;
}
section.about-us .map ul {
  padding: 0;
  list-style: none;
}
@media (max-width: 480px) {
  section.about-us .map ul {
    padding: 0;
  }
}
section.about-us .map ul li {
  display: flex;
  align-items: flex-start;
  text-align: left;
}
section.about-us .map iframe {
  height: 450px;
}
@media (max-width: 768px) {
  section.about-us .map iframe {
    height: 300px;
  }
}

/* more about us section */
section.more-about-us-section {
  padding: 70px 0 50px 0;
  color: #000;
}
section.more-about-us-section .card {
  text-align: left;
  padding: 20px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  border: none;
  outline: none;
  min-height: 280px;
  transition: background-color 1s;
}
section.more-about-us-section .card.active {
  color: #fff;
  background-color: #F07D00;
}
section.more-about-us-section .card:hover {
  background-color: #F07D00;
}
section.more-about-us-section .card:hover p {
  color: #fff;
}
section.more-about-us-section .card:hover h4 {
  color: #fff;
}
@media (max-width: 1200px) {
  section.more-about-us-section .card {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  section.more-about-us-section .card {
    min-height: 200px;
  }
}
@media (max-width: 576px) {
  section.more-about-us-section .card {
    min-height: unset;
  }
}
section.more-about-us-section .card img {
  max-width: 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  section.more-about-us-section .card img {
    max-width: 60px;
  }
}
section.more-about-us-section .card h4 {
  font-weight: bolder;
  font-size: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  section.more-about-us-section .card h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1440px) {
  section.more-about-us-section .card p {
    font-size: 12px;
  }
}

.main-box {
  background-image: url("../../imgs/about-us/king-kebab-background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* dwnloap app section */
section.dl-app {
  margin-top: 200px;
  margin-bottom: 50px;
}
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 (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);
  }
}
.fixed-part {
  position: fixed;
  bottom: 25px;
  left: 25px;
  z-index: 99;
  display: flex;
  flex-direction: column;
}
.fixed-part #myBtn {
  display: none;
  font-size: 18px;
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px auto;
  border-radius: 10px;
  width: 50px;
  height: 50px;
}
.fixed-part #myBtn img {
  width: 50px;
  height: 50px;
}
.fixed-part .btn {
  background-color: #F07D00;
  color: #ffffff;
  border: 1px solid #fff;
  padding: 8px 23px;
  border-radius: 20px;
  margin-left: 10px;
  text-transform: capitalize;
  font-size: 20px;
}

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

::-moz-selection {
  background-color: #292C35;
  color: white;
}

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

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

section.copyright {
  padding: 15px 0;
  background-color: #292C35;
  color: #fff;
}
section.copyright .cp-text {
  text-align: center;
  align-items: center;
}
section.copyright p {
  margin-bottom: 0;
}

.web-story {
  padding: 20px 0 0 0;
}
.web-story .stories-container {
  display: flex;
  padding: 0 20px;
  justify-content: center;
  gap: 30px;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .web-story .stories-container {
    overflow-x: scroll;
    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: #fff;
  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: 200px;
  left: 130px;
  justify-content: center;
  color: #fff;
  border: 1px solid #fff;
  line-height: 2;
  padding: 8px 32px;
  border-radius: 20px;
  z-index: 105;
  background-color: #5E2069;
}
.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;
}

footer {
  background-color: #292C35;
  color: #fff;
  padding: 80px 0 50px 0;
}
footer .logo img {
  max-width: 180px;
}
footer ul {
  padding: 0;
  list-style: none;
  text-align: center;
}
footer ul li {
  margin-bottom: 10px;
}
footer ul li a {
  color: rgb(248, 248, 248) !important;
}
footer ul li a:hover {
  text-decoration: none;
}
footer ul.footer-links li a {
  border-bottom: 1px solid transparent;
  padding-bottom: 5px;
}
footer ul.footer-links li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #292C35;
}
footer .dl-app-img {
  max-width: 180px;
}
footer .footer-title {
  font-weight: bolder;
  font-size: 20px;
  color: #F07D00;
}/*# sourceMappingURL=style2.css.map */