.main-color {
  color: #A60000;
}

@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
@font-face {
  font-family: Worksans;
  src: url(../../Fonts/Worksans/WorkSansRegular.ttf);
}
@font-face {
  font-family: Pacifico;
  src: url(../../Fonts/Pacifico/Pacifico-Regular.ttf);
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: Worksans !important;
  overflow-x: hidden;
  background-color: #ffffff;
  padding: 0 20px 20px 20px;
}
@media (max-width: 768px) {
  body {
    padding: 0 10px 10px 10px;
  }
}
body main {
  background-color: rgba(255, 255, 255, 0.7294117647);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 50px 50px 0 0;
}

.snowflake {
  position: absolute;
  width: 40px;
  height: 40px;
  background: transparent;
  z-index: 9;
  background-image: url("https://www.mealzoforbusiness.co.uk/1/heart.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 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;
  }
}

.dlApp {
  margin: 0 auto;
}

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

.displayy {
  display: flex !important;
  justify-content: center;
}

.section-header {
  font-family: Pacifico;
}

header {
  position: relative;
  padding: 40px 0;
  border-radius: 0 0 50px 50px;
  background-color: #A60000;
}
@media (max-width: 991px) {
  header {
    padding: 30px 0;
  }
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  position: absolute;
  content: "";
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  max-width: 190px;
}
@media (max-width: 991px) {
  header .shop-logo {
    left: 5%;
    right: auto;
  }
}
header .shop-logo img {
  z-index: 5;
  border-radius: 40px;
  max-width: 100%;
  border: 3px solid #fff;
}
@media (max-width: 768px) {
  header .shop-logo img {
    max-width: 70%;
  }
}
@media (min-width: 992px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section span.open-menu {
  align-self: center;
  z-index: 10;
  color: #fff !important;
}
@media (min-width: 992px) {
  header section.menu-section span.open-menu {
    display: none;
  }
}
header section.menu-section #myNav {
  display: block;
}
@media (min-width: 992px) {
  header section.menu-section #myNav {
    width: 100%;
  }
}
header section.menu-section #overlay-content {
  display: none;
}
@media (min-width: 992px) {
  header section.menu-section #overlay-content {
    display: flex;
  }
}
header section.menu-section nav {
  padding-top: 10px;
}
@media (min-width: 992px) {
  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: 992px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  header section.menu-section div.mobile-overlay .overlay-content > div#navbarNavAltMarkup {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  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: #A60000;
}
@media (min-width: 992px) {
  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;
  font-weight: bolder;
  border-bottom: 1px solid transparent;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link:hover {
  border-bottom: 1px solid #fff !important;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link .active {
  border-bottom: 1px solid #A60000;
}
@media (min-width: 992px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    margin-left: 10px;
    margin-right: 0;
    font-size: 11px;
    color: #fff;
  }
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    font-size: 15px;
    margin-left: 20px;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.btn {
  background-color: #A60000;
  color: black;
}
@media (min-width: 992px) {
  header section.menu-section div.mobile-overlay {
    position: static;
    display: flex !important;
    flex-direction: row;
    background-color: inherit;
  }
}
header .header-btn {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
header .header-btn a.btn {
  background-color: #A60000;
  color: #fff;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
}
header .header-btn a.btn:hover {
  color: #A60000;
  border-color: #A60000;
  background-color: #fff !important;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 4px 12px;
}
@media (min-width: 992px) {
  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: #A60000;
}

@media (min-width: 1200px) {
  .second-header .menu-section .header-links {
    display: none !important;
  }
}
.second-header .menu-section .right-part {
  display: flex;
  align-items: center;
}
@media (min-width: 991px) {
  .second-header .menu-section .right-part {
    display: none;
  }
}

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

.foodicons {
  margin: 0;
  border-bottom: 3px solid rgba(255, 210, 210, 0.2941176471);
}
.foodicons .swiper {
  padding: 0;
}
.foodicons .swiper .swiper-button-prev,
.foodicons .swiper .swiper-button-next {
  background-color: #A60000;
  border-radius: 5px;
  padding: 25px;
  top: 25px;
  transition: ease-in-out 0.3s;
}
.foodicons .swiper .swiper-button-prev:hover,
.foodicons .swiper .swiper-button-next:hover {
  transform: scale(0.9);
}
@media (max-width: 767px) {
  .foodicons .swiper .swiper-button-prev,
  .foodicons .swiper .swiper-button-next {
    display: none;
  }
}
.foodicons .swiper .swiper-button-prev:after,
.foodicons .swiper .swiper-button-next:after {
  color: #fff;
}
.foodicons .swiper .swiper-button-next {
  left: unset;
  right: 0%;
}
.foodicons .swiper .swiper-button-prev {
  left: unset;
  right: 5%;
}
.foodicons .card {
  border: none;
  justify-content: center;
  text-align: center;
  background-color: transparent;
  padding: 15px 5px;
  border-radius: 20px;
  transition: ease-in-out 0.3s;
}
.foodicons .card:hover {
  transform: scale(1.02);
  background-color: transparent;
}
.foodicons .card:hover span {
  text-decoration: none;
}
.foodicons .card a {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.foodicons .card a img {
  max-width: 45px;
}
@media (max-width: 991px) {
  .foodicons .card a img {
    max-width: 50px;
  }
}
@media (max-width: 768px) {
  .foodicons .card a img {
    max-width: 40px;
  }
}
.foodicons .card span {
  font-size: 11px;
  font-weight: 900;
  margin-top: 3px;
  text-transform: capitalize;
}

section.hero-section {
  padding: 150px 0;
}
@media (max-width: 768px) {
  section.hero-section {
    padding: 85px 0;
  }
}
section.hero-section .hero-content-wrapper {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  section.hero-section .hero-content-wrapper {
    text-align: center;
    justify-content: center;
  }
}
section.hero-section .hero-content-wrapper .order-now {
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}
@media (max-width: 1200px) {
  section.hero-section .hero-content-wrapper .order-now {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  section.hero-section .hero-content-wrapper .order-now {
    align-items: center;
  }
}
section.hero-section .hero-content-wrapper .order-now h1 {
  color: #A60000;
  font-weight: bolder;
  font-size: 50px;
  font-family: Pacifico;
  text-shadow: 1px 1px #A60000;
  letter-spacing: 0.31rem;
}
@media (max-width: 768px) {
  section.hero-section .hero-content-wrapper .order-now h1 {
    font-size: 35px;
  }
}
section.hero-section .hero-content-wrapper .order-now p {
  color: #fff;
  font-size: 19px;
  max-width: 900px;
  margin-top: 20px;
  text-shadow: 1px 1px #A60000;
}
@media (max-width: 991px) {
  section.hero-section .hero-content-wrapper .order-now p {
    max-width: 100%;
    margin: 0 auto;
  }
}
section.hero-section .hero-content-wrapper .order-now h2 {
  font-size: 40px;
  color: #fff;
  font-weight: bolder;
  margin-bottom: 40px;
  font-family: Pacifico;
  letter-spacing: 0.2rem;
}
@media (max-width: 991px) {
  section.hero-section .hero-content-wrapper .order-now h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  section.hero-section .hero-content-wrapper .order-now h2 {
    font-size: 20px;
  }
}
section.hero-section .hero-content-wrapper .order-now h2 span {
  font-size: 76px;
  color: #A60000;
}
section.hero-section .hero-content-wrapper a {
  font-size: 20px;
  line-height: 33px;
  font-weight: 800;
  padding: 12px 30px;
  margin-top: 30px;
  width: 180px;
  color: #ffffff;
  background-color: #A60000;
  border-radius: 30px;
}
@media (max-width: 991px) {
  section.hero-section .hero-content-wrapper a {
    margin: 20px auto;
  }
}
@media (max-width: 767px) {
  section.hero-section .hero-content-wrapper a {
    font-size: 15px;
  }
}
section.hero-section .hero-content-wrapper a:hover {
  color: #A60000;
  background-color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 991px) {
  section.hero-section img {
    max-width: 550px;
  }
}
section.hero-section .swiper-pagination-bullet {
  background-color: antiquewhite;
}
section.hero-section .swiper {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  section.hero-section .swiper {
    margin-bottom: 0;
  }
}
@media (max-width: 350px) {
  section.hero-section .swiper {
    padding-bottom: 90px;
  }
}
section.hero-section .swiper-pagination-bullets {
  bottom: 10px;
}
section.hero-section .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 400px;
}
section.hero-section .swiper-slide img {
  display: block;
  width: 100%;
}
section.hero-section a {
  color: #fff;
}
section.hero-section a:hover {
  text-decoration: none;
}
section.hero-section a.firstbox {
  border: 1px solid #dfdfdf;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
}
section.hero-section a.firstbox:hover {
  transition: ease-in-out 0.5s;
  transform: scale(1.06);
}
section.hero-section a.firstbox img {
  width: 100%;
}
section.hero-section a.firstbox h6 {
  padding: 20px 5px;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}
section.hero-section a.firstbox .btn {
  justify-content: center;
  display: flex;
  align-items: center;
  background-color: #A60000;
  color: #fff;
  padding: 10px 0;
}

.card {
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: center;
}
.card img {
  border-radius: 10px;
  max-width: 90%;
  margin: 0 auto;
}

.index-hero {
  background-image: url(../../imgs/hero/House-Of-Shah-Hamilton-Indian-food.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  min-height: 600px;
  border-radius: 50px;
  margin: 30px 0;
}

/* more about us section */
section.more-about-us-section {
  background-color: #fffdfc;
  margin-top: 160px;
}
section.more-about-us-section h3.main-section-heading {
  margin-bottom: 50px;
  text-transform: capitalize;
  font-weight: bolder;
  font-size: 35px;
}
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;
}

.SpecialOffer {
  background-color: #A60000;
  padding: 40px 0;
  margin: 60px 0 0 0;
}
.SpecialOffer .specialoffer-content {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .SpecialOffer .specialoffer-content {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.SpecialOffer .specialoffer-content h5 {
  max-width: 80%;
  font-size: 1.1rem;
}
@media (max-width: 991px) {
  .SpecialOffer .specialoffer-content h5 {
    max-width: 100%;
  }
}
.SpecialOffer .specialoffer-content a.btn {
  padding: 15px 25px;
  border-radius: 20px;
  background-color: #fff;
  color: #A60000;
  font-size: 18px;
  font-weight: bolder;
}
@media (max-width: 768px) {
  .SpecialOffer .specialoffer-content a.btn {
    margin-top: 30px;
  }
}

.SpecialImg {
  background-image: url(../../imgs/hero/House-Of-Shah-Hamilton-curry.jpg);
  background-position: center;
  background-repeat: no-repeat;
  min-height: 350px;
  background-size: cover;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  margin: auto;
}
@media (min-width: 1300px) {
  .SpecialImg {
    width: 1300px;
  }
}

.special {
  background-color: #000;
  padding: 30px 50px;
  margin-bottom: 40px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .special {
    padding: 40px 0;
  }
}
.special .textbox p {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-weight: bolder;
}
.special .textbox h3 {
  font-size: 50px;
  color: #fff;
  font-weight: bolder;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .special .textbox h3 {
    font-size: 30px;
  }
}
.special .textbox h3 span {
  font-size: 60px;
  color: #A60000;
}
@media (max-width: 768px) {
  .special .textbox h3 span {
    font-size: 50px;
  }
}
.special .section_header-title {
  padding-bottom: 30px;
}
.special .card {
  transition: ease-in-out 0.7s;
  background-color: #910000;
  border: none;
  position: relative;
  margin: 80px 0 0 0;
  border-radius: 13%;
}
.special .card::before {
  position: absolute;
  content: "";
  top: -80px;
  left: 0;
  right: 0;
  background-image: url(../../imgs/special/shape.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
  width: 100%;
  z-index: -1;
  display: flex;
  justify-content: center;
  margin: auto;
}
@media (max-width: 1440px) {
  .special .card::before {
    width: 92%;
    height: 83px;
  }
}
@media (max-width: 1200px) {
  .special .card::before {
    width: 93%;
  }
}
.special .card a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.special .card a:hover {
  text-decoration: none;
}
.special .card a:hover .card-p {
  display: flex;
  z-index: 9;
  transition: ease-in-out 0.7s;
}
.special .card a img {
  border-radius: 25px;
  margin: 20px 0 0 0;
  max-width: 85%;
  position: relative;
}
.special .card a .card-p {
  content: "";
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: 21%;
  left: 0%;
  margin: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  text-shadow: 1px 1px #000;
  display: none;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 16px;
  padding: 5px;
  transition: ease-in-out 0.7s;
  max-height: -moz-fit-content;
  max-height: fit-content;
  width: 100%;
}
@media (max-width: 576px) {
  .special .card a .card-p {
    max-width: 95%;
    margin: auto;
    font-size: 15px;
  }
}
@media (max-width: 300px) {
  .special .card a .card-p {
    max-width: 99%;
    top: 0;
    bottom: 0;
    display: none;
  }
}
.special .card a .card-body {
  padding: 5px;
}
.special .card a .card-body .card-title {
  color: #fff;
  padding: 10px 0;
  text-transform: capitalize;
  font-weight: bolder;
  font-size: 17px;
}
@media (max-width: 1400px) {
  .special .card a .card-body .card-title {
    font-size: 20px;
  }
}

section.gallery {
  padding: 100px 0 20px 0;
  position: relative;
  display: flex;
  justify-content: center;
  margin: auto;
  /* Main CSS */
}
@media (min-width: 1300px) {
  section.gallery {
    width: 1300px;
  }
}
@media (max-width: 992px) {
  section.gallery {
    padding: 80px 0;
  }
}
section.gallery::before {
  position: absolute;
  content: "";
  top: 0%;
  left: 20px;
  background-image: url(../../imgs/icons/burger-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 200px;
  height: 200px;
}
@media (max-width: 991px) {
  section.gallery::before {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 768px) {
  section.gallery::before {
    width: 100px;
    height: 100px;
  }
}
section.gallery h3 {
  color: #A60000;
  font-size: 50px;
  line-height: 50px;
  margin: 10px 0 50px 0;
  font-family: Pacifico;
  text-align: center;
}
@media (max-width: 768px) {
  section.gallery h3 {
    font-size: 48px;
  }
}
section.gallery .gallery-img-start {
  width: 150px;
  position: absolute;
  top: 100px;
  left: 40px;
}
@media (max-width: 992px) {
  section.gallery .gallery-img-start {
    display: none;
  }
}
section.gallery .gallery-img-end {
  width: 150px;
  position: absolute;
  bottom: 100px;
  right: 40px;
}
@media (max-width: 992px) {
  section.gallery .gallery-img-end {
    display: none;
  }
}
section.gallery .container .row .col-12 .gallery-card {
  margin-bottom: 20px;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: cover;
}
section.gallery .container .row .col-12 .gallery-card #trapezoid {
  border-bottom: 100px solid #A60000;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  height: 0;
  width: 100px;
  background-color: rgba(7, 5, 64, 0.7411764706);
}
section.gallery .container .row .col-12 .gallery-card .gallery-card-content {
  background-color: rgba(7, 5, 64, 0.7411764706);
  height: 100%;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px 0 0 8px;
}
section.gallery .container .row .col-12 .gallery-card .gallery-card-content img {
  width: 200px;
}
section.gallery .container .row .col-12 .gallery-card .gallery-card-content p {
  color: #fdfdfd;
  font-size: 24px;
  line-height: 40px;
}
section.gallery .container .row .col-12 .gallery-card .gallery-card-content h4 {
  color: #fdfdfd;
  font-size: 32px;
}
section.gallery .container .row .col-12 .gallery-card .gallery-card-content .gallery-card-content-btn {
  background-color: #A60000;
  padding: 10px 20px;
  margin-top: 50px;
  color: #fdfdfd;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}
section.gallery .container .row .col-12 .gallery-card .gallery-card-content .gallery-card-content-btn:hover {
  text-decoration: none;
}
section.gallery .container .row .col-12 .card1 {
  background-image: url(./../../imgs/gallery/gogoTakeaway-Pizza.png);
}
section.gallery .container .row .col-12 .card2 {
  background-image: url(./../../imgs/gallery/gogoTakeaway-Fish&Chips.png);
}
section.gallery .container .row .col-12 .card3 {
  background-image: url(./../../imgs/gallery/gogoTakeaway-Kebab.png);
}
section.gallery img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}
section.gallery .grid-wrapper > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.gallery .grid-wrapper > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  transition: ease-in-out 0.7s;
}
section.gallery .grid-wrapper > div > img:hover {
  transform: scale(1.08);
}
section.gallery .grid-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}
section.gallery .grid-wrapper .wide {
  grid-column: span 2;
}
section.gallery .grid-wrapper .tall {
  grid-row: span 2;
}
section.gallery .grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}

section.about-us {
  background-color: #000;
}
section.about-us .col-12 {
  height: 100%;
}
section.about-us .about-img {
  background-color: #A60000;
}
section.about-us ul {
  list-style: none;
}
section.about-us .section-heading-div h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 70px;
  text-transform: capitalize;
  color: #A60000;
}
section.about-us .about-us-content .about-us-img {
  padding: 13% 17%;
}
@media (max-width: 991px) {
  section.about-us .about-us-content .about-us-img {
    padding: 5% 22%;
  }
}
@media (max-width: 768px) {
  section.about-us .about-us-content .about-us-img {
    padding: 5% 15%;
  }
}
@media (max-width: 567px) {
  section.about-us .about-us-content .about-us-img {
    padding: 5% 10%;
  }
}
section.about-us .about-us-content h5 {
  font-size: 15px;
}
@media (max-width: 350px) {
  section.about-us .about-us-content h5 {
    font-size: 11px;
  }
}
section.about-us .about-us-content .shop-name-secoundry h4 {
  font-family: Quicksand-bold;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 50px;
  font-weight: bolder;
}
section.about-us .about-us-content .shop-about-text {
  padding: 6% 17%;
}
@media (max-width: 1200px) {
  section.about-us .about-us-content .shop-about-text {
    padding: 6%;
  }
}
@media (max-width: 991px) {
  section.about-us .about-us-content .shop-about-text {
    padding: 5% 23%;
  }
}
@media (max-width: 768px) {
  section.about-us .about-us-content .shop-about-text {
    padding: 15% 15% 10% 15%;
  }
}
@media (max-width: 480px) {
  section.about-us .about-us-content .shop-about-text {
    padding: 15% 10%;
  }
}
section.about-us .about-us-content .shop-about-text h3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 32px;
  line-height: 33px;
  font-weight: bolder;
}
section.about-us .about-us-content .shop-about-text h3 span {
  font-size: 50px;
  color: #A60000;
}
@media (max-width: 1200px) {
  section.about-us .about-us-content .shop-about-text h3 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  section.about-us .about-us-content .shop-about-text h3 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 30px;
    line-height: 33px;
    font-weight: bolder;
  }
}
@media (max-width: 768px) {
  section.about-us .about-us-content .shop-about-text h3 {
    font-size: 26px;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  section.about-us .about-us-content .shop-about-text h3 {
    font-size: 20px;
  }
}
section.about-us .about-us-content .shop-about-text p {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 1200px) {
  section.about-us .about-us-content .shop-about-text p {
    font-size: 15px;
  }
}
@media (max-width: 1100px) {
  section.about-us .about-us-content .shop-about-text p {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  section.about-us .about-us-content .shop-about-text p {
    padding-top: 40px;
    font-size: 15px;
    line-height: 25px;
    font-style: normal;
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  section.about-us .about-us-content .shop-about-text p {
    padding-top: 20px;
  }
}
section.about-us .about-us-content .shop-about-text a.main-btn {
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 20px;
  line-height: 33px;
  font-weight: 800;
  padding: 10px 20px;
  margin-top: 10px;
  border-radius: 20px;
  color: #ffffff;
  background-color: #A60000;
}
@media (max-width: 991px) {
  section.about-us .about-us-content .shop-about-text a.main-btn {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  section.about-us .about-us-content .shop-about-text a.main-btn {
    font-size: 15px;
    padding: 10px;
  }
}
section.about-us .about-us-content .shop-about-text a.main-btn:hover {
  color: #A60000;
  background-color: rgba(255, 255, 255, 0.75);
}
section.about-us .about-us-content .shop-about-text .indian-name {
  font-family: Allura;
  font-size: 38px;
  line-height: 40px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  text-align: left;
  margin-top: 38px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  section.about-us .about-us-content .map-wrapper {
    padding: 5% 17%;
  }
}
@media (max-width: 567px) {
  section.about-us .about-us-content .map-wrapper {
    padding: 5%;
  }
}
section.about-us .shop-about-text.Contact-info li {
  display: flex;
  margin-bottom: 20px;
}
section.about-us .shop-about-text.Contact-info li i {
  margin-right: 10px;
  color: #fff;
  display: inline-flex;
  align-items: center;
}
section.about-us .shop-about-text.Contact-info li p {
  font-weight: bolder;
  font-size: 20px;
  margin-bottom: 0;
}
section.about-us .shop-about-text.Contact-info li a {
  background-color: transparent;
  padding: 0;
  font-size: 20px;
}

#slider-contact .carousel-item {
  position: relative;
  min-height: 600px;
}
@media (max-width: 1200px) {
  #slider-contact .carousel-item {
    background-image: url(../../imgs/hero/contact-us-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
@media (max-width: 991px) {
  #slider-contact .carousel-item {
    min-height: 500px;
  }
}
@media (max-width: 768px) {
  #slider-contact .carousel-item {
    min-height: 300px;
  }
}
@media (max-width: 480px) {
  #slider-contact .carousel-item {
    min-height: 200px;
  }
}
#slider-contact .carousel-item .order-now {
  position: absolute;
  top: 40%;
  left: 10%;
  right: 10%;
  padding: 50px;
  flex-direction: column;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  #slider-contact .carousel-item .order-now {
    top: 25%;
  }
}
@media (max-width: 480px) {
  #slider-contact .carousel-item .order-now {
    top: 20%;
  }
}
#slider-contact .carousel-item .order-now div {
  padding: 15px 25px;
  margin-bottom: 15px;
  border-radius: 20px !important;
}
#slider-contact .carousel-item .order-now span {
  font-size: 50px;
  font-weight: bolder;
  font-weight: 800;
  color: rgb(255, 255, 255);
  padding: 12px;
  border-radius: 30px;
}
@media (max-width: 768px) {
  #slider-contact .carousel-item .order-now span {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  #slider-contact .carousel-item .order-now span {
    font-size: 30px;
  }
}

.contact-us-content {
  background-color: #fafafa;
  padding: 100px 0;
}
@media (max-width: 1200px) {
  .contact-us-content {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .contact-us-content .shop-content-wrap {
    margin-top: 40px;
  }
}
.contact-us-content .shop-content-wrap h3 {
  color: #1f1a15;
  font-size: 24px;
  line-height: 27px;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
}
.contact-us-content .shop-content-wrap p {
  color: #878787;
  font-size: 15px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
}
.contact-us-content .shop-content-wrap ul {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.contact-us-content .shop-content-wrap ul li {
  display: flex;
}
@media (max-width: 768px) {
  .contact-us-content .shop-content-wrap ul li {
    justify-content: center;
    align-items: flex-start;
  }
}

#slider-opening .carousel-item {
  position: relative;
  min-height: 700px;
}
@media (max-width: 1200px) {
  #slider-opening .carousel-item {
    background-image: url(../../imgs/main/reservation-background-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
#slider-opening .carousel-item .order-now {
  padding: 40px 0;
  justify-content: center;
}
#slider-opening .carousel-item .order-now span {
  font-size: 50px;
  font-weight: bolder;
  font-weight: 800;
  color: rgb(255, 255, 255);
  padding: 12px;
  border-radius: 30px;
}
@media (max-width: 768px) {
  #slider-opening .carousel-item .order-now span {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  #slider-opening .carousel-item .order-now span {
    font-size: 30px;
  }
}
#slider-opening .carousel-item .Opening-hours-wrapper {
  max-width: 50%;
  background-color: #fff;
  margin: 0 auto;
  padding: 50px;
}
@media (max-width: 1360px) {
  #slider-opening .carousel-item .Opening-hours-wrapper {
    max-width: 57%;
  }
}
@media (max-width: 1200px) {
  #slider-opening .carousel-item .Opening-hours-wrapper {
    max-width: 60%;
  }
}
@media (max-width: 1152px) {
  #slider-opening .carousel-item .Opening-hours-wrapper {
    max-width: 69%;
  }
}
@media (max-width: 991px) {
  #slider-opening .carousel-item .Opening-hours-wrapper {
    max-width: 72%;
    padding: 40px;
  }
}
@media (max-width: 400px) {
  #slider-opening .carousel-item .Opening-hours-wrapper {
    max-width: 95%;
  }
}
@media (max-width: 310px) {
  #slider-opening .carousel-item .Opening-hours-wrapper {
    padding: 20px;
  }
}
#slider-opening .carousel-item .Opening-hours-wrapper .list-header {
  border-top: 3px solid #1f1a15;
  border-bottom: 3px solid #1f1a15;
  margin-bottom: 50px;
}
#slider-opening .carousel-item .Opening-hours-wrapper .list-header h2 {
  color: #1f1a15;
  font-size: 24px;
  line-height: 27px;
  font-style: normal;
  font-weight: 600;
  padding: 5px;
}
#slider-opening .carousel-item .Opening-hours-wrapper ul {
  padding: 0;
}
#slider-opening .carousel-item .Opening-hours-wrapper ul li {
  margin-bottom: 40px;
  justify-content: space-between;
  align-items: center;
}
#slider-opening .carousel-item .Opening-hours-wrapper ul li h3 {
  color: #1f1a15;
  font-size: 16px;
  line-height: 25px;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 480px) {
  #slider-opening .carousel-item .Opening-hours-wrapper ul li h3 {
    font-size: 13px;
  }
}
#slider-opening .carousel-item .Opening-hours-wrapper ul li .dotted-area {
  height: 3px;
  border-bottom: 1px dotted #828383;
  display: table-cell;
  width: 60%;
  z-index: 1;
  position: relative;
  bottom: 0;
}
@media (max-width: 991px) {
  #slider-opening .carousel-item .Opening-hours-wrapper ul li .dotted-area {
    width: 46%;
  }
}
@media (max-width: 768px) {
  #slider-opening .carousel-item .Opening-hours-wrapper ul li .dotted-area {
    display: none;
  }
}
#slider-opening .carousel-item .Opening-hours-wrapper ul li span {
  font-size: 15px;
}
@media (max-width: 480px) {
  #slider-opening .carousel-item .Opening-hours-wrapper ul li span {
    font-size: 13px;
  }
}

#slider-our-history .carousel-item {
  position: relative;
  min-height: 600px;
}
@media (max-width: 1200px) {
  #slider-our-history .carousel-item {
    background-image: url(../../imgs/hero/history-title-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1200px) {
  #slider-our-history .carousel-item {
    margin-bottom: 130px;
  }
}
@media (max-width: 991px) {
  #slider-our-history .carousel-item {
    min-height: 500px;
  }
}
@media (max-width: 768px) {
  #slider-our-history .carousel-item {
    min-height: 300px;
  }
}
@media (max-width: 480px) {
  #slider-our-history .carousel-item {
    min-height: 200px;
  }
}
#slider-our-history .carousel-item .order-now {
  position: absolute;
  top: 35%;
  left: 10%;
  right: 10%;
  padding: 20px;
  flex-direction: column;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  #slider-our-history .carousel-item .order-now {
    top: 25%;
  }
}
@media (max-width: 480px) {
  #slider-our-history .carousel-item .order-now {
    top: 20%;
  }
}
#slider-our-history .carousel-item .order-now div {
  padding: 15px 25px;
  margin-bottom: 15px;
  border-radius: 20px !important;
}
#slider-our-history .carousel-item .order-now span {
  font-size: 50px;
  font-weight: bolder;
  font-weight: 800;
  color: rgb(255, 255, 255);
  padding: 12px;
  border-radius: 30px;
}
@media (max-width: 768px) {
  #slider-our-history .carousel-item .order-now span {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  #slider-our-history .carousel-item .order-now span {
    font-size: 30px;
  }
}
#slider-our-history .carousel-item .history-title {
  color: #fff;
  font-size: 50px;
  font-weight: bolder;
  justify-content: center;
  display: flex;
}

.our-history-content {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .our-history-content {
    padding: 50px;
  }
}
@media (max-width: 380px) {
  .our-history-content {
    padding: 50px 0;
  }
}
.our-history-content h2 {
  color: #1f1a15;
  font-size: 37px;
  line-height: 33px;
  font-style: normal;
  font-weight: bolder;
  margin-bottom: 20px;
}
@media (max-width: 380px) {
  .our-history-content h2 {
    font-size: 27px;
  }
}
.our-history-content .border-left {
  border-left: 1px solid #818181;
  height: 100px;
  margin-left: 15px;
  margin-bottom: 20px;
}
.our-history-content img {
  max-width: 100%;
  margin-bottom: 40px;
}
.our-history-content p {
  color: #878787;
  font-size: 15px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
}
.our-history-content .part-two {
  padding-top: 200px;
}
@media (max-width: 768px) {
  .our-history-content .part-two {
    padding-top: 0;
  }
}

.payment-method {
  background-color: #000;
}
.payment-method div.row {
  padding: 50px 0;
}
.payment-method div.row div.col-12 .methods-container {
  justify-content: space-evenly;
}
.payment-method div.row div.col-12 .methods-container > div img {
  width: 70px;
  display: block;
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
section.dl-app {
  background-color: #000;
  margin: 80px 0;
}
section.dl-app .col-12 {
  height: 100%;
}
section.dl-app .about-img {
  background-color: #A60000;
}
section.dl-app ul {
  list-style: none;
}
section.dl-app .section-heading-div h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 70px;
  text-transform: capitalize;
  color: #A60000;
}
section.dl-app .about-us-content .about-us-img {
  padding: 13% 9%;
}
@media (max-width: 991px) {
  section.dl-app .about-us-content .about-us-img {
    padding: 5% 22%;
  }
}
@media (max-width: 768px) {
  section.dl-app .about-us-content .about-us-img {
    padding: 5% 15%;
  }
}
@media (max-width: 567px) {
  section.dl-app .about-us-content .about-us-img {
    padding: 5% 10%;
  }
}
section.dl-app .about-us-content h5 {
  font-size: 15px;
}
@media (max-width: 350px) {
  section.dl-app .about-us-content h5 {
    font-size: 11px;
  }
}
section.dl-app .about-us-content .shop-name-secoundry h4 {
  font-family: Quicksand-bold;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 50px;
  font-weight: bolder;
}
section.dl-app .about-us-content .shop-about-text {
  padding: 6% 17%;
}
@media (max-width: 1200px) {
  section.dl-app .about-us-content .shop-about-text {
    padding: 6%;
  }
}
@media (max-width: 991px) {
  section.dl-app .about-us-content .shop-about-text {
    padding: 5% 23%;
  }
}
@media (max-width: 768px) {
  section.dl-app .about-us-content .shop-about-text {
    padding: 15% 15% 10% 15%;
  }
}
@media (max-width: 480px) {
  section.dl-app .about-us-content .shop-about-text {
    padding: 15% 10%;
  }
}
section.dl-app .about-us-content .shop-about-text h3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 32px;
  line-height: 33px;
  font-weight: bolder;
}
section.dl-app .about-us-content .shop-about-text h3 span {
  font-size: 50px;
  color: #A60000;
}
@media (max-width: 1200px) {
  section.dl-app .about-us-content .shop-about-text h3 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  section.dl-app .about-us-content .shop-about-text h3 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 30px;
    line-height: 33px;
    font-weight: bolder;
  }
}
@media (max-width: 768px) {
  section.dl-app .about-us-content .shop-about-text h3 {
    font-size: 26px;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  section.dl-app .about-us-content .shop-about-text h3 {
    font-size: 20px;
  }
}
section.dl-app .about-us-content .shop-about-text p {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 1200px) {
  section.dl-app .about-us-content .shop-about-text p {
    font-size: 15px;
  }
}
@media (max-width: 1100px) {
  section.dl-app .about-us-content .shop-about-text p {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  section.dl-app .about-us-content .shop-about-text p {
    padding-top: 40px;
    font-size: 15px;
    line-height: 25px;
    font-style: normal;
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  section.dl-app .about-us-content .shop-about-text p {
    padding-top: 20px;
  }
}
section.dl-app .about-us-content .shop-about-text a.main-btn {
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 20px;
  line-height: 33px;
  font-weight: 800;
  padding: 10px 20px;
  margin-top: 10px;
  border-radius: 20px;
  color: #ffffff;
  background-color: #A60000;
}
@media (max-width: 991px) {
  section.dl-app .about-us-content .shop-about-text a.main-btn {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  section.dl-app .about-us-content .shop-about-text a.main-btn {
    font-size: 15px;
    padding: 10px;
  }
}
section.dl-app .about-us-content .shop-about-text a.main-btn:hover {
  color: #A60000;
  background-color: rgba(255, 255, 255, 0.75);
}
section.dl-app .about-us-content .shop-about-text .indian-name {
  font-family: Allura;
  font-size: 38px;
  line-height: 40px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  text-align: left;
  margin-top: 38px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  section.dl-app .about-us-content .map-wrapper {
    padding: 5% 17%;
  }
}
@media (max-width: 567px) {
  section.dl-app .about-us-content .map-wrapper {
    padding: 5%;
  }
}
section.dl-app .shop-about-text.Contact-info li {
  display: flex;
  margin-bottom: 20px;
}
section.dl-app .shop-about-text.Contact-info li i {
  margin-right: 10px;
  color: #fff;
  display: inline-flex;
  align-items: center;
}
section.dl-app .shop-about-text.Contact-info li p {
  font-weight: bolder;
  font-size: 20px;
  margin-bottom: 0;
}
section.dl-app .shop-about-text.Contact-info li a {
  background-color: transparent;
  padding: 0;
  font-size: 20px;
}
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 {
  margin-bottom: 50px;
  width: 170px;
}
@media (min-width: 768px) {
  section.dl-app div.inner-content img {
    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;
  }
}
section.dl-app .dl-app-link {
  width: 170px;
}

section.reviews {
  padding: 80px 0;
}
section.reviews .container {
  background-color: #A60000;
  border-radius: 34px;
}
section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 33px;
  line-height: 70px;
  color: #fff;
}
@media (min-width: 768px) {
  section.reviews h3 {
    font-size: 50px;
  }
}
section.reviews .comment-section .comment-text {
  max-width: 800px;
  min-height: 100px;
  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: #A60000;
  margin-bottom: 9px;
  color: #fff;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}

footer {
  background-color: #000;
  padding-top: 80px;
  padding-bottom: 20px;
  color: #fff;
}
footer .logo-container {
  display: flex;
  justify-content: center;
  margin: auto;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-bottom: 30px;
}
footer .logo-container img.shop-logo {
  max-width: 120px;
  border-radius: 40px;
  max-width: 70%;
  border: 3px solid #fff;
}
footer ul {
  list-style: none;
}
footer ul li {
  margin-top: 20px;
}
footer ul li span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
footer ul li a {
  color: #fff;
}
footer ul li a:hover {
  text-decoration-line: none;
  color: #A60000;
}
footer .fa {
  color: #A60000;
  font-size: 1.25rem;
}
footer .footer-title {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 10px auto;
  border-bottom: 1px solid #A60000;
  text-align: center;
}
footer .footer-title span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #fff;
}
footer #openinghour {
  margin: 0 auto;
  width: 80%;
}

section.foods-tags {
  background-color: #000;
}
section.foods-tags ul {
  padding: 10px;
}
section.foods-tags ul li {
  list-style: none;
  display: inline-block;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 4px;
  font-weight: 900;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  text-transform: capitalize;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 59px;
  right: 25px;
  z-index: 99;
  font-size: 18px;
  border: 1px solid #A60000;
  outline: none;
  background-color: #ffffff;
  color: #A60000;
  cursor: pointer;
  padding: 8px 15px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
}
#myBtn:hover {
  background-color: transparent;
}

section.social-media {
  background-color: #000;
}
section.social-media h5 {
  color: #A60000;
}
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: #A60000;
  color: white;
}
::selection {
  background-color: #A60000;
  color: white;
}

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

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

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

section.copyright {
  background-color: #000;
  color: #fff;
  border-radius: 0 0 40px 40px;
}
section.copyright a.mealzo-link {
  color: #A60000;
}
section.copyright a.mealzo-link img {
  max-width: 150px;
}

.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;
  }
}
.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;
}
@media (max-width: 480px) {
  .web-story .stories-container .storyTitle {
    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: #000;
  line-height: 2;
  padding: 8px 32px;
  z-index: 105;
}
.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 */