.main-color {
  color: #E30613;
}

@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
@font-face {
  font-family: Optll;
  src: url(../../Fonts/Optll/OPTIl.otf);
}
html {
  scroll-behavior: smooth;
}

.index-body {
  overflow-x: hidden;
  background-color: #0d080c;
}

.chef {
  width: 100%;
  height: 100%;
  padding: 5%;
  border-radius: 30px;
  opacity: 0.7;
}
.chef:hover {
  transition: ease-in-out 600ms;
  transform: scale(1.1);
  opacity: 1;
}

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

/* 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, #1A1A1A, transparent);
  position: relative;
  padding: 50px 0;
}
header .header-btn {
  position: absolute;
  content: "";
  top: 35%;
  right: 30px;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  width: 170px;
  height: 46px;
  z-index: 999;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
header .header-btn:hover {
  background-color: #E30613;
  color: #fff;
  border: 1px solid #fff;
}
@media (max-width: 1300px) {
  header .header-btn {
    width: 140px;
  }
}
@media (max-width: 1200px) {
  header .header-btn {
    display: none;
  }
}
header .header-btn a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}
header .header-btn a:hover {
  text-decoration: none;
}
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: 130px;
}
@media (max-width: 1200px) {
  header .shop-logo {
    left: 5%;
    right: auto;
  }
}
header .shop-logo img {
  z-index: 99 !important;
  max-width: 140px;
}
@media (max-width: 1200px) {
  header .shop-logo img {
    max-width: 100px;
  }
}
@media (min-width: 1200px) {
  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: 1200px) {
  header section.menu-section span.open-menu {
    display: none;
  }
}
header section.menu-section #myNav {
  display: block;
}
@media (min-width: 1200px) {
  header section.menu-section #myNav {
    width: 100%;
  }
}
header section.menu-section #overlay-content {
  display: none;
}
@media (min-width: 1440px) {
  header section.menu-section #overlay-content {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  header section.menu-section #overlay-content {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
}
header section.menu-section nav {
  padding-top: 10px;
}
@media (min-width: 1200px) {
  header section.menu-section nav {
    display: flex;
  }
}
header section.menu-section div.mobile-overlay {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  background-color: #E30613;
  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: #fff;
}
@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 {
  font-family: Optll;
  font-size: 15px;
  color: #fff;
  font-weight: bolder;
  margin-left: 20px;
  border-bottom: 1px solid transparent;
}
@media (max-width: 786px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    font-size: 18px;
    margin-left: 20px;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.btn {
  background-color: #E30613;
  color: black;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay {
    position: static;
    display: flex !important;
    flex-direction: row;
    background-color: inherit;
    z-index: 99;
  }
}

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

/* section hero */
section.hero-section {
  padding: 111px 0;
}
@media (max-width: 768px) {
  section.hero-section {
    padding: 80px 0;
  }
}
section.hero-section .hero-text {
  background: rgba(255, 255, 255, 0.0196078431);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 32px;
}
@media (max-width: 991px) {
  section.hero-section .hero-text {
    padding: 0;
  }
}
section.hero-section .hero-text h2 {
  font-family: Optll;
  font-size: 36px;
  font-weight: 400;
  line-height: 64px;
  text-align: center;
  color: #FFF;
}
@media (max-width: 768px) {
  section.hero-section .hero-text h2 {
    font-size: 22px;
    line-height: 34px;
  }
}
section.hero-section .hero-text a.main-btn {
  margin-top: 20px;
  color: #ffffff;
  padding: 10px 40px;
  gap: 8px;
  border-radius: 8px;
  background-color: #E30613;
  font-family: Optll;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
}
section.hero-section .hero-text a.main-btn:hover {
  color: #E30613;
  background-color: rgba(255, 255, 255, 0.75);
}

.index-hero {
  background-image: url(../../imgs/hero/shergills-hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 600px;
}

.table-btn {
  color: #ffffff;
  padding: 10px 40px;
  gap: 8px;
  border-radius: 4px;
  font-family: Quicksand;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  background-color: transparent;
  border: 1px solid #fff;
}
.table-btn:hover {
  color: #E30613;
  border: 1px solid #E30613;
  background-color: rgba(255, 255, 255, 0.75);
}

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

.first-food {
  background-color: #0d080c;
  position: relative;
  overflow: hidden;
}
.first-food::after {
  position: absolute;
  content: "";
  top: -200px;
  right: -200px;
  background-image: url(../../imgs/main/BG.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 530px;
  height: 530px;
}
.first-food .col-12 {
  padding: 0;
}
.first-food ul {
  padding-left: 90px;
  list-style: none;
}
@media (max-width: 1440px) {
  .first-food ul {
    padding-left: 40px;
  }
}
.first-food ul li {
  margin-bottom: 22px;
}
.first-food ul li h3 {
  font-family: Optll;
  font-size: 40px;
  font-weight: 400;
  line-height: 58px;
  text-align: left;
  color: #fff;
  position: relative;
}
@media (max-width: 1200px) {
  .first-food ul li h3 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .first-food ul li h3 {
    font-size: 30px;
  }
}
.first-food ul li p {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  color: #fff;
}
.first-food ul li a.btn {
  display: flex;
  justify-content: center;
  text-align: center;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  color: #fff;
  width: 180px;
  height: 52px;
  font-family: Optll;
  font-size: 12px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  align-items: center;
}
.first-food ul li a.btn img {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
.first-food ul li a.btn:hover {
  background-color: #E30613;
  text-decoration: none;
}

.second-food {
  background-color: #0d080c;
  position: relative;
  overflow: hidden;
}
.second-food::after {
  position: absolute;
  content: "";
  top: -200px;
  left: -200px;
  background-image: url(../../imgs/main/BG.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 530px;
  height: 530px;
}
.second-food .col-12 {
  padding: 0;
}
.second-food ul {
  padding-left: 90px;
  list-style: none;
}
@media (max-width: 1440px) {
  .second-food ul {
    padding-left: 40px;
  }
}
@media (max-width: 1440px) {
  .second-food ul {
    padding-left: 40px;
  }
}
.second-food ul li {
  margin-bottom: 22px;
}
.second-food ul li h3 {
  font-family: Optll;
  font-size: 40px;
  font-weight: 400;
  line-height: 58px;
  text-align: left;
  color: #fff;
  position: relative;
}
@media (max-width: 1500px) {
  .second-food ul li h3 {
    font-size: 36px;
  }
}
@media (max-width: 1440px) {
  .second-food ul li h3 {
    font-size: 36px;
  }
}
@media (max-width: 1200px) {
  .second-food ul li h3 {
    font-size: 36px;
  }
}
@media (max-width: 786px) {
  .second-food ul li h3 {
    font-size: 30px;
  }
}
.second-food ul li p {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  color: #fff;
}
@media (max-width: 1200px) {
  .second-food ul li p {
    font-size: 20px;
  }
}
.second-food ul li a.btn {
  display: flex;
  justify-content: center;
  text-align: center;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  color: #fff;
  width: 180px;
  height: 52px;
  font-family: Optll;
  font-size: 12px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  align-items: center;
}
.second-food ul li a.btn img {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
.second-food ul li a.btn:hover {
  background-color: #E30613;
  text-decoration: none;
}

.third-food {
  background-color: #0d080c;
  position: relative;
  overflow: hidden;
}
.third-food::after {
  position: absolute;
  content: "";
  bottom: -200px;
  right: -200px;
  background-image: url(../../imgs/main/BG.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 530px;
  height: 530px;
}
.third-food .col-12 {
  padding: 0;
}
.third-food ul {
  padding-left: 90px;
  list-style: none;
}
@media (max-width: 1440px) {
  .third-food ul {
    padding-left: 40px;
  }
}
.third-food ul li {
  margin-bottom: 22px;
}
.third-food ul li h3 {
  font-family: Optll;
  font-size: 40px;
  font-weight: 400;
  line-height: 58px;
  text-align: left;
  color: #fff;
  position: relative;
}
@media (max-width: 1440px) {
  .third-food ul li h3 {
    font-size: 36px;
  }
}
@media (max-width: 1200px) {
  .third-food ul li h3 {
    font-size: 36px;
  }
}
@media (max-width: 786px) {
  .third-food ul li h3 {
    font-size: 30px;
  }
}
.third-food ul li p {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  color: #fff;
}
@media (max-width: 1200px) {
  .third-food ul li p {
    font-size: 20px;
  }
}
.third-food ul li a.btn {
  display: flex;
  justify-content: center;
  text-align: center;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  color: #fff;
  width: 180px;
  height: 52px;
  font-family: Optll;
  font-size: 12px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  align-items: center;
}
.third-food ul li a.btn img {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
.third-food ul li a.btn:hover {
  background-color: #E30613;
  text-decoration: none;
}

.gallery {
  background: #b03c40;
  background: linear-gradient(227deg, rgb(176, 60, 64) 4%, rgb(0, 0, 0) 22%, rgb(0, 0, 0) 74%, rgb(176, 60, 64) 100%);
  padding: 100px 24px;
}
.gallery .col-3 {
  padding: 12px;
}
@media (max-width: 1200px) {
  .gallery .col-3 {
    padding: 5px;
  }
}
@media (max-width: 991px) {
  .gallery .col-3 {
    padding: 2px;
  }
}
.gallery h3 {
  font-family: Optll;
  font-size: 36px;
  font-weight: 400;
  line-height: 58px;
  text-align: center;
  margin: 100px 0 40px 0;
  color: #fff;
  position: relative;
}
@media (max-width: 786px) {
  .gallery h3 {
    font-size: 24px;
  }
}
.gallery img {
  max-width: 100%;
}

section.about-us {
  background: #b03c40;
  background: linear-gradient(332deg, rgb(176, 60, 64) 0%, rgb(0, 0, 0) 50%, rgb(0, 0, 0) 100%);
  padding: 130px 0;
  color: #fff;
}
section.about-us h3 {
  font-family: Optll;
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
  text-align: left;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 768px) {
  section.about-us h3 {
    font-size: 24px;
  }
}
section.about-us p {
  font-family: Quicksand;
  text-align: center;
  margin-bottom: 56px;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
}
@media (max-width: 576px) {
  section.about-us p {
    font-size: 17px;
  }
}
section.about-us a.main-btn {
  color: #ffffff;
  padding: 10px 40px;
  gap: 8px;
  border-radius: 4px 0px 0px 0px;
  background-color: #E30613;
  font-family: Optll;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  width: Fixed 200px px;
  height: Hug 56px px;
  padding: 10px 24px 10px 24px;
  gap: 8px;
  border-radius: 4px 0px 0px 0px;
}
section.about-us a.main-btn:hover {
  color: #E30613;
  background-color: rgba(255, 255, 255, 0.75);
}

section.peyment-method {
  background-color: #ffffff;
}
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 {
  margin: 80px 0;
}
section.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
section.dl-app div.inner-content a.app-link-dl-container:hover img {
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
section.dl-app div.inner-content img.dl-app-link {
  margin-bottom: 50px;
  width: 170px;
}
@media (min-width: 768px) {
  section.dl-app div.inner-content img.dl-app-link {
    margin-bottom: 0;
    width: 150px;
  }
}
section.dl-app div.inner-content h3.dl-ur-app-heading {
  font-family: Quicksand;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 70px;
  margin-bottom: 56px;
  margin-top: 20px;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 1.9rem;
  }
}
@media (min-width: 992px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 2rem;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2021-12-20 14:30:57
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
section.reviews {
  padding: 150px 100px 100px 100px;
  background-image: url(../../imgs/hero/reviews-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1440px) {
  section.reviews {
    padding: 100px 50px 100px 50px;
  }
}
@media (max-width: 768px) {
  section.reviews {
    padding: 100px 0;
  }
}
section.reviews h3 {
  font-family: Optll;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 80px;
  position: relative;
}
@media (max-width: 786px) {
  section.reviews h3 {
    font-size: 24px;
  }
}
section.reviews .swiper {
  padding-bottom: 80px;
}
section.reviews .swiper .swiper-slide {
  align-self: center;
}
section.reviews .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
  z-index: 8;
}
section.reviews .swiper-pagination-bullet {
  background: #ddd;
}
section.reviews .swiper-pagination-bullet-active {
  background: #fff;
}
section.reviews .comment-quote {
  margin-bottom: 20px;
}
section.reviews img.comment-avatar {
  border-radius: 1%;
  width: 56px;
  height: 56px;
  margin-right: 20px;
}
section.reviews .comment-section {
  background: #393939;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 24px;
  border-radius: 4px;
}
section.reviews .comment-section .comment-text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
}
section.reviews .comment-section .comment-writter-name {
  font-size: 15px;
  font-weight: 700;
  line-height: 12px;
  text-align: left;
  margin-top: 16px;
  color: #e30613;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 10px;
  color: #E79FE1;
  align-items: center;
}
section.reviews .comment-section .stars img {
  width: 70px;
  height: 14px;
  margin-right: 8px;
}
section.reviews .comment-section .stars span {
  font-size: 10px;
}

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

.openinghours {
  color: #fff;
  background: #b03c40;
  background: linear-gradient(204deg, rgb(176, 60, 64) 0%, rgb(0, 0, 0) 50%, rgb(0, 0, 0) 100%);
  padding: 100px 0;
}
.openinghours .sitin-hours {
  font-family: Quicksand;
  font-size: 18px;
  font-weight: 500;
  line-height: 22.5px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.openinghours h3.mockup-title {
  margin-top: 80px;
  font-family: Optll;
  font-size: 30px;
  font-weight: 400;
  line-height: 49px;
  text-align: center;
  color: #fff;
}
.openinghours p.mockup-desc {
  font-size: 24px;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 40px;
}
.openinghours .shape {
  margin-right: -20px;
}
.openinghours #openinghour {
  border: 1px solid #fff;
  padding: 30px 30px 10px 30px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.3411764706);
}
.openinghours #openinghour .d-flex {
  position: relative;
}
.openinghours #openinghour .d-flex::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  width: 35%;
  height: 1px;
  background-color: #cdcdcd;
}
@media (max-width: 480px) {
  .openinghours #openinghour .d-flex::before {
    width: 20%;
  }
}
.openinghours #openinghour .d-flex::after {
  position: absolute;
  content: "";
  top: 45%;
  left: 0;
  right: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cdcdcd;
}
@media (max-width: 480px) {
  .openinghours #openinghour .d-flex::after {
    display: none;
  }
}
.openinghours #openinghour p {
  font-family: Quicksand;
  font-size: 40px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  padding: 16px 0;
  margin-bottom: 32px;
  color: #fff;
}
@media (max-width: 480px) {
  .openinghours #openinghour p {
    font-size: 15px;
    padding: 6px 0;
  }
}

.contact-us {
  background-color: #232123;
  color: #fff;
}
@media (max-width: 786px) {
  .contact-us {
    padding: 24px 24px;
  }
}
.contact-us .contact-title {
  color: #9AA3B2;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
}
.contact-us ul {
  padding: 0;
}
.contact-us ul li {
  list-style: none;
  margin-bottom: 24px;
}
.contact-us ul li h3 {
  font-family: Optll;
  font-size: 40px;
  font-weight: 500;
  line-height: 59px;
  text-align: left;
  color: #fff;
}
.contact-us ul li span {
  font-family: Quicksand;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}
.contact-us ul li .small-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  margin-top: 2px;
}
.contact-us ul li p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  margin-bottom: 0;
}
.contact-us ul li img.icons {
  width: 56px;
  height: 56px;
  margin-right: 24px;
}
.contact-us .social-media-links {
  margin-top: 40px;
}
.contact-us .social-media-links a img {
  width: 32px;
  margin-right: 9px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 17px;
  z-index: 99;
  font-size: 18px;
  border: 1px solid #E30613;
  outline: none;
  background-color: #ffffff;
  color: #E30613;
  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: #E30613;
}
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: #E30613;
  color: white;
}
::selection {
  background-color: #E30613;
  color: white;
}

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

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

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

section.copyright {
  background-color: #0d080c;
  color: #B3B3B3;
}
section.copyright .container {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
section.copyright a {
  color: #B3B3B3;
}

.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: 576px) {
  .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;
  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: 130px;
  justify-content: center;
  color: #fff;
  line-height: 2;
  padding: 8px 32px;
  border-radius: 20px;
  z-index: 105;
  background-color: #ff0000;
}
.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;
}

section.Booking {
  background-image: url(../../imgs/hero/booking-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 130px 0;
  color: #fff;
}
section.Booking h3 {
  font-family: Optll;
  font-size: 36px;
  font-weight: 400;
  line-height: 58px;
  text-align: left;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 768px) {
  section.Booking h3 {
    font-size: 26px;
    line-height: 38px;
  }
}
@media (max-width: 576px) {
  section.Booking h3 {
    font-size: 25px;
    line-height: 32px;
  }
}
section.Booking p {
  text-align: center;
  margin-bottom: 56px;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
}
@media (max-width: 576px) {
  section.Booking p {
    font-size: 17px;
  }
}
section.Booking a.main-btn {
  color: #ffffff;
  padding: 10px 40px;
  gap: 8px;
  border-radius: 4px 0px 0px 0px;
  background-color: #E30613;
  font-family: Optll;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  width: Fixed 200px px;
  height: Hug 56px px;
  padding: 10px 24px 10px 24px;
  gap: 8px;
  border-radius: 4px;
}
section.Booking a.main-btn:hover {
  color: #E30613;
  background-color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}/*# sourceMappingURL=style2.css.map */