@font-face {
  font-family: Poppins;
  src: url(../../Fonts/poppins/Poppins-Black.ttf);
}
@font-face {
  font-family: Robelia;
  src: url(../../Fonts/Robelia/Robelia.woff) format("woff"), url(../../Fonts/Robelia/Robelia.ttf) format("truetype"), url(../../Fonts/Robelia/Robelia.otf) format("opentype");
}
@font-face {
  font-family: Poppinsregular;
  src: url(../../Fonts/poppins/Poppins-Regular.ttf);
}
.main-color {
  color: #e2bf3c;
}

body {
  font-family: Poppins;
  color: #fff8e8;
  background-color: #fff;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

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

#myModal {
  color: #000;
  font-family: Poppinsregular !important;
}

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

.fade-left-hero {
  animation: fade-left-hero 2s ease-in-out;
  -webkit-animation: fade-left-hero 2s ease-in-out;
}

.fade-left-hero2 {
  animation: fade-left-hero 2.5s ease-in-out;
  -webkit-animation: fade-left-hero 2.5s ease-in-out;
}

.fade-left-hero3 {
  animation: fade-left-hero 3s ease-in-out;
  -webkit-animation: fade-left-hero 3s ease-in-out;
}

@keyframes fade-left-hero {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}

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

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

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

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

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

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

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

header {
  padding: 0 0;
  background-color: #0C0B09;
}
header .navbar-brand {
  font-size: 1.1rem !important;
}
header .navbar-nav {
  align-items: center;
}
@media (min-width: 1200px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header .navbar-nav svg {
  fill: #2c2927 !important;
}
header .dropdown-toggle:after {
  display: none;
}
header section.menu-section {
  background-color: #96B83D;
  display: flex;
  height: 120px;
}
header section.menu-section .navbar-expand-lg .navbar-nav {
  align-items: center;
}
@media (max-width: 1200px) {
  header section.menu-section {
    height: unset;
  }
}
header section.menu-section nav {
  padding: 0 10px;
}
@media (min-width: 1200px) {
  header section.menu-section nav {
    display: flex;
    align-items: center;
    padding: 0 32px 12px 0;
  }
}
header section.menu-section nav li {
  margin-left: 15px;
}
@media (max-width: 1200px) {
  header section.menu-section nav li {
    margin-left: 10px;
  }
}
header section.menu-section nav li a.nav-link {
  color: #fff !important;
  text-shadow: 0 2px 10px rgba(255, 255, 255, 0.45);
  font-size: 20px;
  font-family: Poppinsregular;
}
header section.menu-section nav li a.nav-link:hover {
  transform: translateY(-3px);
  transition: all 0.2s ease-in;
}
@media (max-width: 1200px) {
  header section.menu-section nav li a.nav-link {
    font-size: 15px;
  }
}
header section.menu-section nav li a.nav-link svg {
  margin-left: 4px;
}
header section.menu-section nav li a.nav-link svg g {
  fill: #fff;
}
header section.menu-section nav .dropdown-menu {
  background-color: #e2bf3c;
}
header section.menu-section nav .dropdown-menu .dropdown-item {
  color: #fff;
}
header section.menu-section nav .dropdown-menu .dropdown-item:hover {
  background-color: #fff;
  color: #e2bf3c;
}
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 .header-links {
  justify-content: flex-end;
}
header section.menu-section .login-btn {
  color: #fff !important;
}
@media (min-width: 768px) {
  header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
header .shop-name {
  padding: 18px;
}
@media (max-width: 756px) {
  header .shop-name {
    background-color: transparent;
    padding: 0;
  }
}
header .shop-name .shop-logo {
  width: 150px;
  border-radius: 20px;
}
@media (max-width: 756px) {
  header .shop-name .shop-logo {
    max-width: 100px;
    border-radius: 10px;
  }
}
header .buttons {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
header .buttons a.btn {
  background-color: #e2bf3c;
  padding: 6px 30px;
  border-radius: 5px;
  font-size: 18px;
  border: 1px solid #e2bf3c;
  color: #ffffff;
  font-family: Poppinsregular !important;
}
@media (max-width: 756px) {
  header .buttons a.btn {
    font-size: 14px;
  }
}
header .buttons a.btn:nth-child(2) {
  background-color: #96B83D;
  border: 1px solid #fff;
  color: #2c2927;
}

/* section hero */
.hero {
  position: relative;
  display: flex;
  margin-top: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero {
    margin-top: 0;
  }
}
.hero img#bg-img-main {
  width: 100%;
  height: 100vh;
  -o-object-fit: fill;
     object-fit: fill;
}
@media (max-width: 1200px) {
  .hero img#bg-img-main {
    display: none;
    height: 85vh;
  }
}
@media (max-width: 768px) {
  .hero img#bg-img-main {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hero #bg-img-mobile {
  display: none;
}
@media (max-width: 1200px) {
  .hero #bg-img-mobile {
    display: flex;
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hero .hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #dcc5ae;
  padding: 60px;
  position: absolute;
  left: 0%;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3882352941);
}
@media (max-width: 991px) {
  .hero .hero-section {
    padding: 60px 0;
  }
}
.hero .hero-section div.inner-content {
  width: 100%;
  margin: auto;
  margin-top: 22%;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .hero .hero-section div.inner-content {
    margin-top: 0 !important;
  }
}
@media (max-width: 576px) {
  .hero .hero-section div.inner-content {
    padding: 0;
  }
}
.hero .hero-section div.inner-content .logo {
  display: none;
}
.hero .hero-section div.inner-content .logo img {
  max-width: 200px;
}
@media (max-width: 1200px) {
  .hero .hero-section div.inner-content .logo {
    display: block;
  }
}
.hero .hero-section div.inner-content h1 {
  color: #fff;
  text-transform: capitalize;
  font-size: 3.7rem;
  text-align: center;
  font-family: Poppins;
  line-height: 74px;
  text-shadow: 0 2px 10px rgba(255, 255, 255, 0.45);
  margin-top: -80px;
}
@media (max-width: 1200px) {
  .hero .hero-section div.inner-content h1 {
    font-size: 3rem;
    margin-top: 0 !important;
  }
}
@media (max-width: 991px) {
  .hero .hero-section div.inner-content h1 {
    font-size: 2.6rem;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .hero .hero-section div.inner-content h1 {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .hero .hero-section div.inner-content h1 {
    font-size: 1.2rem;
    line-height: 37px;
  }
}
.hero .hero-section div.inner-content h1 .shop-off {
  text-decoration: underline;
  text-decoration-color: #e2bf3c;
}
.hero .hero-section div.inner-content p {
  margin-bottom: 0 !important;
  font-size: 26px;
  color: #e2bf3c;
  font-family: Poppinsregular;
}
@media (max-width: 991px) {
  .hero .hero-section div.inner-content p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .hero .hero-section div.inner-content p {
    font-size: 15px;
  }
}
.hero .hero-section div.inner-content a.btn {
  background-color: #96B83D;
  color: #fff;
  border-radius: 5px !important;
  padding: 14px 42px;
  margin: 18px 0;
  font-weight: bold;
  font-size: 1.2rem;
  max-width: -moz-max-content;
  max-width: max-content;
  font-family: Poppinsregular;
}
@media (max-width: 991px) {
  .hero .hero-section div.inner-content a.btn {
    margin: 10px;
    align-items: center;
    font-size: 1rem;
  }
}
.hero .hero-section div.inner-content a.btn + .btn {
  margin-left: 12px;
}
@media (max-width: 576px) {
  .hero .hero-section div.inner-content a.btn + .btn {
    margin-left: 8px;
  }
}
.hero .hero-section div.inner-content a.btn:hover {
  color: #e2bf3c;
  border-color: #e2bf3c;
  background-color: #fff;
  box-shadow: rgba(226, 191, 60, 0.3) 0px 7px 29px 0px;
}
.hero .hero-section div.inner-content a.btn.main-btn--outline {
  background-color: #fff;
  color: #0C0B09;
  border: 2px solid #fff;
}
.hero .hero-section div.inner-content a.btn.main-btn--outline:hover {
  color: #fff;
  border-color: #e2bf3c;
  background-color: #f3c650;
}
@media (min-width: 992px) {
  .hero .hero-section div.inner-content a.btn {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .hero .hero-section div.inner-content a.btn {
    padding: 10px;
  }
}
.hero .hero-section div.inner-content a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  -webkit-text-decoration: dotted;
          text-decoration: dotted;
  padding-bottom: 40px;
  transition: all 0.2s ease-in;
}
.hero .hero-section div.inner-content a:hover {
  color: #f3c650;
}

/* more about us section */
section.more-about-us-section {
  padding: 100px 0;
  margin: 0 80px;
  position: relative;
}
section.more-about-us-section:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../../imgs/hero/turkish-pattern-horizontal.jpg);
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 45px;
}
@media (max-width: 1200px) {
  section.more-about-us-section:after {
    height: 24px;
  }
}
section.more-about-us-section::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(16, 14, 11, 0.7), rgba(16, 14, 11, 0.7)), url(../../imgs/hero/wallpaper.jpg);
  background-repeat: repeat-y;
  background-position: center;
  background-size: contain;
  height: 100%;
  width: 45px;
}
@media (max-width: 1200px) {
  section.more-about-us-section::before {
    width: 24px;
  }
}
section.more-about-us-section h3.main-section-heading {
  margin-bottom: 50px;
}
section.more-about-us-section .circle-img {
  margin-bottom: 33px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  max-width: 120px;
}
section.more-about-us-section h4 {
  margin-bottom: 15px;
}
/* special to try */
section.special {
  color: #fff;
  text-align: center;
  padding: 80px;
  margin: 0 80px 0 0;
  position: relative;
}
@media (max-width: 991px) {
  section.special {
    padding: 40px;
    margin: 0 40px 0 0;
  }
}
@media (max-width: 576px) {
  section.special {
    padding: 40px 24px;
    margin: 0 20px 0 0;
  }
}
section.special:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../../imgs/hero/turkish-pattern-horizontal.jpg);
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 45px;
}
@media (max-width: 1200px) {
  section.special:after {
    height: 24px;
  }
}
section.special::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(16, 14, 11, 0.7), rgba(16, 14, 11, 0.7)), url(../../imgs/hero/wallpaper.jpg);
  background-repeat: repeat-y;
  background-position: center;
  background-size: contain;
  height: 100%;
  width: 45px;
}
@media (max-width: 1200px) {
  section.special::before {
    width: 24px;
  }
}
section.special ul {
  padding: 0;
}
section.special ul li {
  min-height: 600px;
  align-self: center;
  display: flex;
  margin: auto;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}
@media (max-width: 991px) {
  section.special ul li {
    min-height: unset;
  }
}
section.special ul li h2 {
  text-align: left;
  margin-bottom: 24px;
  font-family: Poppinsregular;
  font-size: 3rem;
}
@media (max-width: 1200px) {
  section.special ul li h2 {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  section.special ul li h2 {
    font-size: 1.6rem;
    margin-right: 5px;
  }
}
section.special ul li p {
  max-width: 95%;
  font-size: 19px;
}
@media (max-width: 576px) {
  section.special ul li p {
    font-size: 1rem;
  }
}
section.special ul li img {
  max-width: 100%;
  display: flex;
  margin: auto;
  justify-content: center;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  margin-top: -100px;
  margin-right: 5px;
}
@media (max-width: 991px) {
  section.special ul li img {
    margin-top: 20px;
  }
}
section.special ul li a.btn {
  margin: 0;
  justify-content: flex-start;
  max-width: -moz-max-content;
  max-width: max-content;
  text-decoration: underline;
  font-size: 25px;
  color: #e2bf3c;
}
@media (max-width: 576px) {
  section.special ul li a.btn {
    font-size: 18px;
  }
}

.border-right {
  border-color: #e2bf3c !important;
  border-width: 4px !important;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .border-right {
    border-color: transparent !important;
    border-width: 0 !important;
    padding-right: 0;
  }
}

#highlights {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)), url(../../imgs/special/special-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 7rem 0;
  min-height: 100vh;
}
#highlights .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#highlights .cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 991px) {
  #highlights .cards-grid {
    display: flex;
    flex-direction: column;
  }
}
#highlights .card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/5;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
  text-align: center;
  border-radius: 10px;
}
@media (max-width: 991px) {
  #highlights .card {
    aspect-ratio: 5/3;
  }
}
@media (max-width: 480px) {
  #highlights .card {
    aspect-ratio: 1/1;
  }
}
#highlights .card:hover .card-bg {
  transform: scale(1.06);
}
#highlights .card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: transform 0.6s;
  background-position: 70%;
}
#highlights .card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26, 20, 16, 0.9) 0%, rgba(26, 20, 16, 0.262) 55%, transparent 100%);
}
#highlights .card-content {
  position: relative;
  z-index: 1;
  padding: 2rem 1.75rem;
}
#highlights .card-label {
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 0.4rem;
}
#highlights .card-title {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  #highlights .card-title {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  #highlights .card-title {
    font-size: 35px;
    text-shadow: 1px 1px 10px #000;
  }
}
#highlights .card-link {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  border-radius: 10px;
  background-color: #e2bf3c;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 12px 40px;
  display: inline-block;
  transition: all 0.9s;
}
#highlights .card-link:hover {
  background: #fff;
  border-color: #fff;
}
#highlights .deals_wrapper {
  background-color: #e2bf3c;
  align-items: center;
  margin: 20px auto;
  padding: 24px;
  color: #000;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #highlights .deals_wrapper {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  #highlights .deals_wrapper h2 {
    font-size: 1.5rem;
  }
}
#highlights .deals_wrapper a.btn {
  background-color: #000;
  padding: 17px 50px;
  color: #e2bf3c;
  border-radius: 10px;
}

section.about-us {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 100vh;
}
@media (min-width: 1480px) {
  section.about-us {
    height: 120vh;
  }
}
@media (max-width: 1200px) {
  section.about-us {
    min-height: 100vh;
  }
}
@media (max-width: 576px) {
  section.about-us {
    min-height: 130vh;
  }
}
section.about-us #bg-img-about-us {
  position: absolute;
  width: 100%;
  height: 100vh;
  -o-object-fit: fill;
     object-fit: fill;
  opacity: 0.2;
}
@media (min-width: 1480px) {
  section.about-us #bg-img-about-us {
    height: 120vh;
  }
}
@media (max-width: 1200px) {
  section.about-us #bg-img-about-us {
    min-height: 100vh;
  }
}
@media (max-width: 576px) {
  section.about-us #bg-img-about-us {
    min-height: 130vh;
  }
}
section.about-us .container-fluid {
  padding: 1rem 0;
}
section.about-us img.logo {
  max-width: 200px;
}
section.about-us .container-fluid {
  display: flex;
  margin: auto;
  z-index: 4;
}
@media (max-width: 1200px) {
  section.about-us .container-fluid {
    top: 0%;
    left: 0%;
    padding: 20px;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
section.about-us .container-fluid .col-12 {
  background-color: #96B83D;
  padding: 20px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  position: relative;
}
section.about-us .container-fluid .col-12::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background-image: url(../../imgs/main/halal.jpeg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 5%;
  left: 5%;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  section.about-us .container-fluid .col-12::before {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 768px) {
  section.about-us .container-fluid .col-12::before {
    display: none;
  }
}
section.about-us .card {
  background-color: transparent;
  border: none;
  margin-left: -130px;
}
@media (max-width: 1200px) {
  section.about-us .card {
    margin-left: 0;
  }
}
section.about-us img {
  border-radius: 16px;
}
@media (max-width: 1200px) {
  section.about-us img {
    margin-top: 0;
  }
}
section.about-us h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  section.about-us h2 {
    font-size: 3rem;
  }
}
@media (max-width: 991px) {
  section.about-us h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  section.about-us h2 {
    font-size: 1.5rem;
  }
}
section.about-us .shop-about-text {
  padding: 25px 0;
  border-top: 1px solid #e2bf3c;
  border-bottom: 1px solid #e2bf3c;
  font-size: 20px;
  max-width: 70%;
  margin: 35px auto;
  font-family: Poppinsregular;
}
section.about-us .shop-about-text a {
  color: #000;
  font-weight: bold;
}
@media (max-width: 991px) {
  section.about-us .shop-about-text {
    max-width: 100%;
    font-size: 16px;
  }
}
section.about-us a.main-btn {
  background-color: #e2bf3c;
  color: #000;
  border-radius: 16px !important;
  padding: 15px 45px;
  margin: 20px auto;
  transition: 0.5s ease all;
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  font-weight: 600;
  font-size: 1.2rem;
  font-family: Poppinsregular;
}
section.about-us a.main-btn:hover {
  color: #e2bf3c;
  border-color: #e2bf3c;
  background-color: #fff;
  box-shadow: none;
  transform: scale(0.9);
}

.reviews {
  padding: 5.8rem 0 5.4rem 0;
  margin-top: 2rem;
  color: #2c2927;
  min-height: 90vh;
  position: relative;
}
@media (max-width: 991px) {
  .reviews {
    min-height: auto;
    padding: 4rem 0;
  }
}
.reviews .cb-hero-wave {
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  height: 280px;
  opacity: 0.7;
  pointer-events: none;
  overflow: hidden;
}
.reviews .cb-hero-wave .cb-wave-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.reviews .cb-hero-wave .cb-wave-line {
  fill: none;
  stroke: #e2bf3c;
  stroke-linecap: round;
  filter: drop-shadow(0 0 3px rgba(226, 191, 60, 0.4)) drop-shadow(0 0 8px rgba(226, 191, 60, 0.25)) drop-shadow(0 0 18px rgba(226, 191, 60, 0.15));
  transition: all 0.3s ease;
}
.reviews .cb-hero-wave .wave-1 {
  stroke-width: 2.5;
  opacity: 0.8;
  filter: drop-shadow(0 0 4px rgba(226, 191, 60, 0.6)) drop-shadow(0 0 10px rgba(226, 191, 60, 0.35)) drop-shadow(0 0 25px rgba(226, 191, 60, 0.2));
}
.reviews .cb-hero-wave .wave-2 {
  stroke-width: 1.5;
  opacity: 0.55;
  filter: drop-shadow(0 0 3px rgba(226, 191, 60, 0.4)) drop-shadow(0 0 10px rgba(226, 191, 60, 0.2));
}
.reviews .cb-hero-wave .wave-3 {
  stroke-width: 2;
  opacity: 0.65;
  filter: drop-shadow(0 0 4px rgba(226, 191, 60, 0.5)) drop-shadow(0 0 14px rgba(226, 191, 60, 0.25));
}
.reviews .cb-hero-wave .wave-4 {
  stroke-width: 1;
  opacity: 0.35;
  filter: drop-shadow(0 0 2px rgba(226, 191, 60, 0.35)) drop-shadow(0 0 8px rgba(226, 191, 60, 0.15));
}
.reviews .cb-hero-wave .wave-5 {
  stroke-width: 1.5;
  opacity: 0.4;
  filter: drop-shadow(0 0 3px rgba(226, 191, 60, 0.4)) drop-shadow(0 0 12px rgba(226, 191, 60, 0.18));
}
.reviews .cb-hero-wave-2 {
  position: absolute;
  top: 250px;
  left: 0;
  width: 100%;
  height: 280px;
  opacity: 0.3;
  pointer-events: none;
  overflow: hidden;
}
.reviews .cb-hero-wave-2 .cb-wave-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.reviews .cb-hero-wave-2 .cb-wave-line {
  fill: none;
  stroke: #e2bf3c;
  stroke-linecap: round;
  filter: drop-shadow(0 0 3px rgba(226, 191, 60, 0.4)) drop-shadow(0 0 8px rgba(226, 191, 60, 0.25)) drop-shadow(0 0 18px rgba(226, 191, 60, 0.15));
  transition: all 0.3s ease;
}
.reviews .cb-hero-wave-2 .wave-1 {
  stroke-width: 2.5;
  opacity: 0.8;
  filter: drop-shadow(0 0 4px rgba(226, 191, 60, 0.6)) drop-shadow(0 0 10px rgba(226, 191, 60, 0.35)) drop-shadow(0 0 25px rgba(226, 191, 60, 0.2));
}
.reviews .cb-hero-wave-2 .wave-2 {
  stroke-width: 1.5;
  opacity: 0.55;
  filter: drop-shadow(0 0 3px rgba(226, 191, 60, 0.4)) drop-shadow(0 0 10px rgba(226, 191, 60, 0.2));
}
.reviews .cb-hero-wave-2 .wave-3 {
  stroke-width: 2;
  opacity: 0.65;
  filter: drop-shadow(0 0 4px rgba(226, 191, 60, 0.5)) drop-shadow(0 0 14px rgba(226, 191, 60, 0.25));
}
.reviews .cb-hero-wave-2 .wave-4 {
  stroke-width: 1;
  opacity: 0.35;
  filter: drop-shadow(0 0 2px rgba(226, 191, 60, 0.35)) drop-shadow(0 0 8px rgba(226, 191, 60, 0.15));
}
.reviews .cb-hero-wave-2 .wave-5 {
  stroke-width: 1.5;
  opacity: 0.4;
  filter: drop-shadow(0 0 3px rgba(226, 191, 60, 0.4)) drop-shadow(0 0 12px rgba(226, 191, 60, 0.18));
}
.reviews .cb-hero-wave-3 {
  position: absolute;
  bottom: 120px;
  left: 0;
  width: 100%;
  height: 280px;
  opacity: 0.2;
  pointer-events: none;
  overflow: hidden;
}
.reviews .cb-hero-wave-3 .cb-wave-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.reviews .cb-hero-wave-3 .cb-wave-line {
  fill: none;
  stroke: #e2bf3c;
  stroke-linecap: round;
  filter: drop-shadow(0 0 3px rgba(226, 191, 60, 0.4)) drop-shadow(0 0 8px rgba(226, 191, 60, 0.25)) drop-shadow(0 0 18px rgba(226, 191, 60, 0.15));
  transition: all 0.3s ease;
}
.reviews .cb-hero-wave-3 .wave-1 {
  stroke-width: 2.5;
  opacity: 0.8;
  filter: drop-shadow(0 0 4px rgba(226, 191, 60, 0.6)) drop-shadow(0 0 10px rgba(226, 191, 60, 0.35)) drop-shadow(0 0 25px rgba(226, 191, 60, 0.2));
}
.reviews .cb-hero-wave-3 .wave-2 {
  stroke-width: 1.5;
  opacity: 0.55;
  filter: drop-shadow(0 0 3px rgba(226, 191, 60, 0.4)) drop-shadow(0 0 10px rgba(226, 191, 60, 0.2));
}
.reviews .cb-hero-wave-3 .wave-3 {
  stroke-width: 2;
  opacity: 0.65;
  filter: drop-shadow(0 0 4px rgba(226, 191, 60, 0.5)) drop-shadow(0 0 14px rgba(226, 191, 60, 0.25));
}
.reviews .cb-hero-wave-3 .wave-4 {
  stroke-width: 1;
  opacity: 0.35;
  filter: drop-shadow(0 0 2px rgba(226, 191, 60, 0.35)) drop-shadow(0 0 8px rgba(226, 191, 60, 0.15));
}
.reviews .cb-hero-wave-3 .wave-5 {
  stroke-width: 1.5;
  opacity: 0.4;
  filter: drop-shadow(0 0 3px rgba(226, 191, 60, 0.4)) drop-shadow(0 0 12px rgba(226, 191, 60, 0.18));
}
.reviews__inner {
  background-color: rgba(150, 184, 61, 0.3);
  padding: 2rem;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 991px) {
  .reviews__inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
@media (max-width: 991px) {
  .reviews__left {
    text-align: center;
  }
}
.reviews__left span {
  font-size: 2.8rem;
  margin-bottom: 1.2rem;
}
@media (max-width: 576px) {
  .reviews__left span {
    font-size: 1.9rem;
  }
}
.reviews__left p {
  font-size: 1.2rem;
  font-family: Poppinsregular;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
.reviews__link {
  color: #2c2927;
  text-decoration: underline;
  display: inline-block;
  font-size: 20px;
}
.reviews .review {
  background: #96B83D;
  backdrop-filter: blur(20px);
  border-radius: 30px;
  padding: 2rem;
  margin-bottom: 1.2rem;
  backdrop-filter: blur(15px);
  color: #fff;
}
@media (max-width: 576px) {
  .reviews .review {
    padding: 1.1rem;
  }
}
.reviews .review__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.6rem;
  gap: 0.8rem;
  font-family: Poppinsregular;
}
@media (max-width: 380px) {
  .reviews .review__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
  }
}
.reviews .review .stars {
  color: #f3c650;
  letter-spacing: 2px;
  white-space: nowrap;
  font-size: 0.9rem;
}
.reviews .review p {
  font-size: 1.2rem;
  font-family: Poppinsregular;
}
@media (max-width: 991px) {
  .reviews .review p {
    font-size: 1rem;
  }
}

.categories {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 500px;
  color: #fff8e8;
  box-shadow: inset 0 0 200px 50px rgba(255, 255, 255, 0.35);
}
.categories #bg-img-categories {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  opacity: 0.5;
}
.categories .container {
  padding: 1rem 0;
  position: relative;
  z-index: 2;
}
.categories .section-header {
  position: relative;
  text-align: center;
  margin-bottom: 3.5rem;
}
.categories .section-header::before, .categories .section-header::after {
  content: "";
  display: block;
  width: 96px;
  height: 1px;
  margin: 0 auto;
  background: linear-gradient(90deg, transparent, rgba(201, 162, 39, 0.7), transparent);
}
.categories .section-header::before {
  margin-bottom: 1.1rem;
}
.categories .section-header::after {
  margin-top: 1.1rem;
}
.categories .section-header span {
  display: block;
  color: #e2bf3c;
  font-size: 1.5rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-family: Poppinsregular;
}
@media (max-width: 992px) {
  .categories .section-header span {
    font-size: 1.1rem;
  }
}
.categories .section-header h3 {
  color: #2c2927;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
}
@media (max-width: 576px) {
  .categories .section-header h3 {
    font-size: 2rem;
  }
}
.categories .creative-carousel {
  will-change: opacity;
}
.categories .carousel-btn {
  will-change: transform;
}

@keyframes blob-float {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -25px) scale(1.08);
  }
  66% {
    transform: translate(-25px, 20px) scale(0.94);
  }
}
@keyframes smoke-drift {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    opacity: 0.22;
  }
  25% {
    transform: translate(30px, -25px) rotate(6deg) scale(1.12);
    opacity: 0.32;
  }
  50% {
    transform: translate(-20px, -50px) rotate(-4deg) scale(1.24);
    opacity: 0.16;
  }
  75% {
    transform: translate(-40px, -20px) rotate(5deg) scale(1.06);
    opacity: 0.3;
  }
  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    opacity: 0.22;
  }
}
@keyframes rays-spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes particle-float {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 0;
  }
  15% {
    opacity: 0.35;
  }
  85% {
    opacity: 0.25;
  }
  100% {
    transform: translateY(-70px) translateX(var(--drift, 0px));
    opacity: 0;
  }
}
@keyframes food-float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-14px) rotate(8deg);
  }
}
@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(26px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes card-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.creative-carousel {
  position: relative;
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.creative-carousel .carousel-track {
  position: relative;
  width: 100%;
  height: 100%;
  touch-action: pan-y;
  cursor: grab;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.creative-carousel .carousel-track:active {
  cursor: grabbing;
}
.creative-carousel.dragging .category-card {
  transition: box-shadow 0.45s ease, filter 0.45s ease;
}
.creative-carousel.dragging .category-card::before, .creative-carousel.dragging .category-card::after {
  opacity: 0;
}
.creative-carousel.dragging .category-card.center {
  transform: translate(-50%, -50%) translateY(var(--lift)) scale(1) rotate(var(--drag, 0deg));
}
.creative-carousel .carousel-btn {
  position: absolute;
  z-index: 20;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  font-size: 1.3rem;
  color: #fff8e8;
  background: rgba(150, 184, 61, 0.5);
  box-shadow: 0 0 0 1px rgba(226, 191, 60, 0.35);
  transition: all 0.3s ease;
}
.creative-carousel .carousel-btn:hover {
  transform: scale(1.05);
  background: rgba(150, 184, 61, 0.7);
  box-shadow: 0 0 0 1px rgba(226, 191, 60, 0.6), 0 0 24px rgba(226, 191, 60, 0.35);
}
.creative-carousel .carousel-btn.prev {
  left: 0;
}
.creative-carousel .carousel-btn.next {
  right: 0;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 2rem;
}
.carousel-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #555;
  cursor: pointer;
  transition: all 0.3s ease;
}
.carousel-dots span.active {
  background: #f3c650;
  transform: scale(1.3);
  box-shadow: 0 0 12px rgba(201, 162, 39, 0.7);
}

.category-card {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 420px;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  --lift: 0px;
  transform: translate(-50%, -50%) translateY(var(--lift)) scale(1);
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.45s ease, box-shadow 0.45s ease, filter 0.45s ease;
}
.category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.75) 0%, rgba(201, 162, 39, 0.12) 40%, rgba(255, 219, 130, 0.55) 65%, rgba(201, 162, 39, 0.2) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0.35;
  transition: opacity 0.45s ease;
}
.category-card::after {
  content: "";
  position: absolute;
  inset: 2px;
  z-index: 3;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 235, 185, 0.09), inset 0 0 22px rgba(201, 162, 39, 0.07);
  background: radial-gradient(30px 30px at 0% 0%, rgba(255, 219, 130, 0.16), transparent 70%), radial-gradient(30px 30px at 100% 0%, rgba(255, 219, 130, 0.16), transparent 70%), radial-gradient(30px 30px at 0% 100%, rgba(255, 219, 130, 0.16), transparent 70%), radial-gradient(30px 30px at 100% 100%, rgba(255, 219, 130, 0.16), transparent 70%);
  opacity: 0.3;
  transition: opacity 0.45s ease;
}
.category-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-drag: none;
  transition: transform 0.5s ease;
}
.category-card .overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 2rem;
}
.category-card .overlay h4 {
  background-color: #e2bf3c !important;
  color: #2c2927;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 1.7rem;
  margin: 0;
  font-family: Poppinsregular !important;
}
@media (max-width: 768px) {
  .category-card .overlay h4 {
    font-size: 1.3rem;
  }
}
.category-card:hover img {
  transform: scale(1.05);
}
.category-card.center {
  transform: translate(-50%, -50%) translateY(var(--lift)) scale(1);
  z-index: 5;
  opacity: 1;
  box-shadow: 0 24px 55px -22px rgba(0, 0, 0, 0.75), 0 0 34px -4px rgba(201, 162, 39, 0.28), 0 0 90px -22px rgba(201, 162, 39, 0.16);
}
.category-card.center::before {
  opacity: 1;
}
.category-card.center::after {
  opacity: 1;
}
.category-card.left, .category-card.right {
  transform: translate(calc(-50% - 320px), -50%) translateY(var(--lift)) scale(0.82);
  z-index: 3;
  opacity: 0.6;
  filter: brightness(0.8);
}
.category-card.right {
  transform: translate(calc(-50% + 320px), -50%) translateY(var(--lift)) scale(0.82);
}
.category-card.hidden-left, .category-card.hidden-right {
  transform: translate(calc(-50% - 800px), -50%) translateY(var(--lift)) scale(0.6);
  opacity: 0;
  z-index: 1;
}
.category-card.hidden-left::before, .category-card.hidden-left::after, .category-card.hidden-right::before, .category-card.hidden-right::after {
  opacity: 0;
}
.category-card.hidden-right {
  transform: translate(calc(-50% + 800px), -50%) translateY(var(--lift)) scale(0.6);
}
.category-card:hover {
  --lift: -8px;
  filter: brightness(1.1);
  box-shadow: 0 28px 60px -22px rgba(0, 0, 0, 0.8), 0 0 50px -6px rgba(201, 162, 39, 0.42), 0 0 120px -20px rgba(201, 162, 39, 0.2);
}
.category-card:hover::before {
  opacity: 1;
}
.category-card:hover::after {
  opacity: 1;
}

@media (prefers-reduced-motion: no-preference) {
  .categories .section-header {
    opacity: 0;
  }
  .categories.is-visible .section-header {
    animation: fade-up 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  }
  .categories.is-visible .category-card {
    animation: card-fade-in 0.7s ease backwards;
    animation-delay: calc(var(--card-index, 0) * 0.08s);
  }
}
@media (prefers-reduced-motion: reduce) {
  .categories .blob,
  .categories .smoke,
  .categories .light-rays,
  .categories .particle,
  .categories .food-deco,
  .categories .deco-line {
    animation: none !important;
  }
}
@media (max-width: 768px) {
  .creative-carousel {
    height: 420px;
  }
  .category-card {
    width: 280px;
    height: 380px;
  }
  .category-card.left {
    transform: translate(calc(-50% - 120px), -50%) translateY(var(--lift)) scale(0.75);
  }
  .category-card.right {
    transform: translate(calc(-50% + 120px), -50%) translateY(var(--lift)) scale(0.75);
  }
  .category-card .overlay {
    padding: 1.5rem;
  }
  .category-card .overlay h3 {
    font-size: 1.3rem;
  }
}
.photo {
  position: relative;
  text-align: right;
  padding-bottom: 3rem;
}
.photo__image img {
  width: 100%;
  transition: 6s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}
@keyframes move-it {
  0%, 90%, 100% {
    transform: translateY(2%);
  }
  45% {
    transform: translateY(-50%);
  }
}
@keyframes move-it-2 {
  0%, 90%, 100% {
    transform: translateY(-50%);
  }
  45% {
    transform: translateY(5%);
  }
}

/* footer */
footer {
  position: relative;
  padding: 80px;
  color: #2c2927;
  background: radial-gradient(1000px 480px at 50% 118%, rgba(226, 191, 60, 0.18), transparent 58%), linear-gradient(180deg, #fffdf5 0%, #96B83D 100%);
  box-shadow: inset 0 -120px 120px -80px rgba(226, 191, 60, 0.04);
  overflow: hidden;
}
@media (max-width: 991px) {
  footer {
    padding: 90px 0 130px 0;
    text-align: center;
  }
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(226, 191, 60, 0.14);
  border-top: none;
  pointer-events: none;
}
footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, transparent, #e2bf3c, transparent);
  pointer-events: none;
}
footer .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  footer .address-section {
    width: 50%;
    margin: auto;
  }
}
@media (max-width: 768px) {
  footer .address-section {
    width: 80%;
    margin: auto;
  }
}
footer li.footer-apps {
  display: flex;
  gap: 12px;
  padding: 12px 0 0 0;
}
footer li.footer-apps a {
  color: inherit;
}
footer li.footer-apps a:hover {
  color: inherit;
}
footer li.footer-apps a img {
  width: 150px;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
footer li.footer-apps a img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(226, 191, 60, 0.25);
}
@media (max-width: 480px) {
  footer li.footer-apps a img {
    width: 130px;
  }
}
@media (max-width: 991px) {
  footer li.footer-apps {
    justify-content: center;
  }
}
footer ul {
  padding: 0;
}
footer ul li {
  list-style: none;
  padding: 8px 0;
}
footer ul li a, footer ul li p {
  font-family: Poppinsregular;
}
footer a:not(.tripadvisor_wrapper):not(.footer-apps a) {
  color: #2c2927;
  position: relative;
  transition: color 0.3s ease, padding-left 0.3s ease;
}
footer a:not(.tripadvisor_wrapper):not(.footer-apps a):hover {
  color: #e2bf3c;
  padding-left: 6px;
}
footer ul.footer-card {
  list-style: none;
  background-color: #0f0d0a;
  padding: 15px;
  border-radius: 40px;
}
footer ul.footer-card li {
  margin-top: 8px;
}
footer ul.footer-card li span {
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  text-align: center;
}
footer ul.footer-card li a {
  color: #fff;
}
footer ul.footer-card li a:hover {
  text-decoration-line: underline;
  color: #e2bf3c;
}
footer .footer-title {
  margin-bottom: 30px;
}
footer .footer-title span {
  font-weight: bolder;
  font-size: 25px !important;
  line-height: 27px;
  color: #fff;
}
footer #openinghour {
  max-width: 70%;
}
@media (max-width: 991px) {
  footer #openinghour {
    margin: 10px auto;
  }
}
footer #openinghour .d-flex {
  padding: 8px 0;
}
footer #openinghour p {
  font-family: Poppinsregular;
}
footer h4 {
  position: relative;
  display: inline-block;
  font-family: Poppinsregular;
  font-size: 23px;
  padding-bottom: 14px;
  margin-bottom: 26px;
}
@media (max-width: 1025px) {
  footer h4 {
    font-size: 15px;
  }
}
footer h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #e2bf3c, rgba(226, 191, 60, 0.15));
}
@media (max-width: 991px) {
  footer h4::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

.contact-us {
  padding: 100px 80px;
  margin: 0 80px;
  position: relative;
}
@media (max-width: 991px) {
  .contact-us {
    padding: 80px 40px;
    margin: 0 80px 0 0;
  }
}
@media (max-width: 800px) {
  .contact-us {
    margin: 0 40px 0 0;
  }
}
@media (max-width: 576px) {
  .contact-us {
    margin: 0 20px 0 0;
    padding: 20px;
  }
}
.contact-us:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(16, 14, 11, 0.7), rgba(16, 14, 11, 0.7)), url(../../imgs/hero/wallpaper-horizontal.jpg);
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 45px;
}
@media (max-width: 1200px) {
  .contact-us:after {
    height: 24px;
  }
}
@media (max-width: 800px) {
  .contact-us:after {
    display: none;
  }
}
.contact-us::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(16, 14, 11, 0.7), rgba(16, 14, 11, 0.7)), url(../../imgs/hero/wallpaper.jpg);
  background-repeat: repeat-y;
  background-position: center;
  background-size: contain;
  height: 100%;
  width: 45px;
}
@media (max-width: 1200px) {
  .contact-us::before {
    width: 24px;
  }
}
.contact-us ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.contact-us ul li {
  display: inherit;
  align-items: center;
  padding: 4px;
}
.contact-us ul li .branch_name {
  font-size: 2.5rem;
  font-family: Poppinsregular;
}
@media (max-width: 480px) {
  .contact-us ul li .branch_name {
    font-size: 1.6rem;
  }
}
.contact-us ul li i {
  margin: 0 6px;
}
.contact-us ul li span {
  font-family: Poppinsregular;
}
.contact-us .footer-card-right {
  text-align: right !important;
}
@media (max-width: 991px) {
  .contact-us .footer-card-right {
    text-align: left;
  }
}
.contact-us .footer-card-right li {
  flex-direction: row-reverse;
}
.contact-us .footer-card-right li,
.contact-us .footer-card-right span {
  text-align: right;
}
@media (max-width: 991px) {
  .contact-us .footer-card-right li,
  .contact-us .footer-card-right span {
    text-align: left;
  }
}
.contact-us .footer-card-right li a,
.contact-us .footer-card-right span a {
  color: #F8DE8A;
}
.contact-us .footer-card-right li a:hover,
.contact-us .footer-card-right span a:hover {
  color: #C49E28;
}
.contact-us .footer-card-right li svg:hover,
.contact-us .footer-card-right span svg:hover {
  fill: #C49E28;
}
.contact-us .footer-card-right #openinghour {
  margin-left: auto;
}
@media (max-width: 991px) {
  .contact-us .footer-card-right #openinghour {
    margin-right: auto;
    margin-left: 0;
  }
}
.contact-us iframe {
  min-height: 150px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.contact-us #openinghour,
.contact-us #openinghour {
  width: 90%;
}

section.social-media {
  background-color: #171410;
}
section.social-media div.facebook i {
  color: #e2bf3c;
}
section.social-media div.facebook i:hover {
  transition: all 0.5s ease;
  filter: blur(1px);
  transform: scale(1.1);
}

section.copyright {
  background-color: #fff;
  color: #2c2927;
  border-top: 1px solid rgba(226, 191, 60, 0.28);
  font-family: Poppinsregular;
  padding-top: 22px;
  padding-bottom: 22px;
}
@media (max-width: 991px) {
  section.copyright {
    text-align: center;
    font-size: 10px;
  }
}
section.copyright a.weetech-link {
  color: #e2bf3c;
}

#myBtn {
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #e2bf3c;
  color: white;
  cursor: pointer;
  padding: 8px 11px;
  border-radius: 12px;
  transition: all 0.5s ease;
  border: 1px solid #e2bf3c;
}
#myBtn:hover {
  color: #e2bf3c;
  border: 1px dashed #e2bf3c;
  background-color: white;
  box-shadow: rgba(226, 191, 60, 0.3) 0px 7px 29px 0px;
}

.fixed-buttons {
  display: none;
  padding: 20px 0;
  position: fixed;
  width: 100%;
  bottom: 70px;
  justify-content: space-between;
  z-index: 9;
}
@media (max-width: 991px) {
  .fixed-buttons {
    display: flex;
  }
}
.fixed-buttons span {
  color: #000;
  font-size: 15px;
}
.fixed-buttons .booking-button {
  display: flex;
  flex-direction: column;
  background-color: #e2bf3c;
  padding: 15px 30px;
  border-radius: 0 30px 30px 0;
}
.fixed-buttons .header-button {
  display: flex;
  flex-direction: column;
  background-color: #e2bf3c;
  padding: 15px 30px;
  border-radius: 30px 0 0 30px;
}
.fixed-buttons img {
  max-width: 30px;
}

section.Specialoffer {
  background-image: url("../../imgs/special/Antioch-Dunfermline-specialOffer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  padding: 50px 0;
}
section.Specialoffer h1 {
  color: #fff;
  font-weight: bold;
}
section.Specialoffer h4 {
  color: #fff;
}

.explore {
  padding: 5rem 0 4rem;
  background: #fff;
  color: #000;
  position: relative;
}
.explore .cb-hero-wave {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  height: 280px;
  opacity: 0.5;
  pointer-events: none;
  overflow: hidden;
}
.explore .cb-hero-wave .cb-wave-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.explore .cb-hero-wave .cb-wave-line {
  fill: none;
  stroke: #e2bf3c;
  stroke-linecap: round;
  filter: drop-shadow(0 0 3px rgba(226, 191, 60, 0.4)) drop-shadow(0 0 8px rgba(226, 191, 60, 0.25)) drop-shadow(0 0 18px rgba(226, 191, 60, 0.15));
  transition: all 0.3s ease;
}
.explore .cb-hero-wave .wave-1 {
  stroke-width: 2.5;
  opacity: 0.8;
  filter: drop-shadow(0 0 4px rgba(226, 191, 60, 0.6)) drop-shadow(0 0 10px rgba(226, 191, 60, 0.35)) drop-shadow(0 0 25px rgba(226, 191, 60, 0.2));
}
.explore .cb-hero-wave .wave-2 {
  stroke-width: 1.5;
  opacity: 0.55;
  filter: drop-shadow(0 0 3px rgba(226, 191, 60, 0.4)) drop-shadow(0 0 10px rgba(226, 191, 60, 0.2));
}
.explore .cb-hero-wave .wave-3 {
  stroke-width: 2;
  opacity: 0.65;
  filter: drop-shadow(0 0 4px rgba(226, 191, 60, 0.5)) drop-shadow(0 0 14px rgba(226, 191, 60, 0.25));
}
.explore .cb-hero-wave .wave-4 {
  stroke-width: 1;
  opacity: 0.35;
  filter: drop-shadow(0 0 2px rgba(226, 191, 60, 0.35)) drop-shadow(0 0 8px rgba(226, 191, 60, 0.15));
}
.explore .cb-hero-wave .wave-5 {
  stroke-width: 1.5;
  opacity: 0.4;
  filter: drop-shadow(0 0 3px rgba(226, 191, 60, 0.4)) drop-shadow(0 0 12px rgba(226, 191, 60, 0.18));
}
.explore .cb-hero-wave-2 {
  position: absolute;
  top: 250px;
  left: 0;
  width: 100%;
  height: 280px;
  opacity: 0.3;
  pointer-events: none;
  overflow: hidden;
}
.explore .cb-hero-wave-2 .cb-wave-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.explore .cb-hero-wave-2 .cb-wave-line {
  fill: none;
  stroke: #e2bf3c;
  stroke-linecap: round;
  filter: drop-shadow(0 0 3px rgba(226, 191, 60, 0.4)) drop-shadow(0 0 8px rgba(226, 191, 60, 0.25)) drop-shadow(0 0 18px rgba(226, 191, 60, 0.15));
  transition: all 0.3s ease;
}
.explore .cb-hero-wave-2 .wave-1 {
  stroke-width: 2.5;
  opacity: 0.8;
  filter: drop-shadow(0 0 4px rgba(226, 191, 60, 0.6)) drop-shadow(0 0 10px rgba(226, 191, 60, 0.35)) drop-shadow(0 0 25px rgba(226, 191, 60, 0.2));
}
.explore .cb-hero-wave-2 .wave-2 {
  stroke-width: 1.5;
  opacity: 0.55;
  filter: drop-shadow(0 0 3px rgba(226, 191, 60, 0.4)) drop-shadow(0 0 10px rgba(226, 191, 60, 0.2));
}
.explore .cb-hero-wave-2 .wave-3 {
  stroke-width: 2;
  opacity: 0.65;
  filter: drop-shadow(0 0 4px rgba(226, 191, 60, 0.5)) drop-shadow(0 0 14px rgba(226, 191, 60, 0.25));
}
.explore .cb-hero-wave-2 .wave-4 {
  stroke-width: 1;
  opacity: 0.35;
  filter: drop-shadow(0 0 2px rgba(226, 191, 60, 0.35)) drop-shadow(0 0 8px rgba(226, 191, 60, 0.15));
}
.explore .cb-hero-wave-2 .wave-5 {
  stroke-width: 1.5;
  opacity: 0.4;
  filter: drop-shadow(0 0 3px rgba(226, 191, 60, 0.4)) drop-shadow(0 0 12px rgba(226, 191, 60, 0.18));
}
.explore .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
.explore .section-header span {
  display: block;
  color: #e2bf3c;
  font-size: 1.5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
  font-family: Poppinsregular;
}
@media (max-width: 991px) {
  .explore .section-header span {
    font-size: 1.2rem;
  }
}
.explore .section-header h2 {
  font-size: 2.9rem;
  font-weight: 700;
}
@media (max-width: 991px) {
  .explore .section-header h2 {
    font-size: 2.1rem;
  }
}
.explore__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.8rem;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1 !important;
}
.explore .card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 380px;
}
.explore .card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.explore .card:hover img {
  transform: scale(1.08);
}
.explore .card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.8rem;
  background: linear-gradient(transparent, rgba(150, 184, 61, 0.85));
  text-align: center;
}
.explore .card__content h3 {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-family: Poppinsregular;
}
.explore .card__content .btn {
  font-family: Poppinsregular !important;
}

.promo-banner {
  background: #f3c650;
  color: #0C0B09;
  border-radius: 12px;
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.promo-banner h3 {
  font-size: 1.75rem;
  margin-bottom: 0.2rem;
  font-weight: 600;
}
.promo-banner p {
  font-size: 1.15rem;
  font-weight: 500;
}

.parallax-story {
  position: relative;
  height: 620px;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  background: #fff;
  border-top: 1px solid rgba(201, 162, 39, 0.18);
  border-bottom: 1px solid rgba(201, 162, 39, 0.18);
  /* =========================================
     PARALLAX IMAGE
     ========================================= */
}
.parallax-story__media {
  position: absolute;
  top: -18%;
  left: 0;
  width: 100%;
  height: 136%;
  z-index: -3;
  will-change: transform;
  overflow: hidden;
}
.parallax-story__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.08);
  filter: saturate(0.82) contrast(1.08);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.parallax-story {
  /* =========================================
     CINEMATIC OVERLAY
     ========================================= */
}
.parallax-story__overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg, rgba(150, 184, 61, 0.3) 0%, rgba(150, 184, 61, 0.2) 27%, rgba(150, 184, 61, 0.06) 62%, rgba(150, 184, 61, 0.18) 100%), linear-gradient(180deg, rgba(150, 184, 61, 0.08), transparent 35%, rgba(150, 184, 61, 0.2));
}
.parallax-story {
  /* =========================================
     EDITORIAL FRAME
     ========================================= */
}
.parallax-story__frame {
  position: absolute;
  inset: 44px;
  border: 1px solid rgba(243, 198, 80, 0.28);
  pointer-events: none;
}
.parallax-story__frame::before, .parallax-story__frame::after {
  content: "";
  position: absolute;
  width: 75px;
  height: 75px;
  border-color: rgba(243, 198, 80, 0.8);
  border-style: solid;
}
.parallax-story__frame::before {
  top: -1px;
  left: -1px;
  border-width: 2px 0 0 2px;
}
.parallax-story__frame::after {
  right: -1px;
  bottom: -1px;
  border-width: 0 2px 2px 0;
}
.parallax-story {
  /* =========================================
     CONTENT
     ========================================= */
}
.parallax-story__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(650px, 85%);
  color: #fff;
  text-align: center;
  pointer-events: auto;
}
.parallax-story__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 22px;
  color: #fff;
  font-size: 27px;
  font-family: Poppinsregular;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.parallax-story__eyebrow::before, .parallax-story__eyebrow::after {
  content: "";
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(215, 179, 74, 0.9));
}
.parallax-story__eyebrow::after {
  background: linear-gradient(90deg, rgba(215, 179, 74, 0.9), transparent);
}
.parallax-story h2 {
  margin: 0;
  color: #fff;
  font-size: 76px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.045em;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.45);
}
.parallax-story h2 em {
  font-style: normal;
  font-weight: 400;
}
.parallax-story__line {
  margin: 30px auto 22px;
}
.parallax-story p {
  margin-left: auto;
  margin-right: auto;
}
.parallax-story .btn {
  padding: 12px 50px;
  font-size: 18px;
  background-color: #96B83D;
}
.parallax-story .btn:hover {
  background-color: #fff;
  border: 1px solid #e2bf3c;
}

/* =========================================
   DESKTOP
   ========================================= */
@media (min-width: 992px) {
  .parallax-story {
    height: 650px;
  }
  .parallax-story__content {
    left: 50%;
    width: min(700px, 80%);
  }
  .parallax-story h2 {
    font-size: clamp(46px, 5.5vw, 57px);
  }
}
/* =========================================
   TABLET
   ========================================= */
@media (min-width: 768px) and (max-width: 991px) {
  .parallax-story {
    height: 550px;
  }
  .parallax-story__frame {
    inset: 30px;
  }
  .parallax-story__content {
    top: 50%;
    left: 50%;
    width: min(650px, 82%);
    transform: translate(-50%, -50%);
  }
  .parallax-story__eyebrow {
    font-size: 19px;
    letter-spacing: 0.22em;
    gap: 12px;
  }
  .parallax-story__eyebrow::before, .parallax-story__eyebrow::after {
    width: 32px;
  }
  .parallax-story h2 {
    font-size: clamp(48px, 7vw, 68px);
  }
  .parallax-story__line {
    margin: 25px auto 20px;
  }
  .parallax-story p {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 1.7;
  }
}
/* =========================================
   MOBILE
   ========================================= */
@media (max-width: 767px) {
  .parallax-story {
    height: 500px;
  }
  .parallax-story__media {
    top: -10%;
    height: 120%;
  }
  .parallax-story__media img {
    transform: scale(1.08);
  }
  .parallax-story__frame {
    inset: 20px;
  }
  .parallax-story__content {
    top: 50%;
    left: 50%;
    width: calc(100% - 50px);
    max-width: 500px;
    transform: translate(-50%, -50%);
  }
  .parallax-story__eyebrow {
    gap: 9px;
    margin-bottom: 17px;
    font-size: 9px;
    letter-spacing: 0.15em;
    line-height: 1.4;
    white-space: nowrap;
  }
  .parallax-story__eyebrow::before, .parallax-story__eyebrow::after {
    width: 22px;
    flex-shrink: 0;
  }
  .parallax-story h2 {
    font-size: clamp(38px, 11vw, 54px);
    line-height: 1.2;
    letter-spacing: -0.035em;
  }
  .parallax-story__line {
    width: 60px;
    margin: 22px auto 17px;
  }
  .parallax-story p {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    line-height: 1.65;
  }
  .parallax-story .btn {
    padding: 10px 32px;
    font-size: 15px;
  }
}
/* =========================================
   SMALL PHONES
   ========================================= */
@media (max-width: 400px) {
  .parallax-story {
    height: 460px;
  }
  .parallax-story__frame {
    inset: 16px;
  }
  .parallax-story__content {
    width: calc(100% - 42px);
  }
  .parallax-story__eyebrow {
    gap: 7px;
    font-size: 14px;
    letter-spacing: 0.12em;
  }
  .parallax-story__eyebrow::before, .parallax-story__eyebrow::after {
    width: 17px;
  }
  .parallax-story h2 {
    font-size: 38px;
  }
  .parallax-story p {
    max-width: 285px;
    font-size: 12px;
  }
}
/* =========================================
   ACCESSIBILITY
   ========================================= */
@media (prefers-reduced-motion: reduce) {
  .parallax-story__media {
    transform: none !important;
  }
}
.btn {
  display: inline-block;
  padding: 6px 24px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.25s ease;
  cursor: pointer;
  border: 2px solid transparent;
  font-family: Poppinsregular !important;
}
.btn--primary {
  background: #f3c650;
  color: #0C0B09;
}
.btn--primary:hover {
  background: rgb(240.3818181818, 185.5636363636, 41.8181818182);
}
.btn--outline {
  background: transparent;
  border-color: #f3c650;
  color: #f3c650;
}
.btn--outline:hover {
  background: #f3c650;
  color: #0C0B09;
}
.btn--outline-light {
  background: transparent;
  border-color: #fff8e8;
  color: #fff8e8;
}
.btn--outline-light:hover {
  background: #fff8e8;
  color: #0C0B09;
}
.btn--dark {
  background: #0C0B09;
  color: #fff8e8;
}
.btn--dark:hover {
  background: rgb(41.1428571429, 37.7142857143, 30.8571428571);
  color: #f3c650;
}
.btn--gold {
  background: linear-gradient(135deg, #f3c650, #C49E28);
  color: #0C0B09;
  border-radius: 50px;
  border: 2px solid #f3c650;
  transition: all 0.3s ease;
}
.btn--gold:hover {
  background: linear-gradient(135deg, rgb(240.3818181818, 185.5636363636, 41.8181818182), rgb(162.1152542373, 130.6847457627, 33.0847457627));
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(243, 198, 80, 0.35);
}
.btn--lg {
  padding: 1rem 2.2rem;
  font-size: 1.05rem;
}
.btn--small {
  padding: 0.35rem 0.8rem;
  font-size: 0.8rem;
  background: #3897f0;
  color: white;
  border-radius: 4px;
}/*# sourceMappingURL=style2.css.map */