@font-face {
  font-family: "Nakheel-TextBold";
  src: url("../fonts/Nakheel-TextBold.eot");
  src: url("../fonts/Nakheel-TextBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Nakheel-TextBold.woff2") format("woff2"), url("../fonts/Nakheel-TextBold.woff") format("woff");
}
@font-face {
  font-family: "Nakheel-TextRegular";
  src: url("../fonts/Nakheel-TextRegular.eot");
  src: url("../fonts/Nakheel-TextRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/Nakheel-TextRegular.woff2") format("woff2"), url("../fonts/Nakheel-TextRegular.woff") format("woff");
}
h1.invisible,
h2.invisible,
h3.invisible {
  opacity: 0;
  margin: 0;
  height: 0;
}

body {
  font-family: "Nakheel-TextRegular";
  overflow-x: hidden;
}
@media (max-width: 1024px) {
  body:has(.navbar-collapse.show) {
    position: fixed;
    overflow: hidden;
  }
}
body:has(.search-btn.active) {
  overflow-y: hidden;
  height: 100vh;
}

.btn {
  background: none;
  border: none;
  border-radius: 0;
  color: #000;
  font-family: "Nakheel-TextRegular";
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding: 13px 10px 10px 10px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.btn:hover, .btn:focus {
  outline: none;
  box-shadow: none;
}
.btn.btn-sand {
  background: #D7C5A9;
  border: 0.3px solid white;
}
.btn.btn-sand:hover {
  background: #7D5959;
  color: white;
}
.btn.btn-plain-white {
  display: flex;
  align-items: center;
  font-family: "Nakheel-TextRegular";
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  text-transform: capitalize;
}
.btn.btn-plain-white span {
  padding-left: 5px;
}
.btn.btn-plain-white:hover {
  font-family: "Nakheel-TextBold";
  font-weight: 700;
}

.card {
  border: 0;
  border-radius: 0;
  overflow: hidden;
  text-decoration: none;
}
.card .card-body {
  padding: 0;
}
.card.entertain-card {
  position: relative;
  height: 600px;
  width: 100%;
  display: flex;
  overflow: hidden;
}
.card.entertain-card img {
  transition: all 0.8s ease-in-out;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.card.entertain-card .content-box {
  position: absolute;
  bottom: 20px;
  left: 94px;
}
.card.entertain-card .content-box .title {
  color: #FFF;
  font-family: "Nakheel-TextRegular";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 5px;
}
.card.entertain-card .content-box .btn-plain-white {
  color: white;
}
.card.entertain-card:hover img {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .card.entertain-card .content-box {
    bottom: 0;
    left: 0;
    padding: 20px 50px;
    width: 100%;
  }
  .card.entertain-card .content-box .title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
.card.category-card {
  position: relative;
  width: 100%;
  display: flex;
  overflow: hidden;
}
.card.category-card img {
  transition: all 0.8s ease-in-out;
}
.card.category-card .main-cat-title {
  position: absolute;
  top: 55px;
  right: 27px;
  z-index: 1;
  background: rgba(245, 241, 235, 0.6);
  padding: 10px;
  color: #333232;
  font-family: "Nakheel-TextRegular";
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  text-transform: uppercase;
}
.card.category-card .content-box {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 96px 90px 160px;
  background: rgba(0, 0, 0, 0.2);
}
.card.category-card .content-box .title {
  color: #FFF;
  font-family: "Nakheel-TextRegular";
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}
.card.category-card .content-box .desc {
  color: #FFF;
  font-family: "Nakheel-TextRegular";
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 12px;
}
.card.category-card .content-box .btn-plain-white {
  color: white;
}
.card.category-card.dine .content-box {
  padding: 38px 42px;
}
.card.category-card:hover img {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .card.category-card .main-cat-title {
    top: 20px;
    right: 20px;
    font-size: 18px;
    line-height: 26px;
  }
  .card.category-card .content-box {
    padding: 20px 16px 46px 16px;
  }
  .card.category-card .content-box .title {
    font-size: 25px;
    line-height: 32px;
  }
  .card.category-card .content-box .desc {
    font-size: 16px;
    line-height: 20px;
  }
  .card.category-card.dine .content-box {
    padding: 38px 42px;
  }
}
.card.card-video {
  position: relative;
  width: 100%;
  height: 600px;
}
.card.card-video::after {
  content: "";
  height: 40%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(360deg, #000000, rgba(255, 255, 255, 0));
}
.card.card-video img,
.card.card-video video {
  width: 100%;
  min-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card.card-video .play-pause-btn,
.card.card-video .mute-btn {
  height: 50px;
  width: 50px;
  border: none;
  position: absolute;
  bottom: 20px;
  right: 94px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.card.card-video .play-pause-btn {
  background: url("../images/pausebtn.svg");
  right: 154px;
}
.card.card-video .play-pause-btn.paused {
  background: url("../images/playbtn.png");
}
.card.card-video .play-pause-btn:hover {
  background: url("../images/pausebtnhover.png");
}
.card.card-video .play-pause-btn:hover.paused {
  background: url("../images/playbtnhover.png");
}
.card.card-video .mute-btn {
  background: url("../images/unmute.png");
}
.card.card-video .mute-btn.mute {
  background: url("../images/mute.png");
}
.card.card-video .mute-btn:hover {
  background: url("../images/unmutehover.png");
}
.card.card-video .mute-btn:hover.mute {
  background: url("../images/mutehover.png");
}
.card.card-video .details {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.card.card-video .details .title {
  color: #FFF;
  font-family: "Nakheel-TextRegular";
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 12px;
}
.card.card-video .details .desc {
  color: #FFF;
  font-family: "Nakheel-TextRegular";
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .card.card-video .play-pause-btn,
  .card.card-video .mute-btn {
    bottom: auto;
    top: 20px;
    right: 40px;
  }
  .card.card-video .play-pause-btn {
    right: 100px;
  }
  .card.card-video .details .desc {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 16px;
  }
}
.card.eventoffer-card {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.card.eventoffer-card .img-outer {
  height: 590px;
  width: 100%;
  overflow: hidden;
}
.card.eventoffer-card .img-outer img {
  height: 100%;
  width: 100%;
  transition: all 0.8s ease-in-out;
}
.card.eventoffer-card .content-box {
  padding: 15px 30px;
  position: relative;
}
.card.eventoffer-card .content-box .date {
  color: #000;
  font-family: "Nakheel-TextRegular";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 9px;
}
.card.eventoffer-card .content-box .main-category {
  position: absolute;
  right: 30px;
  top: 10px;
  padding: 0 10px;
  color: #000;
  font-family: "Nakheel-TextRegular";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  background: #EBDEB8;
  text-transform: capitalize;
}
.card.eventoffer-card .content-box .title {
  color: #333232;
  font-family: "Nakheel-TextRegular";
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 18px;
  border-bottom: 1px solid #F5F1EB;
}
.card.eventoffer-card .content-box .desc {
  color: #000;
  font-family: "Nakheel-TextRegular";
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 11px;
}
.card.eventoffer-card .content-box .btn + .btn {
  margin-top: 10px;
}
.card.eventoffer-card .content-box .btn-outer {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
.card.eventoffer-card .content-box .btn-outer .btn {
  margin: 0;
}
.card.eventoffer-card:hover .img-outer img {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .card.eventoffer-card .img-outer {
    height: 460px;
  }
  .card.eventoffer-card .content-box {
    padding: 20px 16px;
  }
  .card.eventoffer-card .content-box .main-category {
    right: 17px;
  }
}
.card.similaroffer-card {
  position: relative;
}
.card.similaroffer-card .img-outer {
  width: 100%;
  overflow: hidden;
}
.card.similaroffer-card .img-outer img {
  height: 100%;
  width: 100%;
  transition: all 0.8s ease-in-out;
}
.card.similaroffer-card .content-box {
  padding: 83px 94px;
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.card.similaroffer-card .content-box .title {
  color: #fff;
  font-family: "Nakheel-TextRegular";
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 7px;
}
.card.similaroffer-card .content-box .btn-plain-white {
  color: white;
}
.card.similaroffer-card:hover .img-outer img {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .card.similaroffer-card .content-box {
    padding: 40px 32px;
  }
}
.card.similarshop-card .img-outer {
  height: 590px;
  width: 100%;
  overflow: hidden;
}
.card.similarshop-card .img-outer img {
  height: 100%;
  width: 100%;
  transition: all 0.8s ease-in-out;
}
.card.similarshop-card .content-box {
  padding: 15px 30px;
}
.card.similarshop-card .content-box .date {
  color: #000;
  font-family: "Nakheel-TextRegular";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 9px;
}
.card.similarshop-card .content-box .title {
  color: #333232;
  font-family: "Nakheel-TextRegular";
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 18px;
  border-bottom: 1px solid #F5F1EB;
}
.card.similarshop-card .content-box .desc {
  color: #000;
  font-family: "Nakheel-TextRegular";
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 11px;
}
.card.similarshop-card .content-box .btn + .btn {
  margin-top: 10px;
}
.card.similarshop-card:hover .img-outer img {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .card.similarshop-card .img-outer {
    height: 460px;
  }
  .card.similarshop-card .content-box {
    padding: 20px 16px;
  }
}
.card.product-card {
  border: 1px solid #DADEE1;
  padding: 16px 0 32px 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
.card.product-card .img-outer {
  overflow: hidden;
  height: 214px;
  width: 100%;
}
.card.product-card .img-outer img {
  width: 100%;
  height: 100%;
  transition: all 0.8s ease-in-out;
}
.card.product-card .content {
  padding: 20px;
}
.card.product-card .content .title {
  color: #333232;
  font-family: "Nakheel-TextRegular";
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.card.product-card .content ul {
  padding-top: 10px;
  margin-top: 10px;
  display: flex;
  gap: 25px;
  border-top: 1px solid #F5F1EB;
}
.card.product-card .content ul li {
  display: flex;
  align-items: center;
  color: #333232;
  font-family: "Nakheel-TextRegular";
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
.card.product-card .content ul li img {
  margin-right: 5px;
}
.card.product-card:hover .img-outer img {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .card.product-card {
    padding: 16px 0 24px 0;
  }
  .card.product-card .content {
    padding: 20px;
  }
  .card.product-card .content .title {
    font-size: 25px;
    line-height: 32px;
  }
  .card.product-card .content ul {
    padding-top: 10px;
    margin-top: 10px;
    display: flex;
    gap: 25px;
    border-top: 1px solid #F5F1EB;
  }
  .card.product-card .content ul li {
    font-size: 16px;
    line-height: 24px;
  }
}

.accordion .accordion-item {
  border: none;
}
.accordion .accordion-item:not(:last-child) {
  border-bottom: 1px solid #FAF8F5;
  padding-bottom: 4px;
  margin-bottom: 4px;
}
.accordion .accordion-item .accordion-header .accordion-button {
  outline: none;
  box-shadow: none;
  background: #FCFBF9;
  color: #333232;
  font-family: "Nakheel-TextBold";
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px;
}
.accordion .accordion-item .accordion-header .accordion-button::after {
  background: url("../images/accorionplus.svg");
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  border: none;
  background: #FCFBF9;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background: url("../images/accordionminus.svg");
}
.accordion .accordion-item .accordion-collapse {
  border: none;
}
.accordion .accordion-item .accordion-collapse .accordion-body {
  border: none;
  padding: 5px 0;
}
.accordion .accordion-item .accordion-collapse .accordion-body * {
  color: #333232;
  font-family: "Nakheel-TextRegular";
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
.accordion .accordion-item .accordion-collapse .accordion-body a {
  text-decoration: underline;
}

.modal {
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.8);
}
.modal .modal-dialog {
  margin-top: 100px;
}
.modal .modal-dialog .modal-content {
  border-radius: 0;
}
.modal .modal-dialog .modal-content .modal-header {
  padding: 0;
  border: none;
  position: absolute;
  right: 0;
  bottom: 100%;
  height: 32px;
  width: 32px;
  margin-bottom: 20px;
  border-radius: 50%;
}
.modal .modal-dialog .modal-content .modal-header .btn-close {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: white;
  opacity: 1;
  padding: 0;
  background-size: 12px;
  margin: 0;
  position: static;
}
.modal .modal-dialog .modal-content .modal-header .btn-close:hover {
  opacity: 0.8;
}
.modal .modal-dialog .modal-content .modal-body {
  text-align: center;
  padding: 35px 65px;
}
.modal .modal-dialog .modal-content .modal-body .title {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Nakheel-TextRegular";
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 12px;
}
.modal .modal-dialog .modal-content .modal-body .desc {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Nakheel-TextRegular";
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
.modal .modal-dialog .modal-content .modal-body .btn-outer {
  margin-top: 68px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.modal .modal-dialog .modal-content .modal-body .btn-outer a {
  margin-top: 0;
}
.modal.form-modal .modal-dialog {
  max-width: 670px;
}
@media (max-width: 567px) {
  .modal .modal-dialog {
    margin-left: 24px;
    margin-right: 24px;
  }
  .modal .modal-dialog .modal-content .modal-header {
    margin-bottom: 5px;
  }
  .modal .modal-dialog .modal-content .modal-body {
    padding: 30px 12px;
  }
  .modal .modal-dialog .modal-content .modal-body .btn-outer {
    margin-top: 36px;
    flex-direction: column;
    gap: 10px;
  }
  .modal .modal-dialog .modal-content .modal-body .btn-outer a {
    margin-top: 0;
  }
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 1024px) {
  .container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}

a {
  text-decoration: none;
}

.stretch-card {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}
.stretch-card > .card {
  width: 100%;
  min-width: 100%;
}

.bg-sand {
  background: #FCFBF9 !important;
}

.bg-cream {
  background: #F5F1EB !important;
}

.error {
  color: red;
}

.spacer {
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .spacer {
    padding-top: 30px;
  }
}

.form-check {
  display: flex;
  align-items: center;
  margin: 0;
}
.form-check .form-check-input {
  height: 20px;
  width: 20px;
  border: 2px solid black;
  outline: none;
  box-shadow: none;
  border-radius: 4px;
}
.form-check .form-check-input:checked[type=radio] {
  background-image: url("../images/whitetick.svg");
}
.form-check .form-check-input:checked {
  background-color: black;
}
.form-check .form-check-label {
  color: #000;
  font-family: "Nakheel-TextRegular";
  font-size: 18px;
  line-height: 22px;
  padding-left: 5px;
  padding-top: 7px;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  height: 50px;
  width: 50px;
  top: calc(50% - 25px);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  display: none;
}
.swiper .swiper-button-next {
  background: url("../images/nextarrow.png") center no-repeat;
}
.swiper .swiper-button-next:hover {
  background: url("../images/nextarrowhover.png");
}
.swiper .swiper-button-prev {
  background: url("../images/prevarrow.png") center no-repeat;
}
.swiper .swiper-button-prev:hover {
  background: url("../images/prevarrowhover.png");
}
.swiper .swiper-pagination {
  position: static;
  line-height: 1px;
  padding: 20px 0 5px 0;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid #E5DED2;
  opacity: 1;
  margin: 0 3px;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent;
  border-bottom: 1px solid #C4A87E;
}
.swiper .fraction-pagination {
  text-align: center;
  color: #333232;
  font-family: "Nakheel-TextRegular";
  font-size: 16px;
  font-weight: 100;
  line-height: 24px;
}

.content-wrapper {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .content-wrapper {
    margin-top: 52px;
  }
}
.content-wrapper .filter-section,
.content-wrapper .offer-filter-section {
  position: absolute;
  top: 80px;
  background: rgba(251, 249, 247, 0.95);
  left: 0;
  width: 100%;
  display: none;
  z-index: 99999;
}
.content-wrapper .filter-section.show,
.content-wrapper .offer-filter-section.show {
  display: block;
}
.content-wrapper .filter-section .filter-elements,
.content-wrapper .filter-section .offer-filter-elements,
.content-wrapper .offer-filter-section .filter-elements,
.content-wrapper .offer-filter-section .offer-filter-elements {
  padding: 20px 0;
}
.content-wrapper .filter-section .filter-elements .top-layer,
.content-wrapper .filter-section .offer-filter-elements .top-layer,
.content-wrapper .offer-filter-section .filter-elements .top-layer,
.content-wrapper .offer-filter-section .offer-filter-elements .top-layer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.content-wrapper .filter-section .filter-elements .top-layer .result-count,
.content-wrapper .filter-section .offer-filter-elements .top-layer .result-count,
.content-wrapper .offer-filter-section .filter-elements .top-layer .result-count,
.content-wrapper .offer-filter-section .offer-filter-elements .top-layer .result-count {
  color: #000;
  font-family: "Nakheel-TextRegular";
  font-size: 18px;
  line-height: 28px;
}
.content-wrapper .filter-section .filter-elements .top-layer .checkbox-outer,
.content-wrapper .filter-section .offer-filter-elements .top-layer .checkbox-outer,
.content-wrapper .offer-filter-section .filter-elements .top-layer .checkbox-outer,
.content-wrapper .offer-filter-section .offer-filter-elements .top-layer .checkbox-outer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.content-wrapper .filter-section .filter-elements .search-layer,
.content-wrapper .filter-section .offer-filter-elements .search-layer,
.content-wrapper .offer-filter-section .filter-elements .search-layer,
.content-wrapper .offer-filter-section .offer-filter-elements .search-layer {
  position: relative;
  margin-bottom: 20px;
}
.content-wrapper .filter-section .filter-elements .search-layer .form-control,
.content-wrapper .filter-section .offer-filter-elements .search-layer .form-control,
.content-wrapper .offer-filter-section .filter-elements .search-layer .form-control,
.content-wrapper .offer-filter-section .offer-filter-elements .search-layer .form-control {
  border-radius: 0;
  color: #808080;
  font-family: "Nakheel-TextRegular";
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.5px;
  height: 45px;
  outline: none;
  box-shadow: none;
  border: 1px solid black;
  padding-right: 45px;
}
.content-wrapper .filter-section .filter-elements .search-layer .material-symbols-outlined,
.content-wrapper .filter-section .offer-filter-elements .search-layer .material-symbols-outlined,
.content-wrapper .offer-filter-section .filter-elements .search-layer .material-symbols-outlined,
.content-wrapper .offer-filter-section .offer-filter-elements .search-layer .material-symbols-outlined {
  position: absolute;
  right: 20px;
  top: 11px;
}
.content-wrapper .filter-section .filter-elements .sort-layer,
.content-wrapper .filter-section .offer-filter-elements .sort-layer,
.content-wrapper .offer-filter-section .filter-elements .sort-layer,
.content-wrapper .offer-filter-section .offer-filter-elements .sort-layer {
  margin-bottom: 10px;
}
.content-wrapper .filter-section .filter-elements .sort-layer .sort-title,
.content-wrapper .filter-section .offer-filter-elements .sort-layer .sort-title,
.content-wrapper .offer-filter-section .filter-elements .sort-layer .sort-title,
.content-wrapper .offer-filter-section .offer-filter-elements .sort-layer .sort-title {
  color: #000;
  font-family: "Nakheel-TextRegular";
  font-size: 18px;
  line-height: 28px;
}
.content-wrapper .filter-section .filter-elements .sort-layer .reset-btn,
.content-wrapper .filter-section .offer-filter-elements .sort-layer .reset-btn,
.content-wrapper .offer-filter-section .filter-elements .sort-layer .reset-btn,
.content-wrapper .offer-filter-section .offer-filter-elements .sort-layer .reset-btn {
  color: #000;
  font-family: "Nakheel-TextRegular";
  font-size: 18px;
  line-height: 28px;
  text-decoration-line: underline;
}
.content-wrapper .filter-section .filter-elements .sort-layer .sort-outer .swiper-sort .swiper-slide,
.content-wrapper .filter-section .offer-filter-elements .sort-layer .sort-outer .swiper-sort .swiper-slide,
.content-wrapper .offer-filter-section .filter-elements .sort-layer .sort-outer .swiper-sort .swiper-slide,
.content-wrapper .offer-filter-section .offer-filter-elements .sort-layer .sort-outer .swiper-sort .swiper-slide {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.content-wrapper .filter-section .filter-elements .sort-layer .sort-outer .swiper-sort .swiper-slide:not(:last-child),
.content-wrapper .filter-section .offer-filter-elements .sort-layer .sort-outer .swiper-sort .swiper-slide:not(:last-child),
.content-wrapper .offer-filter-section .filter-elements .sort-layer .sort-outer .swiper-sort .swiper-slide:not(:last-child),
.content-wrapper .offer-filter-section .offer-filter-elements .sort-layer .sort-outer .swiper-sort .swiper-slide:not(:last-child) {
  margin-right: 32px;
}
.content-wrapper .filter-section .filter-elements .sort-layer .sort-outer .swiper-sort .swiper-slide a,
.content-wrapper .filter-section .offer-filter-elements .sort-layer .sort-outer .swiper-sort .swiper-slide a,
.content-wrapper .offer-filter-section .filter-elements .sort-layer .sort-outer .swiper-sort .swiper-slide a,
.content-wrapper .offer-filter-section .offer-filter-elements .sort-layer .sort-outer .swiper-sort .swiper-slide a {
  text-transform: uppercase;
  color: #000;
  font-family: "Nakheel-TextRegular";
  font-size: 18px;
  line-height: 28px;
}
.content-wrapper .filter-section .filter-elements .category-layer,
.content-wrapper .filter-section .offer-filter-elements .category-layer,
.content-wrapper .offer-filter-section .filter-elements .category-layer,
.content-wrapper .offer-filter-section .offer-filter-elements .category-layer {
  margin-top: 10px;
}
.content-wrapper .filter-section .filter-elements .category-layer .category-outer .swiper .swiper-slide,
.content-wrapper .filter-section .offer-filter-elements .category-layer .category-outer .swiper .swiper-slide,
.content-wrapper .offer-filter-section .filter-elements .category-layer .category-outer .swiper .swiper-slide,
.content-wrapper .offer-filter-section .offer-filter-elements .category-layer .category-outer .swiper .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 16px;
}
.content-wrapper .filter-section .filter-elements .category-layer .category-outer .swiper .swiper-slide a,
.content-wrapper .filter-section .offer-filter-elements .category-layer .category-outer .swiper .swiper-slide a,
.content-wrapper .offer-filter-section .filter-elements .category-layer .category-outer .swiper .swiper-slide a,
.content-wrapper .offer-filter-section .offer-filter-elements .category-layer .category-outer .swiper .swiper-slide a {
  color: #000;
  font-family: "Nakheel-TextRegular";
  font-size: 18px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid black;
}
.content-wrapper .filter-section .filter-elements .subcategory-layer .title,
.content-wrapper .filter-section .offer-filter-elements .subcategory-layer .title,
.content-wrapper .offer-filter-section .filter-elements .subcategory-layer .title,
.content-wrapper .offer-filter-section .offer-filter-elements .subcategory-layer .title {
  color: #000;
  font-family: "Nakheel-TextRegular";
  font-size: 16px;
  line-height: 24px;
}
.content-wrapper .filter-section .filter-elements .subcategory-layer .category-outer,
.content-wrapper .filter-section .offer-filter-elements .subcategory-layer .category-outer,
.content-wrapper .offer-filter-section .filter-elements .subcategory-layer .category-outer,
.content-wrapper .offer-filter-section .offer-filter-elements .subcategory-layer .category-outer {
  margin-top: 10px;
}
.content-wrapper .filter-section .filter-elements .subcategory-layer .category-outer .swiper .swiper-slide,
.content-wrapper .filter-section .offer-filter-elements .subcategory-layer .category-outer .swiper .swiper-slide,
.content-wrapper .offer-filter-section .filter-elements .subcategory-layer .category-outer .swiper .swiper-slide,
.content-wrapper .offer-filter-section .offer-filter-elements .subcategory-layer .category-outer .swiper .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 16px;
}
.content-wrapper .filter-section .filter-elements .subcategory-layer .category-outer .swiper .swiper-slide a,
.content-wrapper .filter-section .offer-filter-elements .subcategory-layer .category-outer .swiper .swiper-slide a,
.content-wrapper .offer-filter-section .filter-elements .subcategory-layer .category-outer .swiper .swiper-slide a,
.content-wrapper .offer-filter-section .offer-filter-elements .subcategory-layer .category-outer .swiper .swiper-slide a {
  color: #000;
  font-family: "Nakheel-TextRegular";
  font-size: 18px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid black;
}
.content-wrapper .filter-section .filter-elements .subcategorycheck-layer,
.content-wrapper .filter-section .offer-filter-elements .subcategorycheck-layer,
.content-wrapper .offer-filter-section .filter-elements .subcategorycheck-layer,
.content-wrapper .offer-filter-section .offer-filter-elements .subcategorycheck-layer {
  padding-top: 13px;
}
.content-wrapper .filter-section .filter-elements .subcategorycheck-layer .check-outer,
.content-wrapper .filter-section .offer-filter-elements .subcategorycheck-layer .check-outer,
.content-wrapper .offer-filter-section .filter-elements .subcategorycheck-layer .check-outer,
.content-wrapper .offer-filter-section .offer-filter-elements .subcategorycheck-layer .check-outer {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.content-wrapper .filter-section .filter-elements .swiper .swiper-slide a,
.content-wrapper .filter-section .offer-filter-elements .swiper .swiper-slide a,
.content-wrapper .offer-filter-section .filter-elements .swiper .swiper-slide a,
.content-wrapper .offer-filter-section .offer-filter-elements .swiper .swiper-slide a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.content-wrapper .filter-section .filter-elements .swiper .swiper-slide a .material-symbols-outlined,
.content-wrapper .filter-section .offer-filter-elements .swiper .swiper-slide a .material-symbols-outlined,
.content-wrapper .offer-filter-section .filter-elements .swiper .swiper-slide a .material-symbols-outlined,
.content-wrapper .offer-filter-section .offer-filter-elements .swiper .swiper-slide a .material-symbols-outlined {
  font-weight: 300;
  font-size: 24px;
}
.content-wrapper .filter-section .filter-elements .swiper .swiper-slide a:hover,
.content-wrapper .filter-section .offer-filter-elements .swiper .swiper-slide a:hover,
.content-wrapper .offer-filter-section .filter-elements .swiper .swiper-slide a:hover,
.content-wrapper .offer-filter-section .offer-filter-elements .swiper .swiper-slide a:hover {
  background: black;
  color: white !important;
}
.content-wrapper .filter-section .filter-elements .swiper .swiper-slide a.active,
.content-wrapper .filter-section .offer-filter-elements .swiper .swiper-slide a.active,
.content-wrapper .offer-filter-section .filter-elements .swiper .swiper-slide a.active,
.content-wrapper .offer-filter-section .offer-filter-elements .swiper .swiper-slide a.active {
  background: black;
  color: white !important;
}
.content-wrapper .filter-section .filter-elements .swiper .swiper-slide a.active .close,
.content-wrapper .filter-section .offer-filter-elements .swiper .swiper-slide a.active .close,
.content-wrapper .offer-filter-section .filter-elements .swiper .swiper-slide a.active .close,
.content-wrapper .offer-filter-section .offer-filter-elements .swiper .swiper-slide a.active .close {
  display: block;
}
.content-wrapper .filter-section .filter-elements .swiper .swiper-slide .close,
.content-wrapper .filter-section .offer-filter-elements .swiper .swiper-slide .close,
.content-wrapper .offer-filter-section .filter-elements .swiper .swiper-slide .close,
.content-wrapper .offer-filter-section .offer-filter-elements .swiper .swiper-slide .close {
  display: none;
}
.content-wrapper .filter-section .filter-elements .swiper .swiper-slide span,
.content-wrapper .filter-section .offer-filter-elements .swiper .swiper-slide span,
.content-wrapper .offer-filter-section .filter-elements .swiper .swiper-slide span,
.content-wrapper .offer-filter-section .offer-filter-elements .swiper .swiper-slide span {
  display: block;
}
.content-wrapper .filter-section .filter-elements .swiper.swiper-sort .swiper-slide.swiper-slide-active,
.content-wrapper .filter-section .offer-filter-elements .swiper.swiper-sort .swiper-slide.swiper-slide-active,
.content-wrapper .offer-filter-section .filter-elements .swiper.swiper-sort .swiper-slide.swiper-slide-active,
.content-wrapper .offer-filter-section .offer-filter-elements .swiper.swiper-sort .swiper-slide.swiper-slide-active {
  background: none;
}
.content-wrapper .filter-section .filter-elements .swiper.swiper-sort .swiper-slide.swiper-slide-active a,
.content-wrapper .filter-section .offer-filter-elements .swiper.swiper-sort .swiper-slide.swiper-slide-active a,
.content-wrapper .offer-filter-section .filter-elements .swiper.swiper-sort .swiper-slide.swiper-slide-active a,
.content-wrapper .offer-filter-section .offer-filter-elements .swiper.swiper-sort .swiper-slide.swiper-slide-active a {
  color: black !important;
}
.content-wrapper .filter-section.landing,
.content-wrapper .offer-filter-section.landing {
  display: block;
  position: static;
}
.content-wrapper .filter-section.landing .filter-elements .form-check .form-check-input:checked,
.content-wrapper .offer-filter-section.landing .filter-elements .form-check .form-check-input:checked {
  background-image: url("../images/check.svg");
  background-color: #C4A87E;
}
.content-wrapper .filter-section.landing .filter-elements .swiper .swiper-slide a:hover,
.content-wrapper .offer-filter-section.landing .filter-elements .swiper .swiper-slide a:hover {
  background: #C4A87E;
  color: black !important;
}
.content-wrapper .filter-section.landing .filter-elements .swiper .swiper-slide a.active,
.content-wrapper .offer-filter-section.landing .filter-elements .swiper .swiper-slide a.active {
  background: #C4A87E;
  color: black !important;
}
@media (max-width: 1024px) {
  .content-wrapper .filter-section,
  .content-wrapper .offer-filter-section {
    top: 52px;
  }
  .content-wrapper .filter-section .filter-elements .top-layer .result-count,
  .content-wrapper .filter-section .offer-filter-elements .top-layer .result-count,
  .content-wrapper .offer-filter-section .filter-elements .top-layer .result-count,
  .content-wrapper .offer-filter-section .offer-filter-elements .top-layer .result-count {
    line-height: 20px;
  }
  .content-wrapper .filter-section .filter-elements .top-layer .checkbox-outer,
  .content-wrapper .filter-section .offer-filter-elements .top-layer .checkbox-outer,
  .content-wrapper .offer-filter-section .filter-elements .top-layer .checkbox-outer,
  .content-wrapper .offer-filter-section .offer-filter-elements .top-layer .checkbox-outer {
    row-gap: 10px;
  }
  .content-wrapper .filter-section .filter-elements .search-layer,
  .content-wrapper .filter-section .offer-filter-elements .search-layer,
  .content-wrapper .offer-filter-section .filter-elements .search-layer,
  .content-wrapper .offer-filter-section .offer-filter-elements .search-layer {
    margin-bottom: 10px;
  }
  .content-wrapper .filter-section .filter-elements .search-layer .form-control,
  .content-wrapper .filter-section .offer-filter-elements .search-layer .form-control,
  .content-wrapper .offer-filter-section .filter-elements .search-layer .form-control,
  .content-wrapper .offer-filter-section .offer-filter-elements .search-layer .form-control {
    padding-right: 35px;
  }
  .content-wrapper .filter-section .filter-elements .search-layer .material-symbols-outlined,
  .content-wrapper .filter-section .offer-filter-elements .search-layer .material-symbols-outlined,
  .content-wrapper .offer-filter-section .filter-elements .search-layer .material-symbols-outlined,
  .content-wrapper .offer-filter-section .offer-filter-elements .search-layer .material-symbols-outlined {
    right: 10px;
  }
  .content-wrapper .filter-section .filter-elements .sort-layer,
  .content-wrapper .filter-section .offer-filter-elements .sort-layer,
  .content-wrapper .offer-filter-section .filter-elements .sort-layer,
  .content-wrapper .offer-filter-section .offer-filter-elements .sort-layer {
    margin-bottom: 10px;
  }
  .content-wrapper .filter-section .filter-elements .sort-layer .sort-title,
  .content-wrapper .filter-section .offer-filter-elements .sort-layer .sort-title,
  .content-wrapper .offer-filter-section .filter-elements .sort-layer .sort-title,
  .content-wrapper .offer-filter-section .offer-filter-elements .sort-layer .sort-title {
    font-size: 16px;
    line-height: 24px;
  }
  .content-wrapper .filter-section .filter-elements .sort-layer .reset-btn,
  .content-wrapper .filter-section .offer-filter-elements .sort-layer .reset-btn,
  .content-wrapper .offer-filter-section .filter-elements .sort-layer .reset-btn,
  .content-wrapper .offer-filter-section .offer-filter-elements .sort-layer .reset-btn {
    font-size: 16px;
    line-height: 24px;
  }
  .content-wrapper .filter-section .filter-elements .sort-layer .sort-outer,
  .content-wrapper .filter-section .offer-filter-elements .sort-layer .sort-outer,
  .content-wrapper .offer-filter-section .filter-elements .sort-layer .sort-outer,
  .content-wrapper .offer-filter-section .offer-filter-elements .sort-layer .sort-outer {
    margin-top: 10px;
  }
  .content-wrapper .filter-section .filter-elements .sort-layer .sort-outer .swiper-sort .swiper-slide:not(:last-child),
  .content-wrapper .filter-section .offer-filter-elements .sort-layer .sort-outer .swiper-sort .swiper-slide:not(:last-child),
  .content-wrapper .offer-filter-section .filter-elements .sort-layer .sort-outer .swiper-sort .swiper-slide:not(:last-child),
  .content-wrapper .offer-filter-section .offer-filter-elements .sort-layer .sort-outer .swiper-sort .swiper-slide:not(:last-child) {
    margin-right: 30px;
  }
  .content-wrapper .filter-section .filter-elements .sort-layer .sort-outer .swiper-sort .swiper-slide a,
  .content-wrapper .filter-section .offer-filter-elements .sort-layer .sort-outer .swiper-sort .swiper-slide a,
  .content-wrapper .offer-filter-section .filter-elements .sort-layer .sort-outer .swiper-sort .swiper-slide a,
  .content-wrapper .offer-filter-section .offer-filter-elements .sort-layer .sort-outer .swiper-sort .swiper-slide a {
    font-size: 18px;
    line-height: 20px;
  }
  .content-wrapper .filter-section .filter-elements .category-layer .category-outer .swiper .swiper-slide,
  .content-wrapper .filter-section .offer-filter-elements .category-layer .category-outer .swiper .swiper-slide,
  .content-wrapper .offer-filter-section .filter-elements .category-layer .category-outer .swiper .swiper-slide,
  .content-wrapper .offer-filter-section .offer-filter-elements .category-layer .category-outer .swiper .swiper-slide {
    margin-right: 5px;
  }
  .content-wrapper .filter-section .filter-elements .category-layer .category-outer .swiper .swiper-slide a,
  .content-wrapper .filter-section .offer-filter-elements .category-layer .category-outer .swiper .swiper-slide a,
  .content-wrapper .offer-filter-section .filter-elements .category-layer .category-outer .swiper .swiper-slide a,
  .content-wrapper .offer-filter-section .offer-filter-elements .category-layer .category-outer .swiper .swiper-slide a {
    font-size: 18px;
    line-height: 20px;
  }
  .content-wrapper .filter-section .filter-elements .subcategory-layer .title,
  .content-wrapper .filter-section .offer-filter-elements .subcategory-layer .title,
  .content-wrapper .offer-filter-section .filter-elements .subcategory-layer .title,
  .content-wrapper .offer-filter-section .offer-filter-elements .subcategory-layer .title {
    color: #000;
    font-family: "Nakheel-TextRegular";
    font-size: 16px;
    line-height: 24px;
  }
  .content-wrapper .filter-section .filter-elements .subcategory-layer .category-outer .swiper .swiper-slide,
  .content-wrapper .filter-section .offer-filter-elements .subcategory-layer .category-outer .swiper .swiper-slide,
  .content-wrapper .offer-filter-section .filter-elements .subcategory-layer .category-outer .swiper .swiper-slide,
  .content-wrapper .offer-filter-section .offer-filter-elements .subcategory-layer .category-outer .swiper .swiper-slide {
    margin-right: 5px;
  }
  .content-wrapper .filter-section .filter-elements .subcategory-layer .category-outer .swiper .swiper-slide a,
  .content-wrapper .filter-section .offer-filter-elements .subcategory-layer .category-outer .swiper .swiper-slide a,
  .content-wrapper .offer-filter-section .filter-elements .subcategory-layer .category-outer .swiper .swiper-slide a,
  .content-wrapper .offer-filter-section .offer-filter-elements .subcategory-layer .category-outer .swiper .swiper-slide a {
    font-size: 18px;
    line-height: 20px;
  }
  .content-wrapper .filter-section .filter-elements .swiper .swiper-slide a .material-symbols-outlined,
  .content-wrapper .filter-section .offer-filter-elements .swiper .swiper-slide a .material-symbols-outlined,
  .content-wrapper .offer-filter-section .filter-elements .swiper .swiper-slide a .material-symbols-outlined,
  .content-wrapper .offer-filter-section .offer-filter-elements .swiper .swiper-slide a .material-symbols-outlined {
    font-size: 20px;
  }
}
.content-wrapper .scroll-elements {
  position: fixed;
  left: 0;
  top: 80px;
  width: 100%;
  overflow: auto;
  max-height: calc(100vh - 80px);
  background: rgba(251, 249, 247, 0.95);
  display: none;
}
.content-wrapper .scroll-elements.show {
  display: block;
}
.content-wrapper .controls {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 25px;
  right: 29px;
}
.content-wrapper .controls a {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background: white;
}
.content-wrapper .controls a.playcontrol .pause {
  display: none;
}
.content-wrapper .controls a.mutecontrol .unmute {
  display: none;
}
.content-wrapper .controls a.mutecontrol.playing .mute {
  display: none;
}
.content-wrapper .controls a.mutecontrol.playing .unmute {
  display: block;
}
.content-wrapper .controls.bottom {
  top: auto;
  bottom: 20px;
}
.content-wrapper .controls.bottom a {
  background: #F8F5F1;
}
.content-wrapper .content-block .title {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Nakheel-TextRegular";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 12px;
  max-width: 70%;
}
.content-wrapper .content-block .desc {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Nakheel-TextRegular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
  max-width: 70%;
}
@media (max-width: 1024px) {
  .content-wrapper .content-block .title {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 12px;
    max-width: 100%;
  }
  .content-wrapper .content-block .desc {
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
  }
}
.content-wrapper .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
  max-width: 100vw;
}
.content-wrapper .header .top-header {
  background: #F5F1EB;
}
.content-wrapper .header .top-header .menu-outer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 40px;
}
.content-wrapper .header .top-header .menu-outer .timing {
  color: #333232;
  font-family: "Nakheel-TextRegular";
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
}
.content-wrapper .header .top-header .menu-outer ul {
  margin: 0;
  padding: 0;
}
.content-wrapper .header .top-header .menu-outer ul.top-menu {
  display: flex;
  align-items: center;
  gap: 15px;
}
.content-wrapper .header .top-header .menu-outer ul.top-menu a {
  text-transform: uppercase;
  color: #333232;
  font-family: "Nakheel-TextRegular";
  font-size: 14px;
  text-decoration: underline;
}
.content-wrapper .header .top-header .menu-outer ul.top-menu .nav-item .nav-link {
  padding: 0;
  text-transform: uppercase;
  color: #333232;
  font-family: "Nakheel-TextRegular";
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.content-wrapper .header .top-header .menu-outer ul.top-menu .nav-item .nav-link::after {
  display: none;
}
.content-wrapper .header .top-header .menu-outer ul.top-menu .nav-item .nav-link.show img {
  transform: rotate(180deg);
}
.content-wrapper .header .top-header .menu-outer ul.top-menu .nav-item .dropdown-menu {
  border-radius: 0;
}
.content-wrapper .header .top-header .menu-outer ul.top-menu .nav-item .dropdown-menu a {
  text-decoration: none;
}
@media (max-width: 1024px) {
  .content-wrapper .header .top-header .menu-outer {
    height: 40px;
  }
  .content-wrapper .header .top-header .menu-outer .timing {
    font-size: 12px;
    line-height: normal;
    font-weight: 100;
  }
  .content-wrapper .header .top-header .menu-outer ul {
    margin: 0;
    padding: 0;
  }
  .content-wrapper .header .top-header .menu-outer ul.top-menu {
    gap: 8px;
  }
  .content-wrapper .header .top-header .menu-outer ul.top-menu .nav-item .nav-link {
    font-weight: 100;
  }
}
.content-wrapper .header .bottom-header {
  background: white;
  position: relative;
}
.content-wrapper .header .bottom-header .navbar {
  padding: 10px 0;
  padding: 0;
}
.content-wrapper .header .bottom-header .navbar .navbar-brand {
  display: none;
}
@media (max-width: 1025px) {
  .content-wrapper .header .bottom-header .navbar .navbar-brand {
    display: block;
    margin: 0;
    max-width: 250px;
  }
  .content-wrapper .header .bottom-header .navbar .navbar-brand img {
    max-width: 100%;
  }
}
.content-wrapper .header .bottom-header .navbar .navbar-toggler {
  padding: 0;
  outline: none;
  box-shadow: none;
  font-size: 24px;
}
.content-wrapper .header .bottom-header .navbar .navbar-toggler .navbar-toggler-icon {
  height: auto;
  width: auto;
  display: flex;
  color: #000;
}
.content-wrapper .header .bottom-header .navbar .navbar-toggler .close {
  display: inline;
}
.content-wrapper .header .bottom-header .navbar .navbar-toggler .menu {
  display: none;
}
.content-wrapper .header .bottom-header .navbar .navbar-toggler.collapsed .menu {
  display: inline;
}
.content-wrapper .header .bottom-header .navbar .navbar-toggler.collapsed .close {
  display: none;
}
.content-wrapper .header .bottom-header .navbar .navbar-collapse {
  transition: none;
}
.content-wrapper .header .bottom-header .navbar .navbar-collapse .logo-outer {
  width: 110px;
  position: absolute;
  left: calc(50% - 55px);
}
.content-wrapper .header .bottom-header .navbar .navbar-collapse .logo-outer img {
  max-width: 100%;
}
.content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 25px);
}
.content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav {
  gap: 20px;
  width: calc(50% - 55px);
}
.content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .nav-link {
  padding: 0;
  color: #000;
  font-family: "Nakheel-TextRegular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  height: 80px;
  display: flex;
  align-items: center;
}
.content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .nav-link:hover {
  font-family: "Nakheel-TextBold";
  font-weight: 700;
}
.content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .nav-link:hover + .submenu-outer {
  display: block;
}
.content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .nav-link.nolink {
  display: none;
}
.content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer {
  background: #F5F1EB;
  position: absolute;
  padding: 46px 0;
  z-index: 999999;
  left: 0;
  top: 100%;
  width: 100%;
  max-height: calc(100vh - 102px);
  display: none;
  overflow: auto;
  transition: all 0.5s ease-in-out;
}
.content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer:hover {
  display: block;
}
.content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .mobile-menu-header {
  display: none;
}
.content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 60px;
  margin: auto;
}
.content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 22px;
}
.content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu ul li {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-left: 15px;
  border-left: 1px solid #E5DED2;
}
.content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu ul li .block .title {
  color: #333232;
  font-family: "Nakheel-TextRegular";
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}
.content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu ul li .block .title * {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu ul li .block .menu-lists {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu ul li .block .menu-lists a {
  color: #333232;
  font-family: "Nakheel-TextRegular";
  font-size: 14px;
  line-height: 18px;
}
.content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu ul li .block .menu-lists a:hover {
  font-family: "Nakheel-TextBold";
}
.content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu ul li .block .menu-lists .accordion .accordion-item {
  background: transparent;
  border-radius: 0;
  border: 0;
}
.content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu ul li .block .menu-lists .accordion .accordion-item .accordion-button {
  background: transparent;
  padding: 0;
  color: #333232;
  font-family: "Nakheel-TextRegular";
  font-size: 14px;
  line-height: 18px;
  box-shadow: none;
}
.content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu ul li .block .menu-lists .accordion .accordion-item .accordion-button:hover {
  font-family: "Nakheel-TextBold";
}
.content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu ul li .block .menu-lists .accordion .accordion-item .accordion-button::after {
  background-size: contain;
  height: 16px;
  width: 16px;
  margin-left: 10px;
}
.content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu ul li .block .menu-lists .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu ul li .block .menu-lists .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 12px 0;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu ul li .block .menu-lists .accordion .accordion-item .accordion-collapse .accordion-body a {
  color: rgb(51, 50, 50);
  font-family: "Nakheel-TextRegular";
  font-size: 14px;
  font-style: normal;
  font-weight: 100;
  line-height: 12px;
}
.content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu ul li .block .menu-lists .accordion .accordion-item .accordion-collapse .accordion-body a:hover {
  font-family: "Nakheel-TextBold";
}
.content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu ul li .block .menu-lists .accordion .accordion-item .accordion-collapse .accordion-body .child {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu ul li .block .menu-lists .accordion .accordion-item .accordion-collapse .accordion-body .child .accordion-item .accordion-button {
  color: rgba(51, 50, 50, 0.7);
  font-family: "Nakheel-TextRegular";
  font-size: 14px;
  font-style: normal;
  font-weight: 100;
  line-height: 12px;
  width: auto;
}
.content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu ul li .block .menu-lists .accordion .accordion-item .accordion-collapse .accordion-body .child .accordion-item .accordion-button:hover {
  font-family: "Nakheel-TextBold";
}
.content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu .image-block {
  display: flex;
  gap: 12px;
}
.content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu .image-block a {
  color: #000;
}
.content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu .image-block a .img-outer {
  width: 190px;
  margin-bottom: 12px;
}
.content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu .image-block a .img-outer img {
  max-width: 100%;
  width: 100%;
}
.content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu .image-block a .img-title {
  font-family: "Nakheel-TextRegular";
  font-size: 18px;
  line-height: 16px;
  text-transform: uppercase;
  padding-bottom: 12px;
}
.content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu .image-block a .img-link {
  display: flex;
  align-items: center;
  font-family: "Nakheel-TextRegular";
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
}
.content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu .image-block a .img-link span {
  padding-left: 5px;
}
.content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav.right {
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .content-wrapper .header .bottom-header .navbar .navbar-collapse {
    position: absolute;
    background: #F5F1EB;
    width: 100%;
    left: 0;
    top: 52px;
    height: calc(100vh - 52px);
  }
  .content-wrapper .header .bottom-header .navbar .navbar-collapse .logo-outer {
    display: none;
  }
  .content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 26px 16px;
    gap: 20px;
  }
  .content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav {
    gap: 20px;
    width: 100%;
  }
  .content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .nav-link {
    height: auto;
    display: none;
  }
  .content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .nav-link.nolink {
    display: flex;
  }
  .content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .nav-link:hover {
    font-family: "Nakheel-TextBold";
    font-weight: 700;
  }
  .content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .nav-link:hover + .submenu-outer {
    display: none;
  }
  .content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .nav-link::after {
    content: "";
    height: 24px;
    width: 24px;
    background: url("../images/arrowdown-black.svg");
    margin-left: auto;
    transform: rotate(270deg);
  }
  .content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .nav-link.direct-link::after {
    background: url("../images/arrowlink.svg");
    transform: none;
  }
  .content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .nav-link.active + .submenu-outer {
    display: block;
  }
  .content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer {
    padding-top: 0;
    position: fixed;
    height: calc(100vh - 52px);
    top: 52px;
  }
  .content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer:hover {
    display: none;
  }
  .content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 29px 0;
  }
  .content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .mobile-menu-header .head-link {
    color: #000;
    font-family: "Nakheel-TextBold";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
  }
  .content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .mobile-menu-header .back-btn {
    position: absolute;
    left: 16px;
    top: 29px;
    color: #000;
    font-family: "Nakheel-TextRegular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    align-items: center;
  }
  .content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .mobile-menu-header .back-btn .material-symbols-outlined {
    padding-right: 7px;
    font-size: 20px;
  }
  .content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu {
    gap: 35px;
    flex-direction: column;
  }
  .content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu ul {
    gap: 0;
    flex-direction: column;
  }
  .content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu ul li {
    gap: 0;
    padding-left: 0;
    border-left: 0;
  }
  .content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu ul li .block {
    padding-bottom: 10px;
    border-bottom: 1px solid #E5DED2;
    margin-bottom: 10px;
  }
  .content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu ul li .block .title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    position: relative;
  }
  .content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu ul li .block .title::after {
    content: "";
    height: 24px;
    width: 24px;
    background: url("../images/arrowlink.svg");
    position: absolute;
    right: 0;
    top: 0;
    transition: none;
  }
  .content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu ul li .block .title.active + .menu-lists {
    display: flex;
  }
  .content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu ul li .block .title.active::after {
    background: url("../images/arrowlink.svg");
  }
  .content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu ul li .block .menu-lists {
    padding-top: 12px;
    display: none;
  }
  .content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu ul li .block .menu-lists .accordion .accordion-item .accordion-button {
    width: 100%;
  }
  .content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu ul li .block .menu-lists .accordion .accordion-item .accordion-button::after {
    margin-left: auto;
  }
  .content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu ul li .block .menu-lists .accordion .accordion-item .accordion-collapse .accordion-body .child .accordion-item {
    padding: 0 10px;
  }
  .content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu ul li .block .menu-lists .accordion .accordion-item .accordion-collapse .accordion-body .child .accordion-item .accordion-button {
    width: 100%;
  }
  .content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu .image-block {
    display: flex;
  }
  .content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu .image-block a {
    color: #000;
  }
  .content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu .image-block a .img-outer {
    width: 177px;
  }
}
@media (max-width: 567px) {
  .content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu .image-block {
    gap: 5px;
  }
  .content-wrapper .header .bottom-header .navbar .navbar-collapse .menu-outer .navbar-nav .nav-item .submenu-outer .submenu .image-block a .img-outer {
    width: 100%;
    margin-bottom: 12px;
  }
}
.content-wrapper .header .bottom-header .navbar .search-outer .search-btn {
  display: flex;
  color: #000;
}
.content-wrapper .header .bottom-header .navbar .search-outer .search-btn .close {
  display: none;
}
.content-wrapper .header .bottom-header .navbar .search-outer .search-btn.active span {
  display: none;
}
.content-wrapper .header .bottom-header .navbar .search-outer .search-btn.active span.close {
  display: block;
}
.content-wrapper .banner-section {
  height: calc(100vh - 80px);
  max-height: calc(100vh - 80px);
  position: relative;
  z-index: 0;
  max-width: 100vw;
  overflow: hidden;
}
.content-wrapper .banner-section .img-outer {
  position: relative;
  height: calc(100vh - 80px);
  max-height: calc(100vh - 80px);
}
.content-wrapper .banner-section .img-outer .banner-image,
.content-wrapper .banner-section .img-outer .banner-video {
  height: 100%;
  max-height: 100%;
  width: 100%;
}
.content-wrapper .banner-section .img-outer .banner-details {
  height: 50%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent linear-gradient(0deg, rgba(12, 37, 56, 0.5) 0%, rgba(41, 96, 124, 0) 100%) 0% 0% no-repeat padding-box;
  background: red;
  padding-top: 30px;
  padding-bottom: 94px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.content-wrapper .banner-section .img-outer .banner-details img {
  height: 60px;
  max-height: 60px;
  width: 110px;
  max-width: 120px;
  margin-bottom: 20px;
}
.content-wrapper .banner-section .img-outer .banner-details .main-title {
  font-size: 64px;
  line-height: 68px;
  max-width: 80%;
  font-family: "Nakheel-TextBold";
  color: white;
}
.content-wrapper .banner-section .img-outer .banner-details .main-title + .btn {
  margin-top: 30px;
}
.content-wrapper .banner-section .img-outer .banner-details .desc p {
  color: #fff;
}
.content-wrapper .banner-section .img-outer .banner-details .log-outer img {
  margin-bottom: 0;
}
.content-wrapper .banner-section .img-outer .description-outer {
  position: absolute;
  z-index: 11;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 68px;
  display: none;
}
.content-wrapper .banner-section .img-outer .description-outer .title {
  color: #fff;
  font-family: "Nakheel-TextRegular";
  font-size: 72px;
  font-style: normal;
  font-weight: 100;
  line-height: 84px;
}
.content-wrapper .banner-section .swiper-spotlight {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.content-wrapper .banner-section .swiper-spotlight .fraction-pagination {
  position: absolute;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: none;
  color: white;
}
.content-wrapper .banner-section .swiper-slide .banner-image,
.content-wrapper .banner-section .swiper-slide .banner-video {
  -o-object-fit: cover;
     object-fit: cover;
}
.content-wrapper .banner-section .swiper-pagination {
  position: absolute;
  bottom: 35px;
}
.content-wrapper .banner-section .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
}
.content-wrapper .banner-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
  border-radius: 0;
}
.content-wrapper .banner-section .banner-description {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
.content-wrapper .banner-section .banner-description .box-outer {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  height: 100%;
}
.content-wrapper .banner-section .banner-description .box-outer .box {
  padding-left: 4.5%;
  padding-right: 6.66%;
  padding-bottom: 10vh;
  color: white;
  transition: all 0.8s ease;
  width: 100%;
  margin-bottom: -80vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  height: calc(100vh - 80px);
}
.content-wrapper .banner-section .banner-description .box-outer .box .title {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 8px;
  font-family: "Nakheel-TextRegular";
  font-weight: 400;
  cursor: pointer;
  text-transform: uppercase;
}
.content-wrapper .banner-section .banner-description .box-outer .box .desc {
  font-size: 48px;
  line-height: 56px;
  font-family: "Nakheel-TextRegular";
  font-weight: 400;
  margin-bottom: 20px;
  visibility: hidden;
}
.content-wrapper .banner-section .banner-description .box-outer .box .btn {
  background: #D7C5A9;
  width: -moz-fit-content;
  width: fit-content;
  border: 0.3px solid white;
}
.content-wrapper .banner-section .banner-description .box-outer .box .btn:hover {
  background: #7D5959;
  color: white;
}
.content-wrapper .banner-section .banner-description .box-outer .box.active {
  background: transparent linear-gradient(0deg, rgba(196, 168, 126, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  padding-bottom: 10vh;
  margin-bottom: 0;
  justify-content: end;
}
.content-wrapper .banner-section .banner-description .box-outer .box.active:not(:last-child):after {
  bottom: 0%;
}
.content-wrapper .banner-section .banner-description .box-outer .box.active .title {
  margin-bottom: 20px;
}
.content-wrapper .banner-section .banner-description .box-outer .box.active .desc {
  visibility: visible;
}
@media (max-width: 567px) {
  .content-wrapper .banner-section .banner-description .box-outer .box.active .title {
    margin-bottom: 10px;
  }
}
@media (max-width: 567px) {
  .content-wrapper .banner-section .banner-description .box-outer .box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.content-wrapper .banner-section.landing-page {
  height: 300px;
  max-height: 300px;
}
.content-wrapper .banner-section.landing-page .img-outer {
  position: relative;
  height: 300px;
  max-height: 300px;
}
.content-wrapper .banner-section.landing-page .img-outer .description-outer {
  display: block;
}
.content-wrapper .banner-section.details-page {
  height: 600px;
  max-height: 600px;
}
.content-wrapper .banner-section.details-page .img-outer {
  position: relative;
  height: 600px;
  max-height: 600px;
}
.content-wrapper .banner-section.details-page .img-outer .description-outer {
  bottom: auto;
  top: 0;
  display: block;
}
.content-wrapper .banner-section.details-page .img-outer .description-outer .title {
  padding-top: 247px;
}
.content-wrapper .banner-section.details-page .img-outer::before {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .content-wrapper .banner-section .swiper-spotlight .fraction-pagination {
    display: block;
  }
  .content-wrapper .banner-section .swiper-spotlight .swiper-pagination {
    display: block;
  }
  .content-wrapper .banner-section .banner-description {
    bottom: 50px;
  }
  .content-wrapper .banner-section .banner-description .box-outer .box {
    height: calc(100vh - 92px);
    height: auto;
    display: none;
  }
  .content-wrapper .banner-section .banner-description .box-outer .box.active {
    display: flex;
    padding-left: 16px;
    padding-right: 16px;
    background: transparent;
    padding-bottom: 20px;
  }
  .content-wrapper .banner-section .banner-description .box-outer .box.active .title {
    margin-bottom: 8px;
  }
  .content-wrapper .banner-section .banner-description .box-outer .box.active .desc {
    visibility: visible;
  }
  .content-wrapper .banner-section .swiper-button-prev,
  .content-wrapper .banner-section .swiper-button-next {
    display: none;
  }
  .content-wrapper .banner-section.landing-page {
    height: 160px;
    max-height: 160px;
  }
  .content-wrapper .banner-section.landing-page .img-outer {
    height: 160px;
    max-height: 160px;
  }
  .content-wrapper .banner-section.landing-page .img-outer .description-outer {
    display: block;
    padding-bottom: 32px;
  }
  .content-wrapper .banner-section.landing-page .img-outer .description-outer .title {
    font-size: 42px;
    line-height: 46px;
    font-weight: 100;
  }
  .content-wrapper .banner-section.details-page {
    height: 430px;
    max-height: 430px;
  }
  .content-wrapper .banner-section.details-page .img-outer {
    height: 430px;
    max-height: 430px;
  }
  .content-wrapper .banner-section.details-page .img-outer .description-outer .breadcrumb-outer {
    display: none;
  }
  .content-wrapper .banner-section.details-page .img-outer .description-outer .title {
    padding-top: 190px;
    font-size: 35px;
    line-height: 45px;
  }
}
.content-wrapper .breadcrumb-outer {
  position: absolute;
  top: 120px;
  left: 0;
  z-index: 99;
  width: 100%;
}
.content-wrapper .breadcrumb-outer .breadcrumb {
  margin: 0;
  padding-top: 8px;
}
.content-wrapper .breadcrumb-outer .breadcrumb .breadcrumb-item {
  font-family: "Nakheel-TextRegular";
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: white;
  text-transform: capitalize;
}
.content-wrapper .breadcrumb-outer .breadcrumb .breadcrumb-item a {
  color: white;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.content-wrapper .breadcrumb-outer .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 11px;
}
.content-wrapper .breadcrumb-outer .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: ">";
  color: white;
}
.content-wrapper .store-section {
  padding: 50px 0;
}
.content-wrapper .store-section .display-section {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 30px 0 20px 0;
}
.content-wrapper .store-section .display-section .element {
  height: 600px;
  width: 40%;
  max-width: calc(40% - 5px);
  position: relative;
}
.content-wrapper .store-section .display-section .element.big {
  width: 60%;
  max-width: 60%;
}
.content-wrapper .store-section .display-section .element .card.card-video .play-pause-btn,
.content-wrapper .store-section .display-section .element .card.card-video .mute-btn {
  top: 20px;
  bottom: auto;
  right: 29px;
}
.content-wrapper .store-section .display-section .element .card.card-video .play-pause-btn {
  right: 89px;
}
.content-wrapper .store-section .display-section .element .card.card-video .details {
  left: 50px;
  bottom: 10px;
}
.content-wrapper .store-section .display-section .element .card.card-video .details .title {
  font-size: 24px;
  line-height: 32px;
  margin: 0;
}
@media (max-width: 1024px) {
  .content-wrapper .store-section {
    padding: 20px 0;
  }
  .content-wrapper .store-section .display-section {
    flex-direction: column;
    max-width: 100%;
    padding: 20px 0;
  }
  .content-wrapper .store-section .display-section .element {
    width: 100%;
    max-width: 100%;
  }
  .content-wrapper .store-section .display-section .element.big {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 567px) {
  .content-wrapper .store-section .btn {
    width: 100%;
  }
  .content-wrapper .store-section .display-section .element {
    height: 567px;
  }
  .content-wrapper .store-section .display-section .element .card.card-video {
    height: 100%;
  }
}
.content-wrapper .dining-section {
  background: #F8F5F1;
  padding: 50px 0 0 0;
}
.content-wrapper .dining-section .dining-gallery {
  padding-top: 10px;
}
.content-wrapper .dining-section .dining-gallery .top-gallery {
  max-width: 100%;
  width: 100%;
  height: 600px;
  position: relative;
  margin-bottom: 5px;
  display: flex;
  gap: 5px;
}
.content-wrapper .dining-section .dining-gallery .card.card-video .play-pause-btn,
.content-wrapper .dining-section .dining-gallery .card.card-video .mute-btn {
  right: 29px;
  bottom: 20px;
}
.content-wrapper .dining-section .dining-gallery .card.card-video .play-pause-btn {
  right: 89px;
}
.content-wrapper .dining-section .dining-gallery .card.card-video .details {
  left: 50px;
}
.content-wrapper .dining-section .dining-gallery .card.card-video .details title {
  font-size: 24px;
  line-height: 32px;
  margin: 0;
}
.content-wrapper .dining-section .dining-gallery .bottom-slider .swiper-dining .swiper-wrapper,
.content-wrapper .dining-section .dining-gallery .bottom-slider .swiper-store .swiper-wrapper {
  gap: 5px;
}
.content-wrapper .dining-section .dining-gallery .bottom-slider .swiper-dining .swiper-wrapper .swiper-slide,
.content-wrapper .dining-section .dining-gallery .bottom-slider .swiper-store .swiper-wrapper .swiper-slide {
  height: 600px;
  width: 35%;
  max-width: 35%;
}
.content-wrapper .dining-section .dining-gallery .bottom-slider .swiper-dining .swiper-wrapper .swiper-slide:nth-child(even),
.content-wrapper .dining-section .dining-gallery .bottom-slider .swiper-store .swiper-wrapper .swiper-slide:nth-child(even) {
  max-width: 30%;
  width: 30%;
}
.content-wrapper .dining-section .dining-gallery .bottom-slider .swiper-dining .swiper-pagination,
.content-wrapper .dining-section .dining-gallery .bottom-slider .swiper-dining .fraction-pagination,
.content-wrapper .dining-section .dining-gallery .bottom-slider .swiper-store .swiper-pagination,
.content-wrapper .dining-section .dining-gallery .bottom-slider .swiper-store .fraction-pagination {
  display: none;
}
.content-wrapper .dining-section + .entertainment-section {
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .content-wrapper .dining-section {
    padding: 30px 0;
  }
  .content-wrapper .dining-section .dining-gallery {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .content-wrapper .dining-section .dining-gallery .top-gallery {
    height: 567px;
    flex-direction: column;
  }
  .content-wrapper .dining-section .dining-gallery .card.card-video {
    height: 100%;
  }
  .content-wrapper .dining-section .dining-gallery .card.card-video .play-pause-btn,
  .content-wrapper .dining-section .dining-gallery .card.card-video .mute-btn {
    right: 40px;
    bottom: auto;
    top: 20px;
  }
  .content-wrapper .dining-section .dining-gallery .card.card-video .play-pause-btn {
    right: 100px;
  }
  .content-wrapper .dining-section .dining-gallery .card.card-video .details {
    left: 37px;
  }
  .content-wrapper .dining-section .dining-gallery .card.card-video .details .title {
    font-size: 22px;
    line-height: 30px;
  }
  .content-wrapper .dining-section .dining-gallery .bottom-slider .swiper-dining .swiper-wrapper,
  .content-wrapper .dining-section .dining-gallery .bottom-slider .swiper-store .swiper-wrapper {
    gap: 0px;
  }
  .content-wrapper .dining-section .dining-gallery .bottom-slider .swiper-dining .swiper-wrapper .swiper-slide,
  .content-wrapper .dining-section .dining-gallery .bottom-slider .swiper-store .swiper-wrapper .swiper-slide {
    height: 600px;
    width: 336px;
    max-width: auto;
    min-width: 336px;
  }
  .content-wrapper .dining-section .dining-gallery .bottom-slider .swiper-dining .swiper-wrapper .swiper-slide:nth-child(even),
  .content-wrapper .dining-section .dining-gallery .bottom-slider .swiper-store .swiper-wrapper .swiper-slide:nth-child(even) {
    max-width: auto;
    width: 336px;
  }
  .content-wrapper .dining-section .dining-gallery .bottom-slider .swiper-dining .swiper-wrapper .swiper-slide .card.card-video .details,
  .content-wrapper .dining-section .dining-gallery .bottom-slider .swiper-store .swiper-wrapper .swiper-slide .card.card-video .details {
    left: 18px;
    bottom: 10px;
  }
  .content-wrapper .dining-section .dining-gallery .bottom-slider .swiper-dining .swiper-wrapper .swiper-slide .card.card-video .details .title,
  .content-wrapper .dining-section .dining-gallery .bottom-slider .swiper-store .swiper-wrapper .swiper-slide .card.card-video .details .title {
    font-size: 22px;
    font-weight: 100;
    line-height: 30px;
    margin: 0;
  }
  .content-wrapper .dining-section .dining-gallery .bottom-slider .swiper-dining .swiper-pagination,
  .content-wrapper .dining-section .dining-gallery .bottom-slider .swiper-dining .fraction-pagination,
  .content-wrapper .dining-section .dining-gallery .bottom-slider .swiper-store .swiper-pagination,
  .content-wrapper .dining-section .dining-gallery .bottom-slider .swiper-store .fraction-pagination {
    display: block;
  }
  .content-wrapper .dining-section + .entertainment-section {
    margin-top: 30px;
  }
}
@media (max-width: 567px) {
  .content-wrapper .dining-section .btn {
    width: 100%;
  }
}
.content-wrapper .entertainment-section .grid-outer {
  position: relative;
}
@media (min-width: 1025px) {
  .content-wrapper .entertainment-section .grid-outer {
    margin-left: calc((100vw - 1024px) / 2);
  }
}
@media (min-width: 1200px) {
  .content-wrapper .entertainment-section .grid-outer {
    margin-left: calc((100vw - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .content-wrapper .entertainment-section .grid-outer {
    margin-left: calc((100vw - 1320px) / 2);
  }
}
.content-wrapper .entertainment-section .grid-outer .details-block {
  display: flex;
  align-items: center;
  padding: 92px 92px 92px 0;
  height: 600px;
  width: 630px;
  max-width: 629px;
  position: absolute;
  left: 0;
}
.content-wrapper .entertainment-section .grid-outer .details-block > div {
  min-width: 376px;
}
.content-wrapper .entertainment-section .grid-outer .details-block .title {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Nakheel-TextRegular";
  font-size: 36px;
  font-weight: 400;
  line-height: 56px;
  margin-bottom: 12px;
}
.content-wrapper .entertainment-section .grid-outer .details-block .desc {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Nakheel-TextRegular";
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 40px;
}
.content-wrapper .entertainment-section .grid-outer .details-block ul {
  display: flex;
  align-items: center;
  margin-top: 40px;
  gap: 12px;
}
.content-wrapper .entertainment-section .grid-outer .details-block ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-family: "Nakheel-TextRegular";
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}
.content-wrapper .entertainment-section .grid-outer .carousal-outer {
  margin-left: 629px;
}
.content-wrapper .entertainment-section .grid-outer .carousal-outer .swiper .swiper-wrapper .swiper-slide {
  max-width: 650px;
  margin-right: 5px;
}
.content-wrapper .entertainment-section .grid-outer .carousal-outer .swiper .swiper-btn {
  left: 5px;
}
.content-wrapper .entertainment-section .grid-outer .carousal-outer .swiper .swiper-btn.entertain-button-next, .content-wrapper .entertainment-section .grid-outer .carousal-outer .swiper .swiper-btn.entertain1-button-next {
  left: 595px;
}
.content-wrapper .entertainment-section .grid-outer .carousal-outer .swiper .swiper-pagination,
.content-wrapper .entertainment-section .grid-outer .carousal-outer .swiper .fraction-pagination {
  display: none;
}
.content-wrapper .entertainment-section + .entertainment-section {
  margin-top: 50px;
}
.content-wrapper .entertainment-section .mobile-btn {
  display: none;
}
@media (min-width: 1025px) {
  .content-wrapper .entertainment-section.left-align .grid-outer {
    margin-left: 0;
    position: relative;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .content-wrapper .entertainment-section.left-align .grid-outer {
    margin-right: calc((100vw - 1024px) / 2);
  }
}
@media (min-width: 1025px) and (min-width: 1200px) {
  .content-wrapper .entertainment-section.left-align .grid-outer {
    margin-right: calc((100vw - 1140px) / 2);
  }
}
@media (min-width: 1025px) and (min-width: 1400px) {
  .content-wrapper .entertainment-section.left-align .grid-outer {
    margin-right: calc((100vw - 1320px) / 2);
  }
}
@media (min-width: 1025px) {
  .content-wrapper .entertainment-section.left-align .grid-outer .details-block {
    padding: 92px 0 92px 92px;
    left: auto;
    right: 0;
  }
  .content-wrapper .entertainment-section.left-align .grid-outer .carousal-outer {
    margin-left: 0;
    margin-right: 629px;
  }
}
@media (max-width: 1024px) {
  .content-wrapper .entertainment-section {
    padding: 0 0 30px 0;
  }
  .content-wrapper .entertainment-section .grid-outer .details-block {
    height: auto;
    width: 100%;
    max-width: 100%;
    position: static;
    padding: 20px 16px;
  }
  .content-wrapper .entertainment-section .grid-outer .details-block > div {
    min-width: 100%;
  }
  .content-wrapper .entertainment-section .grid-outer .details-block .title {
    font-size: 32px;
    line-height: 38px;
  }
  .content-wrapper .entertainment-section .grid-outer .details-block .desc {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .content-wrapper .entertainment-section .grid-outer .details-block ul {
    margin-top: 20px;
  }
  .content-wrapper .entertainment-section .grid-outer .carousal-outer {
    margin-left: 16px;
  }
  .content-wrapper .entertainment-section .grid-outer .carousal-outer .swiper .swiper-wrapper .swiper-slide {
    max-width: 358px;
    margin-right: 5px;
  }
  .content-wrapper .entertainment-section .grid-outer .carousal-outer .swiper .swiper-btn.entertain-button-next, .content-wrapper .entertainment-section .grid-outer .carousal-outer .swiper .swiper-btn.entertain1-button-next {
    left: auto;
  }
  .content-wrapper .entertainment-section .grid-outer .carousal-outer .swiper .swiper-pagination,
  .content-wrapper .entertainment-section .grid-outer .carousal-outer .swiper .fraction-pagination {
    display: block;
  }
  .content-wrapper .entertainment-section .btn {
    display: none;
  }
  .content-wrapper .entertainment-section .btn.mobile-btn {
    margin: 0 16px;
    margin-top: 13px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 567px) {
  .content-wrapper .entertainment-section .btn.mobile-btn {
    width: auto;
  }
}
.content-wrapper .spotlight-brand-section {
  background: #F8F5F1;
  padding: 50px 0;
}
@media (min-width: 1025px) {
  .content-wrapper .spotlight-brand-section .brand-content {
    margin-left: calc((100vw - 1024px) / 2);
  }
}
@media (min-width: 1200px) {
  .content-wrapper .spotlight-brand-section .brand-content {
    margin-left: calc((100vw - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .content-wrapper .spotlight-brand-section .brand-content {
    margin-left: calc((100vw - 1320px) / 2);
  }
}
.content-wrapper .spotlight-brand-section .brand-content .title-section {
  margin-bottom: 30px;
}
.content-wrapper .spotlight-brand-section .brand-content .title-section .head {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Nakheel-TextRegular";
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
}
.content-wrapper .spotlight-brand-section .brand-content .title-section .title {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Nakheel-TextRegular";
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 12px;
}
.content-wrapper .spotlight-brand-section .brand-content .title-section .desc {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Nakheel-TextRegular";
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
.content-wrapper .spotlight-brand-section .brand-content .carousal-outer .swiper .swiper-wrapper .swiper-slide {
  max-width: 651px;
  margin-right: 5px;
}
@media (max-width: 1024px) {
  .content-wrapper .spotlight-brand-section {
    padding: 30px 0;
  }
  .content-wrapper .spotlight-brand-section .brand-content .title-section {
    padding: 0 16px;
    margin-bottom: 20px;
  }
  .content-wrapper .spotlight-brand-section .brand-content .title-section .head {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .content-wrapper .spotlight-brand-section .brand-content .title-section .title {
    font-size: 28px;
    line-height: 35px;
  }
  .content-wrapper .spotlight-brand-section .brand-content .title-section .desc {
    font-size: 16px;
    line-height: 24px;
  }
  .content-wrapper .spotlight-brand-section .brand-content .carousal-outer .swiper .swiper-wrapper .swiper-slide {
    max-width: 358px;
  }
}
.content-wrapper .offer-section {
  padding: 50px 0;
}
.content-wrapper .offer-section .title-section {
  margin-bottom: 30px;
}
.content-wrapper .offer-section .title-section .head {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Nakheel-TextRegular";
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 12px;
}
.content-wrapper .offer-section .title-section .title {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Nakheel-TextRegular";
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 12px;
}
.content-wrapper .offer-section .title-section .desc {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Nakheel-TextRegular";
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
.content-wrapper .offer-section .grid-outer {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 5px;
  max-height: 1122px;
}
.content-wrapper .offer-section .grid-outer a {
  display: block;
  position: relative;
}
.content-wrapper .offer-section .grid-outer a .img-outer {
  width: 100%;
  height: 100%;
}
.content-wrapper .offer-section .grid-outer a .img-outer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.content-wrapper .offer-section .grid-outer a .content {
  position: absolute;
  z-index: 1;
  bottom: 106px;
  left: 20px;
  width: 100%;
}
.content-wrapper .offer-section .grid-outer a .content .date {
  color: #FFF;
  font-family: "Nakheel-TextRegular";
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 12px;
}
.content-wrapper .offer-section .grid-outer a .content .title {
  color: #FFF;
  font-family: "Nakheel-TextRegular";
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  margin-bottom: 12px;
}
.content-wrapper .offer-section .grid-outer a .content .desc {
  color: #FFF;
  font-family: "Nakheel-TextRegular";
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
  max-width: 80%;
}
.content-wrapper .offer-section .grid-outer a:nth-child(1) {
  width: 745px;
  height: 741px;
}
.content-wrapper .offer-section .grid-outer a:nth-child(2) {
  width: 745px;
  height: 376px;
  display: flex;
  flex-direction: row;
}
.content-wrapper .offer-section .grid-outer a:nth-child(2) .img-outer {
  width: 368px;
  min-width: 368px;
}
.content-wrapper .offer-section .grid-outer a:nth-child(2) .content {
  position: static;
  background: #ECD2C8;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.content-wrapper .offer-section .grid-outer a:nth-child(2) .content .date,
.content-wrapper .offer-section .grid-outer a:nth-child(2) .content .title,
.content-wrapper .offer-section .grid-outer a:nth-child(2) .content .desc {
  color: #000;
  width: 100%;
}
.content-wrapper .offer-section .grid-outer a:nth-child(3) {
  width: calc(100% - 745px);
  height: 556px;
}
.content-wrapper .offer-section .grid-outer a:nth-child(4) {
  width: calc(100% - 745px);
  height: 561px;
}
.content-wrapper .offer-section .viewmore-btn {
  margin-top: 12px;
  color: #000;
  font-family: "Nakheel-TextRegular";
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  justify-content: flex-end;
}
.content-wrapper .offer-section .viewmore-btn:hover {
  font-family: "Nakheel-TextBold";
  font-weight: 700;
}
@media (max-width: 1024px) {
  .content-wrapper .offer-section {
    padding: 30px 0;
  }
  .content-wrapper .offer-section .container {
    padding: 0;
  }
  .content-wrapper .offer-section .container .row {
    margin: 0;
  }
  .content-wrapper .offer-section .container .row .col-sm-12 {
    padding: 0;
  }
  .content-wrapper .offer-section .title-section {
    padding: 0 16px;
  }
  .content-wrapper .offer-section .title-section .head {
    font-size: 16px;
    line-height: 24px;
  }
  .content-wrapper .offer-section .title-section .title {
    font-size: 28px;
    line-height: 35px;
  }
  .content-wrapper .offer-section .title-section .desc {
    font-size: 16px;
    line-height: 24px;
  }
  .content-wrapper .offer-section .grid-outer {
    gap: 5px;
    max-height: 100%;
  }
  .content-wrapper .offer-section .grid-outer a {
    display: block;
    position: relative;
  }
  .content-wrapper .offer-section .grid-outer a .img-outer {
    width: 100%;
    height: 100%;
  }
  .content-wrapper .offer-section .grid-outer a .img-outer img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content-wrapper .offer-section .grid-outer a .content {
    bottom: 20px;
    left: 0;
    padding: 0 16px;
  }
  .content-wrapper .offer-section .grid-outer a .content .date {
    font-size: 16px;
    line-height: 24px;
  }
  .content-wrapper .offer-section .grid-outer a .content .title {
    font-size: 28px;
    line-height: 35px;
  }
  .content-wrapper .offer-section .grid-outer a .content .desc {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 100px;
    max-width: 100%;
  }
  .content-wrapper .offer-section .grid-outer a:nth-child(1) {
    width: 100%;
    height: 567px;
  }
  .content-wrapper .offer-section .grid-outer a:nth-child(2) {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  .content-wrapper .offer-section .grid-outer a:nth-child(2) .img-outer {
    width: 100%;
    min-width: 100%;
    height: 294px;
  }
  .content-wrapper .offer-section .grid-outer a:nth-child(2) .content {
    padding: 22px 11px;
  }
  .content-wrapper .offer-section .grid-outer a:nth-child(2) .content .desc {
    margin-bottom: 42px;
  }
  .content-wrapper .offer-section .grid-outer a:nth-child(3) {
    width: 100%;
    height: 567px;
  }
  .content-wrapper .offer-section .grid-outer a:nth-child(4) {
    width: 100%;
    height: 567px;
  }
  .content-wrapper .offer-section .viewmore-btn {
    display: none;
  }
}
@media (max-width: 567px) {
  .content-wrapper .offer-section .grid-outer a .content .btn {
    width: 100%;
  }
}
.content-wrapper .attraction-section {
  padding: 50px 0;
}
@media (min-width: 1025px) {
  .content-wrapper .attraction-section .content {
    margin-left: calc((100vw - 1024px) / 2);
  }
}
@media (min-width: 1200px) {
  .content-wrapper .attraction-section .content {
    margin-left: calc((100vw - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .content-wrapper .attraction-section .content {
    margin-left: calc((100vw - 1320px) / 2);
  }
}
.content-wrapper .attraction-section .content .title-section {
  padding-bottom: 20px;
}
.content-wrapper .attraction-section .content .title-section .title {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Nakheel-TextRegular";
  font-size: 36px;
  font-weight: 400;
  line-height: 56px;
  margin-bottom: 12px;
}
.content-wrapper .attraction-section .content .title-section .desc {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Nakheel-TextRegular";
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
.content-wrapper .attraction-section .content .carousal-outer .card.card-video .details {
  left: 244px;
  bottom: 50px;
  max-width: 370px;
}
.content-wrapper .attraction-section .swiper .swiper-wrapper .swiper-slide {
  max-width: 895px;
  margin-right: 5px;
}
@media (max-width: 1024px) {
  .content-wrapper .attraction-section {
    padding-top: 10px;
  }
  .content-wrapper .attraction-section .content .title-section {
    padding: 0 16px 26px 16px;
  }
  .content-wrapper .attraction-section .content .title-section .title {
    font-size: 28px;
    line-height: 35px;
  }
  .content-wrapper .attraction-section .content .title-section .desc {
    font-size: 16px;
    line-height: 24px;
  }
  .content-wrapper .attraction-section .content .carousal-outer .card.card-video .details {
    left: 0;
    padding: 0 16px;
    bottom: 72px;
    max-width: 100%;
  }
  .content-wrapper .attraction-section .swiper .swiper-wrapper .swiper-slide {
    max-width: 358px;
  }
}
.content-wrapper .interactive-map-section {
  padding: 50px 0;
}
.content-wrapper .interactive-map-section .title-section .title {
  color: #333232;
  text-align: center;
  font-family: "Nakheel-TextRegular";
  font-size: 50px;
  font-weight: 400;
  line-height: 54px;
}
.content-wrapper .interactive-map-section .title-section .desc {
  color: #333232;
  text-align: center;
  font-family: "Nakheel-TextRegular";
  font-size: 20px;
  font-weight: 400;
  line-height: 74px;
}
.content-wrapper .interactive-map-section .map-outer img {
  width: 100%;
}
@media (max-width: 1024px) {
  .content-wrapper .interactive-map-section .title-section {
    padding: 0 17px;
  }
  .content-wrapper .interactive-map-section .title-section .title {
    font-size: 25px;
    line-height: 38px;
    margin-bottom: 14px;
  }
  .content-wrapper .interactive-map-section .title-section .desc {
    font-size: 22px;
    line-height: 30px;
  }
}
.content-wrapper .trend-section {
  padding: 50px 0;
  background: #F5F1EB;
}
.content-wrapper .trend-section .carousal-outer {
  margin-top: 10px;
}
.content-wrapper .trend-section .carousal-outer .swiper .swiper-wrapper .swiper-slide {
  margin-right: 5px;
  max-width: 651px;
}
@media (max-width: 1024px) {
  .content-wrapper .trend-section {
    padding: 20px 0 0 0;
  }
  .content-wrapper .trend-section .carousal-outer {
    margin-top: 0px;
  }
  .content-wrapper .trend-section .carousal-outer .swiper-trend .swiper-wrapper .swiper-slide {
    max-width: 390px;
  }
  .content-wrapper .trend-section .carousal-outer .swiper-trend .swiper-wrapper .swiper-slide .entertain-card {
    height: 567px;
  }
  .content-wrapper .trend-section .carousal-outer .swiper-trend .swiper-wrapper .swiper-slide .entertain-card img {
    height: 567px;
  }
}
.content-wrapper .prodcategory-section {
  padding: 50px 0;
}
.content-wrapper .prodcategory-section .carousal-outer {
  margin-top: 10px;
}
.content-wrapper .prodcategory-section .carousal-outer .swiper .swiper-wrapper .swiper-slide {
  margin-right: 5px;
  max-width: 530px;
}
.content-wrapper .prodcategory-section .carousal-outer + .content-block {
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .content-wrapper .prodcategory-section {
    padding: 20px 0 0 0;
  }
  .content-wrapper .prodcategory-section .carousal-outer {
    margin-top: 0px;
  }
  .content-wrapper .prodcategory-section .carousal-outer .swiper .swiper-wrapper .swiper-slide {
    max-width: 358px;
  }
}
.content-wrapper .noresult {
  color: #000;
  font-family: "Nakheel-TextRegular";
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
}
.content-wrapper .product-list-section {
  padding: 50px 0;
}
.content-wrapper .product-list-section .count-outer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.content-wrapper .product-list-section .count-outer p {
  color: #333232;
  font-family: "Nakheel-TextRegular";
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
.content-wrapper .product-list-section .count-outer .count {
  color: #000;
  font-family: "Nakheel-TextRegular";
  font-size: 18px;
  font-weight: 100;
  line-height: 28px;
}
.content-wrapper .product-list-section .element-container .element-block {
  margin-bottom: 5px;
}
.content-wrapper .product-list-section .element-container .element-block .highlight-text {
  color: #333232;
  font-family: "Nakheel-TextRegular";
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  opacity: 0.5;
  text-transform: uppercase;
}
.content-wrapper .product-list-section .element-container .element-block .product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px;
}
.content-wrapper .product-list-section .element-container .element-block.active .highlight-text {
  opacity: 1;
}
.content-wrapper .product-list-section .load-more {
  color: #000;
  font-family: "Nakheel-TextRegular";
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  justify-content: end;
  margin-left: auto;
  margin-top: 12px;
}
@media (max-width: 1024px) {
  .content-wrapper .product-list-section {
    padding: 30px 0;
  }
  .content-wrapper .product-list-section .count-outer {
    margin-bottom: 14px;
  }
  .content-wrapper .product-list-section .count-outer p {
    font-size: 14px;
    line-height: 20px;
  }
  .content-wrapper .product-list-section .count-outer .count {
    font-size: 14px;
    line-height: 20px;
  }
  .content-wrapper .product-list-section .element-container .element-block .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 567px) {
  .content-wrapper .product-list-section .element-container .element-block .product-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.content-wrapper .event-offer-section {
  padding: 50px 0;
}
.content-wrapper .event-offer-section .carousal-outer {
  margin-top: 10px;
}
.content-wrapper .event-offer-section .carousal-outer .swiper-eventoffer .swiper-wrapper .swiper-slide {
  margin-right: 5px;
  max-width: 477px;
}
.content-wrapper .event-offer-section .carousal-outer .swiper-eventoffer .swiper-btn {
  top: 295px;
}
.content-wrapper .event-offer-section .btn-outer {
  margin-top: 10px;
  display: flex;
  gap: 34px;
  justify-content: center;
}
@media (max-width: 1024px) {
  .content-wrapper .event-offer-section {
    padding: 30px 0;
  }
  .content-wrapper .event-offer-section .carousal-outer {
    margin-top: 0;
  }
  .content-wrapper .event-offer-section .carousal-outer .swiper-eventoffer .swiper-wrapper .swiper-slide {
    max-width: 358px;
  }
  .content-wrapper .event-offer-section .carousal-outer .swiper-eventoffer .swiper-btn {
    top: 230px;
  }
  .content-wrapper .event-offer-section .btn-outer {
    gap: 23px;
  }
}
.content-wrapper .similar-shop-section {
  padding: 0 0 50px 0;
  overflow: hidden;
}
.content-wrapper .similar-shop-section .carousal-outer {
  margin-top: 10px;
  max-width: 464px;
  overflow: visible;
}
@media (min-width: 1025px) {
  .content-wrapper .similar-shop-section .carousal-outer {
    margin-left: calc((100vw - 1024px) / 2);
  }
}
@media (min-width: 1200px) {
  .content-wrapper .similar-shop-section .carousal-outer {
    margin-left: calc((100vw - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .content-wrapper .similar-shop-section .carousal-outer {
    margin-left: calc((100vw - 1320px) / 2);
  }
}
.content-wrapper .similar-shop-section .carousal-outer .swiper-similaroffer {
  overflow: visible;
}
.content-wrapper .similar-shop-section .carousal-outer .swiper-similaroffer .swiper-wrapper .swiper-slide {
  margin-right: 5px;
  max-width: 464px;
}
.content-wrapper .similar-shop-section .carousal-outer .swiper-similaroffer .swiper-wrapper .swiper-slide::after {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.content-wrapper .similar-shop-section .carousal-outer .swiper-similaroffer .swiper-wrapper .swiper-slide.swiper-slide-active::after {
  display: none;
}
.content-wrapper .similar-shop-section .carousal-outer .swiper-similaroffer .swiper-pagination,
.content-wrapper .similar-shop-section .carousal-outer .swiper-similaroffer .fraction-pagination {
  display: none;
}
.content-wrapper .similar-shop-section .carousal-outer + .content-block {
  padding-top: 20px;
}
@media (max-width: 1024px) {
  .content-wrapper .similar-shop-section {
    padding: 30px 0;
  }
  .content-wrapper .similar-shop-section .carousal-outer {
    margin-left: 30px;
    max-width: 297px;
  }
  .content-wrapper .similar-shop-section .carousal-outer .swiper-similaroffer {
    overflow: visible;
  }
  .content-wrapper .similar-shop-section .carousal-outer .swiper-similaroffer .swiper-wrapper .swiper-slide {
    margin-right: 5px;
    max-width: 297px;
  }
  .content-wrapper .similar-shop-section .carousal-outer .swiper-similaroffer .swiper-wrapper .swiper-slide.swiper-slide-active::after {
    display: none;
  }
  .content-wrapper .similar-shop-section .carousal-outer .swiper-similaroffer .swiper-pagination,
  .content-wrapper .similar-shop-section .carousal-outer .swiper-similaroffer .fraction-pagination {
    display: block;
  }
}
.content-wrapper .enquiry-section {
  position: relative;
  z-index: 1;
  margin-top: -40px;
}
.content-wrapper .enquiry-section .enquiry-block {
  background: #FBF9F7;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  max-width: 500px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.content-wrapper .enquiry-section .enquiry-block .desc {
  color: #333232;
  font-family: "Nakheel-TextRegular";
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
.content-wrapper .enquiry-section .enquiry-block .btn-sand {
  background: #F5F1EB;
  padding-left: 24px;
  padding-right: 24px;
  border: none;
}
.content-wrapper .enquiry-section .enquiry-block ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.content-wrapper .enquiry-section .enquiry-block ul li:not(:last-child) {
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #D7BD71;
}
.content-wrapper .enquiry-section .enquiry-block ul li .material-symbols-outlined {
  padding-right: 5px;
}
.content-wrapper .enquiry-section .enquiry-block ul li > * {
  display: flex;
  align-items: center;
  color: #000;
  font-family: "Nakheel-TextRegular";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.content-wrapper .enquiry-section .enquiry-block ul + ul li {
  position: relative;
}
.content-wrapper .enquiry-section .enquiry-block ul + ul li:first-child {
  padding-left: 30px;
}
.content-wrapper .enquiry-section .enquiry-block ul + ul li:first-child:before {
  content: "";
  height: 24px;
  width: 24px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background: url("../images/clockicon.svg");
}
@media (max-width: 768px) {
  .content-wrapper .enquiry-section .enquiry-block {
    padding: 10px 20px;
  }
  .content-wrapper .enquiry-section .enquiry-block .desc {
    font-size: 14px;
    line-height: 18px;
  }
  .content-wrapper .enquiry-section .enquiry-block ul {
    row-gap: 5px;
  }
  .content-wrapper .enquiry-section .enquiry-block ul li > * {
    font-size: 14px;
    line-height: 18px;
  }
}
.content-wrapper .discover-grid-section {
  padding-bottom: 50px;
}
.content-wrapper .discover-grid-section .grid-outer {
  display: grid;
  grid-template-columns: repeat(4, 25%);
  gap: 5px;
}
.content-wrapper .discover-grid-section .grid-outer .grid-element {
  position: relative;
}
.content-wrapper .discover-grid-section .grid-outer .grid-element .img-outer {
  overflow: hidden;
}
.content-wrapper .discover-grid-section .grid-outer .grid-element .img-outer img {
  height: 100%;
  width: 100%;
  transition: all 0.8s ease-in-out;
}
.content-wrapper .discover-grid-section .grid-outer .grid-element .content-outer {
  position: absolute;
  bottom: 40px;
  left: 23px;
}
.content-wrapper .discover-grid-section .grid-outer .grid-element .content-outer .title {
  color: #F5F1EB;
  font-family: "Nakheel-TextRegular";
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}
.content-wrapper .discover-grid-section .grid-outer .grid-element .content-outer .btn {
  color: white;
}
.content-wrapper .discover-grid-section .grid-outer .grid-element:hover .img-outer img {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .content-wrapper .discover-grid-section {
    padding-bottom: 30px;
  }
  .content-wrapper .discover-grid-section .grid-outer .grid-element .content-outer {
    position: absolute;
    bottom: 5px;
    left: 10px;
  }
  .content-wrapper .discover-grid-section .grid-outer .grid-element .content-outer .title {
    font-size: 20px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .content-wrapper .discover-grid-section .grid-outer {
    grid-template-columns: repeat(3, auto);
  }
  .content-wrapper .discover-grid-section.mall-page .grid-outer {
    grid-template-columns: repeat(2, auto);
  }
}
@media (max-width: 567px) {
  .content-wrapper .discover-grid-section .grid-outer {
    grid-template-columns: repeat(2, auto);
  }
  .content-wrapper .discover-grid-section.mall-page {
    margin-bottom: 30px;
  }
  .content-wrapper .discover-grid-section.mall-page .grid-outer {
    padding: 0 16px;
    grid-template-columns: repeat(1, auto);
  }
}
.content-wrapper .aminity-scroll-section {
  padding: 30px 0 0 0;
}
.content-wrapper .aminity-scroll-section .btn-outer {
  display: flex;
  gap: 17px;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
}
.content-wrapper .aminity-scroll-section .category-title {
  color: #C4A87E;
  font-family: "Nakheel-TextRegular";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 10px;
}
.content-wrapper .aminity-scroll-section .accordion-outer {
  margin-bottom: 15px;
}
.content-wrapper .resource-count-section {
  margin-top: 50px;
}
.content-wrapper .resource-count-section .resource-outer {
  padding: 50px 0;
}
.content-wrapper .resource-count-section .resource-outer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 15px;
}
.content-wrapper .resource-count-section .resource-outer ul li {
  text-align: center;
  padding: 0 13px;
}
.content-wrapper .resource-count-section .resource-outer ul li .material-symbols-outlined {
  color: #C4A87E;
}
.content-wrapper .resource-count-section .resource-outer ul li img {
  max-height: 24px;
}
.content-wrapper .resource-count-section .resource-outer ul li .label-head {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Nakheel-TextRegular";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 3px;
  padding-bottom: 7px;
  position: relative;
}
.content-wrapper .resource-count-section .resource-outer ul li .label-head::after {
  content: "";
  background: #C4A87E;
  height: 1px;
  width: 60%;
  position: absolute;
  bottom: 0;
  left: 20%;
}
.content-wrapper .resource-count-section .resource-outer ul li .count {
  color: #C4A87E;
  font-family: "Nakheel-TextRegular";
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  padding-top: 7px;
}
.content-wrapper .resource-count-section .resource-outer ul li .category {
  padding-top: 7px;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Nakheel-TextRegular";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.content-wrapper .mall-information-section {
  margin-bottom: 50px;
}
.content-wrapper .mall-information-section .title-section {
  margin-bottom: 21px;
}
.content-wrapper .mall-information-section .title-section .title {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Nakheel-TextRegular";
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
}
.content-wrapper .mall-information-section .information-outer {
  border: 1px solid #C4A87E;
  padding: 50px;
}
.content-wrapper .mall-information-section .information-outer ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-wrapper .mall-information-section .information-outer ul li {
  text-align: center;
  flex-grow: 1;
  flex-basis: 0;
}
.content-wrapper .mall-information-section .information-outer ul li:not(:last-child) {
  padding-right: 49px;
  border-right: 1px solid #C4A87E;
  margin-right: 49px;
}
.content-wrapper .mall-information-section .information-outer ul li a {
  text-decoration: underline;
}
.content-wrapper .mall-information-section .information-outer ul li .section-title {
  color: #000;
  font-family: "Nakheel-TextRegular";
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 23px;
}
.content-wrapper .mall-information-section .information-outer ul li .section-desc * {
  color: #000;
  font-family: "Nakheel-TextRegular";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 23px;
}
@media (max-width: 1024px) {
  .content-wrapper .mall-information-section {
    margin-bottom: 30px;
  }
  .content-wrapper .mall-information-section .title-section {
    margin-bottom: 15px;
  }
  .content-wrapper .mall-information-section .title-section .title {
    font-size: 28px;
    line-height: 35px;
  }
  .content-wrapper .mall-information-section .information-outer {
    padding: 20px;
  }
  .content-wrapper .mall-information-section .information-outer ul li:not(:last-child) {
    padding-right: 20px;
    margin-right: 20px;
  }
  .content-wrapper .mall-information-section .information-outer ul li .section-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .content-wrapper .mall-information-section .information-outer ul li .section-desc * {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .content-wrapper .mall-information-section .information-outer ul li .section-desc *:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 567px) {
  .content-wrapper .mall-information-section .information-outer ul {
    flex-direction: column;
  }
  .content-wrapper .mall-information-section .information-outer ul li:not(:last-child) {
    padding-right: 0;
    border-right: 0 solid #C4A87E;
    margin-right: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #C4A87E;
    margin-bottom: 20px;
  }
}
.content-wrapper .alternate-resource-section {
  padding-bottom: 50px;
}
.content-wrapper .alternate-resource-section .block-outer {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.content-wrapper .alternate-resource-section .block-outer .block-parent {
  background: #FCFBF9;
}
.content-wrapper .alternate-resource-section .block-outer .block-parent .block {
  display: flex;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
}
.content-wrapper .alternate-resource-section .block-outer .block-parent .block .img-outer {
  overflow: hidden;
  width: 50%;
}
.content-wrapper .alternate-resource-section .block-outer .block-parent .block .img-outer img {
  max-width: 100%;
}
.content-wrapper .alternate-resource-section .block-outer .block-parent .block .details-outer {
  width: 50%;
  padding-left: 97px;
}
.content-wrapper .alternate-resource-section .block-outer .block-parent .block .details-outer .title {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Nakheel-TextRegular";
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  margin-bottom: 12px;
}
.content-wrapper .alternate-resource-section .block-outer .block-parent .block .details-outer .desc {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Nakheel-TextRegular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.content-wrapper .alternate-resource-section .block-outer .block-parent .block .details-outer .btn-outer {
  margin-top: 40px;
}
.content-wrapper .alternate-resource-section .block-outer .block-parent:nth-child(even) {
  margin-left: 0;
}
.content-wrapper .alternate-resource-section .block-outer .block-parent:nth-child(even) .block {
  flex-direction: row-reverse;
  margin-right: 0;
  margin-left: auto;
}
.content-wrapper .alternate-resource-section .block-outer .block-parent:nth-child(even) .details-outer {
  padding-left: 0;
  padding-right: 97px;
}
@media (min-width: 1025px) {
  .content-wrapper .alternate-resource-section .block-outer .block-parent {
    margin-left: calc((100vw - 1024px + 12px) / 2);
  }
  .content-wrapper .alternate-resource-section .block-outer .block-parent .block {
    max-width: 1000px;
  }
  .content-wrapper .alternate-resource-section .block-outer .block-parent:nth-child(even) {
    margin-right: calc((100vw - 1024px) / 2);
  }
}
@media (min-width: 1200px) {
  .content-wrapper .alternate-resource-section .block-outer .block-parent {
    margin-left: calc((100vw - 1140px + 12px) / 2);
  }
  .content-wrapper .alternate-resource-section .block-outer .block-parent .block {
    max-width: 1116px;
  }
  .content-wrapper .alternate-resource-section .block-outer .block-parent:nth-child(even) {
    margin-right: calc((100vw - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .content-wrapper .alternate-resource-section .block-outer .block-parent {
    margin-left: calc((100vw - 1320px + 12px) / 2);
  }
  .content-wrapper .alternate-resource-section .block-outer .block-parent .block {
    max-width: 1296px;
  }
  .content-wrapper .alternate-resource-section .block-outer .block-parent:nth-child(even) {
    margin-right: calc((100vw - 1320px) / 2);
  }
}
@media (max-width: 1024px) {
  .content-wrapper .alternate-resource-section .block-outer .block-parent {
    margin-left: 16px;
  }
  .content-wrapper .alternate-resource-section .block-outer .block-parent .block {
    max-width: 100%;
    align-items: flex-start;
  }
  .content-wrapper .alternate-resource-section .block-outer .block-parent .block .details-outer {
    width: 50%;
    padding: 16px;
    padding-left: 40px;
  }
  .content-wrapper .alternate-resource-section .block-outer .block-parent .block .details-outer .title {
    font-size: 32px;
    line-height: 38px;
  }
  .content-wrapper .alternate-resource-section .block-outer .block-parent .block .details-outer .desc {
    font-size: 16px;
    line-height: 24px;
  }
  .content-wrapper .alternate-resource-section .block-outer .block-parent .block .details-outer .btn-outer {
    margin-top: 20px;
  }
  .content-wrapper .alternate-resource-section .block-outer .block-parent:nth-child(even) {
    margin-right: 16px;
  }
}
@media (max-width: 567px) {
  .content-wrapper .alternate-resource-section .block-outer .block-parent {
    margin-left: 0;
    background: white;
  }
  .content-wrapper .alternate-resource-section .block-outer .block-parent .block {
    flex-direction: column-reverse;
  }
  .content-wrapper .alternate-resource-section .block-outer .block-parent .block .img-outer {
    width: 100%;
    padding: 0 16px;
    margin-top: 30px;
  }
  .content-wrapper .alternate-resource-section .block-outer .block-parent .block .details-outer {
    width: 100%;
    padding: 20px 16px;
    background: #FCFBF9;
  }
  .content-wrapper .alternate-resource-section .block-outer .block-parent:nth-child(even) {
    margin-right: 0;
  }
  .content-wrapper .alternate-resource-section .block-outer .block-parent:nth-child(even) .block {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1024px) {
  .content-wrapper .alternate-resource-section .block-outer {
    gap: 14px;
  }
}
.content-wrapper .contact-section {
  padding: 50px 0;
}
.content-wrapper .contact-section .form-outer {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 38px;
}
.content-wrapper .contact-section .form-outer .form-element .form-label {
  display: block;
  color: #333232;
  font-family: "Nakheel-TextRegular";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 5px;
}
.content-wrapper .contact-section .form-outer .form-element .form-control,
.content-wrapper .contact-section .form-outer .form-element .form-select {
  padding: 16px 11px;
  border-radius: 0;
  border: 1px solid #F5F1EB;
  font-family: "Nakheel-TextRegular";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  box-shadow: none;
  outline: none;
}
.content-wrapper .contact-section .form-outer .form-element .form-control::-moz-placeholder, .content-wrapper .contact-section .form-outer .form-element .form-select::-moz-placeholder {
  color: #979797;
}
.content-wrapper .contact-section .form-outer .form-element .form-control::placeholder,
.content-wrapper .contact-section .form-outer .form-element .form-select::placeholder {
  color: #979797;
}
.content-wrapper .contact-section .form-outer .form-element textarea {
  height: 112px;
}
.content-wrapper .contact-section .form-outer .form-element .form-text {
  text-align: right;
  color: #979797;
  font-family: "Nakheel-TextRegular";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.content-wrapper .contact-section .form-outer .form-element .iti {
  display: flex;
  gap: 2px;
}
.content-wrapper .contact-section .form-outer .form-element .iti .iti__flag-container {
  border: 1px solid #F5F1EB;
  position: static;
  padding: 16px 11px;
}
.content-wrapper .contact-section .form-outer .form-element .iti .iti__flag-container .iti__selected-flag {
  background: none;
}
.content-wrapper .contact-section .form-outer .form-element .iti .phone {
  padding: 16px 11px !important;
  border: 1px solid #F5F1EB;
  width: 100%;
  outline: none;
}
.content-wrapper .contact-section .form-outer .form-element .form-check {
  padding-top: 15px;
  margin-bottom: 21px;
}
.content-wrapper .contact-section .form-outer .form-element p {
  color: #000;
  font-family: "Nakheel-TextRegular";
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.content-wrapper .contact-section .form-outer .form-element p a {
  text-decoration: underline;
  color: inherit;
}
.content-wrapper .contact-section .form-outer .form-element .time-outer {
  display: flex;
  gap: 2px;
}
.content-wrapper .contact-section .form-outer .form-element .time-outer .zone {
  width: 90px;
  text-transform: uppercase;
}
.content-wrapper .contact-section .form-outer .btn {
  margin-top: 38px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .content-wrapper .contact-section {
    padding: 30px 0;
  }
  .content-wrapper .contact-section .form-outer {
    gap: 21px;
  }
  .content-wrapper .contact-section .form-outer .btn {
    margin-top: 10px;
    width: 100%;
  }
}
.content-wrapper .eventdetails-section {
  padding: 50px 0;
}
.content-wrapper .eventdetails-section .details-outer .title {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Nakheel-TextRegular";
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  max-width: 45%;
  margin-bottom: 12px;
}
.content-wrapper .eventdetails-section .details-outer .desc-outer {
  display: flex;
  gap: 100px;
}
.content-wrapper .eventdetails-section .details-outer .desc-outer .start * {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Nakheel-TextRegular";
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}
.content-wrapper .eventdetails-section .details-outer .desc-outer .end {
  width: calc(50% - 50px);
  min-width: calc(50% - 50px);
}
.content-wrapper .eventdetails-section .details-outer .desc-outer .end ul li {
  color: #000;
  font-family: "Nakheel-TextRegular";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.content-wrapper .eventdetails-section .details-outer .desc-outer .end ul li:not(:last-child) {
  padding-bottom: 9px;
  border-bottom: 1px solid #F5F1EB;
  margin-bottom: 9px;
}
.content-wrapper .eventdetails-section .details-outer .desc-outer .end .btn-outer {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .content-wrapper .eventdetails-section {
    padding: 30px 0;
  }
  .content-wrapper .eventdetails-section .details-outer .title {
    font-size: 28px;
    line-height: 35px;
    max-width: 100%;
  }
  .content-wrapper .eventdetails-section .details-outer .desc-outer {
    flex-direction: column;
    gap: 30px;
  }
  .content-wrapper .eventdetails-section .details-outer .desc-outer .end {
    width: 100%;
    min-width: 100%;
  }
}
.content-wrapper .footer .top-layer {
  padding: 72px 0;
  background: #FCFBF9;
}
.content-wrapper .footer .top-layer .form-outer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.content-wrapper .footer .top-layer .form-outer .form {
  display: flex;
  align-items: center;
  gap: 12px;
}
.content-wrapper .footer .top-layer .form-outer .form p {
  color: #333232;
  font-family: "Nakheel-TextRegular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  text-transform: capitalize;
  margin: 0;
}
.content-wrapper .footer .top-layer .form-outer .form .input-box {
  position: relative;
  width: 380px;
}
.content-wrapper .footer .top-layer .form-outer .form .input-box .form-control {
  padding: 16px 36px 16px 11px;
  border: 1px solid #F5F1EB;
  outline: none;
  box-shadow: none;
  font-family: "Nakheel-TextRegular";
  font-size: 18px;
  font-style: normal;
  font-weight: 100;
  line-height: 24px;
  border-radius: 0;
}
.content-wrapper .footer .top-layer .form-outer .form .input-box .form-control::-moz-placeholder {
  color: #979797;
}
.content-wrapper .footer .top-layer .form-outer .form .input-box .form-control::placeholder {
  color: #979797;
}
.content-wrapper .footer .top-layer .form-outer .form .input-box span {
  position: absolute;
  right: 11px;
  top: 16px;
  font-size: 24px;
  transform: rotate(180deg);
}
.content-wrapper .footer .top-layer .form-outer .form .input-box a {
  color: #333232;
}
.content-wrapper .footer .top-layer .form-outer .social-outer {
  display: flex;
  align-items: center;
  gap: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.content-wrapper .footer .top-layer .form-outer .social-outer p {
  color: #333232;
  font-family: "Nakheel-TextRegular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  text-transform: uppercase;
  margin: 0 15px 0 0;
}
.content-wrapper .footer .top-layer .form-outer .social-outer li a {
  display: flex;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333232;
  border-radius: 50%;
}
.content-wrapper .footer .top-layer .form-outer .social-outer li a img {
  max-width: 28px;
  max-height: 28px;
}
.content-wrapper .footer .top-layer .form-outer .social-outer li a:hover {
  opacity: 0.8;
}
.content-wrapper .footer .logo-layer {
  background: #F8F5F1;
  padding: 34px 0;
}
.content-wrapper .footer .logo-layer .logo-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.content-wrapper .footer .logo-layer .logo-elements .logo-section {
  display: flex;
  align-items: center;
  gap: 79px;
}
.content-wrapper .footer .logo-layer .logo-elements .logo-section p {
  color: #333232;
  font-family: "Nakheel-TextRegular";
  font-size: 12px;
  font-style: normal;
  font-weight: 200;
  line-height: 22px;
  letter-spacing: 0.48px;
  border-left: 1px solid #E5DED2;
  padding-left: 14px;
  margin: 0;
}
.content-wrapper .footer .logo-layer .logo-elements .links {
  display: flex;
  align-items: center;
}
.content-wrapper .footer .logo-layer .logo-elements .links a {
  color: #000;
  font-family: "Nakheel-TextRegular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.content-wrapper .footer .logo-layer .logo-elements .links a:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #E5DED2;
}
.content-wrapper .footer .logo-layer .logo-elements .links a img {
  padding-right: 3px;
  max-height: 20px;
}
.content-wrapper .footer .logo-layer .logo-elements .links a:hover {
  opacity: 0.8;
}
.content-wrapper .footer .menu-layer {
  padding: 63px 0 50px 0;
}
.content-wrapper .footer .menu-layer ul {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.content-wrapper .footer .menu-layer ul li {
  padding-left: 15px;
  border-left: 1px solid #E5DED2;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.content-wrapper .footer .menu-layer ul li .menu-block .title a {
  color: #333232;
  font-family: "Nakheel-TextBold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  text-transform: uppercase;
}
.content-wrapper .footer .menu-layer ul li .menu-block .title a:hover {
  opacity: 0.8;
}
.content-wrapper .footer .menu-layer ul li .menu-block .menu-lists {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.content-wrapper .footer .menu-layer ul li .menu-block .menu-lists a {
  color: #333232;
  font-family: "Nakheel-TextRegular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  transition: opacity 0.8s ease-in-out;
}
.content-wrapper .footer .menu-layer ul li .menu-block .menu-lists a:hover {
  opacity: 0.8;
}
.content-wrapper .footer .bottom-layer {
  background: #F8F5F1;
  padding: 13px 0;
}
.content-wrapper .footer .bottom-layer ul {
  display: flex;
  align-items: center;
  gap: 74px;
}
.content-wrapper .footer .bottom-layer ul li a {
  color: #333232;
  font-family: "Nakheel-TextBold";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.48px;
}
.content-wrapper .footer .bottom-layer ul li a:hover {
  opacity: 0.8;
}
@media (max-width: 1024px) {
  .content-wrapper .footer .top-layer {
    padding: 30px 0;
  }
  .content-wrapper .footer .top-layer .form-outer {
    gap: 15px;
    flex-direction: column;
    align-items: center;
  }
  .content-wrapper .footer .top-layer .form-outer .form {
    gap: 15px;
    flex-direction: column;
  }
  .content-wrapper .footer .logo-layer {
    padding: 30px 0;
  }
  .content-wrapper .footer .logo-layer .logo-elements {
    flex-direction: column;
    gap: 10px;
  }
  .content-wrapper .footer .logo-layer .logo-elements .logo-section {
    flex-direction: column;
    gap: 6px;
  }
  .content-wrapper .footer .logo-layer .logo-elements .logo-section p {
    border-left: 0;
    padding-left: 0;
    text-align: center;
  }
  .content-wrapper .footer .menu-layer {
    padding: 30px 0;
  }
  .content-wrapper .footer .menu-layer ul {
    flex-direction: column;
    gap: 0;
  }
  .content-wrapper .footer .menu-layer ul li {
    padding-left: 0;
    border: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .content-wrapper .footer .menu-layer ul li .menu-block .title {
    padding-bottom: 13px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E5DED2;
    position: relative;
  }
  .content-wrapper .footer .menu-layer ul li .menu-block .title:before {
    content: "";
    background: url("../images/plus.svg");
    height: 24px;
    width: 24px;
    top: 0;
    position: absolute;
    right: 0;
    transition: transform 0.2s ease;
  }
  .content-wrapper .footer .menu-layer ul li .menu-block .title.show + .menu-lists {
    margin-top: 0;
    display: flex;
    height: 100%;
  }
  .content-wrapper .footer .menu-layer ul li .menu-block .title.show:before {
    transform: rotate(-180deg);
    background: url("../images/minus.svg");
  }
  .content-wrapper .footer .menu-layer ul li .menu-block .menu-lists {
    display: none;
    height: 0;
    overflow: hidden;
    transition: height 0.35 ease;
    padding-bottom: 10px;
  }
  .content-wrapper .footer .bottom-layer {
    padding: 5px 0;
  }
  .content-wrapper .footer .bottom-layer ul {
    justify-content: center;
  }
}
@media (max-width: 567px) {
  .content-wrapper .footer .top-layer .form-outer .form {
    width: 100%;
  }
  .content-wrapper .footer .top-layer .form-outer .form .input-box {
    width: 100%;
  }
  .content-wrapper .footer .top-layer .form-outer .social-outer {
    flex-wrap: wrap;
    justify-content: center;
  }
  .content-wrapper .footer .top-layer .form-outer .social-outer li:first-child {
    width: 100%;
    text-align: center;
  }
  .content-wrapper .footer .top-layer .form-outer .social-outer li:first-child p {
    margin: 0 0 15px 0;
  }
  .content-wrapper .footer .bottom-layer ul {
    gap: 20px;
    justify-content: space-between;
  }
}
@media (max-width: 380px) {
  .content-wrapper .footer .logo-layer {
    background: #F8F5F1;
    padding: 34px 0;
  }
  .content-wrapper .footer .logo-layer .logo-elements .links a {
    font-size: 12px;
    line-height: 16px;
  }
  .content-wrapper .footer .logo-layer .logo-elements .links a img {
    max-height: 18px;
  }
  .content-wrapper .footer .logo-layer .logo-elements .links a:not(:last-child) {
    padding-right: 5px;
    margin-right: 5px;
  }
}/*# sourceMappingURL=style.css.map */