.main-color {
  color: #CE2B37;
}

.gradient-text-sm {
  background: linear-gradient(to right, #009246 43%, #fff, #CE2B37 60%);
  padding-bottom: 5px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.gradient-text-lg {
  background: linear-gradient(to right, #009246 30%, #fff 40%, #CE2B37 70%);
  padding-bottom: 5px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

@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: Montserrat;
  src: url(../../Fonts/montserrat/Montserrat-Regular.ttf);
}
@font-face {
  font-family: Allura;
  src: url(../../Fonts/Allura/AlluraRegular.ttf);
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: Worksans !important;
  background-color: #fff;
  overflow-x: hidden;
}

.index-intro {
  width: 100%;
  background-image: url(../../imgs/hero/napoli-hero-section-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.index-intro .dark-overlay {
  background-color: rgba(0, 0, 0, 0.35);
}

.section-header {
  font-size: 60px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  font-weight: bolder;
  padding: 10px;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 900px) {
  .section-header {
    font-size: 50px;
  }
}
@media (max-width: 600px) {
  .section-header {
    font-size: 40px;
  }
}
@media (max-width: 400px) {
  .section-header {
    font-size: 30px;
  }
}

.snowflake {
  position: absolute;
  width: 27px;
  height: 27px;
  background: transparent;
  z-index: 999;
  background-image: url(../../imgs/snow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.dlApp {
  margin: 0 auto;
}

a.btn.main-btn {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 800;
  margin-top: 25px;
  padding: 12px 35px;
  border-radius: 15px;
  color: #000;
  background: linear-gradient(to right, #009246, #fff, #CE2B37 100%);
}
@media (max-width: 767px) {
  a.btn.main-btn {
    font-size: 15px;
    padding: 10px 15;
    max-width: 200px;
    margin: 20px auto 5px auto;
  }
}
a.btn.main-btn:hover {
  color: #CE2B37;
  background-color: rgba(255, 255, 255, 0.75);
}

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

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

header {
  padding: 0;
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
@media (max-width: 999px) {
  header {
    margin: 0;
  }
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .navbar-brand .shop-logo {
  padding: 10px 0;
  max-width: 140px;
}
@media (max-width: 1100px) {
  header .navbar-brand .shop-logo {
    max-width: 130px;
  }
}
@media (max-width: 480px) {
  header .navbar-brand .shop-logo {
    max-width: 110px;
  }
}
header section.menu-section .container-fluid {
  background-color: rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 25px;
  padding: 10px 20px;
}
header section.menu-section a.login-btn {
  background-color: #CE2B37;
  border-radius: 1px;
  padding: 12px 20px;
  color: #fff !important;
}
header section.menu-section a.login-btn:hover {
  background-color: #000;
}
@media (max-width: 1200px) {
  header section.menu-section a.login-btn {
    font-size: 14px;
    padding: 15px;
  }
}
header section.menu-section .navbar-expand-lg .navbar-nav {
  align-items: center;
}
@media (min-width: 991px) {
  header section.menu-section .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section .navbar-nav .nav-item.active .nav-link {
  color: #CE2B37;
  border-bottom: 4px solid #CE2B37 !important;
  padding: 0 !important;
}
@media (max-width: 991px) {
  header section.menu-section .navbar-nav .nav-item.active .nav-link {
    border: none !important;
  }
}
header section.menu-section nav {
  padding: 0;
}
@media (min-width: 991px) {
  header section.menu-section nav {
    display: flex;
    align-items: center;
  }
}
header section.menu-section nav .navbar-toggler-icon {
  background-image: unset !important;
}
header section.menu-section nav .navbar-toggler {
  color: #CE2B37;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav a.btn {
  background-color: #CE2B37;
  color: black;
}
header section.menu-section nav .header-links {
  justify-content: flex-end;
}
@media (max-width: 991px) {
  header section.menu-section nav .header-links {
    background-color: transparent;
    padding: 20px;
    width: 100%;
  }
}
header section.menu-section nav .header-links .nav-item {
  color: #000;
  font-family: Worksans;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  padding: 17px;
}
@media (max-width: 1200px) {
  header section.menu-section nav .header-links .nav-item {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  header section.menu-section nav .header-links .nav-item {
    padding-bottom: 10px;
    width: 100%;
    justify-content: center;
    display: flex;
  }
}
header section.menu-section nav .header-links .nav-item a.nav-link {
  color: #fff;
  padding: 0;
  font-size: 16px;
}
header section.menu-section nav .header-links .nav-item a.nav-link:hover {
  color: red;
}
@media (max-width: 1440px) {
  header section.menu-section nav .header-links .nav-item a.nav-link {
    border: none;
    font-size: 14px;
  }
}
@media (max-width: 1100px) {
  header section.menu-section nav .header-links .nav-item a.nav-link {
    font-size: 13px;
  }
}
header section.menu-section nav .header-links .nav-item .dropdown-menu {
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.25rem;
}
header section.menu-section nav .header-links .nav-item .dropdown-menu .dropdown-item {
  color: #CE2B37;
  z-index: 999;
}
header section.menu-section nav .header-links .nav-item .dropdown-menu .dropdown-item:focus,
header section.menu-section nav .header-links .nav-item .dropdown-menu .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #CE2B37;
}
header section.menu-section nav .right-part {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 991px) {
  header section.menu-section nav .right-part {
    display: none;
  }
}
header section.menu-section nav .navbar-social a {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  margin: 0px 4px 0px 0px;
  font-size: 17px;
  border-radius: 50%;
  width: 39px;
  justify-content: center;
  text-align: center;
  display: flex;
  align-items: center;
}
header section.menu-section nav .navbar-social a:hover {
  background-color: #fff;
  border: 2px solid transparent;
}
@media (max-width: 1200px) {
  header section.menu-section nav .navbar-social a:hover {
    background-color: #000;
  }
}
header section.menu-section nav .navbar-social a:hover i {
  color: #000;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  header section.menu-section nav .navbar-social a:hover i {
    color: #fff;
  }
}
@media (max-width: 1200px) {
  header section.menu-section nav .navbar-social a {
    color: #000;
    border: 2px solid #000;
  }
}
header section.menu-section nav .navbar-social a i {
  color: #fff;
}
@media (max-width: 1200px) {
  header section.menu-section nav .navbar-social a i {
    color: #000;
  }
}
@media (min-width: 768px) {
  header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

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

#slider .carousel-item {
  position: relative;
  min-height: 630px;
}
#slider .carousel-item .order-now {
  left: 10%;
  right: 10%;
  padding: 20px;
  flex-direction: column;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  #slider .carousel-item .order-now {
    padding: 10px;
  }
}
#slider .carousel-item .order-now p {
  font-size: 23px;
  font-weight: bolder;
}
#slider .carousel-item .order-now span {
  min-width: 50%;
  text-align: center;
  font-weight: bolder;
}
#slider .carousel-item .order-now h1 {
  font-size: 60px;
  color: #d82632;
  font-weight: bolder;
  text-shadow: -1px -1px #797979;
  text-transform: uppercase;
}

section.hero-section {
  color: #fff;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 8% 0%;
}
@media (max-width: 768px) {
  section.hero-section {
    padding: 45% 0%;
  }
}
section.hero-section .hero-content {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
}
section.hero-section .hero-content h1 {
  text-shadow: 4px 0px 0px #CE2B37;
  font-weight: bolder;
  padding: 10px 15px;
  font-size: 6rem;
  text-transform: uppercase;
  border-radius: 0 30px 30px 30px;
}
@media (max-width: 768px) {
  section.hero-section .hero-content h1 {
    font-size: 5.8rem;
  }
}
@media (max-width: 576px) {
  section.hero-section .hero-content h1 {
    text-align: center;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  section.hero-section .hero-content h1 {
    font-size: 3rem;
  }
}
@media (max-width: 380px) {
  section.hero-section .hero-content h1 {
    font-size: 2.8rem;
  }
}
section.hero-section .hero-content h3 {
  color: #CE2B37;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  section.hero-section .hero-content h3 {
    font-size: 1rem;
  }
}
@media (min-width: 576px) {
  section.hero-section .hero-content h3 {
    text-align: center;
  }
}
section.hero-section .hero-content p {
  font-size: 17px;
  text-shadow: 1px 1px 1px #000;
}
@media (min-width: 576px) {
  section.hero-section .hero-content p {
    text-align: center;
  }
}
section.hero-section .hero-content p.text-white {
  font-size: 25px;
  font-weight: bolder;
}
@media (min-width: 768px) {
  section.hero-section .hero-content p.text-white {
    font-size: 15px;
  }
}
section.hero-section .hero-content span {
  text-shadow: 0 0 16px #000;
  text-align: center;
  margin: auto;
  font-size: 1.3rem;
  letter-spacing: 0.08;
  font-weight: 800;
  padding: 5px;
  border-radius: 3px;
}
@media (min-width: 768px) {
  section.hero-section .hero-content span {
    font-size: 2rem;
  }
}
section.hero-section .hero-content a:not(:last-child) {
  color: #ffffff;
  background-color: #CE2B37;
}
section.hero-section .hero-content a {
  padding: 12px 35px;
  margin-right: 10px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 800;
  margin-top: 25px;
  padding: 12px 35px;
  border-radius: 15px;
}
@media (max-width: 767px) {
  section.hero-section .hero-content a {
    font-size: 15px;
    padding: 12px 35px;
  }
}
section.hero-section .hero-content a:hover {
  color: #CE2B37;
  background-color: rgba(255, 255, 255, 0.75);
}
section.hero-section img {
  width: 100%;
  box-shadow: 0px -1px 32px #f0f0f0;
  border-radius: 20px;
}

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

section.special {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 10% 6%;
  background-color: #CE2B37;
  background-color: #000;
}
@media (max-width: 991px) {
  section.special {
    padding: 40px 0;
  }
}
section.special h3 {
  margin-bottom: 52px;
}
section.special .card {
  transition: 0.6s ease all;
  margin: auto;
  min-height: 480px;
  padding: 0;
  padding-bottom: 20px;
  border-radius: 80px 80px 0 0;
  background-color: transparent;
  border: none;
}
section.special .card:hover {
  transform: scale(1.04);
}
section.special .card:hover .img-holder::after {
  color: #CE2B37;
  background-color: #fff;
  font-size: 25px;
}
section.special .card:hover a.btn {
  transition: 0.1s ease all;
  background: linear-gradient(to right, #009246, #FFFFFF, #CE2B37);
  color: #CE2B37;
}
section.special .card .img-holder {
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
section.special .card .img-holder::after {
  position: absolute;
  bottom: 20px;
  right: 60px;
  width: 50px;
  height: 50px;
  content: "+";
  font-weight: bolder;
  border-radius: 50%;
  background-color: #CE2B37;
  color: #fff;
  border: 2px solid #CE2B37;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
section.special .card .img-holder img {
  max-width: 80%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.special .card .card-body {
  padding: 10px;
  min-height: 145px;
}
section.special .card .card-body p {
  font-size: 1.1rem;
  padding-inline: 4%;
  color: #fff;
}
@media (max-width: 600px) {
  section.special .card .card-body p {
    font-size: 1rem;
  }
}
section.special .card div.card-footer {
  background-color: unset !important;
  border: none !important;
}
section.special .card div.card-footer a.btn {
  font-size: 1.3rem;
  background: linear-gradient(to right, #009246, #FFFFFF, #CE2B37);
  color: #000;
  border-radius: 5px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: bolder;
  height: 45px;
  margin: 0 auto;
  animation-duration: 1s;
  animation-iteration-count: 1;
}
section.special .card div.card-footer a.btn:hover {
  color: #CE2B37;
  background-color: #CE2B37;
}

.SpecialOffer {
  background-image: url(../../imgs/hero/napoli-discount.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.SpecialOffer .deals-inner {
  background-color: rgba(0, 0, 0, 0.65);
  padding: 15% 0;
  margin: 0;
}
@media (max-width: 600px) {
  .SpecialOffer .deals-inner {
    padding: 30% 0;
  }
}
.SpecialOffer p {
  text-align: center;
  margin: auto;
  font-size: 19px;
}
@media (max-width: 991px) {
  .SpecialOffer p {
    padding-inline: 5%;
    font-size: 16px;
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .SpecialOffer p {
    padding-inline: 5%;
    max-width: 100%;
  }
}

.Gallery {
  background-color: #000;
  padding: 40px 0;
}
.Gallery .swiper-gallery {
  padding: 40px 0;
}
.Gallery img {
  border-radius: 10px;
  transition: ease-in-out 0.7s;
  background-color: #009246;
  padding: 3px;
}
.Gallery img:hover {
  transform: scale(1.1);
}

section.about-us {
  background-color: #CE2B37;
}
section.about-us div.section-heading-div h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 70px;
  text-transform: capitalize;
  color: #CE2B37;
}
section.about-us div.about-us-content .about-us-img {
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1440px) {
  section.about-us div.about-us-content .about-us-img {
    padding: 20%;
  }
}
@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 .about-us-img img {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  border-radius: 0;
}
@media (max-width: 768px) {
  section.about-us div.about-us-content .about-us-img img {
    max-width: 100%;
  }
}
section.about-us div.about-us-content .about-us-img h5 {
  font-size: 30px;
  position: absolute;
  content: "";
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
}
@media (max-width: 350px) {
  section.about-us div.about-us-content .about-us-img h5 {
    font-size: 11px;
  }
}
section.about-us div.about-us-content div.shop-name-secoundry h4 {
  font-family: Quicksand-bold;
  font-size: 24px;
  line-height: 36px;
  color: white;
  margin-bottom: 50px;
  font-weight: bolder;
}
section.about-us div.about-us-content div.shop-about-text {
  padding: 12%;
}
@media (max-width: 1200px) {
  section.about-us div.about-us-content div.shop-about-text {
    padding: 2%;
  }
}
@media (max-width: 991px) {
  section.about-us div.about-us-content div.shop-about-text {
    padding: 5%;
  }
}
section.about-us div.about-us-content div.shop-about-text h3 {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 35px;
  line-height: 33px;
  font-weight: bolder;
  font-family: Worksans;
}
@media (max-width: 768px) {
  section.about-us div.about-us-content div.shop-about-text h3 {
    font-size: 23px;
    margin: 20px 0;
  }
}
section.about-us div.about-us-content div.shop-about-text p {
  color: white;
  font-size: 15px;
  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 {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    font-style: normal;
    font-weight: 400;
  }
}

section.peyment-method {
  background-color: #000;
  padding: 2% 0;
}
section.peyment-method div.row {
  padding: 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 */
.dl-app {
  background-color: #009246;
  color: #fff;
}
.dl-app h3 {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 25px;
  font-weight: bolder;
  font-family: Worksans;
}
.dl-app img.dl-app-link {
  margin-bottom: 0;
  width: 170px;
}
@media (max-width: 768px) {
  .dl-app img.dl-app-link {
    margin-bottom: 0;
    width: 200px;
  }
}
.dl-app img.app-mockup {
  max-width: 90%;
  padding: 5%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: auto;
}
@media (max-width: 991px) {
  .dl-app img.app-mockup {
    max-width: 50%;
  }
}
@media (max-width: 576px) {
  .dl-app img.app-mockup {
    max-width: 80%;
  }
}
.dl-app .dl-app-content {
  padding: 13% 17%;
  height: 100%;
  text-align: center;
}
@media (max-width: 991px) {
  .dl-app .dl-app-content {
    padding: 50px 0;
  }
}

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

footer {
  background-color: #000;
  color: #fff;
  padding: 6% 8%;
}
footer img#hygiene-rating {
  height: auto;
  width: 50%;
  border-radius: 15px;
}
footer ul {
  list-style: none;
}
@media (max-width: 768px) {
  footer ul {
    padding: 0;
  }
}
footer ul li a {
  color: #fff;
  font-size: 18px;
}
footer ul li a:hover {
  color: #CE2B37;
  text-decoration: none;
}
footer h5 {
  font-weight: bolder;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  footer h5 {
    font-size: 1.2rem;
  }
}
footer a img {
  max-width: 50%;
  margin-bottom: 20px;
}

section.foods-tags {
  padding: 1% 5%;
}
section.foods-tags ul {
  padding: 10px;
  margin-bottom: 0;
}
section.foods-tags ul li {
  list-style: none;
  display: inline-block;
  margin: 4px;
  text-transform: capitalize;
}
section.foods-tags ul li a {
  border-radius: 10px;
  border: 1px solid #fff;
  padding: 6px;
  background-color: #000;
  color: #fff;
  font-size: 0.8rem;
}
section.foods-tags ul li a:hover {
  text-decoration: none;
  background-color: #CE2B37;
  color: #fff;
}

section.find-us {
  background-image: url(../../imgs/hero/napoli-find-us.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 5% 0;
}
@media (max-width: 1200px) {
  section.find-us {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  section.find-us {
    padding: 50px 0 0 0;
  }
}
section.find-us .find-us-content {
  margin: auto;
  border-radius: 15px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.2392156863);
}
section.find-us h4 {
  color: #fff;
}
section.find-us h6 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 900;
}
section.find-us span {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
section.find-us a {
  color: #fff;
}
section.find-us a:hover {
  text-decoration-line: underline;
  color: #272042;
}
section.find-us .fa {
  color: #fff;
  font-size: 1rem;
}
section.find-us .fa-facebook-official,
section.find-us .fa-instagram {
  font-size: 1.5rem;
}
section.find-us iframe {
  border-radius: 15px;
}
section.find-us .mb-3 {
  text-align: center;
}
section.find-us p {
  font-size: 14px;
  color: #fff;
}
section.find-us #openinghour {
  max-width: 70%;
  margin: auto;
}

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

section.social-media {
  background-color: #000;
}
section.social-media h5 {
  color: #CE2B37;
}
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: #1a1a1a;
  color: #009246;
}
::selection {
  background-color: #1a1a1a;
  color: #009246;
}

::-moz-selection {
  background-color: #1a1a1a;
  color: #009246;
}

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

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

section.copyright {
  background-image: linear-gradient(to right, #009246, #FFFFFF, #CE2B37);
  border-top: 1px solid #000;
  color: #000;
}
section.copyright a.mealzo-link {
  color: #CE2B37 !important;
}
section.copyright .fa {
  color: #000;
}/*# sourceMappingURL=style2.css.map */