@font-face {
  font-family: Commissioner;
  src: url(../../Fonts/Commissioner/Commissioner-Regular.ttf);
}
@font-face {
  font-family: Commissioner-bold;
  src: url(../../Fonts/Commissioner/Commissioner-Bold.ttf);
}
body {
  font-family: Commissioner !important;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.dlApp {
  margin: 0 auto;
}

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

.section-header {
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 50px;
  margin-bottom: 25px;
  color: #000;
  text-align: center;
}
@media (max-width: 991px) {
  .section-header {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .section-header {
    font-size: 28px;
  }
}

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

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

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

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

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

.displayy {
  display: block !important;
}
@media (min-width: 768px) {
  .displayy {
    display: flex !important;
  }
}

.index-hero {
  background-image: url(../../imgs/hero/Pauls-fish-and-chicken-bar-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  max-width: 110px;
}
@media (min-width: 991px) {
  header .shop-logo {
    max-width: 150px;
  }
}
@media (min-width: 991px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section .navbar-expand-lg .navbar-nav {
  align-items: center;
}
header section.menu-section nav {
  padding: 0;
}
@media (min-width: 992px) {
  header section.menu-section nav {
    display: flex;
    align-items: center;
  }
}
header section.menu-section nav li {
  margin-left: 15px;
  display: flex;
}
@media (max-width: 991px) {
  header section.menu-section nav li {
    margin-bottom: 5px;
  }
}
header section.menu-section nav li a.nav-link {
  color: #fff !important;
  font-size: 17px;
}
@media (max-width: 1200px) {
  header section.menu-section nav li a.nav-link {
    font-size: 15px;
  }
}
header section.menu-section nav .dropdown-menu {
  background-color: #fff;
}
header section.menu-section nav .dropdown-menu .dropdown-item {
  color: #ae1c21;
}
header section.menu-section nav .dropdown-menu .dropdown-item:hover {
  background-color: #ae1c21;
  color: #fff;
}
header section.menu-section nav .navbar-toggler-icon {
  background-image: unset !important;
  color: #fff;
}
header section.menu-section nav .navbar-toggler {
  color: #fff;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav a.btn {
  background-color: #ae1c21;
  color: #fff;
}
header section.menu-section nav .header-links {
  justify-content: flex-end;
}
header section.menu-section .login-btn {
  color: #fff !important;
  background-color: #220c67;
  border-radius: 35px 35px 12px 12px !important;
  padding: 15px 20px !important;
}
@media (max-width: 1200px) {
  header section.menu-section .login-btn {
    padding: 15px 10px !important;
  }
}
@media (min-width: 768px) {
  header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

/* dwnloap app section */
.dl-app {
  padding: 40px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dl-app h3 {
  font-weight: bolder;
  margin-bottom: 20px;
  text-align: center;
}
.dl-app img {
  max-width: 200px;
  margin: 10px;
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
/* section hero */
section.hero-section {
  padding: 20px 0 100px 0;
  position: relative;
}
@media (max-width: 1200px) {
  section.hero-section {
    padding-bottom: 60px;
  }
}
section.hero-section:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: inline-block;
  z-index: 1;
  border-width: 10vw 50vw 0 0;
  border-color: transparent #fff transparent transparent;
  width: 0;
  height: 0;
  border-style: solid;
}
@media (max-width: 1220px) {
  section.hero-section:before {
    display: none;
  }
}
@media (max-width: 991px) {
  section.hero-section:before {
    display: block;
  }
}
@media (max-width: 768px) {
  section.hero-section:before {
    display: none;
  }
}
section.hero-section::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  z-index: 1;
  border-width: 0 50vw 10vw 0;
  border-color: transparent transparent #fff transparent;
  width: 0;
  height: 0;
  border-style: solid;
}
@media (max-width: 1220px) {
  section.hero-section::after {
    display: none;
  }
}
@media (max-width: 991px) {
  section.hero-section::after {
    display: block;
  }
}
@media (max-width: 768px) {
  section.hero-section::after {
    display: none;
  }
}
section.hero-section div.inner-content {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  section.hero-section div.inner-content {
    margin-left: 0;
  }
}
section.hero-section div.inner-content h1 {
  color: #fff;
  font-size: 35px;
  margin-bottom: 15px;
}
@media (max-width: 1270px) {
  section.hero-section div.inner-content h1 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  section.hero-section div.inner-content h1 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
section.hero-section div.inner-content p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  max-width: 80%;
}
@media (max-width: 1200px) {
  section.hero-section div.inner-content p {
    font-size: 97%;
    margin: 10px auto 20px auto;
  }
}
section.hero-section div.inner-content .Branch-btns {
  list-style: none;
  display: flex;
  padding: 0;
}
section.hero-section div.inner-content .Branch-btns a.btn {
  padding: 10px 35px;
  border-radius: 35px 35px 12px 12px !important;
  color: #fff;
  background-color: #220c67;
  margin-right: 15px;
  margin-bottom: 5px;
  width: 180px;
}
section.hero-section .inner-img {
  display: flex;
}
section.hero-section .inner-img img {
  width: 100%;
}

#slider .carousel-item {
  position: relative;
  min-height: 680px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#slider .carousel-item .hero-content {
  position: absolute;
  top: 0%;
  margin: 0 auto;
  right: 2%;
  left: 2%;
  padding: 20px;
  flex-direction: column;
  display: flex;
}
@media (max-width: 1200px) {
  #slider .carousel-item .hero-content {
    padding: 10px;
  }
}
#slider .carousel-item .hero-content .web-story {
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 20px;
}
#slider .carousel-item .hero-content .hero-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 50px auto 0 auto;
  padding: 30px;
  border-radius: 80px 0;
  background-color: rgb(255, 255, 255);
}
#slider .carousel-item .hero-content .hero-content-wrapper h2 {
  font-size: 90px;
  font-weight: bolder;
  color: #ae1c21;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  #slider .carousel-item .hero-content .hero-content-wrapper h2 {
    font-size: 60px;
  }
}
@media (max-width: 576px) {
  #slider .carousel-item .hero-content .hero-content-wrapper h2 {
    font-size: 40px;
  }
}
#slider .carousel-item .hero-content .hero-content-wrapper p {
  padding: 10px 15px;
  max-width: 600px;
  margin-bottom: 15px;
  text-align: center;
  color: #000;
  font-size: 20px;
}
#slider .carousel-item .hero-content .hero-content-wrapper a {
  background-color: #ae1c21;
  color: #fff;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 12px;
  width: 200px;
  height: 50px;
  margin-top: 20px;
  margin-left: 20px;
}
#slider .carousel-item .hero-content .hero-content-wrapper a:hover {
  color: #ae1c21;
  border-color: #ae1c21;
  background-color: #fff;
  box-shadow: #220c67 0px 7px 29px 0px;
}
@media (min-width: 992px) {
  #slider .carousel-item .hero-content .hero-content-wrapper a {
    margin-top: 12px;
  }
}
#slider .carousel-item.first {
  background-image: url(../../imgs/hero/HomePageHeader.jpg);
}
#slider .carousel-item.second {
  background-image: url(../../imgs/hero/HomePageHeader.jpg);
}
#slider .carousel-item.second h2 {
  text-shadow: 2px 2px #111;
}

/* special to try */
section.special {
  text-align: center;
  padding: 100px 0;
}
@media (max-width: 991px) {
  section.special {
    padding: 40px 0;
  }
}
section.special h3 {
  margin-bottom: 52px;
}
section.special .nav-tabs {
  border: none;
  border-bottom: 2px solid #ae1c21;
}
section.special .nav-tabs a.nav-link {
  color: black;
  margin: 0;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 0;
}
section.special .nav-tabs a.nav-link.active {
  color: #fff;
  background-color: #ae1c21;
}
section.special .nav-tabs a.btn {
  background-color: #fff;
  color: #ae1c21;
  border-color: #ae1c21;
  margin-top: 20px;
}
section.special .nav-tabs a.btn:hover {
  color: #fff;
  border-color: #ae1c21;
  background-color: #ae1c21;
}
@media (min-width: 992px) {
  section.special .nav-tabs a.btn {
    margin-top: 62px;
  }
}
section.special .nav-tabs div.order-container .d-flex {
  justify-content: space-evenly;
}
section.special .swiper {
  padding: 50px 0;
}
section.special .card {
  transition: 0.6s ease all;
  margin: auto;
  padding: 0;
  padding-bottom: 20px;
  background-color: #220c67;
  color: #fff;
}
@media (max-width: 768px) {
  section.special .card {
    min-height: -moz-max-content;
    min-height: max-content;
  }
}
section.special .card:hover {
  transform: scale(1.1);
}
section.special .card:hover a.btn {
  transition: 0.1s ease all;
  background-color: #ae1c21;
  color: #fff;
}
section.special .card .img-holder {
  padding: 0;
}
section.special .card .img-holder img {
  background-color: #ae1c21;
}
section.special .card .card-body {
  padding: 0 10px 10px 10px;
}
section.special .card .card-body p {
  font-size: 15px;
  color: #fff;
  padding: 20px 0;
}
section.special .card .card-body .card-title {
  font-size: 23px;
  margin-top: -20px;
  padding: 10px 0;
  font-weight: bolder;
  color: #ae1c21;
  background-color: #fff;
}
section.special .card div.card-footer {
  background-color: unset !important;
  border: none !important;
  padding: 0;
}
section.special .card div.card-footer a.btn {
  background-color: #ae1c21;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 5px;
  margin-top: 12px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 140px;
  height: 45px;
  margin: 0 auto;
  animation-duration: 1s;
  animation-iteration-count: 1;
  margin-bottom: -40px;
}
section.special .card div.card-footer a.btn:hover {
  color: #fff;
  border-color: #ae1c21;
  background-color: #ae1c21;
}

.main-banner {
  padding: 20px 0;
}
.main-banner img {
  border-radius: 5px;
  width: 100%;
}
@media (max-width: 768px) {
  .main-banner img {
    display: flex;
    justify-content: center;
    max-width: 80%;
  }
}

.main-text {
  background-color: #220c67;
  margin-top: 50px;
  padding: 20px;
  color: #fff;
}

.specialOffer {
  background-image: url(../../imgs/specialOffer/Pauls-fish-and-chicken-bar-fishandchips.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 550px;
  display: flex;
}
@media (max-width: 768px) {
  .specialOffer {
    background-attachment: unset;
    min-height: 300px;
  }
}
.specialOffer h3 {
  font-size: 37px;
  font-weight: bolder;
  font-family: worksans;
  text-align: center;
  padding: 0 15px;
  color: rgb(255, 0, 0);
  text-shadow: -3px -2px rgba(255, 255, 255, 0.6392156863);
  background-image: linear-gradient(to left, transparent, rgba(202, 202, 202, 0.2745098039), rgba(255, 255, 255, 0.4470588235), rgba(190, 190, 190, 0.2784313725), transparent);
  padding: 15px;
}
@media (max-width: 991px) {
  .specialOffer h3 {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .specialOffer h3 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .specialOffer h3 {
    font-size: 22px;
  }
}
.specialOffer ul {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.specialOffer ul li {
  list-style: none;
}
.specialOffer ul li a {
  color: #fff !important;
  background-color: #ae1c21;
  border-radius: 35px 35px 12px 12px !important;
  padding: 15px 20px !important;
  margin-right: 20px;
}
@media (max-width: 1200px) {
  .specialOffer ul li a {
    padding: 15px 10px !important;
  }
}

.pauls img {
  max-width: 100%;
  margin: 15px;
  border-radius: 20px;
}

section.about-us {
  background-color: #220c67;
  color: #fff;
  padding: 50px 0;
}
@media (max-width: 768px) {
  section.about-us {
    padding: 50px 0;
  }
}
section.about-us h3.main-section-heading {
  margin-bottom: 30px;
  text-transform: capitalize;
  font-weight: bolder;
  font-size: 38px;
  color: #ae1c21;
}
section.about-us p {
  color: #fff;
}
section.about-us .more-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 576px) {
  section.about-us .more-content {
    flex-direction: column;
  }
}
section.about-us .more-content .circle-img {
  padding: 5px;
  max-width: 90px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  section.about-us .more-content .circle-img {
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  section.about-us .more-content .circle-img {
    border-radius: 40px 40px 40px 0;
  }
}
section.about-us .more-content .more-header * {
  text-align: center;
}
section.about-us .more-content .more-header h4 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
section.about-us .more-content .more-header span {
  color: #fff;
  max-width: 270px;
  font-size: 14px;
}
@media (max-width: 576px) {
  section.about-us .more-content .more-header span {
    max-width: 400px;
  }
}
section.about-us a {
  border: 2px solid #ae1c21;
  background-color: #fff;
  color: #ae1c21;
  padding: 15px 25px;
  display: inline-flex;
  font-weight: 600;
}
section.about-us a:hover {
  text-decoration: none;
  background-color: #ae1c21;
  color: #fff;
}

section.find-us {
  padding: 50px;
}
@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 .section-header {
  margin-bottom: 70px;
}
section.find-us .detail-wrapper {
  background-image: url(../../imgs/hero/Pauls-fish-and-chicken-bar-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding: 20px;
}
section.find-us .detail-wrapper h6 {
  font-size: 20px;
  text-transform: capitalize;
  color: #ae1c21;
  font-weight: 900;
  background-color: #fff;
  margin: -50px auto 20px auto;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 12px 25px;
  border: 1px solid #ae1c21;
  border-radius: 5px;
}
section.find-us .detail-wrapper span {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
section.find-us .detail-wrapper a {
  color: #fff;
}
section.find-us .detail-wrapper a:hover {
  text-decoration-line: underline;
  color: #272042;
}
section.find-us .detail-wrapper .fa {
  color: #fff;
  font-size: 1rem;
}
section.find-us .detail-wrapper .fa-facebook-official,
section.find-us .detail-wrapper .fa-instagram {
  font-size: 1.5rem;
}
section.find-us .detail-wrapper .map-container {
  display: flex;
}
section.find-us .detail-wrapper .map-container iframe {
  border-radius: 0 0 10px 10px;
}

/* footer */
footer {
  padding-top: 20px;
  padding-bottom: 20px;
}
footer a.d-flex img.shop-logo {
  max-width: 242px;
  max-height: 50px;
}
footer ul {
  list-style: none;
}
footer ul li {
  margin-top: 20px;
}
footer ul li span {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #505050;
}
footer ul li a {
  color: #8b8ba5;
}
footer ul li a:hover {
  text-decoration-line: underline;
  color: #272042;
}
footer .fa {
  color: #ae1c21;
  font-size: 1rem;
}
footer .footer-title {
  margin-bottom: 30px;
}
footer .footer-title span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #272042;
}

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

section.copyright {
  background-color: #220c67;
  color: #fff;
}
section.copyright a.weetech-link {
  color: #ae1c21;
  text-transform: capitalize;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ae1c21;
  color: white;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 12px;
  transition: all 0.5s ease;
  border: 1px solid #ae1c21;
}
#myBtn:hover {
  color: #ae1c21;
  border: 1px dashed #ae1c21;
  background-color: white;
  box-shadow: #220c67 0px 7px 29px 0px;
}/*# sourceMappingURL=style2.css.map */