.main-color {
  color: #7d7b73;
}

@font-face {
  font-family: Popplins;
  src: url(../../Fonts/orleans/Orleans-Brightens.otf);
}
@font-face {
  font-family: Poppins;
  src: url(../../Fonts/Poppins/Poppins-Regular.ttf);
}
.title-font {
  font-family: orleans;
}

h1 {
  font-family: orleans !important;
  letter-spacing: 0.3em;
  font-size: 4rem;
}

h2, h3 {
  color: #fff;
  font-family: orleans !important;
  letter-spacing: 0.05em;
}

h2 {
  letter-spacing: 0.04em;
}

h3 {
  font-size: 5rem;
}
@media (max-width: 991px) {
  h3 {
    font-size: 3.5rem;
  }
}
@media (max-width: 756px) {
  h3 {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  h3 {
    font-size: 2.8rem;
  }
}

h4.title-font {
  font-size: 2.3rem;
  letter-spacing: 0.05em;
}
@media (max-width: 991px) {
  h4.title-font {
    font-size: 2.1rem;
  }
}
@media (max-width: 756px) {
  h4.title-font {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  h4.title-font {
    font-size: 1.8rem;
  }
}

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

img {
  width: 100%;
}

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}

.active.fade-left {
  animation: fade-left 0.5s ease-in;
}

@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.dlApp {
  margin: 0 auto;
}

html {
  scroll-behavior: smooth;
}

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

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}
.reveal.active .fade-left {
  animation: fade-left 1s ease-in;
}
.reveal.active .fade-right {
  animation: fade-right 1s ease-in;
}
.reveal.active .fade-bottom {
  animation: fade-bottom 1s ease-in;
}
@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-bottom {
  0% {
    transform: translateY(150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.Modal-btn {
  background-color: #7d7b73;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.modal-header .modal-title-container .modal-title {
  color: #000;
}
.modal-header .modal-title-container p {
  font-size: 14px;
  margin-bottom: 0;
  color: #000;
}

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

.displayy {
  justify-content: center;
}

.navbar-toggler {
  border: none !important;
}

.navbar-toggler-icon {
  background-image: unset !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

header {
  padding: 10px 0;
}
header .navbar-brand {
  font-size: 1rem !important;
  padding: 0 !important;
}
header .shop-logo {
  max-width: 70px;
}
@media (min-width: 991px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section {
  background-color: #7d7b73;
  margin: 10px 20px;
  border-radius: 10px;
}
header section.menu-section span.open-menu {
  align-self: center;
  z-index: 10;
}
@media (min-width: 768px) {
  header section.menu-section span.open-menu {
    display: none;
  }
}
header section.menu-section #myNav {
  display: block;
}
@media (min-width: 768px) {
  header section.menu-section #myNav {
    width: 100%;
  }
}
@media (min-width: 768px) {
  header section.menu-section #overlay-content {
    display: flex;
  }
}
header section.menu-section nav {
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 768px) {
  header section.menu-section nav {
    display: flex;
  }
}
header section.menu-section .closebtn {
  text-decoration: unset;
  position: absolute;
  top: 10px;
  font-size: 20px;
  right: 10%;
  font-size: 26px;
  z-index: 100;
  color: #f5f5f5;
}
@media (min-width: 768px) {
  header section.menu-section .closebtn {
    display: none;
  }
}
header section.menu-section a.nav-link {
  color: #fff !important;
  text-align: center;
  border-bottom: 1px solid transparent;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  margin-top: 20px !important;
}
header section.menu-section a.nav-link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: red !important;
  border-radius: 4px;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
@media (min-width: 768px) {
  header section.menu-section a.nav-link {
    margin-right: 15px;
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  header section.menu-section a.nav-link {
    font-size: 17px;
    padding: 13px 25px;
    font-weight: bolder;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  header section.menu-section a.nav-link {
    color: #f5f5f5;
  }
}
@media (max-width: 768px) {
  header section.menu-section a.nav-link:last-of-type {
    margin-bottom: 20px;
  }
}
header section.menu-section a.btn {
  background-color: #7d7b73;
  color: #fff;
}
@media (min-width: 768px) {
  header section.menu-section a.login-btn {
    padding: 8px 17px 6px 13px;
  }
}
@media (min-width: 992px) {
  header section.menu-section a.login-btn {
    padding: 14px 25px 13px 19px;
  }
}
@media (min-width: 768px) {
  header section.menu-section {
    position: static;
    display: flex !important;
    flex-direction: row;
  }
}
header section.menu-section .navbar-social .fa {
  color: #fff;
}
@media (min-width: 768px) {
  header section.menu-section .navbar-social {
    display: none;
  }
}
@media (max-width: 768px) {
  header section.menu-section .navbar-social {
    display: flex;
    justify-content: center;
  }
}
header .header-links {
  padding: 0 !important;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  header .header-links {
    padding: 12px;
  }
}

@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.valentine-gif {
  max-width: 100px !important;
}
@media (max-width: 480px) {
  .valentine-gif {
    max-width: 60px !important;
  }
}

.nav-item-order a.nav-link-order {
  margin: 0px !important;
  background-color: #37426C;
  border-radius: 8px;
  color: #fff !important;
  text-align: center;
  border-bottom: 1px solid transparent;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .nav-item-order a.nav-link-order {
    padding: 8px 30px;
  }
}
.nav-item-order a.nav-link-order:hover {
  color: #7d7b73 !important;
  background-color: #fff;
  border-bottom: none !important;
}
@media (min-width: 768px) {
  .nav-item-order a.nav-link-order {
    margin-right: 15px;
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .nav-item-order a.nav-link-order {
    font-size: 17px;
    padding: 13px 0px;
    font-weight: bolder;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .nav-item-order a.nav-link-order {
    color: #f5f5f5;
  }
}

.navbar-logo {
  padding: 15px;
  color: #fff;
}

.navbar-mainbg {
  background-color: #7d7b73;
  padding: 0px;
}

#navbarSupportedContent {
  overflow: hidden;
  position: relative;
}

#navbarSupportedContent ul {
  padding: 0px;
  margin: 0px;
}
@media (max-width: 991px) {
  #navbarSupportedContent ul {
    padding: 40px 0;
  }
}

#navbarSupportedContent ul li a i {
  margin-right: 10px;
}

#navbarSupportedContent li {
  list-style-type: none;
  float: left;
}

#navbarSupportedContent ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  display: block;
  padding: 20px 20px;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
}

#navbarSupportedContent > ul > li.active > a {
  color: #fff;
  background-color: transparent;
  transition: all 0.7s;
}

#navbarSupportedContent a:not(:only-child):after {
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  transition: 0.5s;
}

#navbarSupportedContent .active > a:not(:only-child):after {
  transform: rotate(90deg);
}

.hori-selector {
  display: inline-block;
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0px;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background-color: #37426C;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-top: 10px;
}

.hori-selector .right,
.hori-selector .left {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #37426C;
  bottom: 10px;
}

.hori-selector .right {
  right: -25px;
}

.hori-selector .left {
  left: -25px;
}

.hori-selector .right:before,
.hori-selector .left:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #7d7b73 !important;
}

.hori-selector .right:before {
  bottom: 0;
  right: -25px;
}

.hori-selector .left:before {
  bottom: 0;
  left: -25px;
}

@media (min-width: 992px) {
  .navbar-expand-custom {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-custom .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-custom .navbar-toggler {
    display: none;
  }
  .navbar-expand-custom .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  #navbarSupportedContent ul li a {
    padding: 12px 30px;
  }
  .hori-selector {
    margin-top: 0px;
    margin-left: 10px;
    border-radius: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .hori-selector .left,
  .hori-selector .right {
    right: 10px;
  }
  .hori-selector .left {
    top: -25px;
    left: auto;
  }
  .hori-selector .right {
    bottom: -25px;
  }
  .hori-selector .left:before {
    left: -25px;
    top: -25px;
  }
  .hori-selector .right:before {
    bottom: -25px;
    left: -25px;
  }
}
@media (max-width: 768px) {
  #navbarSupportedContent ul li a {
    padding: 0;
  }
}
/* section hero */
.hero-section {
  padding: 2px 0 2px 0;
  width: 100% !important;
}
.hero-section .container {
  max-width: 90%;
  margin: auto;
}
.hero-section div.inner-content h2 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: rgb(0, 0, 0);
}
@media (min-width: 768px) {
  .hero-section div.inner-content h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .hero-section div.inner-content h2 {
    font-size: 2rem;
  }
}
.hero-section div.inner-content h2 span.ten-off {
  text-decoration: underline;
  text-decoration-color: #7d7b73;
}
.hero-section div.inner-content p.hero-main-text {
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
@media (min-width: 768px) {
  .hero-section div.inner-content p.hero-main-text {
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  .hero-section div.inner-content p.hero-main-text {
    font-size: 1rem;
  }
}
.hero-section h1 {
  letter-spacing: 0.03em;
  text-shadow: 0 0 2px #000;
  font-size: 3.5rem;
}
@media (max-width: 991px) {
  .hero-section h1 {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .hero-section h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 488px) {
  .hero-section h1 {
    font-size: 2rem;
  }
}
.hero-section .hero-card-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100% !important;
}
.hero-section .hero-card-inner .hero-card {
  height: 570px;
  background: url(../../imgs/hero/Enfes-Sunerland-hero-bg.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border-radius: 20px;
  backdrop-filter: blur(0.7);
  background-color: rgba(125, 123, 115, 0.5);
  padding: 40px 20px;
}
.hero-section .hero-card-inner .hero-card img {
  width: 180px;
  margin-bottom: 40px;
  opacity: 0.8;
}
.hero-section .hero_logo {
  filter: drop-shadow(0 0 1px #000);
  max-width: 150px;
  display: flex;
  margin: 30px auto;
  justify-content: center;
}

.index-hero {
  background-color: #37426C;
}
.index-hero::before {
  content: "Feel Your Soul";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transform: rotate(-90deg);
  max-width: -moz-max-content;
  max-width: max-content;
  color: #fff;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1400px) {
  .index-hero::before {
    display: none;
  }
}

.buttons {
  padding: 24px;
  border-radius: 80px 0 0 0;
}
@media (max-width: 480px) {
  .buttons {
    flex-direction: column;
  }
}
.buttons a {
  color: #7d7b73;
  border-color: #7d7b73;
  background-color: #fff !important;
  border-radius: 8px;
  padding: 12px 30px;
  min-width: 160px;
  margin-top: 20px;
  margin: 20px 8px 8px 8px;
  border: 1px solid #fff;
}
.buttons a:hover {
  box-shadow: #000000 0px 4px 12px;
}
.buttons a:hover .fa {
  color: #7d7b73;
}
@media (max-width: 480px) {
  .buttons a {
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 5px auto;
  }
}
.buttons a .fa {
  color: #000000;
}

.highlight {
  color: #7d7b73;
}

.buffet-section {
  background: transparent;
}
.buffet-section p.buffet {
  text-shadow: 0 0 2px #000;
}
.buffet-section .buffet-card {
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  border-radius: 1em;
  width: 90%;
  padding: 10px 0;
}
@media (max-width: 756px) {
  .buffet-section .buffet-card {
    margin-bottom: 30px;
  }
}
.buffet-section ul {
  list-style: none;
  padding: 0;
}
.buffet-section ul li {
  line-height: 1.8em;
}
.buffet-section {
  padding: 30px 0;
}

footer.buffet {
  background: none;
  padding: 10px 0;
}

section.more-about-us-section {
  padding: 60px 0;
}
section.more-about-us-section div.section-heading-div h3 {
  font-weight: bolder;
  font-size: 35px;
  text-align: left;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #7d7b73;
}
@media (max-width: 991px) {
  section.more-about-us-section div.section-heading-div h3 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  section.more-about-us-section div.section-heading-div h3 {
    font-size: 22px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  section.more-about-us-section div.section-heading-div {
    text-align: center;
  }
}
section.more-about-us-section p {
  font-size: 16px;
  letter-spacing: -0.02em;
}
@media (max-width: 991px) {
  section.more-about-us-section p {
    text-align: center;
  }
}
section.more-about-us-section a {
  background-color: #7d7b73;
  color: #fff;
  border-radius: 2px !important;
  padding: 12px 25px;
  margin-top: 20px;
  transition: all 0.5s ease;
}
section.more-about-us-section a:hover {
  color: #fff;
  border-color: #7d7b73;
  background-color: #7d7b73;
  box-shadow: #000000 0px 4px 12px;
  transform: scale(0.9);
}
@media (max-width: 991px) {
  section.more-about-us-section a {
    margin: 0 auto;
    display: flex;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
section.more-about-us-section img {
  max-width: 95%;
  display: flex;
  margin: auto;
}

section.contact-us .map div {
  height: 100%;
}
@media (max-width: 768px) {
  section.contact-us .section-heading-div {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  section.contact-us .map {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  section.contact-us .map iframe {
    height: 300px;
  }
}

.fa {
  color: #fff;
}

.read-more-btn {
  transition: all ease-in-out 0.5s;
}

.read-more-btn:hover {
  transform: scale(1.02);
}

.read-more-btn2 a.deals {
  background-color: #7d7b73;
  color: #fff;
  border-radius: 0;
  padding: 12px;
  margin-top: 20px;
}
.read-more-btn2 a.deals:hover {
  background: #7d7b73;
  color: #fce1c7;
  border: 1px solid #fce1c7;
}
.read-more-btn2 a.deals:hover .fa {
  color: #fce1c7;
}

/* special to try */
section.special {
  background-image: url(../../imgs/special/mocktail.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 50px;
  padding: 80px 0;
}
@media (max-width: 992px) {
  section.special .container {
    max-width: 95% !important;
  }
}
section.special .special-desc {
  font-size: 1.6rem;
  font-style: italic;
}
section.special video {
  border-radius: 16px;
  max-width: 100%;
}
section.special .Special_card {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-color: rgba(19, 19, 19, 0.8588235294);
  backdrop-filter: blur(13px);
  text-align: center;
  border-radius: 24px;
  margin-bottom: 16px;
  border: 2px solid #7d7b73;
  padding: 10px;
  width: 100%;
}
section.special .Special_card img {
  border-radius: 24px 24px 0 0;
  height: 250px;
}
section.special .Special_card .card-title {
  letter-spacing: 0.11em;
  font-family: orleans;
  font-size: 1.3rem;
  border-bottom: 2px solid #fff;
  padding: 16px 16px 0;
  display: flex;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 8px auto;
}
@media (max-width: 1200px) {
  section.special .Special_card .card-title {
    font-size: 1.1rem;
  }
}
@media (max-width: 991px) {
  section.special .Special_card .card-title {
    font-size: rem;
  }
}
section.special .Special_card p {
  font-size: 1.2rem !important;
  padding: 16px;
  margin-bottom: 0;
}
section.special .Special_card a.btn {
  color: #fff;
  background-color: #7d7b73;
  padding: 10px 16px;
  border-radius: 24px;
  margin-bottom: 16px;
  margin-top: auto !important;
  align-self: center;
  width: 80%;
}
section.special .Special_card a.btn:hover {
  color: #7d7b73;
  border-color: #7d7b73;
  background-color: #fff !important;
  box-shadow: #000000 0px 4px 12px;
}
section.special .Special_card a.btn:hover .fa {
  color: #7d7b73;
}
section.special .card-one {
  min-height: 450px;
}
section.special .row.Special_card img.row_img1 {
  width: 100%;
  height: 100%;
  max-height: 380px !important;
  border-radius: 0 24px 24px 0 !important;
}
@media (max-width: 991px) {
  section.special .row.Special_card img.row_img1 {
    border-radius: 24px 24px 0 0 !important;
  }
}
section.special .row.Special_card1, section.special .row.Special_card2 {
  border: 2px solid #7d7b73;
  padding: 10px;
}
@media (max-width: 991px) {
  section.special .row.Special_card1, section.special .row.Special_card2 {
    display: none;
  }
}
section.special .row.Special_card1 a, section.special .row.Special_card2 a {
  width: 50%;
}
section.special .row.Special_card1 {
  background-color: rgba(19, 19, 19, 0.8588235294);
  backdrop-filter: blur(13px);
  text-align: center;
  border-radius: 24px;
  width: 100%;
}
section.special .row.Special_card1 .row_img2 {
  width: 100%;
  max-height: 380px !important;
  border-radius: 24px 0 0 24px !important;
}
@media (max-width: 991px) {
  section.special .row.Special_card1 .row_img2 {
    border-radius: 24px 24px 0 0 !important;
  }
}
section.special .row.Special_card1 .card-title {
  font-size: 1.5rem;
  border-bottom: 2px solid #fff;
  padding-top: 16px;
  display: flex;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 8px auto;
}
@media (max-width: 1200px) {
  section.special .row.Special_card1 .card-title {
    font-size: 1.1rem;
  }
}
@media (max-width: 991px) {
  section.special .row.Special_card1 .card-title {
    font-size: 1.5rem;
  }
}
section.special .row.Special_card1 p {
  font-size: 1.2rem !important;
  padding: 16px;
  margin-bottom: 0;
}
section.special .row.Special_card1 a.btn {
  color: #fff;
  background-color: #7d7b73;
  padding: 8px 16px;
  border-radius: 8px;
  margin-bottom: 16px;
  border-radius: 24px;
}
section.special .row.Special_card1 a.btn:hover {
  color: #7d7b73;
  border-color: #7d7b73;
  background-color: #fff !important;
  box-shadow: #000000 0px 4px 12px;
}
section.special .row.Special_card1 a.btn:hover .fa {
  color: #7d7b73;
}

.gallery {
  padding: 50px 0;
}
.gallery h3 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 40px;
}
.gallery .card {
  margin-bottom: 10px;
  background-color: transparent;
  border-radius: 8px;
}
.gallery .card img {
  border-radius: 8px;
  aspect-ratio: 4/5;
}

.specialOffer {
  padding: 80px 0;
}
.specialOffer img {
  margin-top: -30%;
  margin-bottom: -30%;
  max-width: 300px;
  margin-left: -200px;
}
@media (max-width: 1100px) {
  .specialOffer img {
    margin: 20px;
    margin-top: -200px;
  }
}
.specialOffer .offer-text {
  background-color: #7d7b73;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
  padding: 16px;
}
@media (max-width: 1100px) {
  .specialOffer .offer-text {
    justify-content: center;
    text-align: center;
    flex-direction: column;
    margin: 0;
    margin-top: 200px;
    border-radius: 0;
  }
}
.specialOffer .offer-text p {
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  font-weight: bolder;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .specialOffer .offer-text p {
    text-align: center;
  }
}
.specialOffer .offer-text a.btn {
  background-color: #fff;
  color: #7d7b73;
  padding: 12px 24px;
  border: 2px solid #fff;
  border-radius: 8px;
}
.specialOffer .offer-text a.btn:hover {
  color: #7d7b73;
  border-color: #7d7b73;
  background-color: #fff !important;
  box-shadow: #000000 0px 4px 12px;
}
@media (max-width: 991px) {
  .specialOffer .offer-text a.btn {
    margin-top: 20px;
  }
}

section.about-us {
  padding: 60px 0;
}
@media (max-width: 768px) {
  section.about-us {
    padding: 20px 0;
  }
}
section.about-us .about-us-content {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
@media (max-width: 992px) {
  section.about-us .about-us-content {
    padding: 0 20px;
    border: none;
  }
}
section.about-us a.mealzo {
  color: #7d7b73;
  font-weight: bolder !important;
  -webkit-text-decoration: solid !important;
          text-decoration: solid !important;
}
section.about-us div.section-heading-div h3 {
  font-weight: bolder;
  font-size: 30px;
  text-align: left;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #7d7b73;
}
@media (max-width: 991px) {
  section.about-us div.section-heading-div h3 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  section.about-us div.section-heading-div h3 {
    font-size: 22px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  section.about-us div.section-heading-div {
    text-align: center;
  }
}
section.about-us p {
  font-size: 16px;
  letter-spacing: -0.02em;
}
section.about-us a.btn {
  background-color: #7d7b73;
  color: #fff;
  border-radius: 8px;
  padding: 12px 25px;
  margin-top: 20px;
  transition: all 0.5s ease;
}
section.about-us a.btn:hover {
  color: #fff;
  border-color: #7d7b73;
  background-color: #7d7b73;
  box-shadow: #000000 0px 4px 12px;
  transform: scale(0.9);
}
@media (max-width: 991px) {
  section.about-us a.btn {
    display: flex;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
section.about-us img {
  max-width: 95%;
  position: relative;
  display: flex;
  margin: auto;
  height: 500px;
}
@media (max-width: 991px) {
  section.about-us img {
    height: auto;
  }
}
section.about-us .more-text {
  display: none;
}
section.about-us .read-more-container.expanded .more-text {
  display: block;
}
section.about-us button {
  background-color: transparent;
  outline: none;
  border: none;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.Catering {
  background-image: url(../../imgs/catering/Enfes-Restaurant-in-Sunderland-out.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}
.Catering .container-fluid {
  background-color: rgba(0, 0, 0, 0.6705882353);
  padding: 60px 16px;
}
.Catering .Catering_logo {
  max-width: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 16px auto;
}
.Catering .about-gulnar img, .Catering .about-gulnar video {
  aspect-ratio: 5/7;
}
.Catering .about-gulnar video {
  -o-object-fit: cover;
     object-fit: cover;
}
.Catering .card-title {
  font-size: 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .Catering .card-title {
    font-size: 2rem;
  }
}
.Catering a.btn {
  background-color: #7d7b73;
  color: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  margin-bottom: 16px;
}
.Catering a.btn:hover {
  color: #7d7b73;
  border-color: #7d7b73;
  background-color: #fff !important;
  box-shadow: #000000 0px 4px 12px;
}
.Catering a.btn:hover .fa {
  color: #7d7b73;
}
.Catering .swiper-slide {
  border-radius: 16px;
  display: flex;
}
.Catering .swiper-slide video {
  width: 100%;
  border-radius: 16px;
}
.Catering .swiper-slide img {
  width: 100%;
  border-radius: 16px;
}

/* dwnloap app section */
section.Our_vision {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../../imgs/about/Enfes-Sunerland-about-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
section.Our_vision h2 {
  font-size: 3rem;
  color: #fff;
}
@media (max-width: 991px) {
  section.Our_vision h2 {
    font-size: 2.8rem;
  }
}
@media (max-width: 756px) {
  section.Our_vision h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  section.Our_vision p {
    font-size: 16px;
  }
}
@media (max-width: 756px) {
  section.Our_vision p {
    font-size: 14px;
  }
}
section.Our_vision .container-fluid {
  padding: 80px;
}
@media (max-width: 991px) {
  section.Our_vision .container-fluid {
    padding: 40px;
  }
}
section.Our_vision .card {
  background-color: transparent;
  border: 35px solid #fff;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
}
@media (max-width: 991px) {
  section.Our_vision .card {
    border: 10px solid #fff;
    padding: 12px;
  }
}
section.Our_vision .card h3 {
  margin-bottom: 20px;
  font-size: 6rem;
  align-items: center;
}
section.Our_vision .card p {
  text-align: center;
}
section.Our_vision .card img {
  max-width: 200px;
}
@media (max-width: 768px) {
  section.Our_vision .card img {
    max-width: 110px;
  }
}
@media (max-width: 480px) {
  section.Our_vision .card img {
    max-width: 80px;
  }
}
@media (max-width: 380px) {
  section.Our_vision .card img {
    max-width: 40px;
  }
}
section.Our_vision .card .read-more-btn {
  background-color: #37426C;
  color: #fff;
  border-radius: 8px;
  padding: 12px 25px;
  margin-top: 20px;
}

section.reviews {
  padding: 80px;
  color: #000;
}
@media (max-width: 768px) {
  section.reviews {
    padding: 20px;
  }
}
section.reviews .card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-color: #7d7b73;
  border: none;
  margin: 10px;
  color: #fff;
  padding: 20px;
  border: 4px solid #37426C;
  border-radius: 20px;
}
section.reviews .card .customer-name {
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #37426C;
}
section.reviews .card .stars {
  max-width: 100px;
}
section.reviews .card .customer-review {
  width: 80%;
  margin: auto;
  text-align: center;
}
@media (max-width: 768px) {
  section.reviews .card .text-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
section.reviews .swiper {
  background-color: #7d7b73;
  border-radius: 24px;
  padding: 16px;
}
section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 33px;
  color: #fff;
}
@media (max-width: 576px) {
  section.reviews h3 {
    font-size: 25px;
  }
}
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: #7d7b73;
  margin-bottom: 9px;
  color: #fff;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}

/* footer */
footer {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../../imgs/footer/Enfes-Sunerland-footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: rgb(255, 255, 255);
  padding: 80px 0 0 0;
}
@media (max-width: 768px) {
  footer {
    padding: 40px;
  }
}
footer .footer-header {
  font-size: 38px;
  text-transform: capitalize;
  font-weight: bolder;
  color: #7d7b73;
}
@media (max-width: 480px) {
  footer .footer-header {
    font-size: 35px;
  }
}
footer .footer_logo {
  max-width: 50%;
}
@media (max-width: 991px) {
  footer .footer_logo {
    align-items: center;
    text-align: center;
    justify-content: center;
    display: flex;
    margin: auto;
  }
}
footer .fa {
  font-size: 1.25rem;
}
footer .footer-title {
  margin-bottom: 30px;
}
footer .footer-title span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #ffffff;
}
footer img.dl-app-link {
  margin-bottom: 20px;
  width: 170px;
}
@media (min-width: 768px) {
  footer img.dl-app-link {
    width: 180px;
  }
}
footer h3 {
  font-size: 20px;
  margin-top: 20px;
}
footer ul {
  padding: 0;
  list-style: none;
  text-align: left;
  margin-top: 40px;
}
@media (max-width: 768px) {
  footer ul {
    text-align: center;
    align-items: center;
  }
}
footer ul h5 {
  background: linear-gradient(#000, #000) bottom center/50% 1px no-repeat;
  margin-bottom: 25px;
  color: #fff;
  filter: contrast(150%);
  text-shadow: 0 0 2px #000;
}
footer ul li {
  list-style: none;
}
footer ul li a {
  color: #fff;
  line-height: 38px;
}
footer ul li a:hover {
  text-decoration: none;
  color: #7d7b73;
}

.footer-tags {
  padding: 10px 40px;
  margin: 0;
  display: flex;
  justify-content: center;
}
.footer-tags li {
  border-bottom: 1px solid #ddd;
  margin: 0 5px;
}
.footer-tags li a {
  padding: 2px 4px;
  margin: 2px;
  color: #fff;
  font-size: 11px;
}
.footer-tags li:hover {
  border-color: #7d7b73;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #7d7b73;
  color: white;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 12px;
  border: 1px solid #000000;
}
#myBtn:hover {
  color: #7d7b73;
  border: 1px dashed #7d7b73;
  background-color: #37426C;
  box-shadow: #000000 0px 7px 29px 0px;
}

.contactus {
  position: relative;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .contactus {
    padding: 40px 15px;
  }
}
.contactus .location {
  position: absolute;
  width: 130px;
  top: -6%;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .contactus .location {
    width: 80px;
    top: -2%;
    right: -71%;
  }
}
@media (max-width: 600px) {
  .contactus .location {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .contactus .map-responsive {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 56.25%;
    margin-top: 10px;
  }
}
.contactus .map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.contactus .card-title {
  font-size: 2.5rem;
}
.contactus .card {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../../imgs/contactus/contactus-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 24px;
  padding: 24px;
  min-height: 300px;
}
.contactus iframe {
  border-radius: 24px;
}
.contactus .col-12 {
  padding: 0;
}
.contactus a {
  color: #7d7b73;
  background-color: #fff;
  border-radius: 8px;
  padding: 12px 30px;
  margin-top: 20px;
  border: 1px solid #fff;
  max-width: -moz-max-content;
  max-width: max-content;
}
.contactus a:hover {
  color: #7d7b73;
  border-color: #7d7b73;
  background-color: #fff !important;
  box-shadow: #000000 0px 4px 12px;
}
.contactus a .fa {
  color: #000000;
}

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

::-moz-selection {
  background-color: #7d7b73;
  color: white;
}

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

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

section.copyright {
  color: rgb(255, 255, 255);
  margin-top: 10px;
}
@media (max-width: 768px) {
  section.copyright {
    margin-top: 40px;
  }
}
section.copyright a.weetech-link {
  color: #fff !important;
}/*# sourceMappingURL=style2.css.map */