@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
@font-face {
  font-family: Quicksand-bold;
  src: url(../../Fonts/Quicksand/Quicksand-Bold.ttf);
}
@font-face {
  font-family: Quicksand-semi-bold;
  src: url(../../Fonts/Quicksand/Quicksand-SemiBold.ttf);
}
@font-face {
  font-family: HelveticaNeueBold;
  src: url(../../Fonts/helvetica-neue/HelveticaNeueBold.otf);
}
.main-headings {
  font-family: Quicksand-bold !important;
  font-weight: bolder !important;
}

.secondary-heading {
  font-family: Quicksand-semi-bold !important;
  font-weight: 600 !important;
}

.light-text {
  font-family: Quicksand-light !important;
  font-weight: lighter;
}

body {
  font-family: HelveticaNeueBold !important;
  overflow-x: hidden;
}

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

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

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

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

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

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

.displayy {
  display: block !important;
}
@media (min-width: 991px) {
  .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;
  }
}

.section-header {
  font-family: HelveticaNeueBold;
  margin-bottom: 40px;
  font-size: 72px;
  font-weight: 700;
  line-height: 88px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media (max-width: 768px) {
  .section-header {
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    text-align: left;
    margin-bottom: 24px;
  }
}
.section-header span {
  color: #D8211B;
}

header {
  position: relative;
  padding: 10px 0;
}
@media (max-width: 1200px) {
  header {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  header {
    padding: 40px 0;
  }
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  position: absolute;
  content: "";
  top: 36%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  max-width: 180px;
  background-color: #e23b32;
  z-index: 99 !important;
  border-radius: 8px;
}
@media (max-width: 1200px) {
  header .shop-logo {
    left: 5%;
    right: auto;
  }
}
@media (max-width: 768px) {
  header .shop-logo {
    top: 2%;
    background-color: #fff;
  }
}
header .shop-logo .logo-container {
  padding: 5px;
  border-radius: 40px;
}
header .shop-logo img {
  border-radius: 28px;
  max-width: 140px;
  position: relative;
}
@media (min-width: 1200px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section span.open-menu {
  align-self: center;
  z-index: 10;
  color: #000 !important;
}
@media (min-width: 1200px) {
  header section.menu-section span.open-menu {
    display: none;
  }
}
header section.menu-section #myNav {
  display: block;
}
@media (min-width: 1200px) {
  header section.menu-section #myNav {
    width: 100%;
  }
}
header section.menu-section #overlay-content {
  display: none;
}
@media (min-width: 1440px) {
  header section.menu-section #overlay-content {
    max-width: 75%;
  }
}
@media (min-width: 1200px) {
  header section.menu-section #overlay-content {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 20px 0 0 0;
    border-bottom: 1px solid #000;
  }
}
header section.menu-section nav {
  padding-top: 10px;
}
@media (min-width: 1200px) {
  header section.menu-section nav {
    display: flex;
  }
}
header section.menu-section div.mobile-overlay {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
  transition: width 0.45s;
}
@media (max-width: 1200px) {
  header section.menu-section div.mobile-overlay {
    z-index: 999;
  }
}
header section.menu-section div.mobile-overlay .overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content > div#navbarNavAltMarkup {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    display: flex;
  }
}
header section.menu-section div.mobile-overlay .overlay-content .closebtn {
  text-decoration: unset;
  position: fixed;
  top: 10px;
  font-size: 20px;
  right: 10%;
  font-size: 26px;
  z-index: 100;
  color: #E23B32;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content .closebtn {
    display: none;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
  color: #000;
  font-weight: 300;
  margin-bottom: 12px;
  padding: 8px;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link:hover {
  color: #52acff;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    margin-left: 30px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.btn {
  background-color: #E23B32;
  color: black;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay {
    position: static;
    display: flex !important;
    flex-direction: row;
    background-color: inherit;
    z-index: 8;
  }
}
header .header-btn {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
header .header-btn a.btn {
  background-color: #E23B32;
  color: #000;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
}
header .header-btn a.btn:hover {
  color: #E23B32;
  border-color: #E23B32;
  background-color: #fff !important;
  box-shadow: #52acff 0px 4px 12px;
}
@media (min-width: 1200px) {
  header .header-btn a.btn {
    margin-top: 10px;
  }
}
header .header-btn a.btn .order-now-icon-main {
  width: 30px;
  height: 30px;
  stroke: white;
}
header .header-btn a.btn .order-now-icon-main:hover {
  stroke: #E23B32;
}

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

.order-btn {
  background-color: #52acff;
  padding: 6px 24px !important;
  border-radius: 72px;
  border: 1.2px solid #000;
  color: #fff !important;
}
@media (max-width: 1200px) {
  .order-btn {
    max-width: -moz-max-content;
    max-width: max-content;
    margin: auto;
  }
}
.order-btn:hover {
  color: #fff !important;
}

/* section hero */
section.hero-section {
  padding: 65px 0;
}
@media (max-width: 768px) {
  section.hero-section {
    padding: 40px 0;
  }
}
section.hero-section img {
  width: 100%;
}

/* more about us section */
section.more-about-us-section {
  padding: 80px 0;
}
@media (max-width: 768px) {
  section.more-about-us-section {
    padding: 20px 0;
  }
}
section.more-about-us-section .card {
  display: flex;
  flex-direction: column;
  align-self: center;
  border: none;
}
@media (max-width: 480px) {
  section.more-about-us-section .card {
    flex-direction: column;
    text-align: center;
    border-radius: 30px;
  }
}
section.more-about-us-section .card img {
  width: 153px;
  height: 153px;
  margin: 0 auto 24px auto;
}
@media (max-width: 768px) {
  section.more-about-us-section .card img {
    margin-bottom: 0;
  }
}
section.more-about-us-section h4 {
  font-family: HelveticaNeueBold;
  font-size: 42px;
  font-weight: 400;
  line-height: 42px;
  text-align: center;
  color: #E23B32;
  margin-bottom: 24px;
}
section.more-about-us-section p {
  font-family: Quicksand;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  color: #1A1A1A;
}
section.more-about-us-section .more-img {
  border-radius: 20px;
  max-width: 100%;
}

/* special to try */
section.special {
  background-image: url("../../imgs/hero/footer-bg.png");
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
  text-align: center;
  padding: 50px;
}
@media (max-width: 1200px) {
  section.special {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  section.special {
    padding: 50px 0 0 0;
  }
}
section.special h3 {
  color: #fff;
}
@media (max-width: 1200px) {
  section.special h3 {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  section.special h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
  }
}
section.special .swiper-slide {
  display: flex;
  justify-content: center;
}
section.special .card {
  box-shadow: rgba(20, 20, 20, 0.1019607843) 0px 4px 12px;
  background-color: transparent;
  padding: 10px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: ease-in-out 0.7s;
  max-width: 272px;
  border: none;
}
section.special .card:hover {
  transform: scale(1.05);
}
section.special .card .card-img img {
  border-radius: 10px;
  margin-bottom: 24px;
}
section.special .card .card-title {
  font-family: Quicksand;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin-bottom: 24px;
}
section.special .card a {
  color: #fff;
  text-transform: capitalize;
  border: 1px solid #fff;
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  padding: 6px 24px;
  border-radius: 70px;
}
section.special .card a:hover {
  background-color: #52acff;
  border-color: #52acff;
}

.specialoffer {
  position: relative;
  background-image: url(../../imgs/hero/SamsunsTakeawayEdinburghoffer.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 650px;
}
@media (max-width: 1300px) {
  .specialoffer {
    min-height: 470px;
  }
}
@media (max-width: 991px) {
  .specialoffer {
    min-height: 360px;
  }
}
@media (max-width: 768px) {
  .specialoffer {
    min-height: 260px;
  }
}
@media (max-width: 500px) {
  .specialoffer {
    min-height: 220px;
  }
}
@media (max-width: 435px) {
  .specialoffer {
    min-height: 190px;
  }
}
@media (max-width: 360px) {
  .specialoffer {
    min-height: 143px;
  }
}
.specialoffer a {
  position: absolute;
  bottom: 20%;
  left: 12%;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  color: #fff;
  background-color: #E23B32;
  padding: 12px 35px;
  text-align: center;
  border: none;
  outline: none;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .specialoffer a {
    bottom: 14%;
  }
}
@media (max-width: 768px) {
  .specialoffer a {
    bottom: 10%;
    left: 8%;
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .specialoffer a {
    bottom: 8%;
    left: 6%;
    padding: 8px 20px;
  }
}
@media (max-width: 450px) {
  .specialoffer a {
    bottom: 5%;
    left: 5%;
    padding: 3px 15px;
  }
}

.gallery {
  padding: 96px 0;
  background: #EEF2F6;
}
@media (max-width: 768px) {
  .gallery {
    padding: 20px 0;
  }
}
.gallery .swiper-slide {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.gallery img {
  max-width: 100%;
  border-radius: 32px;
}
@media (max-width: 991px) {
  .gallery .section-header {
    margin-bottom: 50px;
  }
}

section.about-us {
  padding: 104px 0;
}
@media (max-width: 1200px) {
  section.about-us {
    padding: 0 0 77px 0;
  }
}
@media (max-width: 768px) {
  section.about-us {
    padding: 0 0 30px 0;
  }
}
section.about-us .section-header {
  font-size: 72px;
}
@media (max-width: 1200px) {
  section.about-us .section-header {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  section.about-us .section-header {
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    text-align: left;
  }
}
section.about-us div.about-us-content div.shop-about-text p {
  font-family: Quicksand;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  color: #1A1A1A;
}
@media (max-width: 1200px) {
  section.about-us div.about-us-content div.shop-about-text p {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  section.about-us div.about-us-content div.shop-about-text p {
    text-align: center;
  }
}
section.about-us .about-us-img {
  display: flex;
  flex-direction: column;
}
section.about-us .about-us-img img {
  max-width: 260px;
  margin: 5px;
}
@media (max-width: 1200px) {
  section.about-us .about-us-img img {
    max-width: 190px;
  }
}
@media (max-width: 480px) {
  section.about-us .about-us-img img {
    max-width: 100%;
  }
}
section.about-us a {
  background-color: #E23B32;
  color: #fff;
  border-radius: 35px !important;
  padding: 12px 45px;
  margin-top: 20px;
}
section.about-us a:hover {
  background-color: #52acff;
  color: #fff;
}
@media (min-width: 992px) {
  section.about-us a {
    margin-top: 12px;
  }
}

section.peyment-method {
  margin-bottom: 150px;
}
section.peyment-method div.row {
  background-color: #ED0403;
  border-radius: 34px;
}
section.peyment-method div.row div.main-heading h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 45px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  section.peyment-method div.row div.main-heading h3 {
    margin-bottom: 90px;
    margin-top: 60px;
  }
}
section.peyment-method div.row div.col-10 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  section.peyment-method div.row div.col-10 {
    margin-bottom: 100px;
  }
}
section.peyment-method div.row img {
  width: 70px;
  display: block;
  margin: auto;
}

/* dwnloap app section */
section.dl-app {
  margin: 185px 0;
}
@media (max-width: 768px) {
  section.dl-app {
    margin: 80px 0;
  }
}
section.dl-app .container {
  background-color: #E3E3E3;
  border-radius: 32px;
  padding: 20px 0;
}
section.dl-app .mobile-mockup {
  margin-top: -185px;
  max-width: 95%;
}
@media (max-width: 1200px) {
  section.dl-app .mobile-mockup {
    margin-top: -100px;
  }
}
@media (max-width: 991px) {
  section.dl-app .mobile-mockup {
    margin-top: -70px;
  }
}
@media (max-width: 768px) {
  section.dl-app .mobile-mockup {
    margin-top: -120px;
  }
}
@media (max-width: 768px) {
  section.dl-app div.inner-content {
    padding: 0 40px;
  }
}
section.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
section.dl-app div.inner-content img.dl-app-link {
  margin-bottom: 10px;
  width: 150px;
  transition: transform 0.5s ease;
  margin-right: 20px;
}
section.dl-app div.inner-content img.dl-app-link:hover {
  transform: scale(1.2);
}

section.OpeningHours {
  padding: 180px 0;
}
@media (max-width: 768px) {
  section.OpeningHours {
    padding: 30px 0;
  }
}
section.OpeningHours .opening-card {
  border: 1.5px solid #000;
  padding: 8px;
  max-width: 80%;
  border-radius: 25px;
  margin: auto;
}
@media (max-width: 1200px) {
  section.OpeningHours .opening-card {
    max-width: 100%;
  }
}
section.OpeningHours #openinghour {
  border: 3px dashed #2587E2;
  padding: 40px 40px 20px 40px;
  border-radius: 25px;
}
@media (max-width: 768px) {
  section.OpeningHours #openinghour {
    padding: 20px 20px 10px 20px;
  }
}
section.OpeningHours #openinghour .d-flex {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  section.OpeningHours #openinghour .d-flex {
    margin-bottom: 14px;
  }
}
section.OpeningHours #openinghour p {
  font-family: Quicksand;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #000;
}
@media (max-width: 768px) {
  section.OpeningHours #openinghour p {
    font-size: 18px;
  }
}

/* footer */
.index-footer {
  background-color: #000;
  background-image: url("../../imgs/hero/footer-bg.png");
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
}

footer {
  color: #ffffff;
  padding: 24px 0;
}
@media (max-width: 768px) {
  footer {
    padding: 70px 0 0 0;
  }
}
footer ul li {
  margin-bottom: 12px;
}
footer img.shop-logo {
  max-width: 120px;
  margin-bottom: 40px;
}
footer p,
footer span,
footer a {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  padding-bottom: 14px;
}
@media (max-width: 991px) {
  footer p,
  footer span,
  footer a {
    font-size: 16px;
  }
}
footer .footer-header {
  font-family: Quicksand;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}
footer .shop-info {
  display: flex;
  flex-direction: column;
  padding: 0;
  list-style: none;
}
footer #openinghour {
  width: 85%;
  margin: auto;
}
footer .co-info {
  padding-top: 50px;
}
footer .dl-app-link {
  max-width: 180px;
  margin: 12px;
  transition: ease-in-out 0.7s;
}
footer .dl-app-link:hover {
  transform: scale(1.1);
}
@media (max-width: 1200px) {
  footer .dl-app-link {
    max-width: 130px;
  }
}
footer a:hover {
  color: #E23B32;
  text-decoration: none;
}

.Contact-Us {
  background-image: url("../../imgs/hero/footer-bg.png");
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
  color: #fff;
  padding: 150px 0;
}
@media (max-width: 991px) {
  .Contact-Us {
    padding: 90px 0;
  }
}
@media (max-width: 768px) {
  .Contact-Us {
    padding: 20px 0;
  }
}
.Contact-Us iframe {
  border-radius: 110px;
  margin-top: 10px;
  border: 8px solid #000;
}
.Contact-Us img {
  width: 40px;
  height: 40px;
  margin-right: 12px;
}
.Contact-Us ul {
  list-style: none;
  padding: 0;
}
.Contact-Us ul li p.shop-name {
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .Contact-Us ul li p.shop-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
  }
}
.Contact-Us ul li .social-media-links {
  margin-top: 41px;
}
.Contact-Us ul li .social-media-links img {
  width: 80px;
  height: 80px;
}
.Contact-Us .contact-title {
  color: #ddd;
}

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

section.copyright {
  color: #ffffff;
  padding: 24px 0;
  border-top: 0.5px solid #FFFFFF;
}

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

section.reviews {
  background-color: #fff;
  padding: 100px;
}
@media (max-width: 768px) {
  section.reviews {
    padding: 30px 0;
  }
}
section.reviews .swiper-slide {
  margin-top: auto !important;
  margin-bottom: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.reviews .swiper-slide.swiper-one .comment-section {
  border: 3px dashed rgba(255, 0, 0, 0.6274509804);
}
section.reviews .swiper-slide.swiper-two .comment-section {
  border: 3px dashed rgba(0, 255, 255, 0.6274509804);
}
section.reviews .swiper-slide.swiper-three .comment-section {
  border: 3px dashed rgba(255, 0, 212, 0.6470588235);
}
section.reviews .swiper-slide.swiper-four .comment-section {
  border: 3px dashed rgba(55, 255, 0, 0.6470588235);
}
section.reviews .comment {
  border: 1px solid #000;
  border-radius: 32px;
  padding: 12px;
}
section.reviews .comment-section {
  border: 3px dashed #ff0000;
  border-radius: 32px;
  padding: 20px;
  text-align: center;
}
section.reviews .comment-section .comment-text {
  font-family: Quicksand;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
  text-align: left;
}
section.reviews .comment-section .comment-writter-name {
  margin-bottom: 9px;
  color: #000;
  align-items: center;
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
}
section.reviews .comment-section .comment-writter-name .review-avatar {
  width: 64px;
  height: 64px;
  margin-right: 20px;
}

.web-story {
  padding: 20px 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: 768px) {
  .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: #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: 0;
  top: 0;
  left: 0;
  right: 0;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  height: 48px;
  text-align: center;
  justify-content: center;
  color: #E23B32 !important;
  line-height: 2;
  padding: 8px 32px;
  border-radius: 20px;
  z-index: 105;
  background-color: #fff;
}
.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 {
  max-height: 100%;
  width: 400px;
  border-radius: 10px;
  position: absolute;
  z-index: 100;
  display: flex;
}
.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 */