/* Font Family */
@font-face {
  font-family: "nakheelregular";
  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");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "nakheelbold";
  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-weight: normal;
  font-style: normal;
}
/*- Common Classes */
body {
  position: relative;
}
body.overflow-hidden {
  overflow: hidden;
}
@media (max-width: 1024px) {
  body :has(.browse-offers-section .offers-section .offers-slider-area .offers-slider .slick-dots li + li) .browse-offers-section .offers-section .offers-slider-area .offers-slider .slick-dots {
    display: flex !important;
  }
}

h1.invisible,
h2.invisible,
h3.invisible {
  opacity: 0;
  margin: 0;
  height: 0;
}

.container {
  max-width: 100% !important;
  padding: 0px 120px;
}
@media (max-width: 1680px) {
  .container {
    padding: 0px 120px;
  }
}
@media (max-width: 1440px) {
  .container {
    padding: 0px 80px;
  }
}
@media (max-width: 1200px) {
  .container {
    padding: 0px 68px;
  }
}
@media (max-width: 992px) {
  .container {
    padding: 0px 50px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0px 40px;
  }
}
@media (max-width: 576px) {
  .container {
    padding: 0px 20px;
  }
}

.container-fluid {
  padding: 0px !important;
}

.container-left {
  max-width: 100% !important;
  padding-left: 120px;
}
.container-left:lang(ar) {
  padding-left: unset;
  padding-right: 120px;
}
@media (max-width: 1680px) {
  .container-left {
    padding-left: 120px;
  }
  .container-left:lang(ar) {
    padding-left: unset;
    padding-right: 120px;
  }
}
@media (max-width: 1440px) {
  .container-left {
    padding-left: 80px;
  }
  .container-left:lang(ar) {
    padding-left: unset;
    padding-right: 80px;
  }
}
@media (max-width: 1200px) {
  .container-left {
    padding-left: 68px;
  }
  .container-left:lang(ar) {
    padding-left: unset;
    padding-right: 68px;
  }
}
@media (max-width: 992px) {
  .container-left {
    padding-left: 50px;
  }
  .container-left:lang(ar) {
    padding-left: unset;
    padding-right: 50px;
  }
}
@media (max-width: 768px) {
  .container-left {
    padding-left: 40px;
  }
  .container-left:lang(ar) {
    padding-left: unset;
    padding-right: 40px;
  }
}
@media (max-width: 576px) {
  .container-left {
    padding-left: 20px;
  }
  .container-left:lang(ar) {
    padding-left: unset;
    padding-right: 20px;
  }
}

html::-webkit-scrollbar {
  width: 8px;
}
@media (max-width: 1400px) {
  html::-webkit-scrollbar {
    width: 8px;
  }
}
@media (max-width: 1200px) {
  html::-webkit-scrollbar {
    width: 6px;
  }
}
@media (max-width: 992px) {
  html::-webkit-scrollbar {
    width: 6px;
  }
}
@media (max-width: 768px) {
  html::-webkit-scrollbar {
    width: 4px;
  }
}
@media (max-width: 576px) {
  html::-webkit-scrollbar {
    width: 4px;
  }
}

html::-webkit-scrollbar-track {
  background: rgb(237, 237, 240);
  box-shadow: inset 0 0 6px #ccc;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

.content-wrapper {
  position: relative;
  max-width: 100vw;
  overflow-x: hidden;
}
.content-wrapper h1.invisible, .content-wrapper h2.invisible, .content-wrapper h3.invisible {
  opacity: 0;
  height: 0;
  margin: 0;
}

.custom-btn-layer .custom-btn-primary {
  display: flex;
  width: 220px;
  height: 52px;
  padding: 14px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border: 1px solid #000;
  background: rgba(255, 255, 255, 0.2);
  color: #000;
  text-align: center;
  font-size: 16px;
  font-family: "nakheelbold";
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
.custom-btn-layer .custom-btn-primary:hover {
  border: 1px solid #fff;
  background: #00263A;
  color: #fff;
}
@media (max-width: 1024px) {
  .custom-btn-layer .custom-btn-primary:hover {
    border: 1px solid #000;
    background: rgba(255, 255, 255, 0.2);
    color: #000;
  }
}

/* Slider Arrow Hover */
.slick-arrow.slick-next {
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.slick-arrow.slick-next .hover {
  display: none;
  transition: all 0.8s ease-in-out;
}
.slick-arrow.slick-next.slick-disabled {
  cursor: not-allowed !important;
  opacity: 0.5;
}
.slick-arrow.slick-next:hover .hover {
  display: block;
  transition: all 0.8s ease-in-out;
}
.slick-arrow.slick-next:hover .static {
  display: none;
  transition: all 0.8s ease-in-out;
}
@media (max-width: 1024px) {
  .slick-arrow.slick-next .static {
    display: block !important;
    width: 80px;
  }
  .slick-arrow.slick-next .hover {
    display: none !important;
  }
}
.slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg);
  width: -moz-fit-content;
  width: fit-content;
}
.slick-arrow.slick-prev .hover {
  display: none;
  transition: all 0.8s ease-in-out;
}
.slick-arrow.slick-prev.slick-disabled {
  cursor: not-allowed !important;
  opacity: 0.5;
}
.slick-arrow.slick-prev:hover .hover {
  display: block;
  transition: all 0.8s ease-in-out;
}
.slick-arrow.slick-prev:hover .static {
  display: none;
  transition: all 0.8s ease-in-out;
}
@media (max-width: 1024px) {
  .slick-arrow.slick-prev .static {
    display: block !important;
    width: 80px;
  }
  .slick-arrow.slick-prev .hover {
    display: none !important;
  }
}

/* Modal Backshadow */
.modal-backdrop.show {
  opacity: 0.7;
}

/* Sunrise and Sunset Section */
.sun-rise-set-section {
  background: #000000;
  padding: 10px 0px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 5;
  height: 50px;
}
.sun-rise-set-section .time-area img {
  padding-right: 5px;
}
.sun-rise-set-section .time-area span {
  color: #fff;
  font-family: "nakheelregular";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
.sun-rise-set-section .time-area .sunrise,
.sun-rise-set-section .time-area .sunset {
  display: none;
}
.sun-rise-set-section .time-area .sunrise.active,
.sun-rise-set-section .time-area .sunset.active {
  display: block;
}
.sun-rise-set-section .findus a {
  color: #fff;
  font-family: "nakheelregular";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.48px;
  text-decoration-line: underline;
}
.sun-rise-set-section .findus a img {
  padding-right: 5px;
}
.sun-rise-set-section .grad-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #FFF 0%, #E9C567 27.99%, #DFA786 60.65%, #728FAF 99.53%);
  height: 4px;
}

/* Header */
header {
  position: fixed;
  left: 0;
  right: 0;
  top: 50px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 6;
}
header .closed-menu {
  text-align: center;
  display: flex;
  align-items: center;
  padding-top: 25px;
}
header .closed-menu .menu-open-icon {
  position: absolute;
}
header .closed-menu .logo {
  display: none;
  justify-content: center;
  width: 100%;
}
header .closed-menu .logo.active {
  display: flex;
}
header .opened-menu {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  display: none;
}
header .opened-menu.active {
  right: 0;
  opacity: 1;
  pointer-events: unset;
  display: block;
  z-index: 10;
}
header .opened-menu .top-layer {
  padding-top: 25px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
header .opened-menu .top-layer .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .opened-menu .top-layer .content .logo-area {
  width: 55%;
  display: flex;
  align-items: center;
}
header .opened-menu .top-layer .content .logo-area .logo {
  display: none;
  justify-content: flex-end;
  width: 100%;
}
header .opened-menu .top-layer .content .logo-area .logo.active {
  display: flex;
}
header .opened-menu .menu-close-icon {
  position: absolute;
}
header .opened-menu .menu-section {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
}
header .opened-menu .menu-section .menu-layer {
  width: 47%;
  display: flex;
}
header .opened-menu .menu-section .menu-layer .primary-menu {
  padding-top: 20%;
  padding-left: 80px;
  padding-right: 20px;
  width: 50%;
  background: #E1D6CD;
}
header .opened-menu .menu-section .menu-layer .primary-menu:lang(ar) {
  padding-left: 20px;
  padding-right: 80px;
}
header .opened-menu .menu-section .menu-layer .primary-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
header .opened-menu .menu-section .menu-layer .primary-menu ul li a {
  color: #000;
  font-family: "nakheelregular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 140% */
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
}
header .opened-menu .menu-section .menu-layer .primary-menu ul li a::after {
  content: "";
  width: 34px;
  height: 34px;
  display: inline-block;
  background: url("../images/external-link.svg");
}
header .opened-menu .menu-section .menu-layer .primary-menu ul li.submenu a::after {
  background: url("../images/cheveron-down.svg");
}
header .opened-menu .menu-section .menu-layer .primary-menu ul li.submenu.active a {
  font-weight: 700;
  font-family: "nakheelbold";
}
header .opened-menu .menu-section .menu-layer .primary-menu ul li.submenu.active a::after {
  transform: rotate(-180deg);
}
header .opened-menu .menu-section .menu-layer .primary-menu ul li.active a {
  font-weight: 700;
  font-family: "nakheelbold";
}
header .opened-menu .menu-section .menu-layer .secondary-menu {
  padding-top: 20%;
  width: 50%;
  background: #F5F1EF;
  padding-left: 60px;
  padding-right: 40px;
}
header .opened-menu .menu-section .menu-layer .secondary-menu:lang(ar) {
  padding-left: 40px;
  padding-right: 60px;
}
header .opened-menu .menu-section .menu-layer .secondary-menu .back-main-menu {
  color: #000;
  text-align: center;
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  display: none;
}
header .opened-menu .menu-section .menu-layer .secondary-menu .back-main-menu img {
  padding-right: 10px;
}
header .opened-menu .menu-section .menu-layer .secondary-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
header .opened-menu .menu-section .menu-layer .secondary-menu ul .main-menu-item {
  display: none;
}
header .opened-menu .menu-section .menu-layer .secondary-menu ul .main-menu-item .submenu-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
header .opened-menu .menu-section .menu-layer .secondary-menu ul .main-menu-item .submenu-list > li {
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
header .opened-menu .menu-section .menu-layer .secondary-menu ul .main-menu-item .submenu-list > li a {
  color: #000;
  font-family: "nakheelregular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .opened-menu .menu-section .menu-layer .secondary-menu ul .main-menu-item .submenu-list > li a::after {
  content: "";
  width: 34px;
  height: 34px;
  display: inline-block;
  background: url("../images/external-link.svg");
  background-position: center;
}
header .opened-menu .menu-section .menu-layer .secondary-menu ul .main-menu-item .submenu-list > li a:hover::after {
  background: url("../images/external-link-hover.svg");
}
header .opened-menu .menu-section .menu-layer .secondary-menu ul .main-menu-item .submenu-list > li.submenu > a::after {
  background: url("../images/plus.svg") no-repeat;
  background-position: center;
  background-size: cover;
}
header .opened-menu .menu-section .menu-layer .secondary-menu ul .main-menu-item .submenu-list > li.submenu.open > a::after {
  background: url("../images/minus.svg") no-repeat;
  background-size: cover;
  background-position: center;
}
header .opened-menu .menu-section .menu-layer .secondary-menu ul .main-menu-item .submenu-list > li.submenu > ul {
  padding-top: 15px;
  padding-left: 20px;
  display: none;
}
header .opened-menu .menu-section .menu-layer .secondary-menu ul .main-menu-item .submenu-list > li.submenu > ul li {
  padding-bottom: 15px;
}
header .opened-menu .menu-section .menu-layer .secondary-menu ul .main-menu-item .submenu-list > li.submenu > ul li a {
  color: #000;
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  /* 75% */
  text-transform: capitalize;
}
header .opened-menu .menu-section .menu-layer .secondary-menu ul .main-menu-item .submenu-list > li:last-child {
  border-bottom: 0px;
}
header .opened-menu .menu-section .promotion-layer {
  width: 53%;
  background: #F5F1EF;
  padding: 0 80px;
}
header .opened-menu .menu-section .promotion-layer .promotion-banner {
  padding-top: 22%;
}
header .opened-menu .menu-section .promotion-layer .promotion-banner ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
header .opened-menu .menu-section .promotion-layer .promotion-banner ul li {
  display: none;
}
header .opened-menu .menu-section .promotion-layer .promotion-banner ul li a {
  display: block;
  position: relative;
}
header .opened-menu .menu-section .promotion-layer .promotion-banner ul li a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 440px;
}
header .opened-menu .menu-section .promotion-layer .promotion-banner ul li a .title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  letter-spacing: 8px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px;
}
header .opened-menu .menu-section .promotion-layer .links-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
header .opened-menu .menu-section .promotion-layer .links-section .social-media-links {
  display: flex;
  gap: 5px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 768px) {
  header .opened-menu .menu-section .promotion-layer .links-section .social-media-links img {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
header .opened-menu .menu-section .promotion-layer .links-section .text-links {
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}
header .opened-menu .menu-section .promotion-layer .links-section .text-links a {
  color: #000;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  text-transform: capitalize;
}
@media (min-width: 1441px) {
  header .opened-menu .menu-section .menu-layer .primary-menu {
    padding-left: 120px;
  }
  header .opened-menu .menu-section .menu-layer .primary-menu:lang(ar) {
    padding-left: unset;
    padding-right: 120px;
  }
  header .opened-menu .menu-section .promotion-layer {
    padding: 0px 120px;
  }
}
@media (max-width: 1200px) {
  header .opened-menu .menu-section .menu-layer .primary-menu {
    padding-left: 68px;
    padding-top: 25%;
  }
  header .opened-menu .menu-section .menu-layer .primary-menu:lang(ar) {
    padding-right: 68px;
  }
  header .opened-menu .menu-section .menu-layer .primary-menu ul {
    gap: 45px;
  }
  header .opened-menu .menu-section .menu-layer .secondary-menu {
    padding-top: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
  header .opened-menu .menu-section .promotion-layer .promotion-banner {
    padding-top: 32%;
  }
}
@media (max-width: 1024px) {
  header {
    z-index: 3;
  }
  header .closed-menu {
    padding-top: 25px;
  }
  header .opened-menu.active {
    background: #E9E1DB;
    left: 0;
    right: 0;
  }
  header .opened-menu .top-layer {
    padding-top: 25px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
  }
  header .opened-menu .top-layer .content .logo-area {
    width: 100%;
  }
  header .opened-menu .top-layer .content .logo-area .logo {
    justify-content: center;
  }
  header .opened-menu .top-layer .content .custom-btn-layer {
    display: none;
  }
  header .opened-menu .menu-section {
    flex-direction: column;
    overflow: auto;
  }
  header .opened-menu .menu-section .menu-layer {
    width: 100%;
    padding-top: 15%;
    padding-left: 68px;
    padding-right: 68px;
  }
  header .opened-menu .menu-section .menu-layer .primary-menu {
    background: transparent;
    position: relative;
    padding-top: 0%;
    padding-left: 0px;
    padding-right: 0px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  header .opened-menu .menu-section .menu-layer .primary-menu.active {
    width: 100%;
    height: auto;
    opacity: 1;
  }
  header .opened-menu .menu-section .menu-layer .secondary-menu {
    position: relative;
    width: 0;
    height: 0;
    opacity: 0;
    background: transparent;
    padding-top: 0%;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
  }
  header .opened-menu .menu-section .menu-layer .secondary-menu.active {
    width: 100%;
    opacity: 1;
    height: auto;
  }
  header .opened-menu .menu-section .menu-layer .secondary-menu.active .back-main-menu {
    display: flex;
    margin-bottom: 45px;
  }
  header .opened-menu .menu-section .promotion-layer {
    width: 100%;
    background: transparent;
    padding-left: 68px;
    padding-right: 68px;
    padding-top: 0px;
  }
  header .opened-menu .menu-section .promotion-layer .promotion-banner {
    padding-top: 45px;
  }
  header .opened-menu .menu-section .promotion-layer .promotion-banner ul li a img {
    max-height: unset;
  }
  header .opened-menu .menu-section .promotion-layer .links-section {
    margin-top: 20px;
    margin-bottom: 120px;
  }
  header .opened-menu::-webkit-scrollbar {
    width: 4px;
  }
  header .opened-menu::-webkit-scrollbar-track {
    background: #fff;
    box-shadow: inset 0 0 6px #fff;
  }
  header .opened-menu::-webkit-scrollbar-thumb {
    background: #00AF87;
  }
}
@media (max-width: 992px) {
  header {
    z-index: 3;
  }
  header .closed-menu {
    padding-top: 25px;
  }
  header .opened-menu.active {
    background: #E9E1DB;
    left: 0;
    right: 0;
  }
  header .opened-menu .top-layer {
    padding-top: 25px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
  }
  header .opened-menu .top-layer .content .logo-area {
    width: 100%;
  }
  header .opened-menu .top-layer .content .logo-area .logo {
    justify-content: center;
  }
  header .opened-menu .top-layer .content .custom-btn-layer {
    display: none;
  }
  header .opened-menu .menu-section {
    flex-direction: column;
    overflow: auto;
  }
  header .opened-menu .menu-section .menu-layer {
    width: 100%;
    padding-top: 15%;
    padding-left: 60px;
    padding-right: 60px;
  }
  header .opened-menu .menu-section .menu-layer .primary-menu {
    background: transparent;
    position: relative;
    padding-top: 0%;
    padding-left: 0px;
    padding-right: 0px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  header .opened-menu .menu-section .menu-layer .primary-menu.active {
    width: 100%;
    height: auto;
    opacity: 1;
  }
  header .opened-menu .menu-section .menu-layer .secondary-menu {
    position: relative;
    width: 0;
    height: 0;
    opacity: 0;
    background: transparent;
    padding-top: 0%;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
  }
  header .opened-menu .menu-section .menu-layer .secondary-menu.active {
    width: 100%;
    opacity: 1;
    height: auto;
  }
  header .opened-menu .menu-section .menu-layer .secondary-menu.active .back-main-menu {
    display: flex;
    margin-bottom: 45px;
  }
  header .opened-menu .menu-section .promotion-layer {
    width: 100%;
    background: transparent;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 0px;
  }
  header .opened-menu .menu-section .promotion-layer .promotion-banner {
    padding-top: 45px;
  }
  header .opened-menu .menu-section .promotion-layer .promotion-banner ul li a img {
    max-height: unset;
  }
  header .opened-menu .menu-section .promotion-layer .links-section {
    margin-top: 20px;
    margin-bottom: 120px;
  }
  header .opened-menu::-webkit-scrollbar {
    width: 4px;
  }
  header .opened-menu::-webkit-scrollbar-track {
    background: #fff;
    box-shadow: inset 0 0 6px #fff;
  }
  header .opened-menu::-webkit-scrollbar-thumb {
    background: #00AF87;
  }
}
@media (max-width: 768px) {
  header {
    z-index: 3;
  }
  header .closed-menu {
    padding-top: 25px;
  }
  header .opened-menu.active {
    background: #E9E1DB;
    left: 0;
    right: 0;
  }
  header .opened-menu .top-layer {
    padding-top: 25px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
  }
  header .opened-menu .top-layer .content .logo-area {
    width: 100%;
  }
  header .opened-menu .top-layer .content .logo-area .logo {
    justify-content: center;
  }
  header .opened-menu .top-layer .content .custom-btn-layer {
    display: none;
  }
  header .opened-menu .menu-section {
    flex-direction: column;
    overflow: auto;
  }
  header .opened-menu .menu-section .menu-layer {
    width: 100%;
    padding-top: 20%;
    padding-left: 40px;
    padding-right: 40px;
  }
  header .opened-menu .menu-section .menu-layer .primary-menu {
    background: transparent;
    position: relative;
    padding-top: 0%;
    padding-left: 0px;
    padding-right: 0px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  header .opened-menu .menu-section .menu-layer .primary-menu.active {
    width: 100%;
    height: auto;
    opacity: 1;
  }
  header .opened-menu .menu-section .menu-layer .secondary-menu {
    position: relative;
    width: 0;
    height: 0;
    opacity: 0;
    background: transparent;
    padding-top: 0%;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
  }
  header .opened-menu .menu-section .menu-layer .secondary-menu.active {
    width: 100%;
    opacity: 1;
    height: auto;
  }
  header .opened-menu .menu-section .menu-layer .secondary-menu.active .back-main-menu {
    display: flex;
    margin-bottom: 45px;
  }
  header .opened-menu .menu-section .promotion-layer {
    width: 100%;
    background: transparent;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 0px;
  }
  header .opened-menu .menu-section .promotion-layer .promotion-banner {
    padding-top: 45px;
  }
  header .opened-menu .menu-section .promotion-layer .promotion-banner ul li a img {
    max-height: unset;
  }
  header .opened-menu .menu-section .promotion-layer .links-section {
    margin-top: 20px;
    margin-bottom: 120px;
  }
  header .opened-menu::-webkit-scrollbar {
    width: 4px;
  }
  header .opened-menu::-webkit-scrollbar-track {
    background: #fff;
    box-shadow: inset 0 0 6px #fff;
  }
  header .opened-menu::-webkit-scrollbar-thumb {
    background: #00AF87;
  }
}
@media (max-width: 576px) {
  header {
    z-index: 3;
  }
  header .closed-menu {
    padding-top: 15px;
  }
  header .opened-menu.active {
    background: #E9E1DB;
    overflow-x: scroll;
  }
  header .opened-menu .top-layer {
    padding-top: 15px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
  }
  header .opened-menu .top-layer .content .logo-area {
    width: 100%;
  }
  header .opened-menu .top-layer .content .logo-area .logo {
    justify-content: center;
  }
  header .opened-menu .top-layer .content .custom-btn-layer {
    display: none;
  }
  header .opened-menu .menu-section {
    flex-direction: column;
  }
  header .opened-menu .menu-section .menu-layer {
    width: 100%;
    padding-top: 25%;
    padding-left: 25px;
    padding-right: 25px;
  }
  header .opened-menu .menu-section .menu-layer .primary-menu {
    background: transparent;
    position: relative;
    padding-top: 0%;
    padding-left: 0px;
    padding-right: 0px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  header .opened-menu .menu-section .menu-layer .primary-menu.active {
    width: 100%;
    height: auto;
    opacity: 1;
  }
  header .opened-menu .menu-section .menu-layer .secondary-menu {
    position: relative;
    width: 0;
    height: 0;
    opacity: 0;
    background: transparent;
    padding-top: 0%;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
  }
  header .opened-menu .menu-section .menu-layer .secondary-menu.active {
    width: 100%;
    opacity: 1;
    height: auto;
  }
  header .opened-menu .menu-section .menu-layer .secondary-menu.active .back-main-menu {
    display: flex;
    margin-bottom: 45px;
  }
  header .opened-menu .menu-section .promotion-layer {
    width: 100%;
    background: transparent;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 0px;
  }
  header .opened-menu .menu-section .promotion-layer .promotion-banner {
    padding-top: 50px;
  }
  header .opened-menu .menu-section .promotion-layer .links-section {
    margin-top: 20px;
    margin-bottom: 160px;
    flex-direction: column;
    align-items: flex-start;
  }
  header .opened-menu::-webkit-scrollbar {
    width: 4px;
  }
  header .opened-menu::-webkit-scrollbar-track {
    background: #fff;
    box-shadow: inset 0 0 6px #fff;
  }
  header .opened-menu::-webkit-scrollbar-thumb {
    background: #00AF87;
  }
}

/* Footer */
footer {
  background: #00263A;
  padding-top: 50px;
  padding-bottom: 25px;
  position: relative;
}
footer .top-arrow-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
}
footer .top-arrow-area .top-arrow-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -40px;
  right: 80px;
}
footer .top-arrow-area .top-arrow-icon:lang(ar) {
  right: auto;
  left: 80px;
}
footer .top-arrow-area.westbeach-page {
  background: linear-gradient(90deg, #F5F1E8 0%, #FA854F 99.53%);
}
footer .top-arrow-area.westbeach-page .top-arrow-icon {
  background: linear-gradient(180deg, #FA854F 0%, #F5F1E8 99.53%);
}
footer .top-arrow-area.club-page {
  background: linear-gradient(90deg, #F5F1E8 0%, #A87E5D 99.53%);
}
footer .top-arrow-area.club-page .top-arrow-icon {
  background: linear-gradient(180deg, #A87E5D 0%, #F5F1E8 99.53%);
}
footer .footer-links-section {
  display: flex;
  align-items: start;
  gap: 10%;
}
footer .footer-links-section .footer-links {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 50px;
}
footer .footer-links-section .footer-links li .heading {
  padding-bottom: 10px;
}
footer .footer-links-section .footer-links li .heading a {
  color: #FFF;
  font-family: "nakheelregular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.72px;
  text-transform: capitalize;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  footer .footer-links-section .footer-links li .heading {
    pointer-events: none;
  }
}
footer .footer-links-section .footer-links li .sub-links {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
footer .footer-links-section .footer-links li .sub-links li a {
  color: #FFF;
  font-family: "nakheelregular";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.48px;
  text-transform: capitalize;
  text-decoration: none;
}
@media (max-width: 576px) {
  footer .footer-links-section .footer-links li .sub-links li a {
    font-size: 16px;
    line-height: 26px;
  }
}
footer .footer-links-section .footer-links li.social-media-links-parent .social-media-links {
  display: flex;
}
@media (max-width: 992px) {
  footer .footer-links-section .footer-links li.social-media-links-parent {
    display: none;
  }
}
footer .footer-links-section .social-media-links {
  display: none;
}
footer .footer-links-section .social-media-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 10px;
}
footer .footer-links-section .social-media-links ul li a img {
  width: 28px;
  height: 28px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  footer .footer-links-section {
    gap: 5%;
  }
  footer .footer-links-section .footer-links {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  footer .top-arrow-area .top-arrow-icon {
    width: 60px;
    height: 60px;
    right: 25px;
    top: -30px;
  }
  footer .top-arrow-area .top-arrow-icon:lang(ar) {
    right: auto;
    left: 25px;
  }
  footer .footer-links-section {
    flex-direction: column-reverse;
    gap: 50px;
  }
  footer .footer-links-section .footer-links {
    flex-direction: column;
    gap: 0px;
    width: 100%;
  }
  footer .footer-links-section .footer-links li .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    position: relative;
    padding: 5px 0px;
  }
  footer .footer-links-section .footer-links li .heading a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
  }
  footer .footer-links-section .footer-links li .heading a::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/external-link-white.svg") no-repeat;
    background-position: center;
    background-size: cover;
    transform: rotate(45deg);
  }
  footer .footer-links-section .footer-links li .heading .accordion-icon {
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    top: 5px;
  }
  footer .footer-links-section .footer-links li .sub-links {
    display: none;
    padding-bottom: 20px;
  }
  footer .footer-links-section .footer-links li.hassubmenu .heading a {
    width: auto;
  }
  footer .footer-links-section .footer-links li.hassubmenu .heading a::after {
    display: none;
  }
  footer .footer-links-section .footer-links li.hassubmenu .heading a.open + span::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/minus-white.svg") no-repeat;
    background-size: cover;
    background-position: center;
    transform: none;
  }
  footer .footer-links-section .footer-links li.hassubmenu .heading span::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/plus-white.svg") no-repeat;
    background-size: cover;
    background-position: center;
    transform: none;
  }
  footer .footer-links-section .social-media-links {
    display: flex;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  footer .top-arrow-area .top-arrow-icon {
    width: 60px;
    height: 60px;
    right: 25px;
    top: -30px;
  }
  footer .top-arrow-area .top-arrow-icon:lang(ar) {
    right: auto;
    left: 25px;
  }
  footer .footer-links-section {
    flex-direction: column-reverse;
    gap: 50px;
  }
  footer .footer-links-section .footer-links {
    flex-direction: column;
    gap: 0px;
    width: 100%;
  }
  footer .footer-links-section .footer-links li .sub-links {
    display: none;
    padding-bottom: 20px;
  }
  footer .footer-links-section .social-media-links {
    display: flex;
    gap: 10px;
  }
}
@media (max-width: 576px) {
  footer .top-arrow-area .top-arrow-icon {
    width: 60px;
    height: 60px;
    right: 25px;
    top: -30px;
  }
  footer .top-arrow-area .top-arrow-icon:lang(ar) {
    right: auto;
    left: 25px;
  }
  footer .footer-links-section {
    flex-direction: column-reverse;
    gap: 50px;
  }
  footer .footer-links-section .nakheel-logo {
    margin-bottom: 70px;
  }
  footer .footer-links-section .footer-links {
    flex-direction: column;
    gap: 0px;
    width: 100%;
  }
  footer .footer-links-section .footer-links li .sub-links {
    display: none;
    padding-bottom: 20px;
  }
  footer .footer-links-section .social-media-links {
    display: flex;
    gap: 10px;
  }
}

.copyright-section {
  background: #F5F1E8;
  padding: 25px 0px;
}
.copyright-section .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copyright-section .content .links {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 60px;
}
.copyright-section .content .links li a {
  color: #00263A;
  font-family: "nakheelregular";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.48px;
  text-decoration: none;
  text-transform: capitalize;
}
.copyright-section .content .copyright {
  color: #00263A;
  font-family: "nakheelregular";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.48px;
  text-transform: capitalize;
}
@media (max-width: 992px) {
  .copyright-section .content {
    gap: 10px;
  }
  .copyright-section .content .links {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .copyright-section .content {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .copyright-section .content .links {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .copyright-section .content {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .copyright-section .content .links {
    gap: 20px;
  }
}

/* sections theme list*/
.base-theme {
  background: linear-gradient(0deg, rgba(255, 233, 175, 0.1) 0%, rgba(250, 133, 79, 0.1) 99.53%);
}
.base-theme .heading {
  color: rgba(0, 176, 166, 0.6);
}

.yellow-theme {
  background: linear-gradient(0deg, rgba(245, 241, 232, 0.2) 0%, rgba(255, 199, 54, 0.2) 99.53%);
}
.yellow-theme .heading {
  color: rgba(250, 133, 79, 0.6);
}

.yellow-theme-1 {
  background: linear-gradient(0deg, rgba(245, 241, 232, 0.2) 0%, rgba(255, 199, 54, 0.2) 99.53%);
}
.yellow-theme-1 .heading {
  color: #00B0A6;
}

.lightgreen-theme {
  background: linear-gradient(0deg, rgba(255, 199, 54, 0.1) 0%, rgba(0, 176, 166, 0.1) 99.53%);
}
.lightgreen-theme .heading {
  color: rgba(250, 133, 79, 0.8);
}

.lightgreen-theme-1 {
  background: linear-gradient(0deg, rgba(0, 176, 166, 0.1) 0%, rgba(250, 133, 79, 0.1) 99.53%);
}
.lightgreen-theme-1 .heading {
  color: #00B0A6;
}

.lightgreen-theme-2 {
  background: linear-gradient(0deg, rgba(0, 176, 166, 0.1) 0%, rgba(250, 133, 79, 0.1) 99.53%);
}
.lightgreen-theme-2 .heading {
  color: rgba(0, 176, 166, 0.4);
}

.lightgreen-theme-3 {
  background: linear-gradient(0deg, rgba(0, 176, 166, 0.1) 0%, rgba(250, 133, 79, 0.1) 99.53%);
}
.lightgreen-theme-3 .heading {
  color: #E5CABB;
}

.sand-theme {
  background: linear-gradient(0deg, rgba(182, 207, 205, 0.2) 0%, rgba(168, 126, 93, 0.2) 99.53%);
}
.sand-theme .heading {
  color: #B6CFCD;
}

.sand-theme-1 {
  background: linear-gradient(0deg, rgba(229, 202, 187, 0.2) 0%, rgba(168, 126, 93, 0.2) 99.53%);
}
.sand-theme-1 .heading {
  color: #A87E5D;
}

.sand-theme-2 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 100%), linear-gradient(90deg, rgba(234, 218, 203, 0.2) 29.55%, rgba(251, 193, 91, 0.2) 99.53%);
}
.sand-theme-2 .heading {
  color: #A87E5D;
}

.sea-theme {
  background: linear-gradient(0deg, rgba(168, 126, 93, 0.2) 0%, rgba(0, 176, 166, 0.2) 99.53%);
}
.sea-theme .heading {
  color: #B6CFCD;
}

.sea-theme-1 {
  background: linear-gradient(0deg, rgba(245, 241, 232, 0.2) 0%, rgba(182, 207, 205, 0.2) 99.53%);
}
.sea-theme-1 .heading {
  color: #B6CFCD;
}

.sea-theme-2 {
  background: linear-gradient(0deg, rgba(245, 241, 232, 0.1) 0%, rgba(0, 176, 166, 0.1) 99.53%);
}
.sea-theme-2 .heading {
  color: #FA854F;
}

.sea-theme-3 {
  background: linear-gradient(90deg, rgba(245, 241, 232, 0.2) 0%, rgba(182, 207, 205, 0.2) 99.53%);
}
.sea-theme-3 .heading {
  color: #A87E5D;
}

.orange-theme {
  background: linear-gradient(0deg, rgba(250, 133, 79, 0.1) 0%, rgba(0, 176, 166, 0.1) 99.53%);
}
.orange-theme .heading {
  color: #FFC736;
}

.orange-theme-1 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 100%), linear-gradient(90deg, rgba(234, 218, 203, 0.2) 29.55%, rgba(251, 193, 91, 0.2) 99.53%);
}
.orange-theme-1 .heading {
  color: #FFC736;
}

.orange-theme-2 {
  background: linear-gradient(0deg, rgba(255, 233, 175, 0.2) 0%, rgba(250, 133, 79, 0.2) 99.53%);
}
.orange-theme-2 .heading {
  color: #00B0A6;
}

.pink-theme {
  background: linear-gradient(0deg, rgba(168, 126, 93, 0.2) 0%, rgba(229, 202, 187, 0.2) 99.53%);
}
.pink-theme .heading {
  color: #B6CFCD;
}

.gray-theme {
  background: linear-gradient(0deg, rgba(206, 187, 173, 0.25) 0%, rgba(167, 177, 189, 0.25) 50.8%, rgba(235, 228, 222, 0.25) 99.53%);
}
.gray-theme .heading {
  color: #FFC736;
}

/* Page heading */
.heading-comp-type1,
.heading-comp-type2 {
  margin-bottom: 60px;
}
.heading-comp-type1 .sub-heading,
.heading-comp-type2 .sub-heading {
  color: #00263A;
  font-family: "nakheelbold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 9px;
  text-transform: uppercase;
  padding-bottom: 15px;
}
@media (max-width: 576px) {
  .heading-comp-type1 .sub-heading,
  .heading-comp-type2 .sub-heading {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 8px;
  }
}
.heading-comp-type1 .content,
.heading-comp-type2 .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 25px;
}
.heading-comp-type1 .content .description,
.heading-comp-type2 .content .description {
  width: 20%;
  color: #00263A;
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.64px;
}
@media (max-width: 768px) {
  .heading-comp-type1 .content .description,
  .heading-comp-type2 .content .description {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .heading-comp-type1 .content .description,
  .heading-comp-type2 .content .description {
    width: 100%;
  }
}
.heading-comp-type1 .content .heading,
.heading-comp-type2 .content .heading {
  width: 75%;
  font-family: "nakheelbold";
  font-size: 150px;
  font-style: normal;
  font-weight: 700;
  line-height: 160px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .heading-comp-type1 .content .heading,
  .heading-comp-type2 .content .heading {
    font-size: 114px;
    line-height: 104px;
  }
}
@media (max-width: 992px) {
  .heading-comp-type1 .content .heading,
  .heading-comp-type2 .content .heading {
    font-size: 104px;
    line-height: 114px;
  }
}
@media (max-width: 768px) {
  .heading-comp-type1 .content .heading,
  .heading-comp-type2 .content .heading {
    width: 100%;
    font-size: 94px;
    line-height: 104px;
  }
}
@media (max-width: 576px) {
  .heading-comp-type1 .content .heading,
  .heading-comp-type2 .content .heading {
    width: 100%;
    font-size: 84px;
    line-height: 74px;
  }
}
@media (max-width: 1200px) {
  .heading-comp-type1,
  .heading-comp-type2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .heading-comp-type1,
  .heading-comp-type2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .heading-comp-type1,
  .heading-comp-type2 {
    margin-bottom: 30px;
  }
  .heading-comp-type1 .content,
  .heading-comp-type2 .content {
    flex-direction: column-reverse;
    gap: 0px;
  }
}
@media (max-width: 576px) {
  .heading-comp-type1,
  .heading-comp-type2 {
    margin-bottom: 30px;
  }
  .heading-comp-type1 .content,
  .heading-comp-type2 .content {
    flex-direction: column-reverse;
  }
}

.heading-comp-type2 .content {
  flex-direction: column-reverse;
  gap: 0px;
  align-items: flex-start;
}
.heading-comp-type2 .content .description {
  width: 50%;
}
@media (max-width: 1024px) {
  .heading-comp-type2 .content .description {
    width: 100%;
  }
}
.heading-comp-type2 .content .heading {
  width: 100%;
}

/* Common Page Banner */
.common-banner-section {
  margin-top: 50px;
}
.common-banner-section .image-layer {
  position: relative;
  margin-bottom: -20px;
}
.common-banner-section .image-layer img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 80vh;
}
.common-banner-section .image-layer .banner-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.common-banner-section .image-layer .banner-content .content {
  width: 35%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.common-banner-section .image-layer .banner-content .content .sub-heading {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "nakheelbold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 9px;
  text-transform: uppercase;
}
.common-banner-section .image-layer .banner-content .content .heading {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "nakheelbold";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.5px;
  text-transform: capitalize;
}
.common-banner-section .image-layer .banner-content .content .description {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.64px;
}
.common-banner-section .image-layer .banner-content .content .cta-btn {
  display: flex;
}
.common-banner-section .image-layer .banner-content .content .cta-btn a {
  color: #FFF;
  text-align: center;
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.32px;
  text-decoration: none;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  text-transform: uppercase;
}
.common-banner-section .image-layer .banner-content .content .cta-btn a:hover {
  border: 1px solid #FFF;
  background: #00263A;
}
@media (max-width: 576px) {
  .common-banner-section .image-layer .banner-content .content .cta-btn a {
    width: 100%;
  }
  .common-banner-section .image-layer .banner-content .content .cta-btn a:hover {
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.3);
  }
}
.common-banner-section .image-layer::before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
}
.common-banner-section .video-layer {
  position: relative;
  margin-bottom: -20px;
}
.common-banner-section .video-layer video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.common-banner-section .video-layer .banner-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.common-banner-section .video-layer .banner-content .content {
  width: 35%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.common-banner-section .video-layer .banner-content .content .sub-heading {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "nakheelbold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 9px;
  text-transform: uppercase;
}
.common-banner-section .video-layer .banner-content .content .heading {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "nakheelbold";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.5px;
  text-transform: capitalize;
}
.common-banner-section .video-layer .banner-content .content .description {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.64px;
}
.common-banner-section .video-layer .banner-content .content .cta-btn {
  display: flex;
}
.common-banner-section .video-layer .banner-content .content .cta-btn a {
  color: #FFF;
  text-align: center;
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.32px;
  text-decoration: none;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  text-transform: uppercase;
}
.common-banner-section .video-layer .banner-content .content .cta-btn a:hover {
  border: 1px solid #FFF;
  background: #00263A;
}
@media (max-width: 576px) {
  .common-banner-section .video-layer .banner-content .content .cta-btn a {
    width: 100%;
  }
  .common-banner-section .video-layer .banner-content .content .cta-btn a:hover {
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.3);
  }
}
.common-banner-section .video-layer .banner-content .content .video-controls {
  display: flex;
  gap: 10px;
  align-items: center;
}
.common-banner-section .video-layer .banner-content .content .video-controls .play-pause.paused .pause-btn {
  display: none;
  transition: 0.3s all ease-in-out;
}
.common-banner-section .video-layer .banner-content .content .video-controls .play-pause.paused .play-btn {
  display: block;
  transition: 0.3s all ease-in-out;
}
.common-banner-section .video-layer .banner-content .content .video-controls .play-pause.playing .pause-btn {
  display: block;
  transition: 0.3s all ease-in-out;
}
.common-banner-section .video-layer .banner-content .content .video-controls .play-pause.playing .play-btn {
  display: none;
  transition: 0.3s all ease-in-out;
}
.common-banner-section .video-layer .banner-content .content .video-controls .mute-unmute.unmutted .mute-btn {
  display: block;
}
.common-banner-section .video-layer .banner-content .content .video-controls .mute-unmute.unmutted .unmute-btn {
  display: none;
}
.common-banner-section .video-layer .banner-content .content .video-controls .mute-unmute.mutted .mute-btn {
  display: none;
}
.common-banner-section .video-layer .banner-content .content .video-controls .mute-unmute.mutted .unmute-btn {
  display: block;
}
.common-banner-section .video-layer .banner-content .content .video-controls img {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .common-banner-section .video-layer .banner-content .content .video-controls {
    margin-top: 40px;
  }
}
.common-banner-section .video-layer::before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 5px;
  opacity: 0.4;
}
@media (max-width: 1200px) {
  .common-banner-section .image-layer .banner-content .content,
  .common-banner-section .video-layer .banner-content .content {
    width: 45%;
    gap: 10px;
  }
}
@media (max-width: 992px) {
  .common-banner-section .image-layer > img,
  .common-banner-section .video-layer > img {
    height: 80vh;
  }
  .common-banner-section .image-layer > video,
  .common-banner-section .video-layer > video {
    height: 80vh;
  }
  .common-banner-section .image-layer .banner-content .content,
  .common-banner-section .video-layer .banner-content .content {
    width: 50%;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .common-banner-section .image-layer > img,
  .common-banner-section .image-layer > video,
  .common-banner-section .video-layer > img,
  .common-banner-section .video-layer > video {
    height: 75vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .common-banner-section .image-layer .banner-content,
  .common-banner-section .video-layer .banner-content {
    align-items: flex-end;
    bottom: 40px;
  }
  .common-banner-section .image-layer .banner-content .content,
  .common-banner-section .video-layer .banner-content .content {
    width: 50%;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .common-banner-section .image-layer > img,
  .common-banner-section .image-layer > video,
  .common-banner-section .video-layer > img,
  .common-banner-section .video-layer > video {
    height: 75vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .common-banner-section .image-layer .banner-content,
  .common-banner-section .video-layer .banner-content {
    align-items: flex-end;
    bottom: 40px;
  }
  .common-banner-section .image-layer .banner-content .content,
  .common-banner-section .video-layer .banner-content .content {
    width: 100%;
    gap: 20px;
  }
  .common-banner-section .image-layer .banner-content .content .sub-heading,
  .common-banner-section .video-layer .banner-content .content .sub-heading {
    font-size: 16px;
    line-height: 26px;
  }
  .common-banner-section .image-layer .banner-content .content .heading,
  .common-banner-section .video-layer .banner-content .content .heading {
    font-size: 35px;
    line-height: 45px;
  }
}

/* Slider Banner */
.slider-banner-section {
  margin-top: 50px;
}
.slider-banner-section .slider-area .slider-banner {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.slider-banner-section .slider-area .slider-banner li .image-layer {
  position: relative;
}
.slider-banner-section .slider-area .slider-banner li .image-layer img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-banner-section .slider-area .slider-banner li .image-layer .banner-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.slider-banner-section .slider-area .slider-banner li .image-layer .banner-content .content {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.slider-banner-section .slider-area .slider-banner li .image-layer .banner-content .content .sub-heading {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "nakheelbold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 9px;
  text-transform: uppercase;
}
.slider-banner-section .slider-area .slider-banner li .image-layer .banner-content .content .heading {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "nakheelbold";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
.slider-banner-section .slider-area .slider-banner li .image-layer .banner-content .content .description {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.64px;
}
.slider-banner-section .slider-area .slider-banner li .image-layer .banner-content .content .cta-btn {
  display: flex;
}
.slider-banner-section .slider-area .slider-banner li .image-layer .banner-content .content .cta-btn a {
  color: #FFF;
  text-align: center;
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.32px;
  text-decoration: none;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.3);
  display: flex;
}
.slider-banner-section .slider-area .slider-banner li .image-layer .banner-content .content .cta-btn a:hover {
  border: 1px solid #FFF;
  background: #00263A;
}
@media (max-width: 576px) {
  .slider-banner-section .slider-area .slider-banner li .image-layer .banner-content .content .cta-btn a {
    width: 100%;
  }
  .slider-banner-section .slider-area .slider-banner li .image-layer .banner-content .content .cta-btn a:hover {
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #FFF;
  }
}
.slider-banner-section .slider-area .slider-banner li .image-layer::before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
}
.slider-banner-section .slider-area .slider-banner li .video-layer {
  position: relative;
}
.slider-banner-section .slider-area .slider-banner li .video-layer video {
  width: 100%;
}
.slider-banner-section .slider-area .slider-banner li .video-layer .banner-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.slider-banner-section .slider-area .slider-banner li .video-layer .banner-content .content {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.slider-banner-section .slider-area .slider-banner li .video-layer .banner-content .content .sub-heading {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "nakheelbold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 9px;
  text-transform: uppercase;
}
.slider-banner-section .slider-area .slider-banner li .video-layer .banner-content .content .heading {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "nakheelbold";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
.slider-banner-section .slider-area .slider-banner li .video-layer .banner-content .content .description {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.64px;
}
.slider-banner-section .slider-area .slider-banner li .video-layer .banner-content .content .cta-btn {
  display: flex;
}
.slider-banner-section .slider-area .slider-banner li .video-layer .banner-content .content .cta-btn a {
  color: #FFF;
  text-align: center;
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.32px;
  text-decoration: none;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.3);
  display: flex;
}
.slider-banner-section .slider-area .slider-banner li .video-layer .banner-content .content .cta-btn a:hover {
  border: 1px solid #FFF;
  background: #00263A;
}
@media (max-width: 576px) {
  .slider-banner-section .slider-area .slider-banner li .video-layer .banner-content .content .cta-btn a {
    width: 100%;
  }
  .slider-banner-section .slider-area .slider-banner li .video-layer .banner-content .content .cta-btn a:hover {
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #FFF;
  }
}
.slider-banner-section .slider-area .slider-banner li .video-layer .banner-content .content .video-controls {
  display: flex;
  gap: 10px;
  align-items: center;
}
.slider-banner-section .slider-area .slider-banner li .video-layer .banner-content .content .video-controls .play-pause.paused .pause-btn {
  display: none;
  transition: 0.3s all ease-in-out;
}
.slider-banner-section .slider-area .slider-banner li .video-layer .banner-content .content .video-controls .play-pause.paused .play-btn {
  display: block;
  transition: 0.3s all ease-in-out;
}
.slider-banner-section .slider-area .slider-banner li .video-layer .banner-content .content .video-controls .play-pause.playing .pause-btn {
  display: block;
  transition: 0.3s all ease-in-out;
}
.slider-banner-section .slider-area .slider-banner li .video-layer .banner-content .content .video-controls .play-pause.playing .play-btn {
  display: none;
  transition: 0.3s all ease-in-out;
}
.slider-banner-section .slider-area .slider-banner li .video-layer .banner-content .content .video-controls .mute-unmute.unmutted .mute-btn {
  display: block;
}
.slider-banner-section .slider-area .slider-banner li .video-layer .banner-content .content .video-controls .mute-unmute.unmutted .unmute-btn {
  display: none;
}
.slider-banner-section .slider-area .slider-banner li .video-layer .banner-content .content .video-controls .mute-unmute.mutted .mute-btn {
  display: none;
}
.slider-banner-section .slider-area .slider-banner li .video-layer .banner-content .content .video-controls .mute-unmute.mutted .unmute-btn {
  display: block;
}
.slider-banner-section .slider-area .slider-banner li .video-layer .banner-content .content .video-controls img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 28px;
  height: 28px;
}
.slider-banner-section .slider-area .slider-banner li .video-layer::before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
}
@media (max-width: 1200px) {
  .slider-banner-section .slider-area .slider-banner li .image-layer .banner-content .content,
  .slider-banner-section .slider-area .slider-banner li .video-layer .banner-content .content {
    width: 45%;
    gap: 10px;
  }
}
@media (max-width: 1024px) {
  .slider-banner-section .slider-area .slider-banner li .image-layer > img,
  .slider-banner-section .slider-area .slider-banner li .image-layer > video,
  .slider-banner-section .slider-area .slider-banner li .video-layer > img,
  .slider-banner-section .slider-area .slider-banner li .video-layer > video {
    height: 75vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .slider-banner-section .slider-area .slider-banner li .image-layer .banner-content .content,
  .slider-banner-section .slider-area .slider-banner li .video-layer .banner-content .content {
    width: 50%;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .slider-banner-section .slider-area .slider-banner li .image-layer > img,
  .slider-banner-section .slider-area .slider-banner li .image-layer > video,
  .slider-banner-section .slider-area .slider-banner li .video-layer > img,
  .slider-banner-section .slider-area .slider-banner li .video-layer > video {
    height: 75vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .slider-banner-section .slider-area .slider-banner li .image-layer .banner-content .content,
  .slider-banner-section .slider-area .slider-banner li .video-layer .banner-content .content {
    width: 50%;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .slider-banner-section .slider-area .slider-banner li .image-layer > img,
  .slider-banner-section .slider-area .slider-banner li .image-layer > video,
  .slider-banner-section .slider-area .slider-banner li .video-layer > img,
  .slider-banner-section .slider-area .slider-banner li .video-layer > video {
    height: 75vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .slider-banner-section .slider-area .slider-banner li .image-layer .banner-content .content,
  .slider-banner-section .slider-area .slider-banner li .video-layer .banner-content .content {
    width: 100%;
    gap: 20px;
  }
  .slider-banner-section .slider-area .slider-banner li .image-layer .banner-content .content .sub-heading,
  .slider-banner-section .slider-area .slider-banner li .video-layer .banner-content .content .sub-heading {
    font-size: 16px;
    line-height: 26px;
  }
  .slider-banner-section .slider-area .slider-banner li .image-layer .banner-content .content .heading,
  .slider-banner-section .slider-area .slider-banner li .video-layer .banner-content .content .heading {
    font-size: 35px;
    line-height: 45px;
  }
}
.slider-banner-section .slider-area .slider-banner .slick-arrow {
  position: absolute;
  bottom: 60px;
  z-index: 1;
  cursor: pointer;
}
.slider-banner-section .slider-area .slider-banner .slick-arrow.slick-next {
  right: 120px;
}
@media (max-width: 1680px) {
  .slider-banner-section .slider-area .slider-banner .slick-arrow.slick-next {
    right: 120px;
  }
}
@media (max-width: 1440px) {
  .slider-banner-section .slider-area .slider-banner .slick-arrow.slick-next {
    right: 80px;
  }
}
@media (max-width: 1200px) {
  .slider-banner-section .slider-area .slider-banner .slick-arrow.slick-next {
    right: 68px;
  }
}
@media (max-width: 992px) {
  .slider-banner-section .slider-area .slider-banner .slick-arrow.slick-next {
    right: 50px;
  }
}
@media (max-width: 768px) {
  .slider-banner-section .slider-area .slider-banner .slick-arrow.slick-next {
    right: 40px;
  }
}
@media (max-width: 576px) {
  .slider-banner-section .slider-area .slider-banner .slick-arrow.slick-next {
    right: 25px;
  }
}
.slider-banner-section .slider-area .slider-banner .slick-arrow.slick-prev {
  left: 120px;
  transform: rotate(180deg);
}
@media (max-width: 1680px) {
  .slider-banner-section .slider-area .slider-banner .slick-arrow.slick-prev {
    left: 120px;
  }
}
@media (max-width: 1440px) {
  .slider-banner-section .slider-area .slider-banner .slick-arrow.slick-prev {
    left: 80px;
  }
}
@media (max-width: 1200px) {
  .slider-banner-section .slider-area .slider-banner .slick-arrow.slick-prev {
    left: 68px;
  }
}
@media (max-width: 992px) {
  .slider-banner-section .slider-area .slider-banner .slick-arrow.slick-prev {
    left: 50px;
  }
}
@media (max-width: 768px) {
  .slider-banner-section .slider-area .slider-banner .slick-arrow.slick-prev {
    left: 40px;
  }
}
@media (max-width: 576px) {
  .slider-banner-section .slider-area .slider-banner .slick-arrow.slick-prev {
    left: 25px;
  }
}
@media (max-width: 1200px) {
  .slider-banner-section .slider-area .slider-banner .slick-arrow {
    bottom: 40px;
  }
}
@media (max-width: 992px) {
  .slider-banner-section .slider-area .slider-banner .slick-arrow {
    bottom: 30px;
  }
}
@media (max-width: 768px) {
  .slider-banner-section .slider-area .slider-banner .slick-arrow {
    bottom: 20px;
  }
}
@media (max-width: 576px) {
  .slider-banner-section .slider-area .slider-banner .slick-arrow {
    bottom: 30px;
  }
  .slider-banner-section .slider-area .slider-banner .slick-arrow img {
    width: 80px;
  }
}
.slider-banner-section .slider-area .slider-banner .slick-dots {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.slider-banner-section .slider-area .slider-banner .slick-dots li {
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 100%;
  justify-content: center;
}
.slider-banner-section .slider-area .slider-banner .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  padding: 0;
  border: 0px;
  background: #fff;
  transition: 0.5s all ease-in-out;
}
.slider-banner-section .slider-area .slider-banner .slick-dots li.slick-active {
  border: 1px solid #fff;
}
.slider-banner-section .slider-area .slider-banner .slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
  background: transparent;
  transition: 0.5s all ease-in-out;
}
@media (max-width: 1200px) {
  .slider-banner-section .slider-area .slider-banner .slick-dots {
    bottom: 55px;
  }
}
@media (max-width: 992px) {
  .slider-banner-section .slider-area .slider-banner .slick-dots {
    bottom: 45px;
  }
}
@media (max-width: 768px) {
  .slider-banner-section .slider-area .slider-banner .slick-dots {
    bottom: 35px;
  }
}
@media (max-width: 576px) {
  .slider-banner-section .slider-area .slider-banner .slick-dots {
    bottom: 40px;
  }
}

/* Book Now Sticky */
.booknow-cta-sticky {
  background: #00263A;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 5px 0px;
}
.booknow-cta-sticky button {
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.3);
  color: #FFF;
  padding: 10px 20px;
  text-align: center;
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 162.5% */
  letter-spacing: 0.32px;
  border-radius: 0px;
  outline: 0;
  box-shadow: none;
  float: right;
  margin-right: 10%;
  height: 46px;
  text-transform: uppercase;
}
.booknow-cta-sticky button:hover, .booknow-cta-sticky button:visited, .booknow-cta-sticky button:focus, .booknow-cta-sticky button:active:focus {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #FFF;
  box-shadow: none;
}
@media (max-width: 576px) {
  .booknow-cta-sticky {
    padding: 10px 20px;
  }
  .booknow-cta-sticky button {
    margin: 0;
    width: 100%;
  }
}

/* Modal */
.booknowmodal .modal-content {
  background: transparent;
  border: 0px;
  width: 330px;
  margin: 0 auto;
}
.booknowmodal .modal-content .modal-header {
  border: 0px;
  padding: 0;
  margin-bottom: 20px;
}
.booknowmodal .modal-content .modal-header button {
  opacity: 1;
  background: none;
  outline: 0;
  box-shadow: none;
  width: auto;
  height: auto;
}
.booknowmodal .modal-content .modal-body {
  background: #fff;
  padding: 0;
  opacity: 1;
}
.booknowmodal .modal-content .modal-body .image-layer {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.booknowmodal .modal-content .modal-body .image-layer img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.booknowmodal .modal-content .modal-body .content-layer {
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.booknowmodal .modal-content .modal-body .content-layer .title {
  color: #00263A;
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 8px;
  text-transform: uppercase;
}
.booknowmodal .modal-content .modal-body .content-layer .description {
  color: #00263A;
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.64px;
}
.booknowmodal .modal-content .modal-body .content-layer .selection-area {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.booknowmodal .modal-content .modal-body .content-layer .selection-area .form-check {
  border-bottom: 1px solid #ccc;
}
.booknowmodal .modal-content .modal-body .content-layer .selection-area .form-check .form-check-input {
  background: url("../images/radio-button-unchecked.svg");
  border: 0;
  box-shadow: none;
  width: 18px;
  height: 18px;
  outline: 0;
  cursor: pointer;
}
.booknowmodal .modal-content .modal-body .content-layer .selection-area .form-check .form-check-input:checked {
  background: url("../images/radio-button-checked.svg");
}
.booknowmodal .modal-content .modal-body .content-layer .selection-area .form-check .form-check-label {
  cursor: pointer;
  color: #383935;
  font-family: "nakheelregular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.72px;
}
.booknowmodal .modal-content .modal-body .content-layer .selection-area .form-check .form-select {
  border: 0px;
  outline: 0;
  box-shadow: none;
  color: #383935;
  font-family: "nakheelregular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.56px;
  background: url("../images/selectbox-arrow.svg") no-repeat;
  background-position: right;
  padding: 5px 0px;
}
.booknowmodal .modal-content .modal-body .content-layer .booknow-cta {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.3);
  cursor: not-allowed;
  text-transform: uppercase;
}
.booknowmodal .modal-content .modal-body .content-layer .booknow-cta a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.2);
  text-align: center;
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.32px;
  cursor: not-allowed;
}
.booknowmodal .modal-content .modal-body .content-layer .booknow-cta a.btn-active {
  cursor: unset;
  color: #00263A;
}
.booknowmodal .modal-content .modal-body .content-layer .booknow-cta:has(a.btn-active) {
  cursor: pointer;
  border: 1px solid #00263A;
}
.booknowmodal .modal-content .modal-body .content-layer .booknow-cta:has(a.btn-active):hover {
  background: #00263A;
  border: 1px solid #fff;
}
.booknowmodal .modal-content .modal-body .content-layer .booknow-cta:has(a.btn-active):hover a {
  color: #fff;
}
@media (max-width: 576px) {
  .booknowmodal .modal-content {
    margin: 80px auto;
  }
}

/* Map section */
.map-section {
  padding: 60px 0px;
  background: #F5F1E8;
}
.map-section .sub-heading {
  color: #00263A;
  text-align: center;
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 8px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.map-section .heading {
  color: #00263A;
  text-align: center;
  font-family: "nakheelbold";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 74px;
  letter-spacing: -0.5px;
  padding-bottom: 40px;
}
.map-section .map-area {
  position: relative;
}
.map-section .map-area .map-frame {
  width: 100%;
  height: 540px;
}
.map-section .map-area .club-note {
  display: none;
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #000;
  font-family: "nakheelregular";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.48px;
}
.map-section .map-area .club-note img {
  margin-right: 5px;
  width: 14px;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
}
.map-section .direction-notes {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.map-section .direction-notes .description {
  color: #00263A;
  font-family: "nakheelregular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
.map-section .direction-notes .direction-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 50px;
}
.map-section .direction-notes .direction-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.map-section .direction-notes .direction-list li .dot {
  width: 10px;
  height: 10px;
  border-radius: 99%;
  border: 2px solid #000;
}
.map-section .direction-notes .direction-list li .icon {
  width: 50px;
  height: 50px;
  border-radius: 99%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-section .direction-notes .direction-list li .dot-line {
  width: 30px;
  border-top: 1px dotted #00263A;
}
.map-section .direction-notes .direction-list li label {
  color: #00263A;
  font-family: "nakheelregular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.72px;
}
.map-section .direction-notes .direction-list li label img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 3px;
}
@media (max-width: 768px) {
  .map-section .direction-notes .direction-list {
    flex-direction: column;
    align-items: self-start;
    gap: 15px;
  }
  .map-section .direction-notes .direction-list li {
    padding: 0px 12px;
  }
  .map-section .direction-notes .direction-list li .icon {
    width: 50px;
    height: 50px;
  }
  .map-section .direction-notes .direction-list li .icon img {
    width: 25px;
    height: 21px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .map-section .direction-notes .direction-list li .dot-line {
    width: 15px;
  }
  .map-section .direction-notes .direction-list li label {
    font-size: 14px;
    line-height: 24px;
  }
}
.map-section.beach-map .map-area {
  border: 1px solid #FA854F;
}
.map-section.beach-map .map-area .pin-location .pin .icon {
  background: #FA854F;
}
.map-section.beach-map .direction-notes .direction-list li .dot {
  background: #FA854F;
}
.map-section.beach-map .direction-notes .direction-list li .icon {
  background: #FA854F;
}
.map-section.club-map .map-area {
  border: 1px solid #A87E5D;
}
.map-section.club-map .map-area .pin-location .pin .icon {
  background: #A87E5D;
}
.map-section.club-map .map-area .club-note {
  display: block;
}
.map-section.club-map .direction-notes .direction-list li .dot {
  background: #A87E5D;
}
.map-section.club-map .direction-notes .direction-list li .icon {
  background: #A87E5D;
}
@media (max-width: 1200px) {
  .map-section .map-area .pin-location .pin .icon {
    width: 30px;
    height: 30px;
  }
  .map-section .map-area .pin-location .pin .icon img {
    width: 15px;
    height: 15px;
  }
  .map-section .map-area .pin-location .pin.scooter-rental {
    top: 18%;
    left: 30%;
  }
  .map-section .map-area .pin-location .pin.parking {
    top: 23%;
    left: 50%;
  }
  .map-section .map-area .pin-location .pin.westbeach {
    bottom: 45%;
    left: 45%;
  }
  .map-section .map-area .pin-location .pin.buggy {
    bottom: 26%;
    right: 22%;
  }
  .map-section .map-area .pin-location .pin.theclub {
    bottom: 9%;
    right: 25%;
  }
}
@media (max-width: 992px) {
  .map-section .map-area .pin-location .pin {
    padding: 5px;
  }
  .map-section .map-area .pin-location .pin .icon {
    width: 20px;
    height: 20px;
  }
  .map-section .map-area .pin-location .pin .icon img {
    width: 15px;
    height: 15px;
  }
  .map-section .map-area .pin-location .pin.scooter-rental {
    top: 18%;
    left: 30%;
  }
  .map-section .map-area .pin-location .pin.parking {
    top: 32%;
    left: 50%;
  }
  .map-section .map-area .pin-location .pin.westbeach {
    bottom: 40%;
    left: 45%;
  }
  .map-section .map-area .pin-location .pin.buggy {
    bottom: 26%;
    right: 22%;
  }
  .map-section .map-area .pin-location .pin.theclub {
    bottom: 9%;
    right: 25%;
  }
}
@media (max-width: 576px) {
  .map-section {
    padding: 30px 0px;
  }
  .map-section .heading {
    font-size: 44px;
    line-height: 54px;
  }
  .map-section .map-area img {
    height: 540px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .map-section .map-area .desktop {
    display: none;
  }
  .map-section .map-area .mobile {
    display: block;
  }
  .map-section .map-area .pin-location .pin .icon {
    width: 40px;
    height: 40px;
  }
  .map-section .map-area .pin-location .pin .icon img {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .map-section .map-area .pin-location .pin.scooter-rental {
    top: 8%;
    left: 30%;
  }
  .map-section .map-area .pin-location .pin.parking {
    top: 22%;
    left: 50%;
  }
  .map-section .map-area .pin-location .pin.westbeach {
    bottom: 50%;
    left: 45%;
  }
  .map-section .map-area .pin-location .pin.buggy {
    bottom: 35%;
    right: 22%;
  }
  .map-section .map-area .pin-location .pin.theclub {
    bottom: 15%;
    right: 25%;
  }
}

/* News Letter Section */
.news-letter-section {
  background: #EAE4DD;
  padding-top: 90px;
  padding-bottom: 55px;
}
.news-letter-section .container {
  position: relative;
}
.news-letter-section .container .newsletter-div {
  width: 510px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.news-letter-section .container .newsletter-div .heading {
  color: #000;
  font-family: "nakheelbold";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
}
.news-letter-section .container .newsletter-div .sub-heading {
  color: #000;
  font-family: "nakheelbold";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.news-letter-section .container .newsletter-div .description {
  color: #000;
  font-family: "nakheelregular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.3px;
}
.news-letter-section .container .newsletter-div .form-section label {
  color: #000;
  font-family: "nakheelregular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.news-letter-section .container .newsletter-div .form-section .form-group {
  position: relative;
}
.news-letter-section .container .newsletter-div .form-section .form-group input.form-control {
  color: #000;
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 16px 20px;
  border: 1px solid #676767;
  border-radius: 0px;
  box-shadow: none;
}
.news-letter-section .container .newsletter-div .form-section .form-group input.form-control::-moz-placeholder {
  color: #000;
  font-family: "nakheelregular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.news-letter-section .container .newsletter-div .form-section .form-group input.form-control::placeholder {
  color: #000;
  font-family: "nakheelregular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.news-letter-section .container .newsletter-div .form-section .form-group input.form-control::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #000;
  font-family: "nakheelregular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.news-letter-section .container .newsletter-div .form-section .form-group .error {
  font-size: 16px;
  line-height: 18px;
  color: #ff0000;
  padding: 8px 0px;
  display: block;
}
.news-letter-section .container .newsletter-div .form-section .form-group .submit-arrow {
  position: absolute;
  top: 16px;
  right: 20px;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.news-letter-section .container .newsletter-div .form-section .form-group .submit-arrow:lang(ar) {
  right: auto;
  left: 20px;
  top: 19px;
  transform: rotate(180deg);
}
.news-letter-section .container .newsletter-div .form-section.error .form-group input.form-control {
  border: 1px solid #ff0000;
}
.news-letter-section .container .social-media-links {
  position: absolute;
  top: 0px;
  right: 80px;
  display: none;
}
.news-letter-section .container .social-media-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 10px;
}
.news-letter-section .container .social-media-links ul li a img {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  .news-letter-section .container .newsletter-div {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .news-letter-section .container .newsletter-div {
    width: 60%;
  }
  .news-letter-section .social-media-links {
    display: none;
  }
}
@media (max-width: 768px) {
  .news-letter-section .container .newsletter-div {
    width: 80%;
    gap: 10px;
  }
  .news-letter-section .container .newsletter-div .heading {
    font-size: 32px;
    line-height: 24px;
  }
  .news-letter-section .container .newsletter-div .sub-heading {
    font-size: 18px;
    line-height: 24px;
  }
  .news-letter-section .social-media-links {
    display: none;
  }
}
@media (max-width: 576px) {
  .news-letter-section .container .newsletter-div {
    width: 100%;
    gap: 10px;
  }
  .news-letter-section .container .newsletter-div .heading {
    font-size: 25px;
    line-height: 24px;
  }
  .news-letter-section .container .newsletter-div .sub-heading {
    font-size: 14px;
    line-height: 24px;
  }
  .news-letter-section .social-media-links {
    display: none;
  }
}

/* News Letter Modal Section */
.newslettermodal .modal-content {
  background: transparent;
  border: 0px;
}
.newslettermodal .modal-content .modal-header {
  border: 0px;
  padding: 0;
  margin-bottom: 20px;
}
.newslettermodal .modal-content .modal-header button {
  opacity: 1;
  background: none;
  outline: 0;
  box-shadow: none;
  width: auto;
  height: auto;
}
.newslettermodal .modal-content .modal-body {
  background: #fff;
  padding: 50px 80px;
}
.newslettermodal .modal-content .modal-body .content-layer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
}
.newslettermodal .modal-content .modal-body .content-layer .title {
  color: #00263A;
  text-align: center;
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 8px;
  text-transform: uppercase;
}
.newslettermodal .modal-content .modal-body .content-layer .description {
  color: #383935;
  text-align: center;
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.64px;
}
@media (min-width: 992px) {
  .newslettermodal .modal-content .modal-body .content-layer .description {
    width: 50%;
  }
}
.newslettermodal .modal-content .modal-body .content-layer .browse-cta {
  display: flex;
  gap: 10px;
}
.newslettermodal .modal-content .modal-body .content-layer .browse-cta a {
  border: 1px solid #00263A;
  padding: 10px 20px;
  text-decoration: none;
  color: #00263A;
  text-align: center;
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.32px;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .newslettermodal .modal-content .modal-body .content-layer .browse-cta {
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .newslettermodal .modal-content .modal-body {
    padding: 25px 20px;
  }
}
@media (min-width: 1024px) {
  .newslettermodal .modal-dialog {
    max-width: 670px !important;
  }
}

/* Contact us form section */
.contact-us-section {
  background: linear-gradient(360deg, rgba(0, 176, 166, 0.05) 0%, rgba(250, 133, 79, 0.05) 99.53%);
  padding: 60px 0px;
}
.contact-us-section .form-layer {
  width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}
.contact-us-section .form-layer .heading {
  color: #00263A;
  text-align: center;
  font-family: "nakheelregular";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 74px;
  letter-spacing: -0.5px;
}
@media (max-width: 576px) {
  .contact-us-section .form-layer .heading {
    font-size: 44px;
    line-height: 54px;
  }
}
.contact-us-section .form-layer .description {
  color: #00263A;
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.64px;
}
.contact-us-section .form-layer .description div,
.contact-us-section .form-layer .description p {
  color: #00263A;
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.64px;
}
.contact-us-section .form-layer .submit-btn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #00263A;
  background: rgba(255, 255, 255, 0.3);
  color: #00263A;
  text-align: center;
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.32px;
  text-decoration: none;
  min-width: 300px;
  margin-top: 15px;
  text-transform: uppercase;
}
.contact-us-section .form-layer .submit-btn:hover {
  background: #00263A;
  border: 1px solid #fff;
  color: #fff;
}
@media (max-width: 576px) {
  .contact-us-section .form-layer .submit-btn {
    min-width: 100%;
  }
  .contact-us-section .form-layer .submit-btn:hover {
    border: 1px solid #00263A;
    background: rgba(255, 255, 255, 0.3);
    color: #00263A;
  }
}
.contact-us-section .form-layer .contactus-form {
  width: 100%;
}
.contact-us-section .form-layer .contactus-form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.contact-us-section .form-layer .contactus-form form .form-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contact-us-section .form-layer .contactus-form form .form-group label {
  color: #000;
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.contact-us-section .form-layer .contactus-form form .form-group label.error {
  font-size: 14px;
  line-height: 20px;
  color: #ff0000;
}
.contact-us-section .form-layer .contactus-form form .form-group .input-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.contact-us-section .form-layer .contactus-form form .form-group .input-field input {
  display: flex;
  padding: 16px 20px;
  align-items: center;
  border: 1px solid #676767;
  color: #000;
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  outline: 0;
  width: 100%;
  background: transparent;
  border-radius: 0px;
}
.contact-us-section .form-layer .contactus-form form .form-group .input-field input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.contact-us-section .form-layer .contactus-form form .form-group .input-field input::placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.contact-us-section .form-layer .contactus-form form .form-group .input-field input::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: rgba(0, 0, 0, 0.4);
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.contact-us-section .form-layer .contactus-form form .form-group .input-field input.error {
  border: 1px solid #ff0000;
}
.contact-us-section .form-layer .contactus-form form .form-group .input-field select.form-select {
  color: #000;
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  outline: 0;
  border: 1px solid #000;
  box-shadow: none;
  width: 20%;
  border-radius: 0px;
  background: transparent;
}
.contact-us-section .form-layer .contactus-form form .form-group textarea {
  resize: none;
  border: 1px solid #676767;
  padding: 10px 20px;
  color: #000;
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  outline: 0;
  height: 170px;
  background: transparent;
}
.contact-us-section .form-layer .contactus-form form .form-group textarea.error {
  border: 1px solid #ff0000;
}
.contact-us-section .form-layer .contactus-form form .form-group textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  opacity: 1;
  /* Firefox */
}
.contact-us-section .form-layer .contactus-form form .form-group textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  opacity: 1;
  /* Firefox */
}
.contact-us-section .form-layer .contactus-form form .form-group textarea::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: rgba(0, 0, 0, 0.4);
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.contact-us-section .form-layer .contactus-form form .form-group .submit-btn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #00263A;
  background: rgba(255, 255, 255, 0.3);
  color: #00263A;
  text-align: center;
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.32px;
  text-decoration: none;
  min-width: 300px;
  margin-top: 15px;
  text-transform: uppercase;
}
.contact-us-section .form-layer .contactus-form form .form-group .submit-btn:hover {
  background: #00263A;
  border: 1px solid #fff;
  color: #fff;
}
@media (max-width: 576px) {
  .contact-us-section .form-layer .contactus-form form .form-group .submit-btn {
    min-width: 100%;
  }
  .contact-us-section .form-layer .contactus-form form .form-group .submit-btn:hover {
    border: 1px solid #00263A;
    background: rgba(255, 255, 255, 0.3);
    color: #00263A;
  }
}
.contact-us-section .form-layer .contactus-form form .form-group .iti {
  display: flex;
  justify-content: space-between;
}
.contact-us-section .form-layer .contactus-form form .form-group .iti .iti__flag-container {
  position: unset;
  width: 20%;
  border: 1px solid #676767;
}
.contact-us-section .form-layer .contactus-form form .form-group .iti .iti__flag-container .iti__selected-flag {
  background: transparent;
}
@media (max-width: 576px) {
  .contact-us-section .form-layer .contactus-form form .form-group .iti .iti__flag-container {
    width: 30%;
  }
}
.contact-us-section .form-layer .contactus-form form .form-group .iti input#PhoneNumber {
  width: 78%;
  padding: 16px 20px !important;
}
@media (max-width: 576px) {
  .contact-us-section .form-layer .contactus-form form .form-group .iti input#PhoneNumber {
    width: 68%;
  }
}
@media (max-width: 576px) {
  .contact-us-section .form-layer {
    width: 100%;
  }
}
.contact-us-section .line-seprator {
  height: 1px;
  background: rgba(0, 38, 58, 0.6);
  margin: 65px 0px;
}
@media (max-width: 576px) {
  .contact-us-section .line-seprator {
    margin-top: 130px;
  }
}
.contact-us-section .time-address-area {
  display: flex;
  gap: 45px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.contact-us-section .time-address-area .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.contact-us-section .time-address-area .content .heading {
  color: #00263A;
  text-align: center;
  font-family: "nakheelbold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 9px;
  text-transform: uppercase;
  white-space: nowrap;
}
.contact-us-section .time-address-area .content .description div {
  color: #00263A;
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.64px;
}
@media (max-width: 768px) {
  .contact-us-section .time-address-area {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
.contact-us-section .ReCaptchaResponse-msg {
  font-size: 14px;
  line-height: 20px;
  color: #ff0000;
}
@media (max-width: 576px) {
  .contact-us-section {
    padding: 90px 0px;
  }
}

.contact-us-thankyou-modal .modal-content {
  background: transparent;
  border: 0px;
}
.contact-us-thankyou-modal .modal-content .modal-header {
  border: 0px;
  padding: 0;
  margin-bottom: 20px;
}
.contact-us-thankyou-modal .modal-content .modal-header button {
  opacity: 1;
  background: none;
  outline: 0;
  box-shadow: none;
  width: auto;
  height: auto;
}
.contact-us-thankyou-modal .modal-content .modal-body {
  background: #fff;
  padding: 50px 80px;
}
.contact-us-thankyou-modal .modal-content .modal-body .content-layer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
}
.contact-us-thankyou-modal .modal-content .modal-body .content-layer .title {
  color: #00263A;
  text-align: center;
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 8px;
  text-transform: uppercase;
}
.contact-us-thankyou-modal .modal-content .modal-body .content-layer .description {
  color: #383935;
  text-align: center;
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.64px;
  width: 60%;
}
@media (max-width: 576px) {
  .contact-us-thankyou-modal .modal-content .modal-body .content-layer .description {
    width: 100%;
  }
}
.contact-us-thankyou-modal .modal-content .modal-body .content-layer .browse-cta {
  display: flex;
  gap: 10px;
}
.contact-us-thankyou-modal .modal-content .modal-body .content-layer .browse-cta a {
  border: 1px solid #00263A;
  padding: 10px 20px;
  text-decoration: none;
  color: #00263A;
  text-align: center;
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.32px;
  white-space: nowrap;
  text-transform: uppercase;
}
.contact-us-thankyou-modal .modal-content .modal-body .content-layer .browse-cta a:hover {
  border: 1px solid #fff;
  color: #fff;
  background: #00263A;
}
@media (max-width: 768px) {
  .contact-us-thankyou-modal .modal-content .modal-body .content-layer .browse-cta a:hover {
    border: 1px solid #00263A;
    background: transparent;
    color: #00263A;
  }
}
@media (max-width: 576px) {
  .contact-us-thankyou-modal .modal-content .modal-body .content-layer .browse-cta {
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .contact-us-thankyou-modal .modal-content .modal-body {
    padding: 25px 20px;
  }
}
@media (min-width: 1024px) {
  .contact-us-thankyou-modal .modal-dialog {
    max-width: 670px !important;
  }
}

/* West beach videos section */
.westbeach-videos-section {
  padding: 60px 0px;
}
.westbeach-videos-section .videos-section {
  padding: 45px 0px;
}
.westbeach-videos-section .videos-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 11px;
  position: relative;
}
.westbeach-videos-section .videos-section ul li {
  width: 32%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.westbeach-videos-section .videos-section ul li .video-layer {
  position: relative;
}
.westbeach-videos-section .videos-section ul li .video-layer video {
  width: 100%;
  height: 490px;
  -o-object-fit: cover;
     object-fit: cover;
}
.westbeach-videos-section .videos-section ul li .video-layer .content-layer {
  text-decoration: none;
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #FFF;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  letter-spacing: 8px;
  text-align: center;
  padding: 20px;
  text-transform: uppercase;
}
.westbeach-videos-section .videos-section ul li .video-layer .content-layer .icons {
  position: relative;
  width: 75px;
  height: 75px;
}
.westbeach-videos-section .videos-section ul li .video-layer .content-layer .icons img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
}
.westbeach-videos-section .videos-section ul li .video-layer .content-layer .icons img.circle {
  opacity: 1;
  transition: opacity 0.3s;
}
.westbeach-videos-section .videos-section ul li .video-layer .content-layer .icons img.arrow {
  opacity: 0;
  transition: opacity 0.3s;
}
.westbeach-videos-section .videos-section ul li .video-layer .video-controls {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.westbeach-videos-section .videos-section ul li .video-layer .video-controls .play-pause.paused .pause-btn {
  display: none;
  transition: 0.3s all ease-in-out;
}
.westbeach-videos-section .videos-section ul li .video-layer .video-controls .play-pause.paused .play-btn {
  display: block;
  transition: 0.3s all ease-in-out;
}
.westbeach-videos-section .videos-section ul li .video-layer .video-controls .play-pause.playing .pause-btn {
  display: block;
  transition: 0.3s all ease-in-out;
}
.westbeach-videos-section .videos-section ul li .video-layer .video-controls .play-pause.playing .play-btn {
  display: none;
  transition: 0.3s all ease-in-out;
}
.westbeach-videos-section .videos-section ul li .video-layer .video-controls .mute-unmute.unmutted .mute-btn {
  display: block;
}
.westbeach-videos-section .videos-section ul li .video-layer .video-controls .mute-unmute.unmutted .unmute-btn {
  display: none;
}
.westbeach-videos-section .videos-section ul li .video-layer .video-controls .mute-unmute.mutted .mute-btn {
  display: none;
}
.westbeach-videos-section .videos-section ul li .video-layer .video-controls .mute-unmute.mutted .unmute-btn {
  display: block;
}
.westbeach-videos-section .videos-section ul li .video-layer .video-controls img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 28px;
  height: 28px;
}
.westbeach-videos-section .videos-section ul li .video-layer:hover .content-layer .icons img.circle {
  opacity: 0;
  transition: opacity 0.3s;
}
.westbeach-videos-section .videos-section ul li .video-layer:hover .content-layer .icons img.arrow {
  opacity: 1;
  transition: opacity 0.3s;
}
.westbeach-videos-section .videos-section ul li .video-layer::before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 5px;
  opacity: 0.2;
}
.westbeach-videos-section .videos-section ul li .title {
  color: #000;
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  letter-spacing: 8px;
  text-align: center;
}
@media (min-width: 1200px) {
  .westbeach-videos-section .videos-section ul li {
    width: 420px;
  }
}
@media (max-width: 1024px) {
  .westbeach-videos-section .videos-section ul li .video-layer .content-layer .icons img.circle {
    opacity: 0 !important;
  }
  .westbeach-videos-section .videos-section ul li .video-layer .content-layer .icons img.arrow {
    opacity: 1 !important;
  }
}
.westbeach-videos-section .videos-section ul .slick-track {
  display: flex;
  gap: 2%;
}
.westbeach-videos-section .videos-section ul .slick-arrow {
  position: absolute;
  bottom: -70px;
  z-index: 1;
  cursor: pointer;
}
.westbeach-videos-section .videos-section ul .slick-arrow.slick-next {
  right: 0;
}
@media (max-width: 768px) {
  .westbeach-videos-section .videos-section ul .slick-arrow.slick-next {
    right: 40px;
  }
}
@media (max-width: 576px) {
  .westbeach-videos-section .videos-section ul .slick-arrow.slick-next {
    right: 25px;
  }
}
.westbeach-videos-section .videos-section ul .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .westbeach-videos-section .videos-section ul .slick-arrow {
    bottom: -60px;
  }
  .westbeach-videos-section .videos-section ul .slick-arrow img {
    width: 80px;
  }
}
@media (max-width: 576px) {
  .westbeach-videos-section .videos-section ul .slick-arrow {
    bottom: -50px;
  }
  .westbeach-videos-section .videos-section ul .slick-arrow img {
    width: 80px;
  }
}
.westbeach-videos-section .videos-section ul .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -50px;
}
.westbeach-videos-section .videos-section ul .slick-dots li {
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 100%;
  justify-content: center;
}
.westbeach-videos-section .videos-section ul .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  padding: 0;
  border: 0px;
  background: #000;
  transition: 0.5s all ease-in-out;
}
.westbeach-videos-section .videos-section ul .slick-dots li.slick-active {
  border: 1px solid #000;
}
.westbeach-videos-section .videos-section ul .slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
  background: transparent;
  transition: 0.5s all ease-in-out;
}
@media (max-width: 576px) {
  .westbeach-videos-section .videos-section ul .slick-dots {
    bottom: -40px;
  }
}
@media (max-width: 1200px) {
  .westbeach-videos-section .videos-section {
    padding: 35px 0px;
  }
}
@media (max-width: 1024px) {
  .westbeach-videos-section .videos-section {
    padding: 30px 0px;
  }
  .westbeach-videos-section .videos-section ul li .video-layer video {
    height: 380px;
  }
}
@media (max-width: 768px) {
  .westbeach-videos-section .videos-section {
    padding: 20px 0px;
  }
  .westbeach-videos-section .videos-section ul .slick-track {
    gap: 10px;
  }
}
@media (max-width: 576px) {
  .westbeach-videos-section .videos-section {
    padding: 40px 0px;
  }
  .westbeach-videos-section .videos-section .container {
    padding-right: 0px;
  }
  .westbeach-videos-section .videos-section ul li {
    width: 320px !important;
  }
  .westbeach-videos-section .videos-section ul li .video-layer video {
    height: 540px;
  }
  .westbeach-videos-section .videos-section ul .slick-track {
    gap: 10px;
  }
  .westbeach-videos-section .videos-section ul.slick-dots li {
    width: 20px !important;
  }
}
@media (max-width: 1024px) {
  .westbeach-videos-section {
    padding: 30px 0px;
  }
}
@media (max-width: 576px) {
  .westbeach-videos-section .heading-comp-type2 {
    margin-bottom: 0px;
  }
}

/* Dine Section */
.dine-section {
  padding: 60px 0px;
}
.dine-section .dine-slider .split-section {
  display: flex;
  gap: 5%;
}
.dine-section .dine-slider .split-section .mobile-restaurants-name {
  display: none;
}
.dine-section .dine-slider .split-section .mobile-restaurants-name ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.dine-section .dine-slider .split-section .mobile-restaurants-name ul li {
  color: #00263A;
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.64px;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
  text-transform: uppercase;
}
.dine-section .dine-slider .split-section .mobile-restaurants-name ul li.active {
  font-size: 35px;
  line-height: 45px;
  transition: 0.5s all ease-in-out;
  font-family: "nakheelbold";
  font-weight: 700;
}
.dine-section .dine-slider .split-section .restaurants-name {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.dine-section .dine-slider .split-section .restaurants-name ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 50px;
}
.dine-section .dine-slider .split-section .restaurants-name ul .slick-track {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.dine-section .dine-slider .split-section .restaurants-name ul .slick-track .slick-slide {
  color: #00263A;
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.64px;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
  text-transform: uppercase;
}
.dine-section .dine-slider .split-section .restaurants-name ul .slick-track .slick-slide.slick-current {
  font-size: 35px;
  line-height: 45px;
  transition: 0.5s all ease-in-out;
  font-family: "nakheelbold";
  font-weight: 700;
}
.dine-section .dine-slider .split-section .restaurants-name .cta-links {
  display: block;
  margin-bottom: 60px;
}
.dine-section .dine-slider .split-section .restaurants-name .cta-links .book-table-link {
  border: 1px solid #00263A;
  background: rgba(255, 255, 255, 0.3);
  color: #00263A;
  text-align: center;
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.32px;
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  text-transform: uppercase;
}
.dine-section .dine-slider .split-section .restaurants-name .cta-links .book-table-link:hover {
  background: #00263A;
  color: #fff;
  border: 1px solid #fff;
}
.dine-section .dine-slider .split-section .restaurants-name .cta-links .view-events-link {
  color: #00263A;
  text-align: center;
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.32px;
  text-decoration-line: underline;
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.dine-section .dine-slider .split-section .sldier-area {
  width: 70%;
}
.dine-section .dine-slider .split-section .sldier-area ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.dine-section .dine-slider .split-section .sldier-area ul .slick-track {
  width: 100%;
}
.dine-section .dine-slider .split-section .sldier-area ul .slick-track a {
  text-decoration: none;
  position: relative;
  display: block;
}
.dine-section .dine-slider .split-section .sldier-area ul .slick-track a > img {
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.dine-section .dine-slider .split-section .sldier-area ul .slick-track a .content-layer {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.dine-section .dine-slider .split-section .sldier-area ul .slick-track a .content-layer .title {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "nakheelbold";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.5px;
  position: absolute;
  top: 40px;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .dine-section .dine-slider .split-section .sldier-area ul .slick-track a .content-layer .title {
    top: 25px;
  }
}
.dine-section .dine-slider .split-section .sldier-area ul .slick-track a .content-layer .typeof-restaurant {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  padding-bottom: 60px;
  position: absolute;
  top: 110px;
}
@media (max-width: 768px) {
  .dine-section .dine-slider .split-section .sldier-area ul .slick-track a .content-layer .typeof-restaurant {
    top: 80px;
  }
}
@media (max-width: 576px) {
  .dine-section .dine-slider .split-section .sldier-area ul .slick-track a .content-layer .typeof-restaurant {
    top: 60px;
  }
}
.dine-section .dine-slider .split-section .sldier-area ul .slick-track a .content-layer .typeof-restaurant li {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.64px;
  padding: 0px 5px;
}
.dine-section .dine-slider .split-section .sldier-area ul .slick-track a .content-layer .typeof-restaurant li + li {
  border-left: 1px solid #fff;
}
.dine-section .dine-slider .split-section .sldier-area ul .slick-track a .content-layer .icons {
  position: relative;
  width: 75px;
  height: 75px;
}
.dine-section .dine-slider .split-section .sldier-area ul .slick-track a .content-layer .icons img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
}
.dine-section .dine-slider .split-section .sldier-area ul .slick-track a .content-layer .icons img.circle {
  opacity: 1;
  transition: opacity 0.3s;
}
.dine-section .dine-slider .split-section .sldier-area ul .slick-track a .content-layer .icons img.arrow {
  opacity: 0;
  transition: opacity 0.3s;
}
.dine-section .dine-slider .split-section .sldier-area ul .slick-track a .content-layer .explore {
  color: #FFF;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-top: 10px;
  padding: 0px 20px;
  text-align: center;
}
.dine-section .dine-slider .split-section .sldier-area ul .slick-track a:hover > img {
  transform: scale(1.2);
}
.dine-section .dine-slider .split-section .sldier-area ul .slick-track a:hover .icons img.circle {
  opacity: 0;
  transition: opacity 0.3s;
}
.dine-section .dine-slider .split-section .sldier-area ul .slick-track a:hover .icons img.arrow {
  opacity: 1;
  transition: opacity 0.3s;
}
.dine-section .dine-slider .split-section .sldier-area ul .slick-track a::before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  z-index: 1;
}
.dine-section .dine-slider .split-section .sldier-area ul .slick-track .cta-links {
  display: none;
  margin-top: 15px;
}
.dine-section .dine-slider .split-section .sldier-area ul .slick-track .cta-links .book-table-link {
  border: 1px solid #00263A;
  background: rgba(255, 255, 255, 0.3);
  color: #00263A;
  text-align: center;
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.32px;
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
}
.dine-section .dine-slider .split-section .sldier-area ul .slick-track .cta-links .book-table-link::before {
  position: unset;
}
.dine-section .dine-slider .split-section .sldier-area ul .slick-track .cta-links .view-events-link {
  color: #00263A;
  text-align: center;
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.32px;
  text-decoration-line: underline;
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.dine-section .dine-slider .split-section .sldier-area ul .slick-track .cta-links .view-events-link::before {
  position: unset;
}
.dine-section .dine-slider .split-section .sldier-area ul .slick-arrow {
  position: absolute;
  bottom: -15px;
  z-index: 1;
  cursor: pointer;
}
.dine-section .dine-slider .split-section .sldier-area ul .slick-arrow.slick-next {
  right: 0;
}
.dine-section .dine-slider .split-section .sldier-area ul .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg);
}
.dine-section .dine-slider .split-section .sldier-area ul .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dine-section .dine-slider .split-section .sldier-area ul .slick-dots li {
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 100%;
  justify-content: center;
}
.dine-section .dine-slider .split-section .sldier-area ul .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  padding: 0;
  border: 0px;
  background: #000;
  transition: 0.5s all ease-in-out;
}
.dine-section .dine-slider .split-section .sldier-area ul .slick-dots li.slick-active {
  border: 1px solid #000;
}
.dine-section .dine-slider .split-section .sldier-area ul .slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
  background: transparent;
  transition: 0.5s all ease-in-out;
}
@media (max-width: 1024px) {
  .dine-section .dine-slider .split-section {
    flex-direction: column;
    gap: 20px;
  }
  .dine-section .dine-slider .split-section .mobile-restaurants-name {
    display: block;
    overflow: auto;
  }
  .dine-section .dine-slider .split-section .mobile-restaurants-name ul {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    display: flex;
    gap: 10px;
  }
  .dine-section .dine-slider .split-section .mobile-restaurants-name ul li {
    white-space: nowrap;
    transition: 0.3s all ease-in-out;
  }
  .dine-section .dine-slider .split-section .mobile-restaurants-name ul li.active {
    font-size: 24px;
    line-height: 30px;
    transition: 0.3s all ease-in-out;
  }
  .dine-section .dine-slider .split-section .restaurants-name {
    width: 100%;
    display: none;
  }
  .dine-section .dine-slider .split-section .restaurants-name ul .slick-list {
    overflow: auto;
  }
  .dine-section .dine-slider .split-section .restaurants-name ul .slick-track {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .dine-section .dine-slider .split-section .restaurants-name ul .slick-track .slick-slide {
    white-space: nowrap;
  }
  .dine-section .dine-slider .split-section .restaurants-name ul .slick-track .slick-slide.slick-current {
    font-size: 24px;
    line-height: 30px;
  }
  .dine-section .dine-slider .split-section .restaurants-name .cta-links {
    display: none;
  }
  .dine-section .dine-slider .split-section .sldier-area {
    width: 100%;
  }
  .dine-section .dine-slider .split-section .sldier-area ul .slick-track a > img {
    height: 410px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .dine-section .dine-slider .split-section .sldier-area ul .slick-track a .content-layer {
    top: 0px;
    bottom: 0px;
    justify-content: center;
  }
  .dine-section .dine-slider .split-section .sldier-area ul .slick-track a .content-layer .typeof-restaurant {
    padding-bottom: 20px;
  }
  .dine-section .dine-slider .split-section .sldier-area ul .slick-track a .content-layer .icons img.circle {
    opacity: 0 !important;
  }
  .dine-section .dine-slider .split-section .sldier-area ul .slick-track a .content-layer .icons img.arrow {
    opacity: 1 !important;
  }
  .dine-section .dine-slider .split-section .sldier-area ul .slick-track a:hover > img {
    transform: scale(1);
  }
  .dine-section .dine-slider .split-section .sldier-area ul .slick-track .cta-links {
    display: block;
  }
  .dine-section .dine-slider .split-section .sldier-area .slick-arrow {
    display: none;
  }
}
@media (max-width: 576px) {
  .dine-section {
    padding: 30px 0px;
  }
  .dine-section .dine-slider .split-section {
    flex-direction: column;
    gap: 20px;
  }
  .dine-section .dine-slider .split-section .restaurants-name {
    width: 100%;
  }
  .dine-section .dine-slider .split-section .restaurants-name ul .slick-list {
    overflow: auto;
  }
  .dine-section .dine-slider .split-section .restaurants-name ul .slick-track {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .dine-section .dine-slider .split-section .restaurants-name ul .slick-track .slick-slide {
    white-space: nowrap;
  }
  .dine-section .dine-slider .split-section .restaurants-name ul .slick-track .slick-slide.slick-current {
    font-size: 24px;
    line-height: 30px;
  }
  .dine-section .dine-slider .split-section .sldier-area {
    width: 100%;
  }
  .dine-section .dine-slider .split-section .sldier-area ul .slick-track a > img {
    height: 410px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .dine-section .dine-slider .split-section .sldier-area ul .slick-track a .content-layer {
    top: 0px;
    bottom: 0px;
    justify-content: center;
  }
  .dine-section .dine-slider .split-section .sldier-area ul .slick-track a .content-layer .title {
    font-size: 25px;
    line-height: 35px;
  }
  .dine-section .dine-slider .split-section .sldier-area ul .slick-track a .content-layer .typeof-restaurant {
    padding-bottom: 20px;
  }
  .dine-section .dine-slider .split-section .sldier-area ul .slick-track a .content-layer .icons img.circle {
    opacity: 0 !important;
  }
  .dine-section .dine-slider .split-section .sldier-area ul .slick-track a .content-layer .icons img.arrow {
    opacity: 1 !important;
  }
  .dine-section .dine-slider .split-section .sldier-area ul .slick-track a:hover > img {
    transform: scale(1);
  }
  .dine-section .dine-slider .split-section .sldier-area ul .slick-track .cta-links {
    display: block;
  }
  .dine-section .dine-slider .split-section .sldier-area ul .slick-dots {
    margin-top: 25px;
  }
  .dine-section .dine-slider .split-section .sldier-area .slick-arrow {
    display: none !important;
  }
}

/* Dine gallery section */
.gallery-section {
  padding: 60px 0px;
}
.gallery-section .gallery-image-links .split-section {
  display: flex;
  gap: 20px;
}
.gallery-section .gallery-image-links .split-section .main-image {
  display: flex;
  width: 69%;
}
.gallery-section .gallery-image-links .split-section .main-image a {
  text-decoration: none;
  position: relative;
  overflow: hidden;
  color: #FFF;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  letter-spacing: 8px;
  width: 100%;
}
.gallery-section .gallery-image-links .split-section .main-image a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.gallery-section .gallery-image-links .split-section .main-image a .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  text-align: center;
  z-index: 1;
}
.gallery-section .gallery-image-links .split-section .main-image a .content .icons {
  position: relative;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-section .gallery-image-links .split-section .main-image a .content .icons img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.gallery-section .gallery-image-links .split-section .main-image a .content .icons img.circle {
  opacity: 1;
  transition: opacity 0.3s;
}
.gallery-section .gallery-image-links .split-section .main-image a .content .icons img.arrow {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}
.gallery-section .gallery-image-links .split-section .main-image a .content .title {
  color: #FFF;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  letter-spacing: 8px;
  padding-top: 10px;
}
.gallery-section .gallery-image-links .split-section .main-image a .content .readtime {
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.gallery-section .gallery-image-links .split-section .main-image a .content .readtime .text {
  color: #FFF;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 4px;
  text-transform: lowercase;
  padding-top: 3px;
}
.gallery-section .gallery-image-links .split-section .main-image a .content .readtime img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 8px;
}
@media (min-width: 1200px) {
  .gallery-section .gallery-image-links .split-section .main-image a {
    height: 680px;
  }
}
.gallery-section .gallery-image-links .split-section .main-image a:hover > img {
  transition: 0.3s all ease-in-out;
  transform: scale(1.2);
}
.gallery-section .gallery-image-links .split-section .main-image a:hover .icons img.circle {
  opacity: 0;
  transition: opacity 0.3s;
}
.gallery-section .gallery-image-links .split-section .main-image a:hover .icons img.arrow {
  opacity: 1;
  transition: opacity 0.3s;
}
.gallery-section .gallery-image-links .split-section .main-image a:hover .readtime {
  opacity: 1;
  transition: opacity 0.3s;
}
.gallery-section .gallery-image-links .split-section .main-image a::before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  z-index: 1;
}
.gallery-section .gallery-image-links .split-section .split-image {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 2%;
}
.gallery-section .gallery-image-links .split-section .split-image .image-split {
  position: relative;
  height: 49%;
  display: flex;
}
.gallery-section .gallery-image-links .split-section .split-image .image-split a {
  text-decoration: none;
  position: relative;
  display: block;
  overflow: hidden;
  color: #FFF;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  letter-spacing: 8px;
  width: 100%;
}
.gallery-section .gallery-image-links .split-section .split-image .image-split a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-section .gallery-image-links .split-section .split-image .image-split a .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  text-align: center;
  z-index: 1;
}
.gallery-section .gallery-image-links .split-section .split-image .image-split a .content .icons {
  position: relative;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-section .gallery-image-links .split-section .split-image .image-split a .content .icons img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.gallery-section .gallery-image-links .split-section .split-image .image-split a .content .icons img.circle {
  opacity: 1;
  transition: opacity 0.3s;
}
.gallery-section .gallery-image-links .split-section .split-image .image-split a .content .icons img.arrow {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}
.gallery-section .gallery-image-links .split-section .split-image .image-split a .content .title {
  color: #FFF;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  letter-spacing: 8px;
  padding-top: 10px;
}
.gallery-section .gallery-image-links .split-section .split-image .image-split a .content .readtime {
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.gallery-section .gallery-image-links .split-section .split-image .image-split a .content .readtime .text {
  color: #FFF;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 4px;
  text-transform: lowercase;
  padding-top: 3px;
}
.gallery-section .gallery-image-links .split-section .split-image .image-split a .content .readtime img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 8px;
}
@media (min-width: 1200px) {
  .gallery-section .gallery-image-links .split-section .split-image .image-split a {
    height: 330px;
  }
}
.gallery-section .gallery-image-links .split-section .split-image .image-split a:hover > img {
  transition: 0.3s all ease-in-out;
  transform: scale(1.2);
}
.gallery-section .gallery-image-links .split-section .split-image .image-split a:hover .icons img.circle {
  opacity: 0;
  transition: opacity 0.3s;
}
.gallery-section .gallery-image-links .split-section .split-image .image-split a:hover .icons img.arrow {
  opacity: 1;
  transition: opacity 0.3s;
}
.gallery-section .gallery-image-links .split-section .split-image .image-split a:hover .readtime {
  opacity: 1;
  transition: opacity 0.3s;
}
.gallery-section .gallery-image-links .split-section .split-image .image-split a::before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  z-index: 1;
}
.gallery-section .gallery-image-links .view-blog-link {
  display: inline-block;
  padding: 10px 20px;
  color: #00263A;
  text-align: center;
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.32px;
  text-decoration: underline;
}
.gallery-section .gallery-image-links.left-main .split-section {
  flex-direction: row;
}
.gallery-section .gallery-image-links.right-main .split-section {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .gallery-section .gallery-image-links .split-section {
    flex-direction: column !important;
    gap: 10px;
  }
  .gallery-section .gallery-image-links .split-section .main-image {
    width: 100%;
  }
  .gallery-section .gallery-image-links .split-section .main-image a > img {
    transform: none !important;
  }
  .gallery-section .gallery-image-links .split-section .main-image .icons img.circle {
    opacity: 0 !important;
  }
  .gallery-section .gallery-image-links .split-section .main-image .icons img.arrow {
    opacity: 1 !important;
  }
  .gallery-section .gallery-image-links .split-section .main-image .readtime {
    opacity: 1 !important;
  }
  .gallery-section .gallery-image-links .split-section .split-image {
    width: 100%;
    gap: 10px;
  }
  .gallery-section .gallery-image-links .split-section .split-image a > img {
    transform: none !important;
  }
  .gallery-section .gallery-image-links .split-section .split-image .icons img.circle {
    opacity: 0 !important;
  }
  .gallery-section .gallery-image-links .split-section .split-image .icons img.arrow {
    opacity: 1 !important;
  }
  .gallery-section .gallery-image-links .split-section .split-image .readtime {
    opacity: 1 !important;
  }
}
@media (max-width: 768px) {
  .gallery-section .gallery-image-links .split-section {
    flex-direction: column !important;
    gap: 10px;
  }
  .gallery-section .gallery-image-links .split-section .main-image {
    width: 100%;
  }
  .gallery-section .gallery-image-links .split-section .main-image a > img {
    transform: none !important;
  }
  .gallery-section .gallery-image-links .split-section .main-image .icons img.circle {
    opacity: 0 !important;
  }
  .gallery-section .gallery-image-links .split-section .main-image .icons img.arrow {
    opacity: 1 !important;
  }
  .gallery-section .gallery-image-links .split-section .main-image .readtime {
    opacity: 1 !important;
  }
  .gallery-section .gallery-image-links .split-section .split-image {
    width: 100%;
    gap: 10px;
  }
  .gallery-section .gallery-image-links .split-section .split-image a > img {
    transform: none !important;
  }
  .gallery-section .gallery-image-links .split-section .split-image .icons img.circle {
    opacity: 0 !important;
  }
  .gallery-section .gallery-image-links .split-section .split-image .icons img.arrow {
    opacity: 1 !important;
  }
  .gallery-section .gallery-image-links .split-section .split-image .readtime {
    opacity: 1 !important;
  }
}
@media (max-width: 576px) {
  .gallery-section .gallery-image-links .split-section {
    flex-direction: column !important;
  }
  .gallery-section .gallery-image-links .split-section .main-image {
    width: 100%;
  }
  .gallery-section .gallery-image-links .split-section .main-image a > img {
    height: 550px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery-section .gallery-image-links .split-section .main-image .icons img.circle {
    opacity: 0 !important;
  }
  .gallery-section .gallery-image-links .split-section .main-image .icons img.arrow {
    opacity: 1 !important;
  }
  .gallery-section .gallery-image-links .split-section .main-image .readtime {
    opacity: 1 !important;
  }
  .gallery-section .gallery-image-links .split-section .split-image {
    width: 100%;
    gap: 10px;
  }
  .gallery-section .gallery-image-links .split-section .split-image a > img {
    transform: none !important;
    height: 270px !important;
  }
  .gallery-section .gallery-image-links .split-section .split-image .icons img.circle {
    opacity: 0 !important;
  }
  .gallery-section .gallery-image-links .split-section .split-image .icons img.arrow {
    opacity: 1 !important;
  }
  .gallery-section .gallery-image-links .split-section .split-image .readtime {
    opacity: 1 !important;
  }
}
.gallery-section .gallery-image-static {
  margin-bottom: 20px;
}
.gallery-section .gallery-image-static .split-section {
  display: flex;
  gap: 20px;
}
.gallery-section .gallery-image-static .split-section .main-image {
  display: flex;
  width: 69%;
  position: relative;
}
.gallery-section .gallery-image-static .split-section .main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-section .gallery-image-static .split-section .main-image .title {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #000;
  font-family: "nakheelbold";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 233.333% */
  letter-spacing: 2px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.7);
}
.gallery-section .gallery-image-static .split-section .main-image::before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
}
.gallery-section .gallery-image-static .split-section .split-image {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 2%;
}
.gallery-section .gallery-image-static .split-section .split-image .image-split {
  position: relative;
  height: 49%;
  display: flex;
}
.gallery-section .gallery-image-static .split-section .split-image .image-split img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-section .gallery-image-static .split-section .split-image .image-split .title {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #000;
  font-family: "nakheelbold";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 233.333% */
  letter-spacing: 2px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.7);
}
.gallery-section .gallery-image-static .split-section .split-image .image-split::before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
}
.gallery-section .gallery-image-static.left-main .split-section {
  flex-direction: row;
}
.gallery-section .gallery-image-static.right-main .split-section {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .gallery-section .gallery-image-static {
    margin-bottom: 10px;
  }
  .gallery-section .gallery-image-static .split-section {
    flex-direction: column !important;
    gap: 10px;
  }
  .gallery-section .gallery-image-static .split-section .main-image {
    width: 100%;
  }
  .gallery-section .gallery-image-static .split-section .main-image a > img {
    transform: none !important;
  }
  .gallery-section .gallery-image-static .split-section .main-image .icons img.circle {
    opacity: 0 !important;
  }
  .gallery-section .gallery-image-static .split-section .main-image .icons img.arrow {
    opacity: 1 !important;
  }
  .gallery-section .gallery-image-static .split-section .split-image {
    width: 100%;
    gap: 10px;
  }
  .gallery-section .gallery-image-static .split-section .split-image a > img {
    transform: none !important;
  }
  .gallery-section .gallery-image-static .split-section .split-image .icons img.circle {
    opacity: 0 !important;
  }
  .gallery-section .gallery-image-static .split-section .split-image .icons img.arrow {
    opacity: 1 !important;
  }
}
@media (max-width: 768px) {
  .gallery-section .gallery-image-static {
    margin-bottom: 10px;
  }
  .gallery-section .gallery-image-static .split-section {
    flex-direction: column !important;
    gap: 10px;
  }
  .gallery-section .gallery-image-static .split-section .main-image {
    width: 100%;
  }
  .gallery-section .gallery-image-static .split-section .main-image a > img {
    transform: none !important;
  }
  .gallery-section .gallery-image-static .split-section .main-image .icons img.circle {
    opacity: 0 !important;
  }
  .gallery-section .gallery-image-static .split-section .main-image .icons img.arrow {
    opacity: 1 !important;
  }
  .gallery-section .gallery-image-static .split-section .split-image {
    width: 100%;
    gap: 10px;
  }
  .gallery-section .gallery-image-static .split-section .split-image a > img {
    transform: none !important;
  }
  .gallery-section .gallery-image-static .split-section .split-image .icons img.circle {
    opacity: 0 !important;
  }
  .gallery-section .gallery-image-static .split-section .split-image .icons img.arrow {
    opacity: 1 !important;
  }
}
.gallery-section .video-section {
  margin-bottom: 20px;
}
.gallery-section .video-section .video-layer {
  position: relative;
}
.gallery-section .video-section .video-layer video {
  width: 100%;
  max-height: 680px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-section .video-section .video-layer .banner-content {
  position: absolute;
  bottom: 50px;
  right: 0;
  display: flex;
  align-items: center;
}
.gallery-section .video-section .video-layer .banner-content .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gallery-section .video-section .video-layer .banner-content .content .video-controls {
  display: flex;
  gap: 10px;
  align-items: center;
}
.gallery-section .video-section .video-layer .banner-content .content .video-controls .play-pause.paused .pause-btn {
  display: none;
  transition: 0.3s all ease-in-out;
}
.gallery-section .video-section .video-layer .banner-content .content .video-controls .play-pause.paused .play-btn {
  display: block;
  transition: 0.3s all ease-in-out;
}
.gallery-section .video-section .video-layer .banner-content .content .video-controls .play-pause.playing .pause-btn {
  display: block;
  transition: 0.3s all ease-in-out;
}
.gallery-section .video-section .video-layer .banner-content .content .video-controls .play-pause.playing .play-btn {
  display: none;
  transition: 0.3s all ease-in-out;
}
.gallery-section .video-section .video-layer .banner-content .content .video-controls .mute-unmute.unmutted .mute-btn {
  display: block;
}
.gallery-section .video-section .video-layer .banner-content .content .video-controls .mute-unmute.unmutted .unmute-btn {
  display: none;
}
.gallery-section .video-section .video-layer .banner-content .content .video-controls .mute-unmute.mutted .mute-btn {
  display: none;
}
.gallery-section .video-section .video-layer .banner-content .content .video-controls .mute-unmute.mutted .unmute-btn {
  display: block;
}
.gallery-section .video-section .video-layer .banner-content .content .video-controls img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 28px;
  height: 28px;
}
@media (max-width: 768px) {
  .gallery-section .video-section .video-layer video {
    height: 260px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery-section .video-section .video-layer .banner-content {
    bottom: 20px;
    right: 20px;
  }
}
.gallery-section .video-section .video-layer::before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 5px;
  opacity: 0.4;
}
@media (max-width: 768px) {
  .gallery-section .video-section {
    margin-bottom: 10px;
  }
  .gallery-section .video-section .video-layer {
    margin-bottom: -5px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .gallery-section {
    padding: 30px 0px;
  }
}
@media (max-width: 768px) {
  .gallery-section .gallery-image-links .container,
  .gallery-section .gallery-image-static .container,
  .gallery-section .video-section .container {
    padding: 0px !important;
  }
}
@media (max-width: 576px) {
  .gallery-section {
    padding: 30px 0px;
  }
}

/* Clubs Section */
.club-section {
  padding: 60px 0px 30px;
}
.club-section .club-slider .slider-area {
  position: relative;
}
.club-section .club-slider .slider-area .mobile-club-name {
  display: none;
}
.club-section .club-slider .slider-area .mobile-club-name ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.club-section .club-slider .slider-area .mobile-club-name ul li {
  flex-grow: 1;
  background: #B6CFCD;
  text-align: center;
  cursor: pointer;
}
.club-section .club-slider .slider-area .mobile-club-name ul li .title {
  color: rgba(0, 0, 0, 0.2);
  font-family: "nakheelbold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
.club-section .club-slider .slider-area .mobile-club-name ul li .type {
  color: rgba(0, 0, 0, 0.2);
  font-family: "nakheelregular";
  font-size: 12px;
  font-style: normal;
  font-weight: 200;
  line-height: 22px;
  /* 183.333% */
  letter-spacing: 0.48px;
}
.club-section .club-slider .slider-area .mobile-club-name ul li.active {
  background: rgba(0, 0, 0, 0.8);
}
.club-section .club-slider .slider-area .mobile-club-name ul li.active .title,
.club-section .club-slider .slider-area .mobile-club-name ul li.active .type {
  color: #B6CFCD;
}
@media (max-width: 1024px) {
  .club-section .club-slider .slider-area .mobile-club-name {
    display: block;
    overflow: auto;
  }
  .club-section .club-slider .slider-area .mobile-club-name ul li {
    padding: 0px 20px;
  }
  .club-section .club-slider .slider-area .mobile-club-name ul li .title {
    white-space: nowrap;
  }
  .club-section .club-slider .slider-area .mobile-club-name ul li .type {
    white-space: nowrap;
  }
}
.club-section .club-slider .slider-area .clubs-name {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 70%;
}
.club-section .club-slider .slider-area .clubs-name .club-slider-thumb {
  margin: 0;
  padding: 0;
  list-style: none;
}
.club-section .club-slider .slider-area .clubs-name .club-slider-thumb .slick-track {
  display: flex;
}
.club-section .club-slider .slider-area .clubs-name .club-slider-thumb .slick-track li {
  flex-grow: 1;
  background: #B6CFCD;
  text-align: center;
  cursor: pointer;
}
.club-section .club-slider .slider-area .clubs-name .club-slider-thumb .slick-track li .title {
  color: rgba(0, 0, 0, 0.2);
  font-family: "nakheelbold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: 0.72px;
  padding: 10px 5px;
  text-transform: uppercase;
}
.club-section .club-slider .slider-area .clubs-name .club-slider-thumb .slick-track li .type {
  color: rgba(0, 0, 0, 0.2);
  font-family: "nakheelregular";
  font-size: 12px;
  font-style: normal;
  font-weight: 200;
  line-height: 22px;
  /* 183.333% */
  letter-spacing: 0.48px;
}
.club-section .club-slider .slider-area .clubs-name .club-slider-thumb .slick-track li.slick-current {
  background: rgba(0, 0, 0, 0.8);
}
.club-section .club-slider .slider-area .clubs-name .club-slider-thumb .slick-track li.slick-current .title,
.club-section .club-slider .slider-area .clubs-name .club-slider-thumb .slick-track li.slick-current .type {
  color: #B6CFCD;
}
@media (max-width: 1024px) {
  .club-section .club-slider .slider-area .clubs-name {
    width: 100%;
    position: unset;
    display: none;
  }
  .club-section .club-slider .slider-area .clubs-name .club-slider-thumb .slick-list {
    overflow: auto;
  }
  .club-section .club-slider .slider-area .clubs-name .club-slider-thumb .slick-track li {
    padding: 0px 20px;
  }
  .club-section .club-slider .slider-area .clubs-name .club-slider-thumb .slick-track li .title {
    white-space: nowrap;
  }
  .club-section .club-slider .slider-area .clubs-name .club-slider-thumb .slick-track li .type {
    white-space: nowrap;
  }
}
.club-section .club-slider .slider-area .slider {
  padding: 0;
  margin: 0;
  list-style: none;
}
.club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section {
  display: flex;
  gap: 5%;
}
.club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section > a {
  width: 70%;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  display: block;
}
.club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section > a img {
  width: 100%;
  max-height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section > a img {
    height: 410px;
    transform: none !important;
  }
}
.club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section > a .icons-layer {
  position: absolute;
  display: flex;
  top: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  flex-direction: column;
  z-index: 1;
}
.club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section > a .icons-layer .icons {
  position: relative;
  width: 75px;
  height: 75px;
}
.club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section > a .icons-layer .icons img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
}
.club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section > a .icons-layer .icons img.circle {
  opacity: 1;
  transition: opacity 0.3s;
}
.club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section > a .icons-layer .icons img.arrow {
  opacity: 0;
  transition: opacity 0.3s;
}
.club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section > a .explore {
  color: #FFF;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-top: 10px;
  padding: 0px 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section > a:hover > img {
  transform: scale(1.2);
}
.club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section > a:hover .icons img.circle {
  opacity: 0;
  transition: opacity 0.3s;
}
.club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section > a:hover .icons img.arrow {
  opacity: 1;
  transition: opacity 0.3s;
}
.club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section > a::before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  z-index: 1;
}
.club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section .content-layer {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section .content-layer .about-club {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section .content-layer .about-club .name {
  color: #00263A;
  font-family: "nakheelbold";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 128.571% */
  letter-spacing: -0.5px;
  display: flex;
  text-transform: uppercase;
}
.club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section .content-layer .about-club .type {
  color: #00263A;
  font-family: "nakheelregular";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: -0.5px;
}
.club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section .content-layer .about-club .description {
  color: #00263A;
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 100;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.64px;
}
@media (max-width: 576px) {
  .club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section .content-layer .about-club .name,
  .club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section .content-layer .about-club .type {
    font-size: 25px;
    line-height: 35px;
  }
}
.club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section .content-layer .cta-links {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 220px;
}
.club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section .content-layer .cta-links .reservation-link {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #00263A;
  background: rgba(255, 255, 255, 0.3);
  color: #00263A;
  text-align: center;
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.32px;
  text-decoration: none;
  flex-wrap: nowrap;
  max-height: 46px;
  text-transform: uppercase;
}
.club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section .content-layer .cta-links .reservation-link:hover {
  background: #00263A;
  border: 1px solid #fff;
  color: #fff;
}
@media (max-width: 576px) {
  .club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section .content-layer .cta-links .reservation-link {
    max-width: 100%;
    margin: 0px;
  }
  .club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section .content-layer .cta-links .reservation-link:hover {
    border: 1px solid #00263A;
    background: rgba(255, 255, 255, 0.3);
    color: #00263A;
  }
}
.club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section .content-layer .cta-links .viewevents-link {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #00263A;
  text-align: center;
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.32px;
  text-decoration-line: underline;
}
@media (max-width: 576px) {
  .club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section .content-layer .cta-links {
    width: 100%;
  }
}
.club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section .content-layer .club-rules {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section .content-layer .club-rules img {
  width: 34px;
  height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 5px;
  display: inline !important;
}
.club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section .content-layer .club-rules .call-us {
  position: relative;
}
.club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section .content-layer .club-rules .call-us a {
  text-decoration: none;
  color: #00263A;
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 100;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
}
.club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section .content-layer .club-rules .call-us a span {
  text-decoration: underline;
  padding-left: 5px;
}
.club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section .content-layer .club-rules .call-us::before {
  content: "";
  width: 24px;
  height: 0.5px;
  background: #00263A;
  position: absolute;
  bottom: -5px;
  left: 5px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section .content-layer .club-rules .call-us::before {
    left: 0;
    right: 94%;
    margin: 0 auto;
  }
}
.club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section .content-layer .club-rules .timing {
  color: #00263A;
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 100;
  line-height: 20px;
  /* 125% */
  display: flex;
  align-items: center;
  position: relative;
  gap: 10px;
  text-align: left;
}
.club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section .content-layer .club-rules .timing::before {
  content: "";
  width: 24px;
  height: 0.5px;
  background: #00263A;
  position: absolute;
  bottom: -5px;
  left: 5px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section .content-layer .club-rules .timing::before {
    left: 0;
    right: 94%;
    margin: 0 auto;
  }
}
.club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section .content-layer .club-rules .identification {
  color: #00263A;
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 100;
  line-height: 20px;
  /* 125% */
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
}
@media (max-width: 1024px) {
  .club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section {
    flex-direction: column;
    gap: 40px;
  }
  .club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section > a {
    width: 100%;
  }
  .club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section > a .icons img.circle {
    opacity: 0 !important;
  }
  .club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section > a .icons img.arrow {
    opacity: 1 !important;
  }
  .club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section .content-layer {
    width: 100%;
    padding: 0px 10%;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  .club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section .content-layer .about-club,
  .club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section .content-layer .club-rules {
    text-align: center;
  }
  .club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section .content-layer .about-club .name,
  .club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section .content-layer .club-rules .name {
    justify-content: center;
  }
}
@media (max-width: 1024px) and (max-width: 576px) {
  .club-section .club-slider .slider-area .slider .slick-track li .slide-layer .split-section .content-layer {
    padding: 0px 5%;
  }
}
.club-section .club-slider .slider-area .slider .slick-arrow {
  position: absolute;
  bottom: -20px;
  z-index: 1;
  cursor: pointer;
}
.club-section .club-slider .slider-area .slider .slick-arrow.slick-next {
  right: 0;
}
.club-section .club-slider .slider-area .slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg);
}
@media (max-width: 992px) {
  .club-section .club-slider .slider-area .slider .slick-arrow {
    bottom: -15px;
  }
}
@media (max-width: 768px) {
  .club-section .club-slider .slider-area .slider .slick-arrow {
    bottom: -15px;
  }
}
@media (max-width: 576px) {
  .club-section .club-slider .slider-area .slider .slick-arrow {
    display: none !important;
  }
}
.club-section .club-slider .slider-area .slider .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 45px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.club-section .club-slider .slider-area .slider .slick-dots li {
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 100%;
  justify-content: center;
}
.club-section .club-slider .slider-area .slider .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  padding: 0;
  border: 0px;
  background: #000;
  transition: 0.5s all ease-in-out;
}
.club-section .club-slider .slider-area .slider .slick-dots li.slick-active {
  border: 1px solid #000;
}
.club-section .club-slider .slider-area .slider .slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
  background: transparent;
  transition: 0.5s all ease-in-out;
}
@media (max-width: 576px) {
  .club-section .club-slider .slider-area .slider .slick-dots {
    margin-top: 60px;
    margin-bottom: 0px;
  }
}
@media (max-width: 576px) {
  .club-section {
    padding: 30px 0px;
  }
}

/* Blogs and Events Section */
.blogs-events-press-list-section {
  padding: 60px 0px;
}
.blogs-events-press-list-section .tab-section .nav-pills {
  margin-bottom: 50px !important;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
.blogs-events-press-list-section .tab-section .nav-pills .nav-item .nav-link {
  color: #000;
  font-family: "nakheelregular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: 9px;
  border: 0px;
  outline: 0px;
  box-shadow: none;
  background: none;
  padding: 0px;
}
.blogs-events-press-list-section .tab-section .nav-pills .nav-item .nav-link.active {
  font-family: "nakheelbold";
}
.blogs-events-press-list-section .tab-section .tab-content .main-description {
  display: flex;
  justify-content: center;
  color: #000;
  font-family: "nakheelregular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: 9px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(0, 38, 58, 0.6);
  text-align: center;
}
.blogs-events-press-list-section .tab-section .tab-content .list-items {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 70px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 160px;
}
.blogs-events-press-list-section .tab-section .tab-content .list-items li {
  width: 32%;
}
.blogs-events-press-list-section .tab-section .tab-content .list-items li a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blogs-events-press-list-section .tab-section .tab-content .list-items li a .image-layer {
  position: relative;
}
.blogs-events-press-list-section .tab-section .tab-content .list-items li a .image-layer img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 340px;
}
.blogs-events-press-list-section .tab-section .tab-content .list-items li a .image-layer::before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
}
.blogs-events-press-list-section .tab-section .tab-content .list-items li a .content-layer {
  padding: 15px;
}
.blogs-events-press-list-section .tab-section .tab-content .list-items li a .content-layer .title {
  color: #00263A;
  text-align: center;
  font-family: "nakheelbold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 9px;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.blogs-events-press-list-section .tab-section .tab-content .list-items li a .content-layer .description {
  color: #000;
  text-align: center;
  font-family: "nakheelregular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.56px;
  padding-bottom: 10px;
}
@media (min-width: 1200px) {
  .blogs-events-press-list-section .tab-section .tab-content .list-items li a .content-layer .description {
    width: 80%;
    margin: 0 auto;
  }
}
.blogs-events-press-list-section .tab-section .tab-content .list-items li a .content-layer .timings {
  color: #000;
  text-align: center;
  font-family: "nakheelregular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  letter-spacing: 0.56px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blogs-events-press-list-section .tab-section .tab-content .list-items li a .content-layer .timings .time {
  margin-left: 10px;
  border-left: 1px solid #00263A;
  padding-left: 10px;
}
.blogs-events-press-list-section .tab-section .tab-content .list-items li a .content-layer .location {
  color: #00263A;
  text-align: center;
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.64px;
  padding-bottom: 10px;
}
.blogs-events-press-list-section .tab-section .tab-content .list-items li a .cta-btn {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #00263A;
  color: #00263A;
  text-align: center;
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.32px;
  max-height: 46px;
  margin-top: auto;
}
.blogs-events-press-list-section .tab-section .tab-content .list-items li a .cta-btn:hover {
  background: #00263A;
  border: 1px solid #fff;
  color: #fff;
}
@media (max-width: 576px) {
  .blogs-events-press-list-section .tab-section .tab-content .list-items li a .cta-btn:hover {
    background: #fff;
    border: 1px solid #00263A;
    color: #00263A;
  }
}
@media (max-width: 1024px) {
  .blogs-events-press-list-section .tab-section .tab-content .container {
    padding: 0px !important;
  }
  .blogs-events-press-list-section .tab-section .tab-content .list-items {
    row-gap: 48px;
  }
  .blogs-events-press-list-section .tab-section .tab-content .list-items li {
    width: 49%;
  }
}
@media (max-width: 768px) {
  .blogs-events-press-list-section .tab-section .tab-content .container {
    padding: 0px !important;
  }
  .blogs-events-press-list-section .tab-section .tab-content .list-items {
    row-gap: 48px;
  }
  .blogs-events-press-list-section .tab-section .tab-content .list-items li {
    width: 49%;
  }
}
@media (max-width: 576px) {
  .blogs-events-press-list-section .tab-section .tab-content .container {
    padding: 0px !important;
  }
  .blogs-events-press-list-section .tab-section .tab-content .list-items {
    row-gap: 48px;
  }
  .blogs-events-press-list-section .tab-section .tab-content .list-items li {
    width: 100%;
  }
}

/* Explore Menu Section */
.browse-menu-section {
  padding: 60px 0px;
}
.browse-menu-section .explore-menu-section {
  padding-top: 70px;
  padding-bottom: 30px;
}
.browse-menu-section .explore-menu-section .menu-slider-area .menu-slider {
  padding: 0;
  margin: 0;
  list-style: none;
}
.browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-track {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-track li {
  width: 400px !important;
}
.browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-track li .title {
  color: #000;
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  letter-spacing: 8px;
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  text-transform: uppercase;
}
.browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-track li .image-layer {
  overflow: hidden;
}
.browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-track li .image-layer a {
  text-decoration: none;
  position: relative;
  display: block;
}
.browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-track li .image-layer a > img {
  width: 100%;
  height: 490px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-track li .image-layer a .content-layer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 1;
}
.browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-track li .image-layer a .content-layer .icons {
  position: relative;
  width: 75px;
  height: 75px;
}
.browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-track li .image-layer a .content-layer .icons img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
}
.browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-track li .image-layer a .content-layer .icons img.circle {
  opacity: 1;
  transition: opacity 0.3s;
}
.browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-track li .image-layer a .content-layer .icons img.arrow {
  opacity: 0;
  transition: opacity 0.3s;
}
.browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-track li .image-layer a .content-layer .explore {
  color: #FFF;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  letter-spacing: 8px;
  text-align: center;
  text-transform: uppercase;
}
.browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-track li .image-layer a:hover > img {
  transform: scale(1.2);
}
.browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-track li .image-layer a:hover .icons img.circle {
  opacity: 0;
  transition: opacity 0.3s;
}
.browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-track li .image-layer a:hover .icons img.arrow {
  opacity: 1;
  transition: opacity 0.3s;
}
.browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-track li .image-layer a::before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  z-index: 1;
}
.browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-arrow {
  position: absolute;
  bottom: -20px;
  z-index: 1;
  cursor: pointer;
}
.browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-arrow.slick-next {
  right: 0;
}
.browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg);
}
.browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 45px;
  display: none;
  justify-content: center;
  align-items: center;
}
.browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-dots li {
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 100%;
  justify-content: center;
}
.browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  padding: 0;
  border: 0px;
  background: #000;
  transition: 0.5s all ease-in-out;
}
.browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-dots li.slick-active {
  border: 1px solid #000;
}
.browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
  background: transparent;
  transition: 0.5s all ease-in-out;
}
.browse-menu-section .explore-menu-section .menu-slider-area .menu-slider.more-3 .slick-track {
  justify-content: unset;
  margin-left: unset;
}
.browse-menu-section .explore-menu-section .menu-slider-area .menu-slider.more-3 .slick-dots {
  display: flex !important;
}
@media (max-width: 1024px) {
  .browse-menu-section .explore-menu-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .browse-menu-section .explore-menu-section .container {
    padding-right: 0px !important;
  }
  .browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-track {
    gap: 10px;
  }
  .browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-track li {
    width: 400px !important;
  }
  .browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-track li .image-layer a > img {
    height: 370px;
  }
  .browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-track li .image-layer a .icons img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-track li .image-layer a .icons img.circle {
    opacity: 0 !important;
  }
  .browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-track li .image-layer a .icons img.arrow {
    opacity: 1 !important;
  }
  .browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-track li .image-layer a:hover > img {
    transform: none;
  }
  .browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-arrow {
    bottom: -13px;
  }
  .browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-arrow.slick-next {
    right: 120px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-arrow.slick-next {
    right: 40px;
  }
}
@media (max-width: 1024px) and (max-width: 576px) {
  .browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-arrow.slick-next {
    right: 25px;
  }
}
@media (max-width: 1024px) {
  .browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-dots {
    display: flex !important;
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  .browse-menu-section .explore-menu-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .browse-menu-section .explore-menu-section .container {
    padding-right: 0px !important;
  }
  .browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-track {
    gap: 10px;
  }
  .browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-track li {
    width: 320px !important;
  }
  .browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-track li .image-layer a > img {
    height: 370px;
  }
  .browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-track li .image-layer a .icons img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-track li .image-layer a .icons img.arrow {
    opacity: 1 !important;
  }
  .browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-track li .image-layer a:hover > img {
    transform: none;
  }
  .browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-arrow {
    bottom: -13px;
  }
  .browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-arrow.slick-next {
    right: 120px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-arrow.slick-next {
    right: 40px;
  }
}
@media (max-width: 768px) and (max-width: 576px) {
  .browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-arrow.slick-next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .browse-menu-section .explore-menu-section .menu-slider-area .menu-slider .slick-dots {
    display: flex !important;
    margin-top: 25px;
  }
}

/* Menu Modal */
.menumodal .modal-content {
  background: transparent;
  border: 0px;
  position: relative;
}
.menumodal .modal-content .modal-header {
  border: 0px;
  padding: 0;
  margin-bottom: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1;
}
.menumodal .modal-content .modal-header button {
  opacity: 1;
  background: none;
  outline: 0;
  box-shadow: none;
  width: auto;
  height: auto;
}
.menumodal .modal-content .modal-body {
  background: #fff;
  padding: 0px;
}
.menumodal .modal-content .modal-body .image-layer img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.menumodal .modal-content .modal-body .content-layer {
  padding: 70px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.menumodal .modal-content .modal-body .content-layer .title {
  color: #00B0A6;
  text-align: center;
  font-family: "nakheelregular";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 74px;
  letter-spacing: -0.5px;
  padding-bottom: 20px;
}
.menumodal .modal-content .modal-body .content-layer .description {
  color: #000;
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.64px;
  padding-bottom: 30px;
}
.menumodal .modal-content .modal-body .content-layer .restaurant-details ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.menumodal .modal-content .modal-body .content-layer .restaurant-details ul li {
  padding: 0px 30px;
  color: #00263A;
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.64px;
}
.menumodal .modal-content .modal-body .content-layer .restaurant-details ul li .bold {
  font-weight: 700;
}
.menumodal .modal-content .modal-body .content-layer .restaurant-details ul li + li {
  border-left: 3px solid #00263A;
}
.menumodal .modal-content .modal-body .content-layer .packages-section {
  padding: 20px 0px;
}
.menumodal .modal-content .modal-body .content-layer .packages-section ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 5%;
}
.menumodal .modal-content .modal-body .content-layer .packages-section ul li {
  width: 28%;
}
.menumodal .modal-content .modal-body .content-layer .packages-section ul li .package-title {
  color: #00263A;
  text-align: center;
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.64px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 38, 58, 0.4);
  padding-bottom: 20px;
}
.menumodal .modal-content .modal-body .content-layer .packages-section ul li .package-description {
  padding: 20px 30px;
}
.menumodal .modal-content .modal-body .content-layer .packages-section ul li .package-description p {
  color: #00263A;
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.64px;
}
.menumodal .modal-content .modal-body .content-layer .packages-section ul li .package-description p .bold {
  font-family: "nakheelbold";
  font-weight: 700;
}
.menumodal .modal-content .modal-body .content-layer .packages-section ul li .package-description p:last-child {
  margin-bottom: 0;
}
.menumodal .modal-content .modal-body .content-layer .packages-section ul li .cta-link {
  margin-top: 20px;
}
.menumodal .modal-content .modal-body .content-layer .packages-section ul li .cta-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 10px 20px;
  color: #00263A;
  text-align: center;
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.32px;
  border: 1px solid #00263A;
}
.menumodal .modal-content .modal-body .content-layer .tax-details {
  color: #000;
  text-align: center;
  font-family: "nakheelregular";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 183.333% */
  letter-spacing: 0.48px;
}
.menumodal.grid-one .modal-content {
  max-width: 520px;
  margin: auto;
}
.menumodal.grid-one .modal-content .container {
  padding: 0 40px;
}
.menumodal.grid-one .modal-content .modal-body .content-layer .restaurant-details ul li {
  padding: 0px;
}
.menumodal.grid-one .modal-content .modal-body .content-layer .restaurant-details ul li + li {
  padding-left: 30px;
  margin-left: 30px;
}
.menumodal.grid-one .modal-content .modal-body .content-layer .packages-section ul li {
  width: 100%;
}
.menumodal.grid-two .modal-content {
  max-width: 780px;
  margin: auto;
}
.menumodal.grid-two .modal-content .container {
  padding: 0 80px;
}
.menumodal.grid-two .modal-content .modal-body .content-layer .restaurant-details ul li {
  padding: 0px;
}
.menumodal.grid-two .modal-content .modal-body .content-layer .restaurant-details ul li + li {
  padding-left: 30px;
  margin-left: 30px;
}
.menumodal.grid-two .modal-content .modal-body .content-layer .packages-section ul li {
  width: 45%;
}
@media (max-width: 1200px) {
  .menumodal .modal-xl {
    max-width: 950px;
  }
}
@media (max-width: 992px) {
  .menumodal .modal-xl {
    max-width: 700px;
  }
  .menumodal .modal-content .modal-body .content-layer {
    padding: 50px 0px;
  }
  .menumodal .modal-content .modal-body .content-layer .restaurant-details ul li {
    padding: 0px 20px;
  }
  .menumodal .modal-content .modal-body .content-layer .restaurant-details ul li .bold {
    display: block;
  }
  .menumodal .modal-content .modal-body .content-layer .packages-section {
    padding: 50px 0px;
  }
  .menumodal .modal-content .modal-body .content-layer .packages-section ul {
    gap: 2%;
  }
  .menumodal .modal-content .modal-body .content-layer .packages-section ul li .package-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .menumodal .modal-content .modal-body .content-layer .packages-section ul li .package-description {
    padding: 10px 15px;
  }
  .menumodal .modal-content .modal-body .content-layer .packages-section ul li .cta-link {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .menumodal .modal-xl {
    max-width: 500px;
  }
  .menumodal .modal-content .modal-body .content-layer .restaurant-details ul li {
    padding: 0px 10px;
  }
  .menumodal .modal-content .modal-body .content-layer .packages-section {
    padding: 25px 0px;
  }
  .menumodal .modal-content .modal-body .content-layer .packages-section ul li {
    width: 32%;
  }
  .menumodal .modal-content .modal-body .content-layer .packages-section ul li .cta-link {
    margin-top: 0px;
  }
}
@media (max-width: 576px) {
  .menumodal .modal-xl {
    width: 95%;
    margin: 0 auto;
  }
  .menumodal .modal-content .modal-body .content-layer .title {
    font-size: 44px;
    line-height: 54px;
  }
  .menumodal .modal-content .modal-body .content-layer .description {
    padding-bottom: 20px;
  }
  .menumodal .modal-content .modal-body .content-layer .restaurant-details ul {
    flex-direction: column;
  }
  .menumodal .modal-content .modal-body .content-layer .restaurant-details ul li {
    padding: 0px;
  }
  .menumodal .modal-content .modal-body .content-layer .restaurant-details ul li .bold {
    display: inline;
    padding-right: 5px;
  }
  .menumodal .modal-content .modal-body .content-layer .restaurant-details ul li + li {
    border-left: 0px;
  }
  .menumodal .modal-content .modal-body .content-layer .packages-section {
    padding: 40px 0px;
  }
  .menumodal .modal-content .modal-body .content-layer .packages-section ul {
    flex-direction: column;
  }
  .menumodal .modal-content .modal-body .content-layer .packages-section ul li {
    padding-bottom: 40px;
    width: 100%;
  }
  .menumodal .modal-content .modal-body .content-layer .packages-section ul li:last-child {
    padding-bottom: 0px;
  }
  .menumodal.grid-one .modal-content .modal-body .content-layer .restaurant-details ul li + li {
    padding-left: 0;
    margin-left: 0;
  }
  .menumodal.grid-two .modal-content {
    max-width: 780px;
    margin: auto;
  }
  .menumodal.grid-two .modal-content .modal-body .content-layer .restaurant-details ul li {
    padding: 0px;
  }
  .menumodal.grid-two .modal-content .modal-body .content-layer .restaurant-details ul li + li {
    padding-left: 0;
    margin-left: 0;
  }
  .menumodal.grid-two .modal-content .modal-body .content-layer .packages-section ul li {
    width: 100%;
  }
}

/* Explore Offers Section */
.browse-offers-section {
  padding: 60px 0px;
}
.browse-offers-section .offers-section {
  padding-top: 40px 0px;
}
.browse-offers-section .offers-section .offers-slider-area .offers-slider {
  padding: 0;
  margin: 0;
  list-style: none;
}
.browse-offers-section .offers-section .offers-slider-area .offers-slider .slick-track {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.browse-offers-section .offers-section .offers-slider-area .offers-slider .slick-track li {
  max-width: 400px !important;
}
.browse-offers-section .offers-section .offers-slider-area .offers-slider .slick-track li .title {
  color: #000;
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  letter-spacing: 8px;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.browse-offers-section .offers-section .offers-slider-area .offers-slider .slick-track li .image-layer {
  position: relative;
}
.browse-offers-section .offers-section .offers-slider-area .offers-slider .slick-track li .image-layer > img {
  width: 100%;
  height: 490px;
  -o-object-fit: cover;
     object-fit: cover;
}
.browse-offers-section .offers-section .offers-slider-area .offers-slider .slick-track li .image-layer::before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
}
.browse-offers-section .offers-section .offers-slider-area .offers-slider .slick-track li .content-layer {
  padding: 30px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.browse-offers-section .offers-section .offers-slider-area .offers-slider .slick-track li .content-layer .description {
  color: #00263A;
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.32px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 38, 58, 0.4);
}
.browse-offers-section .offers-section .offers-slider-area .offers-slider .slick-track li .content-layer .description .bold {
  font-family: "nakheelbold";
  font-weight: 700;
}
.browse-offers-section .offers-section .offers-slider-area .offers-slider .slick-track li .content-layer .day,
.browse-offers-section .offers-section .offers-slider-area .offers-slider .slick-track li .content-layer .time {
  color: #00263A;
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.64px;
}
.browse-offers-section .offers-section .offers-slider-area .offers-slider .slick-track li .content-layer .day .bold,
.browse-offers-section .offers-section .offers-slider-area .offers-slider .slick-track li .content-layer .time .bold {
  font-family: "nakheelbold";
  font-weight: 700;
}
.browse-offers-section .offers-section .offers-slider-area .offers-slider .slick-track li .content-layer .cta-link {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}
.browse-offers-section .offers-section .offers-slider-area .offers-slider .slick-track li .content-layer .cta-link a {
  padding: 10px 20px;
  color: #00263A;
  text-align: center;
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.32px;
  text-decoration: none;
  border: 1px solid #00263A;
}
.browse-offers-section .offers-section .offers-slider-area .offers-slider .slick-track li .content-layer .cta-link a:hover {
  border: 1px solid #fff;
  background: #00263A;
  color: #fff;
}
@media (max-width: 768px) {
  .browse-offers-section .offers-section .offers-slider-area .offers-slider .slick-track li .content-layer .cta-link a:hover {
    border: 1px solid #00263A;
    background: transparent;
    color: #00263A;
  }
}
.browse-offers-section .offers-section .offers-slider-area .offers-slider .slick-track li .content-layer .view-details-link {
  display: flex;
  justify-content: center;
}
.browse-offers-section .offers-section .offers-slider-area .offers-slider .slick-track li .content-layer .view-details-link a {
  padding: 10px 20px;
  color: #00263A;
  text-align: center;
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.32px;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .browse-offers-section .offers-section .offers-slider-area .offers-slider .slick-track li {
    max-width: 400px !important;
    width: auto;
  }
  .browse-offers-section .offers-section .offers-slider-area .offers-slider .slick-track li .content-layer {
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  .browse-offers-section .offers-section .offers-slider-area .offers-slider .slick-track li .image-layer > img {
    height: 370px;
  }
  .browse-offers-section .offers-section .offers-slider-area .offers-slider .slick-track li .content-layer {
    padding: 20px;
  }
  .browse-offers-section .offers-section .offers-slider-area .offers-slider .slick-track li .content-layer .cta-link {
    margin: 0px -20px;
  }
  .browse-offers-section .offers-section .offers-slider-area .offers-slider .slick-track li .content-layer .cta-link a {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .browse-offers-section .offers-section .offers-slider-area .offers-slider .slick-track {
    gap: 10px;
  }
}
.browse-offers-section .offers-section .offers-slider-area .offers-slider .slick-arrow {
  position: absolute;
  bottom: -20px;
  z-index: 1;
  cursor: pointer;
}
.browse-offers-section .offers-section .offers-slider-area .offers-slider .slick-arrow.slick-next {
  right: 0;
}
.browse-offers-section .offers-section .offers-slider-area .offers-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg);
}
.browse-offers-section .offers-section .offers-slider-area .offers-slider .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 45px;
  display: none;
  justify-content: center;
  align-items: center;
}
.browse-offers-section .offers-section .offers-slider-area .offers-slider .slick-dots li {
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 100%;
  justify-content: center;
}
.browse-offers-section .offers-section .offers-slider-area .offers-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  padding: 0;
  border: 0px;
  background: #000;
  transition: 0.5s all ease-in-out;
}
.browse-offers-section .offers-section .offers-slider-area .offers-slider .slick-dots li.slick-active {
  border: 1px solid #000;
}
.browse-offers-section .offers-section .offers-slider-area .offers-slider .slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
  background: transparent;
  transition: 0.5s all ease-in-out;
}
.browse-offers-section .offers-section .offers-slider-area .offers-slider.more-3 .slick-track {
  justify-content: unset;
  margin-left: unset;
}
.browse-offers-section .offers-section .offers-slider-area .offers-slider.more-3 .slick-dots {
  display: flex !important;
}
@media (max-width: 1024px) {
  .browse-offers-section .offers-section .offers-slider-area .offers-slider .slick-arrow {
    bottom: -13px;
  }
  .browse-offers-section .offers-section .offers-slider-area .offers-slider .slick-dots {
    margin-top: 0px;
    display: none !important;
  }
}
@media (max-width: 576px) {
  .browse-offers-section {
    padding: 30px 0px;
  }
}

/* Restaurant Information Section */
.restaurant-information-section {
  padding: 60px 0;
}
.restaurant-information-section .heading {
  color: #00263A;
  text-align: center;
  font-family: "nakheelbold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 9px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .restaurant-information-section .heading {
    margin-bottom: 0px;
  }
}
.restaurant-information-section ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 2%;
}
.restaurant-information-section ul li {
  width: 32%;
  text-align: center;
  position: relative;
}
.restaurant-information-section ul li .title {
  color: #00263A;
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.64px;
  padding-bottom: 15px;
}
.restaurant-information-section ul li .description {
  color: #00263A;
  text-align: center;
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.64px;
  padding: 0px 20px;
}
.restaurant-information-section ul li + li::before {
  content: "";
  width: 0.5px;
  height: 40px;
  background: #00263A;
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
@media (max-width: 768px) {
  .restaurant-information-section ul {
    flex-direction: column;
    gap: 0px;
  }
  .restaurant-information-section ul li {
    width: 100%;
    padding: 20px 0px;
    position: relative;
  }
  .restaurant-information-section ul li .title {
    padding-bottom: 5px;
  }
  .restaurant-information-section ul li + li .title::before {
    content: "";
    width: 80px;
    height: 1px;
    background: #00263A;
    position: absolute;
    top: 0px;
  }
  .restaurant-information-section ul li + li::before {
    display: none;
  }
}
@media (max-width: 576px) {
  .restaurant-information-section {
    padding: 30px 0px;
  }
}

/* Our Space Section */
.our-space-section {
  padding: 60px 0px;
}
.our-space-section .click-slider-section .background-image-layer {
  position: relative;
}
.our-space-section .click-slider-section .background-image-layer .static-bg-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 640px;
}
.our-space-section .click-slider-section .background-image-layer .click-slider-area {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.our-space-section .click-slider-section .background-image-layer .click-slider-area li {
  position: relative;
  cursor: pointer;
}
.our-space-section .click-slider-section .background-image-layer .click-slider-area li .image-layer {
  position: relative;
}
.our-space-section .click-slider-section .background-image-layer .click-slider-area li .image-layer img {
  display: none;
  width: 100%;
}
.our-space-section .click-slider-section .background-image-layer .click-slider-area li .image-layer::before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
}
.our-space-section .click-slider-section .background-image-layer .click-slider-area li .content-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
  padding: 0px 8%;
  z-index: 2;
}
.our-space-section .click-slider-section .background-image-layer .click-slider-area li .content-layer .sub-title {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "nakheelbold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: 9px;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.our-space-section .click-slider-section .background-image-layer .click-slider-area li .content-layer .hover-icon {
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  margin-bottom: 8px;
}
.our-space-section .click-slider-section .background-image-layer .click-slider-area li .content-layer .title {
  text-align: center;
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "nakheelbold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 120% */
  letter-spacing: 9px;
  text-transform: uppercase;
}
.our-space-section .click-slider-section .background-image-layer .click-slider-area li .content-layer .description {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.64px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .our-space-section .click-slider-section .background-image-layer .click-slider-area li .content-layer .description {
    width: 70%;
  }
}
@media (max-width: 1024px) {
  .our-space-section .click-slider-section .background-image-layer .click-slider-area li .content-layer .description {
    -webkit-line-clamp: unset;
  }
}
.our-space-section .click-slider-section .background-image-layer .click-slider-area li::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.our-space-section .click-slider-section .background-image-layer .click-slider-area li:hover .hover-icon {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.our-space-section .click-slider-section .background-image-layer .click-slider-area li.active {
  width: 40%;
}
.our-space-section .click-slider-section .background-image-layer .click-slider-area li.active .hover-icon {
  display: none;
}
.our-space-section .click-slider-section .background-image-layer .click-slider-area li.active .title {
  text-align: left;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.5px;
  text-transform: capitalize;
}
@media (max-width: 992px) {
  .our-space-section .click-slider-section .background-image-layer .click-slider-area li.active .title {
    font-size: 35px;
    line-height: 45px;
  }
}
.our-space-section .click-slider-section .background-image-layer .click-slider-area li.active .sub-title,
.our-space-section .click-slider-section .background-image-layer .click-slider-area li.active .description {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  -webkit-line-clamp: unset;
}
.our-space-section .click-slider-section .background-image-layer .click-slider-area li.active::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 1;
  animation: backdrop 0.5s linear;
  transition: opacity 0.5s ease-in-out;
  left: 0;
}
@keyframes backdrop {
  from {
    left: 100%;
  }
  to {
    left: 0px;
  }
}
.our-space-section .click-slider-section .background-image-layer .click-slider-area.count-4 li {
  width: 25%;
}
.our-space-section .click-slider-section .background-image-layer .click-slider-area.count-4 li.active {
  width: 30%;
}
.our-space-section .click-slider-section .background-image-layer .click-slider-area.count-3 li {
  width: 30%;
}
.our-space-section .click-slider-section .background-image-layer .click-slider-area.count-3 li.active {
  width: 40%;
}
.our-space-section .click-slider-section .background-image-layer .click-slider-area.count-2 li {
  width: 50%;
}
.our-space-section .click-slider-section .background-image-layer .click-slider-area.count-2 li.active {
  width: 50%;
}
.our-space-section .click-slider-section .background-image-layer .click-slider-area.count-1 li {
  width: 100%;
}
.our-space-section .click-slider-section .background-image-layer .click-slider-area.count-1 li.active {
  width: 100%;
}
@media (max-width: 1024px) {
  .our-space-section .click-slider-section .background-image-layer .static-bg-img {
    display: none;
  }
  .our-space-section .click-slider-section .background-image-layer .click-slider-area {
    position: unset;
    flex-direction: column;
    gap: 10px;
  }
  .our-space-section .click-slider-section .background-image-layer .click-slider-area li .image-layer {
    position: relative;
  }
  .our-space-section .click-slider-section .background-image-layer .click-slider-area li .image-layer img {
    display: block;
    height: 420px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .our-space-section .click-slider-section .background-image-layer .click-slider-area li .content-layer {
    position: absolute;
    padding: 5%;
    gap: 15px;
  }
  .our-space-section .click-slider-section .background-image-layer .click-slider-area li .content-layer .sub-title {
    opacity: 1;
  }
  .our-space-section .click-slider-section .background-image-layer .click-slider-area li .content-layer .hover-icon {
    display: none;
  }
  .our-space-section .click-slider-section .background-image-layer .click-slider-area li .content-layer .title {
    text-align: left;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -0.5px;
  }
  .our-space-section .click-slider-section .background-image-layer .click-slider-area li .content-layer .description {
    opacity: 1;
  }
  .our-space-section .click-slider-section .background-image-layer .click-slider-area li::after {
    background: transparent;
  }
  .our-space-section .click-slider-section .background-image-layer .click-slider-area li.active::after {
    background: transparent;
  }
  .our-space-section .click-slider-section .background-image-layer .click-slider-area.count-4 li, .our-space-section .click-slider-section .background-image-layer .click-slider-area.count-3 li, .our-space-section .click-slider-section .background-image-layer .click-slider-area.count-2 li, .our-space-section .click-slider-section .background-image-layer .click-slider-area.count-1 li {
    width: 100%;
  }
  .our-space-section .click-slider-section .background-image-layer .click-slider-area.count-4 li.active, .our-space-section .click-slider-section .background-image-layer .click-slider-area.count-3 li.active, .our-space-section .click-slider-section .background-image-layer .click-slider-area.count-2 li.active, .our-space-section .click-slider-section .background-image-layer .click-slider-area.count-1 li.active {
    width: 100%;
  }
  .our-space-section .click-slider-section .background-image-layer::before {
    position: unset !important;
  }
}
.our-space-section .click-slider-section .background-image-layer::before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
}
@media (max-width: 768px) {
  .our-space-section .click-slider-section .container {
    padding: 0px !important;
  }
}

/* About West beach Section */
.about-westbeach-section {
  padding: 60px 0px;
}
@media (max-width: 576px) {
  .about-westbeach-section {
    padding: 30px 0px;
  }
}

/* Free Flow Width Slider */
.free-width-slider {
  padding: 20px 0px;
}
.free-width-slider .slider-area .freeflow-width-slider {
  padding: 0;
  margin: 0;
  list-style: none;
}
.free-width-slider .slider-area .freeflow-width-slider .slick-track {
  display: flex;
  gap: 20px;
}
.free-width-slider .slider-area .freeflow-width-slider .slick-track .image-layer {
  height: 540px;
  overflow: hidden;
  max-width: 800px;
  position: relative;
}
.free-width-slider .slider-area .freeflow-width-slider .slick-track .image-layer a {
  text-decoration: none;
  position: relative;
  display: block;
}
.free-width-slider .slider-area .freeflow-width-slider .slick-track .image-layer a > img {
  width: 100%;
  height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.free-width-slider .slider-area .freeflow-width-slider .slick-track .image-layer a .content-layer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 2;
}
.free-width-slider .slider-area .freeflow-width-slider .slick-track .image-layer a .content-layer .icons {
  position: relative;
  width: 75px;
  height: 75px;
}
.free-width-slider .slider-area .freeflow-width-slider .slick-track .image-layer a .content-layer .icons img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
}
.free-width-slider .slider-area .freeflow-width-slider .slick-track .image-layer a .content-layer .icons img.circle {
  opacity: 1;
  transition: opacity 0.3s;
}
.free-width-slider .slider-area .freeflow-width-slider .slick-track .image-layer a .content-layer .icons img.arrow {
  opacity: 0;
  transition: opacity 0.3s;
}
.free-width-slider .slider-area .freeflow-width-slider .slick-track .image-layer a .content-layer .explore {
  color: #FFF;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  letter-spacing: 8px;
  text-align: center;
  text-transform: uppercase;
}
.free-width-slider .slider-area .freeflow-width-slider .slick-track .image-layer a:hover > img {
  transform: scale(1.2);
}
.free-width-slider .slider-area .freeflow-width-slider .slick-track .image-layer a:hover .icons img.circle {
  opacity: 0;
  transition: opacity 0.3s;
}
.free-width-slider .slider-area .freeflow-width-slider .slick-track .image-layer a:hover .icons img.arrow {
  opacity: 1;
  transition: opacity 0.3s;
}
.free-width-slider .slider-area .freeflow-width-slider .slick-track .image-layer a::before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  z-index: 1;
}
@media (min-width: 1680px) {
  .free-width-slider .slider-area .freeflow-width-slider .slick-track .image-layer {
    max-width: 1000px;
    min-width: 1000px;
  }
}
.free-width-slider .slider-area .freeflow-width-slider .slick-track .video-layer {
  position: relative;
}
.free-width-slider .slider-area .freeflow-width-slider .slick-track .video-layer video {
  width: 100%;
  height: 540px;
  max-width: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
.free-width-slider .slider-area .freeflow-width-slider .slick-track .video-layer .content-layer {
  max-width: 360px;
  text-decoration: none;
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #FFF;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  letter-spacing: 8px;
  text-align: center;
  padding: 20px;
  text-transform: uppercase;
}
.free-width-slider .slider-area .freeflow-width-slider .slick-track .video-layer .content-layer .icons {
  position: relative;
  width: 75px;
  height: 75px;
}
.free-width-slider .slider-area .freeflow-width-slider .slick-track .video-layer .content-layer .icons img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
}
.free-width-slider .slider-area .freeflow-width-slider .slick-track .video-layer .content-layer .icons img.circle {
  opacity: 1;
  transition: opacity 0.3s;
}
.free-width-slider .slider-area .freeflow-width-slider .slick-track .video-layer .content-layer .icons img.arrow {
  opacity: 0;
  transition: opacity 0.3s;
}
.free-width-slider .slider-area .freeflow-width-slider .slick-track .video-layer .video-controls {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.free-width-slider .slider-area .freeflow-width-slider .slick-track .video-layer .video-controls .play-pause.paused .pause-btn {
  display: none;
  transition: 0.3s all ease-in-out;
}
.free-width-slider .slider-area .freeflow-width-slider .slick-track .video-layer .video-controls .play-pause.paused .play-btn {
  display: block;
  transition: 0.3s all ease-in-out;
}
.free-width-slider .slider-area .freeflow-width-slider .slick-track .video-layer .video-controls .play-pause.playing .pause-btn {
  display: block;
  transition: 0.3s all ease-in-out;
}
.free-width-slider .slider-area .freeflow-width-slider .slick-track .video-layer .video-controls .play-pause.playing .play-btn {
  display: none;
  transition: 0.3s all ease-in-out;
}
.free-width-slider .slider-area .freeflow-width-slider .slick-track .video-layer .video-controls .mute-unmute.unmutted .mute-btn {
  display: block;
}
.free-width-slider .slider-area .freeflow-width-slider .slick-track .video-layer .video-controls .mute-unmute.unmutted .unmute-btn {
  display: none;
}
.free-width-slider .slider-area .freeflow-width-slider .slick-track .video-layer .video-controls .mute-unmute.mutted .mute-btn {
  display: none;
}
.free-width-slider .slider-area .freeflow-width-slider .slick-track .video-layer .video-controls .mute-unmute.mutted .unmute-btn {
  display: block;
}
.free-width-slider .slider-area .freeflow-width-slider .slick-track .video-layer .video-controls img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 28px;
  height: 28px;
}
.free-width-slider .slider-area .freeflow-width-slider .slick-track .video-layer:hover .content-layer .icons img.circle {
  opacity: 0;
  transition: opacity 0.3s;
}
.free-width-slider .slider-area .freeflow-width-slider .slick-track .video-layer:hover .content-layer .icons img.arrow {
  opacity: 1;
  transition: opacity 0.3s;
}
.free-width-slider .slider-area .freeflow-width-slider .slick-track .video-layer::before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 5px;
  opacity: 0.4;
}
@media (max-width: 1024px) {
  .free-width-slider .slider-area .freeflow-width-slider .slick-track .image-layer a > img {
    transform: none !important;
  }
  .free-width-slider .slider-area .freeflow-width-slider .slick-track .image-layer a .content-layer .icons img.circle {
    opacity: 0 !important;
  }
  .free-width-slider .slider-area .freeflow-width-slider .slick-track .image-layer a .content-layer .icons img.arrow {
    opacity: 1 !important;
  }
  .free-width-slider .slider-area .freeflow-width-slider .slick-track .video-layer .content-layer .icons img.circle {
    opacity: 0 !important;
  }
  .free-width-slider .slider-area .freeflow-width-slider .slick-track .video-layer .content-layer .icons img.arrow {
    opacity: 1 !important;
  }
}
@media (max-width: 768px) {
  .free-width-slider .slider-area .freeflow-width-slider .slick-track {
    gap: 10px;
  }
  .free-width-slider .slider-area .freeflow-width-slider .slick-track .slick-slide {
    width: 320px !important;
  }
  .free-width-slider .slider-area .freeflow-width-slider .slick-track .image-layer a > img {
    transform: none !important;
  }
  .free-width-slider .slider-area .freeflow-width-slider .slick-track .image-layer a .content-layer .icons img.circle {
    opacity: 0 !important;
  }
  .free-width-slider .slider-area .freeflow-width-slider .slick-track .image-layer a .content-layer .icons img.arrow {
    opacity: 1 !important;
  }
  .free-width-slider .slider-area .freeflow-width-slider .slick-track .video-layer .content-layer .icons img.circle {
    opacity: 0 !important;
  }
  .free-width-slider .slider-area .freeflow-width-slider .slick-track .video-layer .content-layer .icons img.arrow {
    opacity: 1 !important;
  }
}
.free-width-slider .slider-area .freeflow-width-slider .slick-arrow {
  position: absolute;
  bottom: -13px;
  z-index: 1;
  cursor: pointer;
}
.free-width-slider .slider-area .freeflow-width-slider .slick-arrow.slick-next {
  right: 120px;
}
.free-width-slider .slider-area .freeflow-width-slider .slick-arrow.slick-next:lang(ar) {
  left: 120px;
  right: auto;
  transform: rotate(180deg);
}
@media (max-width: 1680px) {
  .free-width-slider .slider-area .freeflow-width-slider .slick-arrow.slick-next {
    right: 120px;
  }
  .free-width-slider .slider-area .freeflow-width-slider .slick-arrow.slick-next:lang(ar) {
    right: auto;
    left: 120px;
  }
}
@media (max-width: 1440px) {
  .free-width-slider .slider-area .freeflow-width-slider .slick-arrow.slick-next {
    right: 80px;
  }
  .free-width-slider .slider-area .freeflow-width-slider .slick-arrow.slick-next:lang(ar) {
    right: auto;
    left: 80px;
  }
}
@media (max-width: 1200px) {
  .free-width-slider .slider-area .freeflow-width-slider .slick-arrow.slick-next {
    right: 68px;
  }
  .free-width-slider .slider-area .freeflow-width-slider .slick-arrow.slick-next:lang(ar) {
    right: auto;
    left: 68px;
  }
}
@media (max-width: 992px) {
  .free-width-slider .slider-area .freeflow-width-slider .slick-arrow.slick-next {
    right: 60px;
  }
  .free-width-slider .slider-area .freeflow-width-slider .slick-arrow.slick-next:lang(ar) {
    right: auto;
    left: 60px;
  }
}
@media (max-width: 768px) {
  .free-width-slider .slider-area .freeflow-width-slider .slick-arrow.slick-next {
    right: 40px;
  }
  .free-width-slider .slider-area .freeflow-width-slider .slick-arrow.slick-next:lang(ar) {
    right: auto;
    left: 40px;
  }
}
@media (max-width: 576px) {
  .free-width-slider .slider-area .freeflow-width-slider .slick-arrow.slick-next {
    right: 25px;
  }
  .free-width-slider .slider-area .freeflow-width-slider .slick-arrow.slick-next:lang(ar) {
    right: auto;
    left: 25px;
  }
}
.free-width-slider .slider-area .freeflow-width-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg);
}
.free-width-slider .slider-area .freeflow-width-slider .slick-arrow.slick-prev:lang(ar) {
  left: auto;
  right: 0px;
  transform: none;
}
.free-width-slider .slider-area .freeflow-width-slider .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-left: -20px;
}
.free-width-slider .slider-area .freeflow-width-slider .slick-dots li {
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 100%;
  justify-content: center;
}
.free-width-slider .slider-area .freeflow-width-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  padding: 0;
  border: 0px;
  background: #000;
  transition: 0.5s all ease-in-out;
}
.free-width-slider .slider-area .freeflow-width-slider .slick-dots li.slick-active {
  border: 1px solid #000;
}
.free-width-slider .slider-area .freeflow-width-slider .slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
  background: transparent;
  transition: 0.5s all ease-in-out;
}
@media (max-width: 576px) {
  .free-width-slider {
    padding: 0px;
  }
}

/* About The Club Section */
.about-theclub-section {
  padding: 60px 0px;
}
.about-theclub-section .homepage-clubslider {
  padding: 40px 0px;
}
.about-theclub-section .homepage-clubslider .slider-area .club-slider-home {
  padding: 0;
  margin: 0;
  list-style: none;
}
.about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-track {
  display: flex;
  gap: 20px;
}
.about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-track .slider-card {
  width: 310px;
}
.about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-track .slider-card .image-layer {
  overflow: hidden;
  margin-bottom: 25px;
}
.about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-track .slider-card .image-layer a {
  text-decoration: none;
  position: relative;
  display: block;
}
.about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-track .slider-card .image-layer a > img {
  width: 100%;
  height: 410px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-track .slider-card .image-layer a .content-layer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  text-align: center;
  z-index: 1;
}
.about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-track .slider-card .image-layer a .content-layer .icons {
  position: relative;
  width: 75px;
  height: 75px;
}
.about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-track .slider-card .image-layer a .content-layer .icons img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
}
.about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-track .slider-card .image-layer a .content-layer .icons img.circle {
  opacity: 1;
  transition: opacity 0.3s;
}
.about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-track .slider-card .image-layer a .content-layer .icons img.arrow {
  opacity: 0;
  transition: opacity 0.3s;
}
.about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-track .slider-card .image-layer a .content-layer .explore {
  color: #FFF;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  letter-spacing: 8px;
  text-transform: uppercase;
}
.about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-track .slider-card .image-layer a:hover > img {
  transform: scale(1.2);
}
.about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-track .slider-card .image-layer a:hover .icons img.circle {
  opacity: 0;
  transition: opacity 0.3s;
}
.about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-track .slider-card .image-layer a:hover .icons img.arrow {
  opacity: 1;
  transition: opacity 0.3s;
}
.about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-track .slider-card .image-layer a::before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  z-index: 1;
}
.about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-track .slider-card .reservation-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-track .slider-card .reservation-btn a {
  color: #00263A;
  text-align: center;
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.32px;
  border: 1px solid #00263A;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-track .slider-card .reservation-btn a:hover {
  border: 1px solid #fff;
  color: #fff;
  background: #00263A;
}
@media (max-width: 1024px) {
  .about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-track .slider-card .reservation-btn a {
    width: 100%;
  }
  .about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-track .slider-card .reservation-btn a:hover {
    border: 1px solid #00263A;
    background: transparent;
    color: #00263A;
  }
}
.about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-track .slider-card .view-event-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-track .slider-card .view-event-link a {
  color: #00263A;
  text-align: center;
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.32px;
  text-decoration-line: underline;
  padding: 10px 20px;
}
@media (max-width: 1024px) {
  .about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-track .slider-card .image-layer a > img {
    transform: none !important;
  }
  .about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-track .slider-card .image-layer a .content-layer .icons img.circle {
    opacity: 0 !important;
  }
  .about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-track .slider-card .image-layer a .content-layer .icons img.arrow {
    opacity: 1 !important;
  }
}
@media (max-width: 768px) {
  .about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-track {
    gap: 10px;
  }
  .about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-track .slick-slide {
    width: 320px !important;
  }
  .about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-track .slider-card .image-layer a > img {
    transform: none !important;
  }
  .about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-track .slider-card .image-layer a .content-layer .icons img.circle {
    opacity: 0 !important;
  }
  .about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-track .slider-card .image-layer a .content-layer .icons img.arrow {
    opacity: 1 !important;
  }
}
.about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-arrow {
  position: absolute;
  bottom: -13px;
  z-index: 1;
  cursor: pointer;
}
.about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-arrow.slick-next {
  right: 120px;
}
.about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-arrow.slick-next:lang(ar) {
  right: auto;
  left: 120px;
  transform: rotate(180deg);
}
.about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-arrow.slick-next.slick-disabled {
  cursor: pointer !important;
  opacity: 1;
}
@media (max-width: 1680px) {
  .about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-arrow.slick-next {
    right: 120px;
  }
  .about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-arrow.slick-next:lang(ar) {
    right: auto;
    left: 120px;
  }
}
@media (max-width: 1440px) {
  .about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-arrow.slick-next {
    right: 80px;
  }
  .about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-arrow.slick-next:lang(ar) {
    right: auto;
    left: 80px;
  }
}
@media (max-width: 1200px) {
  .about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-arrow.slick-next {
    right: 68px;
  }
  .about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-arrow.slick-next:lang(ar) {
    right: auto;
    left: 68px;
  }
}
@media (max-width: 992px) {
  .about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-arrow.slick-next {
    right: 60px;
  }
  .about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-arrow.slick-next:lang(ar) {
    right: auto;
    left: 60px;
  }
}
@media (max-width: 768px) {
  .about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-arrow.slick-next {
    right: 40px;
  }
  .about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-arrow.slick-next:lang(ar) {
    right: auto;
    left: 40px;
  }
}
@media (max-width: 576px) {
  .about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-arrow.slick-next {
    right: 25px;
  }
  .about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-arrow.slick-next:lang(ar) {
    right: auto;
    left: 25px;
  }
}
.about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg);
}
.about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-arrow.slick-prev:lang(ar) {
  transform: none;
  left: auto;
  right: 0px;
}
@media (max-width: 576px) {
  .about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-arrow {
    display: none !important;
  }
}
.about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-dots li {
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 100%;
  justify-content: center;
}
.about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  padding: 0;
  border: 0px;
  background: #000;
  transition: 0.5s all ease-in-out;
}
.about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-dots li.slick-active {
  border: 1px solid #000;
}
.about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
  background: transparent;
  transition: 0.5s all ease-in-out;
}
@media (max-width: 768px) {
  .about-theclub-section .homepage-clubslider .slider-area .club-slider-home .slick-dots {
    margin-top: 25px;
  }
}
@media (max-width: 576px) {
  .about-theclub-section .homepage-clubslider {
    padding: 0px;
  }
}
@media (max-width: 576px) {
  .about-theclub-section {
    padding: 30px 0px;
  }
}

/* About Events Section */
.about-events-section {
  padding: 60px 0px;
}
@media (max-width: 576px) {
  .about-events-section {
    padding: 30px 0px;
  }
}

/* About Beach Life Section */
.about-beachlife-section {
  padding-top: 60px;
}
.about-beachlife-section.gallery-section {
  padding: 60px 0px;
}
@media (max-width: 576px) {
  .about-beachlife-section.gallery-section {
    padding: 30px 0px;
  }
}

/* Trip Advisor Section */
.tripadvisor-section {
  padding: 60px 0px;
  background: linear-gradient(0deg, rgba(255, 233, 175, 0.1) 0%, rgba(250, 133, 79, 0.1) 99.53%);
}
.tripadvisor-section .content-layer {
  display: flex;
  flex-direction: column;
}
.tripadvisor-section .content-layer .heading {
  color: #00263A;
  text-align: center;
  font-family: "nakheelregular";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  /* 128.571% */
  letter-spacing: -0.5px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .tripadvisor-section .content-layer .heading {
    font-size: 25px;
    line-height: 35px;
  }
}
.tripadvisor-section .content-layer .logo {
  text-align: center;
  margin-bottom: 25px;
}
.tripadvisor-section .content-layer .logo img {
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.tripadvisor-section .content-layer .slider-area .review-slider {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tripadvisor-section .content-layer .slider-area .review-slider .review-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 800px;
  margin: 0 auto;
}
.tripadvisor-section .content-layer .slider-area .review-slider .review-card .subject {
  color: #00263A;
  text-align: center;
  font-family: "nakheelbold";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 128.571% */
  letter-spacing: -0.5px;
  margin-bottom: 15px;
}
.tripadvisor-section .content-layer .slider-area .review-slider .review-card .rating {
  margin-bottom: 25px;
}
.tripadvisor-section .content-layer .slider-area .review-slider .review-card .rating img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 15px;
}
.tripadvisor-section .content-layer .slider-area .review-slider .review-card .review {
  color: #00263A;
  text-align: center;
  font-family: Sfizia;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 60px;
  /* 200% */
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .tripadvisor-section .content-layer .slider-area .review-slider .review-card .review {
    font-size: 20px;
    line-height: 30px;
  }
}
.tripadvisor-section .content-layer .slider-area .review-slider .review-card .date {
  color: #00263A;
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.64px;
}
@media (max-width: 992px) {
  .tripadvisor-section .content-layer .slider-area .review-slider .review-card {
    width: 550px;
  }
}
@media (max-width: 768px) {
  .tripadvisor-section .content-layer .slider-area .review-slider .review-card {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .tripadvisor-section .content-layer .slider-area .review-slider .review-card {
    width: 100%;
    padding: 0px 10px;
  }
}
.tripadvisor-section .content-layer .slider-area .review-slider .slick-arrow {
  position: absolute;
  bottom: -13px;
  z-index: 1;
  cursor: pointer;
}
.tripadvisor-section .content-layer .slider-area .review-slider .slick-arrow.slick-next {
  right: 0;
}
.tripadvisor-section .content-layer .slider-area .review-slider .slick-arrow.slick-next:lang(ar) {
  right: auto;
  left: 0;
  transform: rotate(180deg);
}
.tripadvisor-section .content-layer .slider-area .review-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg);
}
.tripadvisor-section .content-layer .slider-area .review-slider .slick-arrow.slick-prev:lang(ar) {
  left: auto;
  right: 0;
  transform: none;
}
.tripadvisor-section .content-layer .slider-area .review-slider .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tripadvisor-section .content-layer .slider-area .review-slider .slick-dots li {
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 100%;
  justify-content: center;
}
.tripadvisor-section .content-layer .slider-area .review-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  padding: 0;
  border: 0px;
  background: #000;
  transition: 0.5s all ease-in-out;
}
.tripadvisor-section .content-layer .slider-area .review-slider .slick-dots li.slick-active {
  border: 1px solid #000;
}
.tripadvisor-section .content-layer .slider-area .review-slider .slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
  background: transparent;
  transition: 0.5s all ease-in-out;
}
@media (max-width: 576px) {
  .tripadvisor-section {
    padding: 30px 0px;
  }
}

/* Home Page Banner section */
.home-page-banner {
  margin-top: 50px;
}
.home-page-banner .click-slider-section .background-image-layer {
  position: relative;
  z-index: 0;
}
.home-page-banner .click-slider-section .background-image-layer .static-bg-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
}
.home-page-banner .click-slider-section .background-image-layer .click-slider-area {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.home-page-banner .click-slider-section .background-image-layer .click-slider-area li {
  position: relative;
  cursor: pointer;
  width: 50%;
}
.home-page-banner .click-slider-section .background-image-layer .click-slider-area li .image-layer img {
  display: none;
  width: 100%;
}
.home-page-banner .click-slider-section .background-image-layer .click-slider-area li .content-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 0px 10%;
  z-index: 2;
}
.home-page-banner .click-slider-section .background-image-layer .click-slider-area li .content-layer .sub-title {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "nakheelbold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: 9px;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.home-page-banner .click-slider-section .background-image-layer .click-slider-area li .content-layer .hover-icon {
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  margin-bottom: 8px;
}
.home-page-banner .click-slider-section .background-image-layer .click-slider-area li .content-layer .title {
  text-align: center;
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "nakheelbold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 120% */
  letter-spacing: 9px;
  text-transform: uppercase;
}
.home-page-banner .click-slider-section .background-image-layer .click-slider-area li .content-layer .description {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.64px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
@media (min-width: 1200px) {
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area li .content-layer .description {
    width: 70%;
  }
}
.home-page-banner .click-slider-section .background-image-layer .click-slider-area li .content-layer .custom-btn-layer {
  display: flex;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.home-page-banner .click-slider-section .background-image-layer .click-slider-area li .content-layer .custom-btn-layer a {
  color: #FFF;
  text-align: center;
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.32px;
  text-decoration: none;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  text-transform: uppercase;
}
.home-page-banner .click-slider-section .background-image-layer .click-slider-area li .content-layer .custom-btn-layer a:hover {
  border: 1px solid #FFF;
  background: #00263A;
}
@media (max-width: 1024px) {
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area li .content-layer .custom-btn-layer a:hover {
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.3);
  }
}
@media (max-width: 576px) {
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area li .content-layer .custom-btn-layer a {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area li .content-layer .custom-btn-layer {
    opacity: 1 !important;
  }
}
@media (max-width: 1024px) {
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area li .content-layer {
    padding: 0px 40px;
  }
}
@media (max-width: 576px) {
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area li .content-layer {
    padding: 0px 20px;
  }
}
.home-page-banner .click-slider-section .background-image-layer .click-slider-area li::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.home-page-banner .click-slider-section .background-image-layer .click-slider-area li:hover .hover-icon {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.home-page-banner .click-slider-section .background-image-layer .click-slider-area li.active {
  width: 50%;
}
.home-page-banner .click-slider-section .background-image-layer .click-slider-area li.active .hover-icon {
  display: none;
}
.home-page-banner .click-slider-section .background-image-layer .click-slider-area li.active .title {
  text-align: left;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.5px;
  text-transform: capitalize;
}
.home-page-banner .click-slider-section .background-image-layer .click-slider-area li.active .title:lang(ar) {
  text-align: right;
}
.home-page-banner .click-slider-section .background-image-layer .click-slider-area li.active .sub-title,
.home-page-banner .click-slider-section .background-image-layer .click-slider-area li.active .description,
.home-page-banner .click-slider-section .background-image-layer .click-slider-area li.active .custom-btn-layer {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.home-page-banner .click-slider-section .background-image-layer .click-slider-area li.active::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 1;
  animation: backdrop 0.5s linear;
  transition: opacity 0.5s ease-in-out;
  left: 0;
}
@keyframes backdrop {
  from {
    left: 100%;
  }
  to {
    left: 0px;
  }
}
@media (max-width: 1024px) {
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area li.active::after {
    animation: none;
  }
}
.home-page-banner .click-slider-section .background-image-layer .click-slider-area.count-4 li.slick-slide {
  width: 25%;
}
.home-page-banner .click-slider-section .background-image-layer .click-slider-area.count-4 li.slick-slide.active {
  width: 30%;
}
.home-page-banner .click-slider-section .background-image-layer .click-slider-area.count-3 li.slick-slide {
  width: 30%;
}
.home-page-banner .click-slider-section .background-image-layer .click-slider-area.count-3 li.slick-slide.active {
  width: 40%;
}
.home-page-banner .click-slider-section .background-image-layer .click-slider-area.count-2 li.slick-slide {
  width: 50%;
}
.home-page-banner .click-slider-section .background-image-layer .click-slider-area.count-2 li.slick-slide.active {
  width: 50%;
}
.home-page-banner .click-slider-section .background-image-layer .click-slider-area.count-1 li.slick-slide {
  width: 100%;
}
.home-page-banner .click-slider-section .background-image-layer .click-slider-area.count-1 li.slick-slide.active {
  width: 100%;
}
@media (max-width: 1024px) {
  .home-page-banner .click-slider-section .background-image-layer {
    z-index: 1;
  }
  .home-page-banner .click-slider-section .background-image-layer .static-bg-img {
    display: none;
  }
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area {
    position: relative;
  }
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area li {
    width: 100%;
  }
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area li .image-layer {
    position: relative;
  }
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area li .image-layer img {
    display: block;
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area li .content-layer {
    position: absolute;
    gap: 15px;
    justify-content: end;
    bottom: 140px;
  }
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area li .content-layer .sub-title {
    opacity: 1;
    font-size: 16px;
    line-height: 26px;
  }
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area li .content-layer .hover-icon {
    display: none;
  }
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area li .content-layer .title {
    text-align: left;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0.5px;
  }
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area li .content-layer .description {
    opacity: 1;
  }
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area li::after {
    background: #000 !important;
    opacity: 0.2 !important;
    top: 0px !important;
  }
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area li.active::after {
    background: #000 !important;
    opacity: 0.2 !important;
    top: 0px !important;
  }
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area .slick-arrow {
    position: absolute;
    bottom: -15px;
    z-index: 1;
    cursor: pointer;
  }
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area .slick-arrow.slick-next {
    right: 0;
  }
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area .slick-arrow.slick-next:lang(ar) {
    right: auto;
    left: 0;
    transform: rotate(180deg);
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area .slick-arrow.slick-next {
    right: 40px;
  }
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area .slick-arrow.slick-next:lang(ar) {
    right: auto;
    left: 40px;
  }
}
@media (max-width: 1024px) and (max-width: 576px) {
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area .slick-arrow.slick-next {
    right: 25px;
  }
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area .slick-arrow.slick-next:lang(ar) {
    right: auto;
    left: 25px;
  }
}
@media (max-width: 1024px) {
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area .slick-arrow.slick-prev {
    left: 0;
    transform: rotate(180deg);
  }
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area .slick-arrow.slick-prev:lang(ar) {
    left: auto;
    right: 0;
    transform: none;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area .slick-arrow.slick-prev {
    left: 40px;
  }
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area .slick-arrow.slick-prev:lang(ar) {
    left: auto;
    right: 40px;
  }
}
@media (max-width: 1024px) and (max-width: 576px) {
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area .slick-arrow.slick-prev {
    left: 25px;
  }
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area .slick-arrow.slick-prev:lang(ar) {
    left: auto;
    right: 25px;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area .slick-arrow {
    bottom: 40px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area .slick-arrow {
    bottom: 20px;
  }
}
@media (max-width: 1024px) and (max-width: 576px) {
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area .slick-arrow {
    bottom: 30px;
  }
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area .slick-arrow img {
    width: 80px;
  }
}
@media (max-width: 1024px) {
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area .slick-dots {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area .slick-dots li {
    display: flex;
    width: 20px;
    height: 20px;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 100%;
    justify-content: center;
  }
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    padding: 0;
    border: 0px;
    background: #fff;
    transition: 0.5s all ease-in-out;
  }
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area .slick-dots li.slick-active {
    border: 1px solid #fff;
  }
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area .slick-dots li.slick-active button {
    width: 8px;
    height: 8px;
    background: transparent;
    transition: 0.5s all ease-in-out;
  }
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area .slick-dots li::after {
    background: transparent !important;
    opacity: 1 !important;
  }
}
@media (max-width: 1024px) and (max-width: 1200px) {
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area .slick-dots {
    bottom: 60px;
  }
}
@media (max-width: 1024px) and (max-width: 992px) {
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area .slick-dots {
    bottom: 50px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area .slick-dots {
    bottom: 35px;
  }
}
@media (max-width: 1024px) and (max-width: 576px) {
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area .slick-dots {
    bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area.count-4 > li, .home-page-banner .click-slider-section .background-image-layer .click-slider-area.count-3 > li, .home-page-banner .click-slider-section .background-image-layer .click-slider-area.count-2 > li, .home-page-banner .click-slider-section .background-image-layer .click-slider-area.count-1 > li {
    width: 100%;
  }
  .home-page-banner .click-slider-section .background-image-layer .click-slider-area.count-4 > li.active, .home-page-banner .click-slider-section .background-image-layer .click-slider-area.count-3 > li.active, .home-page-banner .click-slider-section .background-image-layer .click-slider-area.count-2 > li.active, .home-page-banner .click-slider-section .background-image-layer .click-slider-area.count-1 > li.active {
    width: 100%;
  }
}

/* More Post section */
.more-post-section {
  padding: 60px 0px;
}
.more-post-section .heading {
  color: #00263A;
  font-family: "nakheelbold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: 9px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.more-post-section .list-items {
  margin: 0;
  padding: 0px 80px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
.more-post-section .list-items li {
  width: 32%;
}
.more-post-section .list-items li a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.more-post-section .list-items li a .image-layer {
  position: relative;
}
.more-post-section .list-items li a .image-layer img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 340px;
}
.more-post-section .list-items li a .image-layer::before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
}
.more-post-section .list-items li a .content-layer {
  padding: 15px;
}
.more-post-section .list-items li a .content-layer .title {
  color: #00263A;
  text-align: center;
  font-family: "nakheelbold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: 9px;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.more-post-section .list-items li a .content-layer .description {
  color: #000;
  text-align: center;
  font-family: "nakheelregular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.56px;
  padding-bottom: 10px;
}
@media (min-width: 1200px) {
  .more-post-section .list-items li a .content-layer .description {
    width: 80%;
    margin: 0 auto;
  }
}
.more-post-section .list-items li a .content-layer .timings {
  color: #000;
  text-align: center;
  font-family: "nakheelregular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  letter-spacing: 0.56px;
  padding-bottom: 5px;
}
.more-post-section .list-items li a .content-layer .location {
  color: #00263A;
  text-align: center;
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.64px;
  padding-bottom: 10px;
}
.more-post-section .list-items li a .cta-btn {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #00263A;
  color: #00263A;
  text-align: center;
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.32px;
}
.more-post-section .list-items li a .cta-btn:hover {
  background: #00263A;
  border: 1px solid #fff;
  color: #fff;
}
@media (max-width: 576px) {
  .more-post-section .list-items li a .cta-btn:hover {
    background: #fff;
    border: 1px solid #00263A;
    color: #00263A;
  }
}
@media (max-width: 1024px) {
  .more-post-section {
    padding: 40px 0px;
  }
  .more-post-section .container {
    padding: 0px !important;
  }
  .more-post-section .heading {
    text-align: center;
    margin-bottom: 40px;
  }
  .more-post-section .list-items {
    row-gap: 48px;
    padding: 0px 40px;
  }
  .more-post-section .list-items li {
    width: 49%;
  }
}
@media (max-width: 768px) {
  .more-post-section {
    padding: 40px 0px;
  }
  .more-post-section .container {
    padding: 0px !important;
  }
  .more-post-section .heading {
    text-align: center;
    margin-bottom: 40px;
  }
  .more-post-section .list-items {
    row-gap: 48px;
    padding: 0px 40px;
  }
  .more-post-section .list-items li {
    width: 49%;
  }
}
@media (max-width: 576px) {
  .more-post-section {
    padding: 30px 0px;
  }
  .more-post-section .container {
    padding: 0px !important;
  }
  .more-post-section .heading {
    text-align: center;
    margin-bottom: 30px;
  }
  .more-post-section .list-items {
    row-gap: 48px;
    padding: 0px 25px;
  }
  .more-post-section .list-items li {
    width: 100%;
  }
}

/* Blog and Press Release Details sectoin */
.blog-press-details-section {
  padding-top: 30px;
}
.blog-press-details-section .blog-content-layer {
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(0, 38, 58, 0.6);
}
.blog-press-details-section .blog-content-layer .back-btn {
  margin-top: 30px;
}
.blog-press-details-section .blog-content-layer .back-btn a {
  color: #000;
  text-align: center;
  font-family: "nakheelregular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.blog-press-details-section .blog-content-layer .back-btn a img {
  transform: rotate(180deg);
  position: relative;
  top: -2px;
}
.blog-press-details-section .blog-content-layer .blog-heading {
  padding: 90px 0px 60px;
}
.blog-press-details-section .blog-content-layer .blog-heading .subject {
  color: #00263A;
  font-family: "nakheelbold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: 9px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.blog-press-details-section .blog-content-layer .blog-heading .heading {
  color: #00263A;
  font-family: "nakheelbold";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  /* 120% */
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .blog-press-details-section .blog-content-layer .blog-heading {
    padding: 30px 0px;
  }
  .blog-press-details-section .blog-content-layer .blog-heading .heading {
    font-size: 44px;
    line-height: 54px;
  }
}
.blog-press-details-section .blog-content-layer .sub-heading {
  margin-bottom: 20px;
}
.blog-press-details-section .blog-content-layer .sub-heading div,
.blog-press-details-section .blog-content-layer .sub-heading p {
  color: #00263A;
  font-family: "nakheelbold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 9px;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .blog-press-details-section .blog-content-layer .sub-heading div,
  .blog-press-details-section .blog-content-layer .sub-heading p {
    font-size: 16px;
    line-height: 26px;
  }
}
.blog-press-details-section .blog-content-layer .blog-description {
  margin-bottom: 20px;
}
.blog-press-details-section .blog-content-layer .blog-description a {
  color: #00263A;
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.64px;
}
.blog-press-details-section .blog-content-layer .blog-description div,
.blog-press-details-section .blog-content-layer .blog-description p,
.blog-press-details-section .blog-content-layer .blog-description span {
  color: #00263A;
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.64px;
}
.blog-press-details-section .blog-content-layer .blog-description ul {
  list-style: disc;
}
.blog-press-details-section .blog-content-layer .blog-description ul li {
  color: #00263A;
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.64px;
}
.blog-press-details-section .blog-content-layer .booknow-btn {
  display: flex;
  width: 310px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--n-deep-navy-100, #00263A);
  background: rgba(255, 255, 255, 0.3);
  margin: 45px 0px;
}
.blog-press-details-section .blog-content-layer .booknow-btn a {
  color: #00263A;
  text-align: center;
  font-family: "nakheelbold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.32px;
  text-decoration: none;
}
@media (max-width: 576px) {
  .blog-press-details-section .blog-content-layer .booknow-btn {
    width: 100%;
  }
}
.blog-press-details-section .blog-content-layer .single-image {
  margin-bottom: 20px;
  position: relative;
}
.blog-press-details-section .blog-content-layer .single-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog-press-details-section .blog-content-layer .single-image .title {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #000;
  font-family: "nakheelbold";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 233.333% */
  letter-spacing: 2px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
  .blog-press-details-section .blog-content-layer .single-image {
    margin-bottom: 10px;
  }
}
.blog-press-details-section .blog-content-layer .single-image::before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
}
.blog-press-details-section .blog-content-layer .two-image {
  margin-bottom: 20px;
  display: flex;
  gap: 1%;
}
.blog-press-details-section .blog-content-layer .two-image .image-layer {
  position: relative;
  width: 49.5%;
}
.blog-press-details-section .blog-content-layer .two-image .image-layer img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog-press-details-section .blog-content-layer .two-image .image-layer .title {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #000;
  font-family: "nakheelbold";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 233.333% */
  letter-spacing: 2px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.7);
}
.blog-press-details-section .blog-content-layer .two-image .image-layer::before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
}
@media (max-width: 576px) {
  .blog-press-details-section .blog-content-layer .two-image {
    margin-bottom: 10px;
    flex-direction: column;
    gap: 10px;
  }
  .blog-press-details-section .blog-content-layer .two-image .image-layer {
    width: 100%;
  }
}
.blog-press-details-section .blog-content-layer .three-image .gallery-image-static {
  margin-bottom: 20px;
}
.blog-press-details-section .blog-content-layer .three-image .gallery-image-static .split-section {
  display: flex;
  gap: 20px;
}
.blog-press-details-section .blog-content-layer .three-image .gallery-image-static .split-section .main-image {
  display: flex;
  width: 69%;
  position: relative;
}
.blog-press-details-section .blog-content-layer .three-image .gallery-image-static .split-section .main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-press-details-section .blog-content-layer .three-image .gallery-image-static .split-section .main-image .title {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #000;
  font-family: "nakheelbold";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 233.333% */
  letter-spacing: 2px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.7);
}
.blog-press-details-section .blog-content-layer .three-image .gallery-image-static .split-section .main-image::before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
}
.blog-press-details-section .blog-content-layer .three-image .gallery-image-static .split-section .split-image {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 3%;
}
.blog-press-details-section .blog-content-layer .three-image .gallery-image-static .split-section .split-image .image-split {
  position: relative;
  height: 48.5%;
  display: flex;
}
.blog-press-details-section .blog-content-layer .three-image .gallery-image-static .split-section .split-image .image-split img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-press-details-section .blog-content-layer .three-image .gallery-image-static .split-section .split-image .image-split .title {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #000;
  font-family: "nakheelbold";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 233.333% */
  letter-spacing: 2px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.7);
}
.blog-press-details-section .blog-content-layer .three-image .gallery-image-static .split-section .split-image .image-split::before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
}
.blog-press-details-section .blog-content-layer .three-image .gallery-image-static.left-main .split-section {
  flex-direction: row;
}
.blog-press-details-section .blog-content-layer .three-image .gallery-image-static.right-main .split-section {
  flex-direction: row-reverse;
}
@media (max-width: 576px) {
  .blog-press-details-section .blog-content-layer .three-image .gallery-image-static {
    margin-bottom: 10px;
  }
  .blog-press-details-section .blog-content-layer .three-image .gallery-image-static .split-section {
    flex-direction: column !important;
    gap: 10px;
  }
  .blog-press-details-section .blog-content-layer .three-image .gallery-image-static .split-section .main-image {
    width: 100%;
  }
  .blog-press-details-section .blog-content-layer .three-image .gallery-image-static .split-section .main-image .icons img.circle {
    opacity: 0 !important;
  }
  .blog-press-details-section .blog-content-layer .three-image .gallery-image-static .split-section .main-image .icons img.arrow {
    opacity: 1 !important;
  }
  .blog-press-details-section .blog-content-layer .three-image .gallery-image-static .split-section .split-image {
    width: 100%;
    gap: 10px;
  }
  .blog-press-details-section .blog-content-layer .three-image .gallery-image-static .split-section .split-image .icons img.circle {
    opacity: 0 !important;
  }
  .blog-press-details-section .blog-content-layer .three-image .gallery-image-static .split-section .split-image .icons img.arrow {
    opacity: 1 !important;
  }
  .blog-press-details-section .blog-content-layer .three-image .gallery-image-static .view-blog-link {
    display: none;
  }
}
.blog-press-details-section.no-banner .blog-content-layer .back-btn {
  margin-top: 120px;
}

/* Privacy Policy Section */
.privacy-policy-section {
  padding: 150px 0px;
}
.privacy-policy-section .page-heading {
  color: #00263A;
  text-align: center;
  font-family: "nakheelregular";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 74px;
  /* 115.625% */
  letter-spacing: -0.5px;
  padding-bottom: 100px;
}
@media (max-width: 576px) {
  .privacy-policy-section .page-heading {
    padding-bottom: 50px;
    font-size: 35px;
    line-height: 45px;
  }
}
.privacy-policy-section .description {
  color: #00263A;
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.64px;
  padding-bottom: 40px;
}
.privacy-policy-section .description div,
.privacy-policy-section .description p,
.privacy-policy-section .description span {
  color: #00263A;
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.64px;
  padding-bottom: 40px;
}
.privacy-policy-section .sub-heading {
  color: #00263A;
  font-family: "nakheelbold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: 9px;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.privacy-policy-section .sub-heading div,
.privacy-policy-section .sub-heading span,
.privacy-policy-section .sub-heading p {
  color: #00263A;
  font-family: "nakheelbold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: 9px;
  text-transform: uppercase;
  padding-bottom: 20px;
}
@media (max-width: 576px) {
  .privacy-policy-section {
    padding: 100px 0px;
  }
}

/* Terms and Condition Section */
.terms-condition-section {
  padding: 150px 0px;
}
.terms-condition-section .page-heading {
  color: #00263A;
  text-align: center;
  font-family: "nakheelregular";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 74px;
  /* 115.625% */
  letter-spacing: -0.5px;
  padding-bottom: 100px;
}
@media (max-width: 576px) {
  .terms-condition-section .page-heading {
    padding-bottom: 50px;
    font-size: 35px;
    line-height: 45px;
  }
}
.terms-condition-section .description {
  color: #00263A;
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.64px;
  padding-bottom: 40px;
}
.terms-condition-section .description div,
.terms-condition-section .description p,
.terms-condition-section .description span {
  color: #00263A;
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.64px;
  padding-bottom: 40px;
}
.terms-condition-section .sub-heading {
  color: #00263A;
  font-family: "nakheelbold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: 9px;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.terms-condition-section .sub-heading div,
.terms-condition-section .sub-heading span,
.terms-condition-section .sub-heading p {
  color: #00263A;
  font-family: "nakheelbold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: 9px;
  text-transform: uppercase;
  padding-bottom: 20px;
}
@media (max-width: 576px) {
  .terms-condition-section {
    padding: 150px 0px 70px;
  }
}

/* 404 Section */
.section-404 {
  position: relative;
}
.section-404 .image-layer {
  position: relative;
}
.section-404 .image-layer img {
  width: 100%;
  height: 100vh;
  opacity: 0.1;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-404 .image-layer::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(255, 233, 175, 0.2) 0%, rgba(250, 133, 79, 0.2) 99.53%);
}
.section-404 .content-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}
.section-404 .content-layer .heading {
  color: #000;
  font-family: "nakheelbold";
  font-size: 300px;
  font-style: normal;
  font-weight: 100;
  line-height: 300px;
  /* 9.333% */
  text-transform: uppercase;
}
.section-404 .content-layer .description {
  color: #00263A;
  text-align: center;
  font-family: "nakheelregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.64px;
  width: 540px;
}
.section-404 .content-layer .cta-links {
  margin-top: 50px;
}
.section-404 .content-layer .cta-links a {
  display: flex;
  height: 52px;
  padding: 14px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border: 1px solid #000;
  background: rgba(255, 255, 255, 0.2);
  color: #000;
  text-align: center;
  font-size: 16px;
  font-family: "nakheelbold";
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.section-404 .content-layer .cta-links a:hover {
  background: #00263A;
  border: 1px solid #fff;
  color: #fff;
}
@media (max-width: 768px) {
  .section-404 .image-layer img {
    height: 70vh;
  }
  .section-404 .content-layer .heading {
    font-size: 200px;
    line-height: 200px;
  }
  .section-404 .content-layer .description {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .section-404 .content-layer .heading {
    font-size: 160px;
    line-height: 160px;
  }
}/*# sourceMappingURL=style.css.map */