.main-color {
  color: #ff5500;
}

@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: Poppins;
  src: url(../../Fonts/Poppins/Poppins-Regular.ttf);
}
@font-face {
  font-family: Poppins-bold;
  src: url(../../Fonts/Poppins/Poppins-Bold.ttf);
}
body {
  font-family: Poppins !important;
  background-image: linear-gradient(to bottom, #f1f1f1, #fff4ec, #f1f1f1);
  background-attachment: fixed;
}

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

html {
  scroll-behavior: smooth;
}

.dlApp {
  margin: 0 auto;
}

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

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

header {
  background-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0.7490196078), transparent);
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  max-width: 242px;
  max-height: 100px;
}
@media (min-width: 1200px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section .innermenu {
  width: 90%;
  height: 130px;
  margin: 0 auto;
}
header section.menu-section .innermenu .leftpart {
  padding: 60px;
  padding-top: 160px;
}
header section.menu-section .innermenu .leftpart h2 {
  font-weight: bolder;
  font-size: 2.5rem;
  color: #f1f1f1;
}
header section.menu-section .innermenu .leftpart p {
  margin-top: 8%;
  margin-bottom: 12%;
  color: #f1f1f1;
}
header section.menu-section .innermenu .leftpart a {
  border: 1px solid;
  padding: 15px;
  margin-top: 40%;
  font-weight: bolder;
  color: #f1f1f1;
  font-family: Poppins-bold;
  text-decoration: none;
}
header section.menu-section .innermenu .imgbanner {
  z-index: 99;
}
header section.menu-section span.open-menu {
  align-self: center;
  z-index: 10;
  color: #ff5500;
}
@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: 1200px) {
  header section.menu-section #overlay-content {
    display: flex;
  }
}
header section.menu-section nav {
  padding-top: 20px;
}
@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: 999;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.93);
  overflow-x: hidden;
  transition: width 0.45s;
}
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: #ff5500;
}
@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: #fff;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link:hover {
  border-bottom: 1px solid #ff5500;
  color: #ff5500 !important;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link .active {
  border-bottom: 1px solid #ff5500;
  color: #ff5500 !important;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    font-size: 15px;
    margin-right: 25px;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.btn {
  background-color: #ff5500;
  color: black;
}
header section.menu-section div.mobile-overlay .overlay-content a.login-btn {
  background-color: #ff5500;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 8px 15px 8px 15px;
  color: #fff;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.login-btn {
    padding: 14px 25px 13px 19px;
  }
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay {
    position: static;
    display: flex !important;
    flex-direction: row;
    background-color: inherit;
    z-index: 9;
  }
}

.index-hero {
  background-image: url("../../imgs/hero/Pedros-Maryport-fish-and-chips.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-height: 100vh;
}

.hero-section {
  padding: 180px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .hero-section {
    min-height: 550px;
  }
}
@media (max-width: 576px) {
  .hero-section {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .hero-section .col-lg-6 {
    text-align: center;
  }
}
.hero-section h2 {
  font-size: 4.3rem;
  padding: 20px 0;
  font-family: Poppins-bold;
  color: #ff5500;
  background-image: linear-gradient(to left, #ff5500, #ffbc85, #ff5500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0;
  -webkit-text-stroke: 3px #fff;
  paint-order: stroke fill;
}
@media (max-width: 1200px) {
  .hero-section h2 {
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .hero-section h2 {
    -webkit-text-stroke: 1px #fff;
    font-size: 2.5rem;
    background-image: linear-gradient(to left, #ff5500, #ff8522, #ff5500);
  }
}
.hero-section button {
  background-color: #ff5500;
  color: #ffffff;
  padding: 15px;
  max-width: 150px;
  font-family: Poppins-bold;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin: auto;
  justify-content: center;
}
.hero-section button a {
  color: #f1f1f1;
  text-decoration: none;
  max-width: 150px;
}
.hero-section button:hover {
  background-color: #fff;
}
.hero-section button:hover a {
  color: #ff5500;
}
.hero-section p {
  margin-bottom: 30px;
  margin-top: 10px;
  color: #fff9ea;
  font-size: 1.2rem;
  text-shadow: 1px 1px #000;
}

/* more about us section */
section.more-about-us-section {
  background-color: #ff5500;
  margin-top: 160px;
  padding-bottom: 200px;
}
section.more-about-us-section h3.main-section-heading {
  margin-bottom: 50px;
  margin-top: 40px;
}
section.more-about-us-section .circle-img {
  margin-bottom: 33px;
}
section.more-about-us-section h4 {
  margin-bottom: 15px;
}
section.more-about-us-section p {
  max-width: 300px;
  color: rgb(69, 68, 67);
  font-size: 14px;
  padding-bottom: 40px;
}

.special {
  padding-top: 100px;
  padding-bottom: 100px;
}
.special h2 {
  font-family: Poppins-bold;
  margin-bottom: 40px;
  font-size: 4rem;
}
@media (max-width: 768px) {
  .special h2 {
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  .special h2 {
    font-size: 2rem;
  }
}
.special h2 span {
  color: #ff5500;
  font-weight: bolder;
  font-family: Poppins-bold;
}
.special .card {
  background-color: transparent;
  border: none;
  outline: none;
}
@media (max-width: 768px) {
  .special .foodpart {
    margin-top: 5%;
  }
}
.special .foodpart .foodinfo .foodbox img {
  width: 100%;
  margin: 0 auto;
  border-radius: 20px 20px 0px 0px;
}
.special .foodpart .foodinfo .foodtitle {
  margin-top: -60px;
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 16px;
  background-color: #ff5500;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0px 0px 10px 10px;
}
@media (max-width: 768px) {
  .special .foodpart .foodinfo .foodtitle {
    flex-direction: column;
  }
}
.special .foodpart .foodinfo .foodtitle h6 {
  padding: auto;
  color: #fff9e9;
  font-weight: bolder;
  font-size: 1.1rem;
}
@media (max-width: 991px) {
  .special .foodpart .foodinfo .foodtitle h6 {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .special .foodpart .foodinfo .foodtitle h6 {
    font-size: 1.2rem;
  }
}
.special .foodpart .foodinfo .foodtitle a {
  padding: 12px 16px;
  color: #ff5500;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 0.9rem;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bolder;
}
@media (max-width: 991px) {
  .special .foodpart .foodinfo .foodtitle a {
    font-size: 0.7rem;
  }
}
@media (max-width: 768px) {
  .special .foodpart .foodinfo .foodtitle a {
    font-size: 0.9rem;
  }
}

.aboutus {
  color: #fff;
}
@media (max-width: 991px) {
  .aboutus {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .aboutus {
    padding: 16px;
  }
}
.aboutus .container {
  padding: 80px 16px 40px 16px;
  background-image: url(../../imgs/hero/Pedros-Maryport-burgers.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.aboutus h2 {
  font-family: Poppins-bold;
  text-align: center;
  color: #f1f1f1;
  font-size: 4rem;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .aboutus h2 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .aboutus h2 {
    font-size: 2rem;
  }
}
.aboutus p {
  text-align: center;
  line-height: 30px;
}
.aboutus a.btn {
  background-color: #ff5500;
  color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 15px 40px;
  margin: auto;
  display: flex;
  justify-content: center;
  max-width: -moz-max-content;
  max-width: max-content;
}
.aboutus .swiper-gallery {
  margin: 40px 40px 0 40px;
}
.aboutus .swiper-gallery a img {
  max-width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

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

/* dwnloap app section */
section.dl-app {
  padding: 80px 0;
  position: relative;
}
section.dl-app::after {
  position: absolute;
  content: "";
  top: -40px;
  left: 0;
  background-image: url(../../imgs/hero/Pedros-Maryport-crispy-mozzarella-sticks.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 200px;
  height: 200px;
  z-index: 4;
}
@media (max-width: 991px) {
  section.dl-app::after {
    width: 100px;
    height: 100px;
    top: 0;
  }
}
section.dl-app h3 {
  font-weight: bolder;
  font-size: 45px;
  margin: 20px 0;
  color: #ff5500;
}
@media (max-width: 991px) {
  section.dl-app h3 {
    font-size: 30px;
  }
}
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: 200px;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2021-12-20 14:30:57
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
section.reviews {
  padding: 80px 0;
}
@media (max-width: 991px) {
  section.reviews {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  section.reviews {
    padding: 40px 16px;
  }
}
section.reviews .container {
  background-image: url(../../imgs/hero/Pedros-Maryport-delicious-fresh-pizza.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 34px;
  min-height: 400px;
}
section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 25px;
  color: #fff;
}
@media (min-width: 991px) {
  section.reviews h3 {
    font-size: 40px;
  }
}
section.reviews .comment-section {
  padding: 20px;
  text-align: center;
}
section.reviews .comment-section .comment-text {
  max-width: 800px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 31px;
  margin: 0 auto;
}
section.reviews .comment-section .comment-writter-name {
  margin-top: 35px;
  color: #ff5500;
  margin-bottom: 9px;
  color: #fff;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}
section.reviews img {
  width: 25px !important;
  height: 25px;
  margin-right: 2px;
}
section.reviews .star-o {
  margin-left: 2px;
}

/* footer */
.find-us {
  display: flex;
}
.find-us iframe {
  margin: 0;
}

#gallery {
  margin-top: 3%;
  position: relative;
}
#gallery::after {
  position: absolute;
  content: "";
  bottom: 40px;
  right: 30px;
  background-image: url(../../imgs/hero/Pedros-Maryport-french-fries.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 400px;
  height: 260px;
  z-index: -1;
  opacity: 0.5;
}
@media (max-width: 768px) {
  #gallery::after {
    width: 300px;
    bottom: 10px;
    right: 10px;
  }
}
@media (max-width: 768px) {
  #gallery {
    text-align: center;
  }
}
#gallery .keeptouch h3 {
  margin-top: 100px;
  font-family: Poppins-bold;
  font-size: 4rem;
}
@media (max-width: 1200px) {
  #gallery .keeptouch h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  #gallery .keeptouch h3 {
    font-size: 2.1rem;
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  #gallery .keeptouch h3 {
    text-align: center;
    font-size: 2rem;
  }
}
#gallery .keeptouch h3 span {
  color: #ff5500;
}
#gallery .keeptouch .addressbar {
  margin-top: 20px;
}
#gallery .keeptouch .addressbar .info {
  margin-top: 4%;
}
#gallery .keeptouch .addressbar .info button {
  color: #fff;
  background-color: #ff5500;
  border: 2px solid #ff5500;
  padding: 12px 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
#gallery .keeptouch .addressbar .info button:hover {
  background-color: #fff;
}
#gallery .keeptouch .addressbar .info button:hover a {
  color: #ff5500;
}
#gallery .keeptouch .addressbar .info button a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 991px) {
  #gallery .keeptouch .addressbar .info {
    margin-top: 2%;
  }
}
#gallery img {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
#gallery .imagegallery {
  margin: 0 auto;
}
#gallery .imagegallery img {
  border-radius: 10px;
  margin-top: 1%;
}
#gallery .imagegallery img:hover {
  transform: scale(1.04);
  transition: all 0.4s;
}
@media (max-width: 1200px) {
  #gallery .imagegallery img {
    max-width: 210px;
  }
}
@media (max-width: 991px) {
  #gallery .imagegallery img {
    max-width: 150px;
  }
}
@media (max-width: 768px) {
  #gallery .imagegallery img {
    max-width: 100%;
  }
}

footer {
  background-image: url("../../imgs/hero/Pedros-Maryport-fish--and-chips.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0;
  color: #fff;
}
footer ul {
  padding: 0;
}
footer #openinghour {
  margin: auto;
  max-width: 80%;
  font-size: 14px;
}
@media (max-width: 991px) {
  footer #openinghour {
    max-width: 90%;
  }
}

.info {
  margin-top: 20px;
}
.info a {
  color: #fff;
}

h5 {
  color: #fff;
  font-family: Poppins-bold;
}

.apps {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
}
.apps a img {
  width: 200px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ff5500;
  color: white;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 12px;
}
#myBtn:hover {
  color: #ff5500;
  border: 1px dashed #ff5500;
  background-color: white;
  box-shadow: rgba(240, 138, 98, 0.5) 0px 7px 29px 0px;
}

section.social-media div.icon-holder {
  transition: transform 0.5s ease;
}
section.social-media div.icon-holder:hover {
  transform: translate(0px, -8px);
}

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

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

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

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

section.copyright a.weetech-link {
  color: #ff5500;
}

.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;
    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;
  top: 200px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  max-width: -moz-max-content;
  max-width: max-content;
  line-height: 2;
  padding: 8px 32px;
  border-radius: 20px;
  z-index: 105;
  background-color: #ff5500;
}
.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;
  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 */