@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600,700);
@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: Quicksand-light;
  src: url(../../Fonts/Quicksand/Quicksand-Light.ttf);
}
.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: Quicksand !important;
  overflow-x: hidden;
  background-color: #ddf2ff;
}

html {
  scroll-behavior: smooth;
}

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

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

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

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

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

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

a.btn {
  background-color: #f54e00;
  color: #fff !important;
  border-radius: 35px 35px 12px 12px !important;
  padding: 12px 15px;
  margin: 10px;
  font-size: 17px !important;
}
a.btn:hover {
  color: #f54e00 !important;
  border-color: #f54e00 !important;
  background-color: #fff !important;
  box-shadow: #ddf2ff 0px 7px 29px 0px;
}
@media (min-width: 992px) {
  a.btn {
    margin-top: 12px;
  }
}

/* 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 {
  background-color: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid #f54e00;
  color: #fff;
}
.top-header .btn {
  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: #000;
  padding: 15px 0;
}
@media (max-width: 480px) {
  .main-header {
    padding: 0;
  }
}
.main-header p {
  color: #000 !important;
}
.main-header .logo img {
  width: 130px;
}
@media (max-width: 768px) {
  .main-header .logo img {
    width: 100px;
  }
}
.main-header h1 {
  color: #000;
  font-size: 1.2rem;
  padding: 10px;
}
@media (max-width: 768px) {
  .main-header h1 {
    line-height: 10px;
    font-weight: bolder;
    font-size: 0.7rem;
  }
}
.main-header h1 a {
  color: #000;
}
.main-header h1 a:hover {
  text-decoration: none;
}
.main-header h1 a i img {
  max-width: 40px;
}
@media (max-width: 768px) {
  .main-header h1 a i img {
    max-width: 20px;
  }
}

header {
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  z-index: 6;
}
header .container {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding: 10px 0;
}
header .navbar-brand {
  font-size: 1rem !important;
}
@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;
  display: flex;
  justify-content: center;
  align-items: center;
}
header section.menu-section nav .navbar-toggler {
  color: #000;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav .nav-item {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
header section.menu-section nav .nav-item a.nav-link {
  color: #000 !important;
  font-weight: bold;
}
header section.menu-section nav .nav-item a.nav-link:hover {
  color: #f54e00 !important;
}
header section.menu-section nav .nav-item .dropdown-menu.show {
  z-index: 999;
}
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: #f54e00;
}
header section.menu-section nav .nav-item .nav-item.active .nav-link {
  color: #f54e00;
}
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: #f54e00;
  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 a.btn {
  background-color: #f54e00;
  color: black;
}
header section.menu-section nav .header-links {
  justify-content: center;
}

.main {
  background-color: #ddf2ff;
  background-image: url(../../imgs/hero/christmas.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/* section hero */
section.hero-section {
  padding: 0 0 200px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  section.hero-section {
    padding: 10px 0 200px 0;
  }
}
@media (max-width: 1200px) {
  section.hero-section::before, section.hero-section::after {
    width: 400px !important;
    height: 400px !important;
  }
}
section.hero-section::before {
  position: absolute;
  content: "";
  left: -150px;
  bottom: -30px;
  background-image: url(../../imgs/hero/2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 991px) {
  section.hero-section::before {
    background-image: url(../../imgs/hero/Benes-Fish&Chips-Takeaway-fish-and-chips.jpg);
  }
}
section.hero-section::after {
  position: absolute;
  content: "";
  right: -150px;
  bottom: -30px;
  background-image: url(../../imgs/hero/Benes-Fish&Chips-Takeaway-fish-and-chips.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 1200px) {
  section.hero-section::after {
    bottom: auto;
    top: -30px;
  }
}
@media (max-width: 991px) {
  section.hero-section::after {
    position: unset !important;
  }
}
section.hero-section div.inner-content h1 {
  margin-top: 20px;
  font-size: 2.4rem;
  margin-bottom: 20px;
  text-shadow: 1px 1px #fff;
}
@media (min-width: 400px) {
  section.hero-section div.inner-content h1 {
    font-size: 2.8rem;
  }
}
@media (min-width: 576px) {
  section.hero-section div.inner-content h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  section.hero-section div.inner-content h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  section.hero-section div.inner-content h1 {
    font-size: 2.3rem;
    line-height: 3rem;
  }
}
@media (min-width: 1400px) {
  section.hero-section div.inner-content h1 {
    font-size: 2.8rem;
    line-height: 3rem;
  }
}
section.hero-section div.inner-content h1 span.ten-off {
  text-decoration: underline;
  text-decoration-color: #f54e00;
}
section.hero-section div.inner-content h1 span.discount-condition {
  font-size: 0.8rem;
  display: block;
}
section.hero-section div.inner-content p.hero-main-text {
  color: #150c01;
  text-shadow: 1px 1px #fff;
  font-weight: bolder;
  max-width: 90%;
  margin: 0 auto;
}
section.hero-section .order-btn-container a {
  background-color: #f54e00;
  color: #fff;
  border-radius: 35px 35px 12px 12px !important;
  padding: 12px;
  margin: 10px;
  position: relative;
  z-index: 9;
}
section.hero-section .order-btn-container a:hover {
  color: #f54e00;
  border-color: #f54e00;
  background-color: #fff;
  box-shadow: #ddf2ff 0px 7px 29px 0px;
}
@media (min-width: 992px) {
  section.hero-section .order-btn-container a {
    margin-top: 12px;
  }
}

/* more about us section */
section.more-about-us-section {
  padding: 50px;
  background-color: #ffffff;
  background-image: url(../../imgs/main/Benes-Fish&Chips-Takeaway-fish-and-chips.JPG);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  section.more-about-us-section {
    padding: 40px 0;
  }
}
section.more-about-us-section h3.main-section-heading {
  margin-bottom: 50px;
}
section.more-about-us-section .more-card {
  background-color: rgba(245, 251, 255, 0.737254902);
  min-height: 250px;
  padding: 15px;
  border: 1px solid #000;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media (max-width: 1300px) {
  section.more-about-us-section .more-card {
    min-height: 290px;
  }
}
section.more-about-us-section .more-card img {
  max-width: 90px;
}
section.more-about-us-section h4 {
  margin: 15px 0;
  font-weight: bolder;
}
section.more-about-us-section p {
  font-size: 15px;
  margin-bottom: 0;
}

/* special to try */
section.special {
  background-color: #fff;
  text-align: center;
  padding-top: 55px;
  padding-bottom: 50px;
}
section.special h3 {
  margin-bottom: 52px;
}
section.special .nav-tabs a.nav-link {
  color: black;
  margin: 0;
  border: none;
  padding: 0.2rem 0.4rem;
  font-size: 15px;
  font-weight: bolder;
}
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.btn {
  background-color: #fff;
  color: #f54e00;
  border-color: #f54e00;
  margin-top: 20px;
}
section.special .nav-tabs a.btn:hover {
  color: #fff;
  border-color: #f54e00;
  background-color: #f54e00;
}
@media (min-width: 992px) {
  section.special .nav-tabs a.btn {
    margin-top: 62px;
  }
}
section.special .nav-tabs div.order-container .d-flex {
  justify-content: space-evenly;
}
section.special a.nav-link.active {
  background-color: inherit;
  border: none;
  color: #f54e00;
  border-bottom: 1px solid #f54e00 !important;
}
section.special .card {
  min-height: 466px;
  box-shadow: #ddf2ff 0px 4px 12px;
  transition: 0.6s ease all;
  margin: auto;
  margin-bottom: 50px;
}
section.special .card:hover {
  transform: scale(1.04);
  filter: blur(0);
  opacity: 1;
}
section.special .card:hover .card-footer a {
  color: #fff;
  background-color: #f54e00;
}
section.special .card .card-imgs {
  padding: 10px;
}
section.special .card .card-body {
  padding-top: 0.25rem;
  display: flex;
  flex-direction: column;
}
section.special .card .card-body .card-title {
  color: #000;
  font-weight: bolder;
}
section.special .card .card-body p {
  margin: auto;
}
section.special .card .card-footer {
  background-color: unset !important;
  border: none !important;
  padding-bottom: 20px;
}
section.special .card .card-footer a {
  border: 1px solid #f54e00;
  color: #fff;
  background-color: #f54e00;
  text-transform: capitalize;
  padding: 12px 35px;
  width: 80%;
}
@media (max-width: 991px) {
  section.special .card .card-footer a {
    padding: 12px;
  }
}
section.special .card .card-footer a:hover {
  color: #f54e00 !important;
  background-color: #fff;
}

section.Deals {
  padding: 80px 0;
  background-image: url(../../imgs/specialoffer/Benes-Fish&Chips-Takeaway.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  section.Deals {
    background-attachment: scroll;
  }
}
section.Deals .deals-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section.Deals .deals-inner h3 {
  margin-bottom: 0;
  font-size: 40px;
  color: #fff;
  font-weight: bolder;
  text-align: center;
  text-shadow: 1px 1px #000;
}
@media (max-width: 991px) {
  section.Deals .deals-inner h3 {
    font-size: 30px;
  }
}

section.about-us {
  background-color: #fff;
}
@media (max-width: 991px) {
  section.about-us {
    padding: 20px 0;
  }
}
section.about-us .col-12 {
  height: 100%;
}
section.about-us div.about-us-content .about-us-img {
  padding: 13%;
}
@media (max-width: 991px) {
  section.about-us div.about-us-content .about-us-img {
    padding: 5% 22%;
  }
}
@media (max-width: 768px) {
  section.about-us div.about-us-content .about-us-img {
    padding: 5% 15%;
  }
}
@media (max-width: 567px) {
  section.about-us div.about-us-content .about-us-img {
    padding: 5% 10%;
  }
}
section.about-us div.about-us-content div.shop-name-secoundry h2 {
  font-family: Quicksand-bold;
  font-size: 40px;
  color: #000;
  margin-bottom: 30px;
  font-weight: bolder;
}
@media (max-width: 991px) {
  section.about-us div.about-us-content div.shop-name-secoundry h2 {
    font-size: 25px;
  }
}
@media (max-width: 840px) {
  section.about-us div.about-us-content div.shop-name-secoundry h2 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  section.about-us div.about-us-content div.shop-name-secoundry h2 {
    font-size: 32px;
    margin: 20px 0;
  }
}
@media (max-width: 567px) {
  section.about-us div.about-us-content div.shop-name-secoundry h2 {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  section.about-us div.about-us-content div.shop-name-secoundry h2 {
    font-size: 20px;
  }
}
section.about-us div.about-us-content div.shop-about-text {
  padding: 13%;
}
@media (max-width: 1540px) {
  section.about-us div.about-us-content div.shop-about-text {
    padding: 10%;
  }
}
@media (max-width: 1440px) {
  section.about-us div.about-us-content div.shop-about-text {
    padding: 7%;
  }
}
@media (max-width: 1010px) {
  section.about-us div.about-us-content div.shop-about-text {
    padding: 3%;
  }
}
@media (max-width: 991px) {
  section.about-us div.about-us-content div.shop-about-text {
    padding: 5%;
  }
}
@media (max-width: 840px) {
  section.about-us div.about-us-content div.shop-about-text {
    padding: 3%;
  }
}
section.about-us div.about-us-content div.shop-about-text p {
  color: #000;
  font-size: 17px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 1200px) {
  section.about-us div.about-us-content div.shop-about-text p {
    font-size: 15px;
  }
}
@media (max-width: 1100px) {
  section.about-us div.about-us-content div.shop-about-text p {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  section.about-us div.about-us-content div.shop-about-text p {
    font-size: 15px;
    line-height: 25px;
    font-style: normal;
    font-weight: 400;
  }
}
@media (max-width: 1400px) {
  section.about-us a.main-btn {
    padding: 10px 41px;
    margin: 5px;
  }
}

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 */
@media (max-width: 768px) {
  .dl-app {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .dl-app .mobile-mockup {
    max-width: 80%;
  }
}
@media (max-width: 480px) {
  .dl-app .mobile-mockup {
    max-width: 100%;
  }
}
.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
.dl-app div.inner-content img.dl-app-link {
  margin-bottom: 50px;
  width: 150px;
  transition: transform 0.5s ease;
}
.dl-app div.inner-content img.dl-app-link:hover {
  transform: scale(1.2);
}
.dl-app div.inner-content h3.dl-ur-app-heading {
  font-family: Quicksand;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 56px;
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 1.8rem;
}
@media (min-width: 576px) {
  .dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 1.9rem;
  }
}
@media (min-width: 768px) {
  .dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media (min-width: 992px) {
  .dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 2rem;
    line-height: 3.5rem;
  }
}
.dl-app .app-mockup-section {
  background-color: #ddf2ff;
}
@media (max-width: 768px) {
  .dl-app .app-mockup-section {
    background-color: #fff;
  }
}

section.find-us h4 {
  color: #000;
}

/* footer */
footer {
  font-family: Quicksand !important;
  padding: 40px;
}
@media (max-width: 576px) {
  footer {
    padding: 40px 0;
  }
}
footer .shop-logo {
  max-width: 150px;
}
footer .branch-card {
  text-align: center;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  min-height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .branch-card #openinghour-Prestonpans,
footer .branch-card #openinghour-Dalkeith,
footer .branch-card #openinghour-PortSeton {
  max-width: 85%;
  margin: 0 auto;
}
footer .branch-card #openinghour-Prestonpans p,
footer .branch-card #openinghour-Dalkeith p,
footer .branch-card #openinghour-PortSeton p {
  font-size: 14px;
  font-weight: 800;
  line-height: 21px;
  color: #000;
}
@media (max-width: 991px) {
  footer .branch-card #openinghour-Prestonpans,
  footer .branch-card #openinghour-Dalkeith,
  footer .branch-card #openinghour-PortSeton {
    max-width: 95%;
  }
}
footer .branch-card .footer-title span {
  font-weight: 800;
  font-size: 22px;
  line-height: 27px;
  color: #000;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li {
  margin-top: 20px;
}
footer ul li span {
  font-size: 14px;
  font-weight: 800;
  line-height: 21px;
  color: #000;
}
footer ul li a {
  color: #000;
}
footer ul li a:hover {
  text-decoration-line: underline;
  color: #272042;
}
footer iframe {
  height: 200px;
}
footer .fa {
  color: #f54e00;
  font-size: 1rem;
}

.foods-link ul {
  padding: 10px;
  margin: 0;
}
.foods-link ul li {
  list-style: none;
  display: inline-block;
  border-radius: 18px;
  padding: 5px 15px;
  margin: 5px;
  border: 2px solid #f54e00;
  background-color: #f54e00;
}
.foods-link ul li a {
  color: #fff;
}
.foods-link ul li a:hover {
  text-decoration: none;
}
.foods-link ul li:hover a {
  color: #f54e00;
}

.foods-tags .container {
  border-top: 1px solid #ddd;
}
.foods-tags .foods-link {
  padding-top: 30px;
}
.foods-tags ul {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
.foods-tags ul li {
  list-style: none;
  display: inline-block;
  border: 1px solid #ddd;
  text-transform: capitalize;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 4px;
  background-color: #ffffff;
  color: #000;
  font-size: 12px;
  font-weight: 600;
}
.foods-tags ul li a {
  color: #111 !important;
}
.foods-tags ul li a:hover {
  text-decoration: none;
}
.foods-tags ul li:hover {
  border: 1px solid #f54e00;
}

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

section.copyright {
  background-color: #f3f3f3;
  padding: 50px 0;
  border-top: 1px solid #888888;
}
section.copyright a.mealzo-link {
  color: #f54e00;
}
section.copyright a.mealzo-link img {
  max-width: 150px;
}

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

section.reviews {
  background-color: #fff;
}
section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 24px;
  line-height: 45px;
  color: #000;
}
@media (min-width: 768px) {
  section.reviews h3 {
    font-size: 50px;
    font-size: 33px;
    line-height: 70px;
  }
}
section.reviews .comment-section {
  min-height: 200px;
}
section.reviews .comment-section .comment-text {
  max-width: 800px;
  text-align: center;
  color: #000;
  font-size: 1rem;
  line-height: 31px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  section.reviews .comment-section .comment-text {
    font-size: 1.2rem;
  }
}
section.reviews .comment-section .comment-writter-name {
  margin-top: 35px;
  color: #f54e00;
  margin-bottom: 9px;
  color: #000;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}

.web-story {
  padding: 20px 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;
  }
}
@media (max-width: 400px) {
  .web-story .stories-container {
    justify-content: flex-start;
  }
}
.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;
  vertical-align: middle;
}
.web-story .stories-container .storyTitle {
  margin: 10px 0;
  color: #f54e00;
  font-weight: 600;
  font-size: 12px;
}
@media (max-width: 480px) {
  .web-story .stories-container .storyTitle {
    font-size: 10px;
  }
}
.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: 100px;
  left: 130px;
  justify-content: center;
  color: #fff;
  line-height: 2;
  padding: 8px 32px;
  border-radius: 20px;
  z-index: 105;
  background-color: #f54e00;
}
.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 */