* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  outline: none !important;
}

p,
ul,
ol,
dl,
pre,
address,
fieldset,
figure {
  margin: 0px !important;
}

ul,
ol {
  padding-left: 0px !important;
}

body {
  font-optical-sizing: auto;
  color: #1c2234;
  font-size: 14px;
  font-family: "Open Sans", serif !important;
}

p {
  margin: 0px !important;
  padding: 0px !important;
}

a:hover {
  text-decoration: none !important;
}

ul,
li {
  list-style: none none;
  margin: 0px;
  padding: 0px;
}

header {
  width: 100%;
  height: auto;
  top: 0px;
  transition: 0.6s;
  z-index: 99;
}

header.header-position {
  background: transparent;
}

.top-header-section {
  width: 100%;
  height: 130px;
}


.header-top-section {
  width: 92%;
  margin: 0 auto;
}

.header-top {
  width: 100%;
  margin: 0px auto;
}



.uk-sticky-fixed .top-header-section {
  background: #cd9f58 !important;
  height: 90px;
}

.uk-sticky-fixed span.icons-price {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.uk-sticky-fixed .menu-button a {
  color: rgb(0, 0, 0) !important;
}

.uk-sticky-fixed .menu-button {
  height: 90px;
  border-color: rgb(239, 239, 239);
}

.uk-sticky-fixed .logo img {
  width: 80px;
}

.uk-sticky-fixed header {}



.uk-sticky-fixed .hotels-button a {
  color: rgb(42, 30, 90) !important;
}

.uk-sticky-fixed .weather {
  color: rgb(42, 30, 90) !important;
}

.uk-sticky-fixed .weather span {
  color: rgb(42, 30, 90) !important;
}

.uk-sticky-fixed button.open-button {
  color: rgb(0, 0, 0);
}

.banner-slider {
  width: 100%;
  position: relative;
}

.banner-slider-item {
  width: 100%;
  position: relative;
}

.banner-slider-item-section {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  padding-top: 14%;
}

.banner-slider-item-section span {
  z-index: 5;
  white-space: nowrap;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  color: rgb(205, 159, 88);
  letter-spacing: 2px;
  text-transform: uppercase;
  visibility: inherit;
  transition: none;
  text-align: inherit;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}


.banner-slider-item-section p {
  z-index: 6;
  white-space: nowrap;
  font-size: 90px;
  line-height: 72px;
  color: rgb(255, 255, 255);
  letter-spacing: 0px;
  font-family: "Playfair", serif;
  text-transform: capitalize;
  visibility: inherit;
  transition: none;
  text-align: inherit;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
  font-weight: 100;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}

.banner-slider-item-section small {
  z-index: 8;
  white-space: nowrap;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  letter-spacing: 0px;
  visibility: inherit;
  transition: none;
  text-align: inherit;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}

.banner-slider-item img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}

.top-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.top-menu ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s;
}

.top-menu ul li a:hover {
  text-decoration: underline !important;
}



.call-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  background: #D1AE63;
  color: #fff;
  transition: all 0.3s;
  font-weight: 500;
  padding: 0 20px;
}

.call-button a:hover {
  background: #b09354;
  color: #fff !important;
}


.reservation-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  background: #29225A;
  color: #fff;
  transition: all 0.3s;
  font-weight: 500;
  padding: 0 20px;
}

.reservation-button a:hover {
  background: #14112b;
  color: #fff !important;
}

.uk-sticky-fixed .top-menu ul li a {
  color: #fff !important;
}

.slider-section {
  width: 100%;
  height: 100vh;
  position: relative;
}

.patch-section {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.logo img {
  width: 120px;
}

.text-light {
  z-index: 5;
  white-space: nowrap;
  font-size: 15px;
  line-height: 22px;
  font-weight: 100 !important;
  color: rgb(205, 159, 88);
  letter-spacing: 2px;
  text-transform: uppercase;
  visibility: inherit;
  transition: none;
  text-align: inherit;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}

.mobile-header {
  display: none;
}

.banner-slider .slick-dots {
  margin-bottom: 70px !important;
}



.banner-slider .slick-dots li {
  border-color: #fff;
  background: #fff;
}

.banner-slider li.slick-active {
  background: #cd9f58 !important;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border-color: #cd9f58;
}

.title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.title::after {
  content: "";
  position: absolute;

  background-color: #e7ab5f;
  opacity: 1;
  height: 1px;
  width: 73px;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.title span {
  color: #1c2234;
  font-family: "Playfair", serif;
  font-size: 65px;
  line-height: 57px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.content-inner {}

.content p {
  color: #908f8f;
  font-size: 15px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
  color: #000;
  font-size: 20px;
  line-height: 39px;
  height: 100%;
  display: flex;
  align-items: center;
}

.content {
  width: 48%;
  float: left;
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 2%;
}

.content-img {
  width: 50%;
  float: right;
}

.content-inner.uk-margin-medium-top {
  display: flex;
  align-items: center;
}

.video-section {
  width: 100%;
  padding: 80px 0;
  background: url(../images/video-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.video-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-area: 5%;
}


.video-content span {
  color: #cd9f58;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  display: block;

}

.video-content p {
  color: #fff;
  font-family: "Playfair", serif;
  font-size: 36px;
  line-height: 30px;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0.1px;
  text-transform: capitalize;
  display: block;
  margin-top: 20px !important;
  position: relative;
}

.video-content p::after {
  content: "";
  position: absolute;
  background-color: #e7ab5f;
  opacity: 1;
  height: 1px;
  width: 73px;
  bottom: -20px;
  left: 0;
}

.video-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

a.book-now {
  display: block;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  border-color: #cd9f58;
  font-size: 12px;
  line-height: 62px;
  height: 62px !important;
  font-style: normal;
  font-weight: 700;
  background-color: #cd9f58;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  border-width: 0px;
  padding-left: 65px;
  padding-right: 65px;
  margin-top: 60px;
}

a.book-now:hover {
  color: #cd9f58;
  background-color: #fff;
}

.video {
  position: relative;
}

.play-button {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-button a {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cd9f58;
  transition: all 0.5s;
}

.play-button a span.uk-icon {
  color: #fff;
  transition: all 0.5s;
  font-size: 20px;
}

.play-button a span.uk-icon svg {
  width: 30px;
}

.play-button a:hover {
  background: #fff;
}

.play-button a:hover span.uk-icon {
  color: #cd9f58;
}

.bg-gray {
  width: 100%;
  background: #F0EFEE;
  padding: 50px 0;
}

.about-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 11px;
}

.about-title span {
  color: #cd9f58;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.6px;
  text-transform: uppercase;

}

.about-title p {
  color: #1c2234;
  font-family: "Playfair", serif;
  font-size: 36px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1px;
  text-transform: capitalize;
  position: relative;
}

.about-title p::after {
  content: "";
  position: absolute;
  background-color: #e7ab5f;
  opacity: 1;
  height: 1px;
  width: 73px;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.about {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.about ul {
  text-align: center;
}

.about ul li b {
  color: #cd9f58;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

.about ul li {
  color: #434343;
  font-size: 16px;
  line-height: 25px;
  font-style: normal;
  font-weight: 300;
}

.p-2 {
  padding: 16px;
}

.destination {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  text-align: center;
}

.destination img {
  border-radius: 6px;
}

.destination span {
  width: 100%;
  color: #191c24;
  font-family: "Playfair", serif;
  font-size: 22px;
  line-height: 35px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  text-align: center;
}

.destination p {
  color: #434343;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 25px;
  font-style: normal;
  font-weight: 100;
}

.footer {
  background: url(../images/footer.jpg);
  padding: 50px;
  margin-top: 70px !important;

}

.footer-overlay {
  /* width: 100%; */
  /* height: 100%; */
  /* padding: 60px 0; */
  /* position: absolute; */
  /* left: 0; */
  /* right: 0; */
  /* background: #00000021; */
}

.footer-inner {
  display: grid;
  grid-template-columns: 350px 350px;
  gap: 30px;
}

.footer-content span {
  font-family: "Playfair", serif;
  font-size: 25px;
  letter-spacing: 0.1px;
  line-height: 32px;
  font-weight: 100;
  text-transform: capitalize;
  color: #ffffff;
  font-style: normal;
}

.footer-content p {
  color: #cacac9;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 26px;
  font-weight: 200;
  text-transform: none;
  font-style: normal;
}

.contact span {
  font-family: "Playfair", serif;
  font-size: 25px;
  letter-spacing: 0.1px;
  line-height: 32px;
  font-weight: 100;
  text-transform: capitalize;
  color: #ffffff;
  font-style: normal;
}

.contact ul li {
  color: #cacac9;
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 26px;
  font-weight: 600;
  text-transform: none;
  font-style: normal;
}

.contact ul li a {
  color: #fff;
  font-weight: 200;
}

.contact ul li a:hover {
  color: #fff;
  text-decoration: underline !important;
}

span.uk-icon svg {
  font-size: 30px;
  width: 30px;
  margin-top: -2px;
}

button.uk-button.uk-button-default.uk-margin-small-right {
  position: absolute;
  top: 16px;
  left: 16px;
}

.uk-light .uk-button-default,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-card-primary.uk-card-body .uk-button-default,
.uk-card-primary> :not([class*='uk-card-media']) .uk-button-default,
.uk-card-secondary.uk-card-body .uk-button-default,
.uk-card-secondary> :not([class*='uk-card-media']) .uk-button-default,
.uk-overlay-primary .uk-button-default,
.uk-offcanvas-bar .uk-button-default {
  border: 0px !important;
}

span.uk-icon svg {
  font-size: 30px;
  width: 30px;
  margin-top: -2px;
}

.mobile-header {
  display: none;
}

.mobile-header .uk-button {
  padding: 0px !important;
  margin-top: 6px;
}

.mobile-header .logo img {
  width: 90px;
}

button.uk-offcanvas-close.uk-icon.uk-close {
  color: #1d2343;
}

.uk-offcanvas-bar {
  background: #ffffff !important;
  overflow-y: auto;
}

.canvas-section {
  width: 96%;
  margin: 0 auto;
  margin-top: 50px;
}

.canvas-logo {
  width: 100%;
  text-align: center;
}

.canvas-logo img {
  width: 100px;
  margin: 0 auto;
}

.canvas-menu ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.canvas-menu ul li a {
  display: block;
  color: #000000;
  transition: all 0.5s;
  font-size: 15px;
}

.canvas-menu ul li a:hover {
  color: #2A1E5A;
  padding-left: 10px;
}

.uk-button-default {
  border: 0px !important;
}

.banner-slider-item-section {}