@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;500&display=swap");

@font-face {
  font-family: "Montserrat";

  src: url("../fonts/Montserrat-Medium.ttf") format("ttf");
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.ttf") format("ttf");
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font: normal normal 300 18px/1.4 Open Sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #000;
  overflow-x: hidden;
}

.open-sans {
  font-family: Open Sans;
}

a,
a:hover {
  text-decoration: none;
  /* text-decoration: underline; */
}

.btn-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 2px solid #936220;
  border-radius: 31px;
  font: normal normal 600 12px/1.4 Open Sans;
  /* background-color: #936220; */
  letter-spacing: 0;
  color: #fff;
  width: 220px;
  padding: 9px 0;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}

/* .btn-outline:active:before,
.btn-outline:hover:before {
    width: 100%
}

.btn-outline:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #936220;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 0;
    z-index: -1
}

.btn-outline:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 0;
    z-index: -2
} */

.btn-submit:active:before,
.btn-submit:hover:before {
  width: 100%;
}

.btn-submit:hover {
  color: #000 !important;
  border: 1px solid #000;
}

.btn-submit:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
  z-index: -1;
}

.btn-submit:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #936220;
  border-radius: 0;
  z-index: -2;
}

.btn-outline:hover {
  color: #fff;
}

header {
  clear: both;
  padding: 0px 0;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 9;
  background: #000;
}

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.book-block {
  text-align: right;
}

.logo {
  text-align: left;
  float: left;
  width: 160px;
}

.logo img {
  width: 100%;
  padding: 5px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(213deg) brightness(107%) contrast(101%);
}

@media (max-width: 767px) {
  .logo img {
    width: 124%;
    padding: 5px;
  }

  .video-container-new .playbutton {
    position: absolute;
    top: 36% !important;
    left: 33% !important;
    right: 33% !important;
  }

  .banner-copy {
    display: none !important;
  }
}

p.slider-header span {
  display: block;
}

.orange-line,
p.slider-header span.orange-line {
  display: inline-block;
  height: 2px;
  width: 100px;
  position: absolute;
  bottom: 11px;
  margin-left: 10px;
  background: #904225;
  background: -moz-linear-gradient(319deg,
      #904225 0,
      #9e4b2a 6%,
      #c35f37 16%,
      #c96439 18%,
      #bd5d34 41%,
      #9e4b2a 83%,
      #904225 100%);
  background: -webkit-gradient(left top,
      right bottom,
      color-stop(0, #904225),
      color-stop(6%, #9e4b2a),
      color-stop(16%, #c35f37),
      color-stop(18%, #c96439),
      color-stop(41%, #bd5d34),
      color-stop(83%, #9e4b2a),
      color-stop(100%, #904225));
  background: -webkit-linear-gradient(319deg,
      #904225 0,
      #9e4b2a 6%,
      #c35f37 16%,
      #c96439 18%,
      #bd5d34 41%,
      #9e4b2a 83%,
      #904225 100%);
  background: -o-linear-gradient(319deg,
      #904225 0,
      #9e4b2a 6%,
      #c35f37 16%,
      #c96439 18%,
      #bd5d34 41%,
      #9e4b2a 83%,
      #904225 100%);
  background: -ms-linear-gradient(319deg,
      #904225 0,
      #9e4b2a 6%,
      #c35f37 16%,
      #c96439 18%,
      #bd5d34 41%,
      #9e4b2a 83%,
      #904225 100%);
  background: #fff;
}

.banner-copy {
  position: absolute;
  top: 32%;
  left: 12%;
}

.text-center {
  text-align: center !important;
}

p.slider-header {
  text-align: left;
  font: italic normal normal 47px/72px Bodoni Moda;
  letter-spacing: 0;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
}

.text-orange {
  color: #fff !important;
}

p.slider-sub-text {
  text-align: left;
  font: normal normal 300 25px/35px Open Sans;
  letter-spacing: 0;
  color: #fff;
  opacity: 0.7;
  padding-top: 1em;
}

.north-section h1 {
  text-align: left;
  text-transform: uppercase;
  opacity: 1;
  font: italic normal normal 120px/120px Bodoni Moda;
  letter-spacing: 0;
  color: #fff;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.text-white {
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  text-decoration: underline;
}

.north-section {
  padding-top: 160px;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#242424),
      to(#000)) 0 0 no-repeat;
  background: -o-linear-gradient(top, #242424 0, #000 100%) 0 0 no-repeat;
  background: linear-gradient(180deg, #242424 0, #000 100%) 0 0 no-repeat;
}

.north-section .text-white {
  font: italic normal normal 40px/36px Bodoni Moda;
  letter-spacing: 0;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
  padding-left: 130px;
  position: relative;
  display: block;
}

.north-points li {
  font: normal normal normal 25px/45px Bodoni Moda;
  letter-spacing: 0;
  color: #bfbfbf;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.north-points ul {
  padding-left: 42px;
}

.north-points ul li::before {
  content: "";
  background: #936220;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 13px;
  margin-left: -33px;
  border-radius: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* .north-points {
    padding-top: 30px
} */

.north-image {
  /* margin-top: -17%; */
  position: relative;
  z-index: 1;
  display: block;
}

picture {
  display: block;
  width: 100%;
}

picture img {
  width: 100%;
  display: block;
  margin-top: 40px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.century-section p {
  font: normal normal normal 16px/35px Open Sans;
  letter-spacing: 0;
  color: #fff;
  opacity: 0.7;
}

.brochure {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 23%;
  display: block;
}

.zoom {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.zoom:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.download-block .flex-item:first-child {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
}

.download-block .flex-item:last-child {
  width: 55%;
  padding-left: 50px;
}

.flex.download-block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.rotate {
  width: 94%;
  margin: 0 auto;
}

.container {
  width: 1120px;
  padding: 0 15px;
  margin: 0 auto;
}

@media (min-width: 320px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 767px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 95%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 90%;
  }
}

@media (min-width: 1120px) {
  .container {
    width: 90%;
  }
}

@media (min-width: 1121px) {
  .container {
    width: 1120px;
  }
}

@media (min-width: 1441px) {
  .container {
    width: 75%;
  }
}

.heading {
  font: italic normal normal 124px/135px Bodoni Moda;
  letter-spacing: 0;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-family: "Montserrat", sans-serif;
}

.heading span {
  font: italic normal normal 55px/55px Bodoni Moda;
  letter-spacing: 0;
  color: #936220;
  text-transform: uppercase;
  display: table;
  padding-left: 30px;
  position: relative;
  clear: both;
  font-family: "Montserrat", sans-serif;
}

.north-section .container {
  position: relative;
  z-index: 2;
}

.north-image img {
  width: 100%;
  display: block;
}

.century-section .heading {
  position: relative;
  z-index: 4;
}

.north-image:after {
  content: "";
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#00000000),
      to(#000000bd));
  background: -o-linear-gradient(top, #00000000 0, #000000bd 100%);
  background: linear-gradient(180deg, #00000000 0, #000000bd 100%);
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
}

footer {
  text-align: center;
  padding: 80px 0;
  background: #161616;
}

footer .btn-outline {
  margin-bottom: 50px;
}

footer p {
  margin-bottom: 25px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

.footer-links {
  font: normal normal normal 18px/30px Open Sans;
  letter-spacing: 0;
  color: #e2e2e2;
  text-transform: uppercase;
  opacity: 0.5;
}

.link {
  color: #e2e2e2;
  font-family: "Montserrat", sans-serif;
}

.link:hover {
  color: #fff;
}

.form-block p {
  font: normal normal 300 18px/30px Open Sans;
  letter-spacing: 0;
  color: #e2e2e2;
  opacity: 1;
  margin-bottom: 25px;
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
}

.small-heading {
  font: italic normal normal 55px/68px Bodoni Moda;
  letter-spacing: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.small-heading span {
  color: #936220;
}

.form-block {
  padding: 80px 77px;
}

.appointment-section .flex-item:first-child {
  /* background: #222 0 0 no-repeat padding-box; */
}

.slider-row.slider-row1 .flex-item,
.slider-row.slider-row2 .flex-item {
  padding: 25px;
}

.slider-row.slider-row1 .flex,
.slider-row.slider-row2 .flex {
  margin: 0 -25px;
}

.flex-item.copy-item .myslider {
  background: #161616 0 0 no-repeat padding-box;
  height: 100%;
}

.flex-item.copy-item .myslider:hover {
  background: -o-linear-gradient(125deg,
      #904225 0,
      #9e4a2a 6%,
      #c35f37 16%,
      #c96339 18%,
      #bd5c34 41%,
      #9e4a2a 83%,
      #904225 100%) 0 0 no-repeat padding-box;
  background: linear-gradient(325deg,
      #904225 0,
      #9e4a2a 6%,
      #c35f37 16%,
      #c96339 18%,
      #bd5c34 41%,
      #9e4a2a 83%,
      #904225 100%) 0 0 no-repeat padding-box;
}

.number-copy {
  font: normal normal normal 70px/98px Bodoni Moda;
  letter-spacing: 0;
  color: #fff;
}

.text-copy {
  font: normal normal 300 35px/40px Open Sans;
  letter-spacing: 0;
  color: #fff;
  text-transform: uppercase;
  opacity: 0.73;
}

.slider-row.slider-row1 .flex-item {
  width: 33.33%;
}

.slider-row.slider-row2 .flex-item:first-child {
  width: 33.33%;
}

.slider-row.slider-row2 .flex-item:last-child {
  width: 66.77%;
}

.rotate {
  -webkit-animation: rotation 30s infinite linear;
  animation: rotation 30s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.flex-item.copy-item .myslider div,
.flex-item.copy-item .myslider li,
.flex-item.copy-item .myslider ul {
  height: 100%;
}

.number-copy,
.text-copy {
  width: 100%;
  display: inline-block;
  height: auto !important;
}

.copy-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding: 50px 44px;
}

.number-copy {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-copy {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

input.uk-input {
  background: #3d3d3d 0 0 no-repeat padding-box;
  border-radius: 5px;
  border: transparent;
  font: normal normal 300 20px/15px Open Sans;
  font-size: 13px;
  letter-spacing: 0;
  color: #fff;
  font-weight: 600;
  opacity: 0.6;
  /* height: 25px; */
  /* min-height: 46px; */
  padding: 1em;
  background: #ebebeb;
  border: 1px solid #ccc;
  color: #000;
  opacity: 1;
  font-family: "Montserrat", sans-serif;
}

select {
  background: #ebebeb;
  border-radius: 5px;
  font: normal normal 300 20px/15px Open Sans;
  border: 1px solid #ccc;
  font-weight: 600;
  letter-spacing: 0;
  color: #5a5a5a;
  opacity: 1;
  padding: 1em;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  /* font: normal normal 300 20px / 15px Open Sans; */
}

.form-select:invalid {
  text-transform: uppercase;
}


.btn-submit {
  border: 2px solid #fff;
  border-radius: 5px;
  width: 100%;
  min-height: 50px;
  font: normal normal 300 18px/30px Open Sans;
  letter-spacing: 0;
  background: 0 0;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-family: "Montserrat", sans-serif;
}

.form-block p.error-message {
  color: red;
  font: normal normal 300 12px/20px Open Sans;
  margin: 0;
}

::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.6;
  text-transform: uppercase;
}

:-ms-input-placeholder {
  color: #fff;
  opacity: 0.6;
  text-transform: uppercase;
}

::-moz-placeholder {
  color: #fff;
  opacity: 0.6;
  text-transform: uppercase;
}

::-ms-input-placeholder {
  color: #fff;
  opacity: 0.6;
  text-transform: uppercase;
}

::placeholder {
  color: #fff;
  opacity: 0.6;
  text-transform: uppercase;
}

.video-section {
  position: relative;
  margin: 0 0 160px;
}

a.play-video .rotate {
  width: 100%;
  margin: 0;
  display: block;
}

a.play-video {
  position: absolute;
  background: #000;
  border-radius: 100%;
  width: 15%;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30%;
  display: block;
}

a.play-video:hover .play-icon {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

img.play-icon {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

sub {
  font-size: 18px;
  bottom: 0;
}

.book-block .btn-outline {
  padding-left: 20px;
  text-align: left;
}

img.calendar-image {
  width: 25px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  filter: brightness(0) saturate(100%);
  filter: brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(2%) hue-rotate(332deg) brightness(110%) contrast(101%);
}

.book span {
  max-width: 0;
  -webkit-transition: max-width 1s;
  -o-transition: max-width 1s;
  transition: max-width 1s;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  font: normal normal 600 18px/1.4 Open Sans;
}

.book:hover span {
  max-width: 209px;
}

a.btn.book {
  position: fixed;
  margin-left: 2em;
  bottom: 2em;
  /* background: #936220; */
  display: none;
  padding: 1em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
}

a.btn.book img.calendar-image {
  position: relative;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  top: unset;
  right: unset;
  filter: brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(2%) hue-rotate(332deg) brightness(110%) contrast(101%);
}

a.btn.book {
  border-radius: 32px;
}

a.btn.book.call-button {
  bottom: 1.5em;
  /* background: #936220; */
  right: 25px;
}

.middle-heading {
  font: italic normal normal 124px/248px Bodoni Moda;
  letter-spacing: 0;
  color: #fff;
  text-transform: uppercase;
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  /* -webkit-transform: translate(-50%, -50%); */
  -ms-transform: translate(-50%, -50%);
  /* transform: translate(-50%, -50%); */
  font-family: "Montserrat", sans-serif;
}

.amenities-header {
  position: relative;
}

.amenities-item {
  width: 25.5%;
  padding: 40px 25px;
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.amenities-item img {
  max-width: 90px;
  width: 100%;
  filter: brightness(0) saturate(100%) invert(32%) sepia(100%) saturate(364%) hue-rotate(355deg) brightness(102%) contrast(89%);
}

.amenities-images {
  text-align: center;
}

.amenities-item p {
  font: normal normal 300 15px/18px Open Sans;
  letter-spacing: 0;
  color: #fff;
  opacity: 0.7;
  margin-top: 26px;
  font-family: "Montserrat", sans-serif;
  font-family: "Montserrat", sans-serif;
}

.amenities-item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 50%;
  width: 1px;
  background: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.14;
}

/* .amenities-item:last-child:after {
    content: unset!important
}

.amenities-item:nth-child(5n+0):after {
    content: "";
    content: unset
} */

.uk-tab.amenities-tabs a {
  font: normal normal 600 11px/15px Open Sans;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: none;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: capitalize;
}

.uk-tab.amenities-tabs>.uk-active {
  border: none;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: transform 1s ease-in-out;
  -moz-transition: transform 1s ease-in-out;
  -ms-transition: transform 1s ease-in-out;
}

.uk-tab.amenities-tabs::before {
  content: unset;
}

.uk-tab.amenities-tabs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0;
  margin-top: -8.5%;
}

ul.uk-tab.amenities-tabs li {
  margin: 2em;
  background: #222;
  padding-left: 0;
  width: 0px;
  height: 0px;
  border-radius: 100%;
  transform: scale(1);
  -webkit-transition: transform 1s ease-in-out, background 1s ease-in-out;
  -moz-transition: transform 1s ease-in-out, background 1s ease-in-out;
  -ms-transition: transform 1s ease-in-out, background 1s ease-in-out;
  overflow: hidden;
}

ul.uk-tab.amenities-tabs {
  margin-bottom: 2em;
}

ul.uk-tab.residence-tabs {
  border-top: 1px solid #2e2e2e;
  border-bottom: 1px solid #2e2e2e;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 0;
  margin-top: 1em;
  margin-bottom: 2em;
}

.uk-tab.residence-tabs::before {
  content: unset;
}

.uk-tab.residence-tabs>.uk-active>a {
  border: none;
  color: #c46037;
}

.uk-tabs.residence-tabs a {
  font: normal normal 300 20px/25px Open Sans;
}

ul.uk-tab.residence-tabs a {
  padding: 1em;
  font: normal normal 300 20px/25px Open Sans;
  opacity: 0.5;
  color: #fff;
  text-transform: inherit;
}

ul.uk-tab.residence-tabs .uk-active a {
  opacity: 1;
}

ul.uk-tab.residence-tabs>* {
  padding-left: 0;
  margin: auto;
}

ul#residence-id>* {
  background: #161616 0 0 no-repeat padding-box;
  position: relative;
}

.residence-item {
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.residence-item .config-image {
  width: 75%;
  padding: 0 7%;
}

.residence-item .config-copy {
  width: 25%;
  text-align: left;
  font: normal normal normal 11px/25px Open Sans;
  letter-spacing: 0;
  color: #c7c7c7;
  padding-left: 5%;
}

.residence-section {
  padding: 140px 0;
}

.gallery-section {
  padding: 100px 0 100px;
  /* margin-top: 90px */
}

section.gallery-section {
  background: #161616;
}

#residence-id .btn.btn-outline {
  position: absolute;
  bottom: 3em;
  left: 3em;
  width: 180px;
}

.video-section>img {
  width: 100%;
}

.gallery-tabs {
  position: absolute;
  right: 2.5em;
  margin-top: -6.5em;
  display: flex;
  flex-wrap: wrap;
}

.small-heading span {
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.small-heading span:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 75px;
  background: #fff 0 0 no-repeat padding-box;
  opacity: 0.2;
  bottom: 20%;
}

.heading span:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 150px;
  background: #fff 0 0 no-repeat padding-box;
  opacity: 0.2;
  bottom: 7px;
  left: 103%;
}

.long-gray-line {
  display: inline-block;
  height: 2px;
  width: 180px;
  position: absolute;
  bottom: 15px;
  margin-left: 10px;
  background: #fff;
  opacity: 0.2;
}

.north-section .text-white:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 98px;
  background: #fff 0 0 no-repeat padding-box;
  opacity: 0.2;
  bottom: 7px;
  left: 20px;
}

.gallery-tabs>.uk-active>a {
  border: none;
  color: #c46037;
  opacity: 1;
}

.gallery-tabs a {
  text-transform: capitalize;
  color: #fff;
  opacity: 0.5;
}

.gallery-tabs::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #936220;
  opacity: 0.5;
}

.gallery-tabs::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #936220;
  opacity: 0.5;
}

.uk-dotnav>.uk-active>* {
  background: #c46037 0 0 no-repeat padding-box;
  opacity: 1;
}

.uk-dotnav>li>* {
  width: 20px;
  height: 6px;
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 10px;
  opacity: 0.32;
  border-radius: 0;
}

ul.uk-slider-nav.uk-dotnav {
  position: absolute;
  left: 12%;
  top: 92%;
}

.amenities-header>img {
  width: 100%;
}

ul#gallery-id img {
  width: 100%;
  height: auto;
  display: block;
}

.amenities-item {
  vertical-align: top;
}

.uk-tab.residence-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: unset;
  flex-wrap: unset;
}

.content {
  width: 100%;
  color: #fff;
  display: block;
}

.swiper-container {
  height: auto;
  overflow: hidden;
}

.swiper-scrollbar.js-swiper-scrollbar {
  background: #3c3c3c;
}

.swiper-scrollbar-drag {
  height: 5px;
  width: 100%;
  position: relative;
  background: #fff;
  border-radius: 10px;
  left: 0;
  background: #904225;
  background: -moz-linear-gradient(left,
      #904225 0,
      #9e4b2a 6%,
      #c35f37 16%,
      #c96439 18%,
      #bd5d34 41%,
      #9e4b2a 83%,
      #904225 100%);
  background: -webkit-gradient(left top,
      right top,
      color-stop(0, #904225),
      color-stop(6%, #9e4b2a),
      color-stop(16%, #c35f37),
      color-stop(18%, #c96439),
      color-stop(41%, #bd5d34),
      color-stop(83%, #9e4b2a),
      color-stop(100%, #904225));
  background: -webkit-linear-gradient(left,
      #904225 0,
      #9e4b2a 6%,
      #c35f37 16%,
      #c96439 18%,
      #bd5d34 41%,
      #9e4b2a 83%,
      #904225 100%);
  background: -o-linear-gradient(left,
      #904225 0,
      #9e4b2a 6%,
      #c35f37 16%,
      #c96439 18%,
      #bd5d34 41%,
      #9e4b2a 83%,
      #904225 100%);
  background: -ms-linear-gradient(left,
      #904225 0,
      #9e4b2a 6%,
      #c35f37 16%,
      #c96439 18%,
      #bd5d34 41%,
      #9e4b2a 83%,
      #904225 100%);
  background: #936220;
}

.swiper-container-horizontal>.swiper-scrollbar {
  width: 75%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#gallery-id .container {
  position: relative;
  padding: 2.5em 15px 1em;
  overflow: hidden;
}

.swiper-scrollbar.js-swiper-scrollbar {
  width: calc(100% - 8em);
  float: left;
}

.swiper-button-next,
.swiper-button-prev {
  width: 6%;
  float: right;
  color: #936220;
  left: unset;
  right: unset;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 30px;
}

.swiper-button-prev {
  position: absolute;
  right: 3em;
  top: 2.1em;
}

.swiper-button-next {
  position: absolute;
  right: 0;
  top: 2.1em;
}

.thank-you-section {
  /* height: 100vh; */
  position: relative;
}

.thank-you-section .flex,
.thank-you-section .flex-item {
  height: 100%;
}

.thank-you-copy {
  clear: both;
  padding: 6em 0;
}

.thank-you-section .flex-item:first-child {
  padding: 5%;
  box-sizing: border-box;
}

.thank-you-section .flex-item>img {
  width: 100%;
  display: block;
}

.thank-you-section .flex .flex-item {
  width: 50%;
}

.thank-you-copy h1 {
  font: italic normal normal 70px/100px Bodoni Moda;
  letter-spacing: 0;
  color: #936220;
  text-transform: uppercase;
}

.thank-you-copy h1 span.white-text {
  color: #fff;
  font: italic normal normal 45px/55px Bodoni Moda;
  letter-spacing: 0;
  color: #fff;
  text-transform: uppercase;
  display: block;
  position: relative;
}

p.thank-you-note {
  font: normal normal 300 20px/40px Open Sans;
  letter-spacing: 0;
  color: #fff;
  opacity: 0.7;
  padding-top: 2em;
}

.thank-you-image {
  background-size: cover;
  background-repeat: no-repeat;
}

.century-section {
  margin-top: -3.4em;
}

.amenities-section {
  padding: 100px 0 100px;
}

section.amenities-section .tab-container .container {
  position: relative;
  padding: 2em;
}

section.gallery-section .tab-container .container {
  position: relative;
  padding: 2em;
}

ul.gallery-tabs>* {
  padding: 10px;
  font: normal normal 300 20px/25px Open Sans;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.tab-switcher.activate {
  color: #936220;
  opacity: 1;
}

.tab-switcher {
  color: #fff;
  opacity: 0.9;
  cursor: pointer;
}

.swiper-slider img {
  width: 100%;
  display: block;
}

li#tab-plans {
  padding-right: 0;
}

.swiper-slide img {
  width: 100%;
}

.swiping-container {
  width: 100%;
  padding: 0 2em;
}

.header-container {
  width: 100%;
  overflow: hidden;
  padding: 0 2em;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.config-copy ul {
  list-style-type: auto;
}

ul.uk-tab.amenities-tabs>li:after {
  content: "";
  background: #904225;
  background: -moz-linear-gradient(319deg,
      #904225 0,
      #9e4b2a 6%,
      #c35f37 16%,
      #c96439 18%,
      #bd5d34 41%,
      #9e4b2a 83%,
      #904225 100%);
  background: -webkit-gradient(left top,
      right bottom,
      color-stop(0, #904225),
      color-stop(6%, #9e4b2a),
      color-stop(16%, #c35f37),
      color-stop(18%, #c96439),
      color-stop(41%, #bd5d34),
      color-stop(83%, #9e4b2a),
      color-stop(100%, #904225));
  background: -webkit-linear-gradient(319deg,
      #904225 0,
      #9e4b2a 6%,
      #c35f37 16%,
      #c96439 18%,
      #bd5d34 41%,
      #9e4b2a 83%,
      #904225 100%);
  background: -o-linear-gradient(319deg,
      #904225 0,
      #9e4b2a 6%,
      #c35f37 16%,
      #c96439 18%,
      #bd5d34 41%,
      #9e4b2a 83%,
      #904225 100%);
  background: -ms-linear-gradient(319deg,
      #904225 0,
      #9e4b2a 6%,
      #c35f37 16%,
      #c96439 18%,
      #bd5d34 41%,
      #9e4b2a 83%,
      #904225 100%);
  background: #936220;
  -webkit-transition: transform 1s ease-in-out, backlground 1s ease-in-out;
  -moz-transition: transform 1s ease-in-out, backlground 1s ease-in-out;
  -ms-transition: transform 1s ease-in-out, backlground 1s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

ul.uk-tab.amenities-tabs>li.uk-active:after {
  /* opacity: 1; */
  /* transition: opacity 1s ease-in-out; */
}

.appointment-section iframe {
  width: 100%;
  height: 100%;
}

.tab-container.video-container-main {
  max-width: 60%;
  margin: 0 auto;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container embed,
.video-container iframe,
.video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .heading {
    font: italic normal normal 103px/110px Bodoni Moda;
  }

  .century-section p br {
    display: none;
  }

  .download-block .flex-item:first-child {
    padding: 0 0;
  }

  .number-copy {
    font: normal normal normal 50px/65px Bodoni Moda;
  }

  .text-copy {
    font: normal normal 300 26px/32px Open Sans;
  }
}

@media (max-width: 768px) {
  header {
    padding: 18px 0;
  }

  .logo {
    width: 120px;
  }

  p.slider-header {
    font: italic normal normal 45px/50px Bodoni Moda;
  }

  p.slider-sub-text {
    font: normal normal 300 20px/28px Open Sans;
  }

  .heading {
    font: italic normal normal 82px/95px Bodoni Moda;
  }

  .heading span {
    font: italic normal normal 45px/55px Bodoni Moda;
    padding-left: 6px;
  }

  .copy-slider {
    padding: 25px 25px;
  }

  .number-copy {
    font: normal normal normal 35px/45px Bodoni Moda;
  }

  .banner-copy {
    left: 5%;
    top: 12%;
  }

  ul.uk-slider-nav.uk-dotnav {
    left: 5%;
  }

  .residence-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .residence-item .config-image {
    width: 100%;
  }

  #residence-id .btn.btn-outline {
    position: relative;
    top: 1em;
    left: 0;
  }

  .residence-item .config-copy {
    padding-left: 0;
    width: 100%;
  }

  .config-copy ul li {
    padding-left: 0;
    width: calc(50% - 20px);
    float: left;
    line-height: 18px;
    padding-bottom: 10px;
    margin-left: 20px;
  }

  .appointment-section .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .appointment-section .flex .flex-item iframe {
    width: 100%;
    height: 25em;
  }

  .amenities-item {
    width: 18.5%;
    vertical-align: top;
    padding: 40px 15px;
  }

  .middle-heading {
    font: italic normal normal 73px/130px Bodoni Moda;
  }

  .uk-tab.amenities-tabs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -11.5%;
  }

  ul.uk-tab.amenities-tabs li {
    width: 112px;
    height: 112px;
    margin: 1em 1.5em;
  }

  .gallery-section,
  .residence-section {
    padding: 100px 0;
  }

  .north-section {
    padding-top: 100px;
  }

  .video-section {
    margin: 0 0 100px;
  }

  .amenities-item p {
    font: normal normal 300 14px/18px Open Sans;
  }

  .thank-you-section .flex {
    flex-direction: column;
  }

  .thank-you-section .flex .flex-item:last-child {
    display: none;
  }

  .thank-you-section .flex .flex-item {
    width: 100% !important;
  }

  .thank-you-section {
    height: auto;
  }

  .thank-you-section .flex-item:first-child {
    /* height: 100vh; */
  }

  .north-section h1 {
    font: italic normal normal 88px/120px Bodoni Moda;
  }

  ul.uk-tab.residence-tabs a {
    padding: 1em;
    font: normal normal 300 16px/22px Open Sans;
  }

  .long-gray-line {
    display: none;
  }

  select {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .video-container-new img {
    height: 300px !important;
    width: 100% !important;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    object-position: center bottom;
  }

  .header-container {
    padding: 0 15px;
  }

  .banner-copy {
    position: absolute;
    top: 62%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 7%;
  }

  picture img {
    width: 100%;
    display: block;
    margin-top: 89px;
  }

  .logo {
    width: 115px;
  }

  header .btn-outline {
    font: normal normal 600 14px/1.4 Open Sans;
    width: 222px;
  }

  img.calendar-image {
    width: 25px;
  }

  .heading {
    font: italic normal normal 66px/72px Bodoni Moda;
    margin-bottom: 25px;
  }

  header {
    padding: 15px 0;
  }

  .north-section {
    padding-top: 60px;
  }

  .north-section h1 {
    text-align: left;
    font: italic normal normal 44px/54px Bodoni Moda;
  }

  .north-section .text-white {
    font: italic normal normal 30px/35px Bodoni Moda;
  }

  .north-points li {
    font: normal normal normal 15px/22px Bodoni Moda;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
  }

  .heading span {
    font: italic normal normal 30px/35px Bodoni Moda;
  }

  .slider-row.slider-row1 .flex,
  .slider-row.slider-row2 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }

  .gallery-section,
  .residence-section,
  .amenities-section {
    padding: 60px 0;
  }

  .about-us {
    padding: 60px 0 !important;
    margin-top: unset !important;
  }

  .video-section-new {
    padding: 60px 0 !important;
    margin-top: unset !important;
  }

  .amenities-item {
    width: 49.5%;
  }

  .form-block {
    padding: 60px 15px;
  }

  input.uk-input {
    min-height: 40px;
    padding: 0.5em;
  }

  .residence-section .heading,
  .small-heading {
    font: italic normal normal 38px/50px Bodoni Moda;
  }

  .residence-section .heading span,
  .small-heading span {
    font: italic normal normal 30px/35px Bodoni Moda;
  }

  #residence-id .btn.btn-outline {
    width: 130px;
    position: relative;
    top: unset;
    left: 1em;
    margin-bottom: 1em;
    margin-top: 1em;
    bottom: unset;
    padding: 9px;
    font: normal normal 600 13px/1.4 Open Sans;
  }

  .gallery-tabs {
    position: relative;
    right: unset;
    left: 1em;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 2em;
    float: left;
    clear: both;
    overflow: hidden;
  }

  ul#gallery-id {
    clear: both;
  }

  .video-section {
    position: relative;
    margin: 0 0 80px;
  }

  .btn-submit {
    min-height: 46px;
  }

  a.play-video {
    width: 135px;
  }

  .form-block p {
    font: normal normal 300 15px/23px Open Sans;
  }

  ul.uk-tab.residence-tabs {
    overflow-x: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
    margin-left: -15px;
    margin-right: -15px;
  }

  ul.uk-tab.residence-tabs::-webkit-scrollbar {
    display: none;
  }

  ul.uk-tab.amenities-tabs {
    overflow: inherit;
    overflow-x: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: -22.5%;
    margin-left: -15px;
    margin-right: -15px;
  }

  ul.uk-tab.amenities-tabs::-webkit-scrollbar {
    display: none;
  }

  footer p {
    margin-bottom: 25px;
    font: normal normal normal 15px/24px Open Sans;
  }

  .middle-heading {
    font: italic normal normal 50px/130px Bodoni Moda;
  }

  .slider-row.slider-row1 .flex-item,
  .slider-row.slider-row2 .flex-item,
  .slider-row.slider-row2 .flex-item:first-child,
  .slider-row.slider-row2 .flex-item:last-child {
    width: 100%;
    padding: 0 0 25px 0;
  }

  .download-block .flex-item:first-child,
  .download-block .flex-item:last-child {
    width: 100%;
    overflow: hidden;
  }

  .download-block .flex-item:last-child {
    padding-left: 0;
  }

  .flex.download-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .century-section p {
    font: normal normal normal 15px/26px Open Sans;
  }

  .amenities-item {
    width: 47.5%;
    padding: 28px 15px;
  }

  .amenities-item:nth-child(5n + 0):after {
    content: "";
  }

  .amenities-item:nth-child(2n + 0):after {
    content: unset;
  }

  .residence-item {
    padding: 14px 7px;
  }

  .config-copy ul li:nth-child(2n + 1) {
    clear: left;
  }

  .residence-item .config-image {
    padding: 15px;
  }

  p.slider-header {
    font: italic normal normal 37px/45px Bodoni Moda;
    margin-bottom: 5px;
  }

  p.slider-header span {
    font: italic normal normal 35px/40px Bodoni Moda;
  }

  p.slider-sub-text {
    font: normal normal 300 15px/20px Open Sans;
    letter-spacing: 0;
    color: #fff;
    opacity: 0.7;
    padding-top: 0;
  }

  p.slider-sub-text br {
    display: none;
  }

  ul.uk-slider-nav.uk-dotnav {
    top: 96%;
    left: 7%;
  }

  .uk-tab.amenities-tabs>.uk-active {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 0;
  }

  a.btn.book {
    bottom: 1em;
    margin: 0px !important;
  }

  .btn-app {
    left: 1em !important;
    bottom: 1em !important;
  }

  .btn-call {
    right: 1em !important;
    bottom: 1em !important;
  }

  a.btn.book.call-button {
    bottom: 5em;
    /* background: #936220; */
  }

  .uk-tab.amenities-tabs a {
    font: normal normal 600 12px/15px Open Sans;
    z-index: 0;
  }

  ul.uk-tab.residence-tabs a {
    font: normal normal 300 17px/22px Open Sans;
  }

  .flex-item.copy-item ul {
    min-height: 170px !important;
  }

  .swiper-button-next {
    position: absolute;
    right: 1em;
  }

  .swiper-scrollbar.js-swiper-scrollbar {
    width: calc(100% - 5em);
    float: left;
  }

  .thank-you-copy h1 {
    font: italic normal normal 50px/65px Bodoni Moda;
  }

  .thank-you-copy h1 span.white-text {
    font: italic normal normal 36px/42px Bodoni Moda;
  }

  p.thank-you-note {
    font: normal normal 300 18px/26px Open Sans;
  }

  .orange-line,
  p.slider-header span.orange-line {
    width: 93px;
  }

  .orange-line,
  p.slider-header span.orange-line {
    width: 70px;
  }

  .heading span:after {
    width: 90px;
  }

  .north-section .text-white:before {
    left: 10px;
    width: 90px;
  }

  .north-section .text-white {
    padding-left: 112px;
  }

  .rotate {
    width: 55%;
  }

  .brochure {
    width: 15%;
  }

  .century-section {
    margin-top: -2em;
  }

  div#allTabsContainer {
    clear: both;
  }

  section.gallery-section .tab-container .container {
    padding: 2em 15px;
    /* display: none; */
  }

  .north-points ul li::before {
    top: 5px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }

  .text-copy br {
    display: none;
  }

  .copy-slider {
    align-content: center;
  }

  ul.uk-tab.amenities-tabs li {
    width: 0;
    height: 0;
    margin: 1em 1.8em;
  }

  .north-image {
    margin-top: -10%;
  }

  .amenities-item img {
    max-width: 70px;
  }

  .tab-container.video-container-main {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 375px) {
  ul.uk-tab.amenities-tabs li {
    margin: 1em 1.5em;
  }
}

@media (max-width: 320px) {
  img.calendar-image {
    width: 22px;
  }

  header .btn-outline {
    font: normal normal 600 10px/1.4 Open Sans;
    width: 177px;
  }

  .north-section h1 {
    font: italic normal normal 35px/42px Bodoni Moda;
  }

  .north-section .text-white {
    font: italic normal normal 24px/26px Bodoni Moda;
  }

  .heading {
    font: italic normal normal 58px/72px Bodoni Moda;
  }

  .heading span {
    font: italic normal normal 21px/30px Bodoni Moda;
  }

  .residence-section .heading,
  .small-heading {
    font: italic normal normal 35px/48px Bodoni Moda;
  }

  .residence-section .heading span,
  .small-heading span {
    font: italic normal normal 23px/24px Bodoni Moda;
  }

  .middle-heading {
    font: italic normal normal 40px/80px Bodoni Moda;
  }

  ul.uk-tab.residence-tabs a {
    font: normal normal 300 14px/22px Open Sans;
  }

  .thank-you-copy h1 {
    font: italic normal normal 44px/54px Bodoni Moda;
  }

  .thank-you-copy h1 span.white-text {
    font: italic normal normal 30px/36px Bodoni Moda;
  }

  p.thank-you-note {
    font: normal normal 300 16px/24px Open Sans;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 22px;
  }

  ul.uk-tab.amenities-tabs li {
    width: 0px;
    height: 0px;
    margin: 1em;
  }

  .north-image {
    margin-top: -9%;
  }

  .north-section .text-white {
    padding-left: 107px;
  }

  .north-section .text-white:before {
    left: 9px;
  }

  p.slider-header {
    margin-bottom: 5px;
  }

  .banner-copy {
    position: absolute;
    top: 56%;
  }

  .century-section {
    margin-top: -1.75em;
  }

  .uk-tab.amenities-tabs>.uk-active {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .uk-tab.amenities-tabs a {
    font: normal normal 600 11px/14px Open Sans;
  }
}

.swiper-container .swiper-wrapper {
  transition-timing-function: linear;
}

.uk-modal-body p {
  font: normal normal 300 15px/1.4 Open Sans;
  color: #000;
}

.uk-modal-body p {
  font: normal normal 300 15px/1.4 Open Sans;
  color: #000;
}

.uk-modal-title {
  font-size: 1.3rem;
  text-align: center;
}

.uk-switcher {
  pointer-events: none;
}

.uk-switcher a {
  pointer-events: auto;
}

.needs-validation p.error-message {
  color: red;
  font: normal normal 300 12px/20px Open Sans;
  margin: 0;
}

.virtual-section {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}

.virtual-section iframe {
  width: 100%;
  height: 100%;
}

#request-form input.uk-input {
  background: #ebebeb;
  border: 1px solid #ccc;
  color: #000;
  opacity: 1;
}

#request-form input.uk-input:focus {
  background: #ccc;
}

#mobile_verification input.uk-input {
  background: #ebebeb;
  border: 1px solid #ccc;
  color: #000;
  opacity: 1;
}

#mobile_verification input.uk-input:focus {
  background: #ccc;
}

.uk-modal-title {
  font-weight: 700;
  color: #fff;
}

#request-form ::-webkit-input-placeholder {
  color: #000;
  opacity: 0.6;
  text-transform: uppercase;
}

#request-form :-ms-input-placeholder {
  color: #000;
  opacity: 0.6;
  text-transform: uppercase;
}

#request-form ::-moz-placeholder {
  color: #000;
  opacity: 0.6;
  text-transform: uppercase;
}

#request-form ::-ms-input-placeholder {
  color: #000;
  opacity: 0.6;
  text-transform: uppercase;
}

#request-form ::placeholder {
  color: #000;
  opacity: 0.6;
  text-transform: uppercase;
}

#mobile_verification ::-webkit-input-placeholder {
  color: #000;
  opacity: 0.6;
  text-transform: uppercase;
}

#mobile_verification :-ms-input-placeholder {
  color: #000;
  opacity: 0.6;
  text-transform: uppercase;
}

#mobile_verification ::-moz-placeholder {
  color: #000;
  opacity: 0.6;
  text-transform: uppercase;
}

#mobile_verification ::-ms-input-placeholder {
  color: #000;
  opacity: 0.6;
  text-transform: uppercase;
}

#mobile_verification ::placeholder {
  color: #000;
  opacity: 0.6;
  text-transform: uppercase;
}

div#request-form form#formd_valid1 .uk-margin:last-child {
  margin-bottom: 0;
}

#pageloader {
  background: rgba(0, 0, 0, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

#pageloader img {
  left: 50%;
  width: 100px;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

.pric-poli {
  font-size: 12px;
  margin: 20px auto;
  width: 33%;
}

/* Table */

.config-section {
  padding: 60px 20px;
  background: linear-gradient(0deg, #242424 0, #000 100%) 0 0 no-repeat;
}

.table {
  width: 80%;
  max-width: 100%;
  margin: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.config-table {
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  /* font-family: Bodoni Moda; */
  font-family: "Open Sans";
}

.config-table thead {
  background: #1f1b20;
  color: #fff;
  /* border: 1px solid #fff; */
  border-bottom: none;
  /* /* border: none !important; */
}

.config-table tr th {
  text-align: center;
  vertical-align: middle !important;
  padding: 15px 0 !important;
  font-family: "Montserrat", sans-serif;
}

.config-table tr td {
  vertical-align: middle !important;
  padding: 15px 5px !important;
  /* background: #000; */
  color: #fff;
  font-size: 12px;
  font: normal normal normal 12px / 22px Bodoni Moda;
  background-image: linear-gradient(360deg, black, #0d0d0d);
  font-family: "Montserrat", sans-serif;
}

.config-table a {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  /* background: #936220; */
  padding: 5px;
  font-family: "Montserrat", sans-serif;
}

.config-table tbody {
  background: #ffffff;
  /* border: 1px solid #fff; */
  border-top: 0;
}

.config-table tr td:nth-child(1) {
  width: 40%;
}

@media (max-width: 768px) {
  .about-us p {
    font: normal normal normal 15px/26px Open Sans;
  }

  .config-section {
    padding: 60px 0px;
  }

  .pric-poli {
    font-size: 12px;
    margin: 20px auto;
    width: 100%;
  }

  .table {
    width: 100%;
    max-width: 100%;
    margin: auto;
  }

  .config-table tr td:nth-child(1) {
    width: 40%;
  }

  .config-table tr td:nth-child(2) {
    width: 30%;
  }

  .config-table tr td:nth-child(3) {
    width: 30%;
  }
}

.video-container .text-overlay {
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 9px 7px;
  font-size: 12px;
  z-index: 1;
}

.about-us {
  padding: 40px 0px;
  /* margin-top: 90px; */
  background: #161616;
}

.video-section-new {
  padding: 100px 0 140px;
  /* margin-top: 90px; */
}

.about-us p {
  font: normal normal normal 16px/35px Open Sans;
  letter-spacing: 0;
  color: #fff;
  opacity: 0.7;
  font-family: "Montserrat", sans-serif;
}

form .whatsapp-content {
  display: flex;
  justify-content: start;
  align-items: baseline;
  flex-direction: row;
  color: #fff;
  /* flex-wrap: wrap; */
}

form .whatsapp-content input {
  height: unset !important;
  width: unset !important;
}

form .whatsapp-content p {
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 16px;
  color: #000;
}

.qr-container .qr-img img {
  margin: 0px auto;
  display: block;
  width: 115px;
}

.qr-container p {
  text-align: center;
  margin-top: 7px;
  margin-bottom: 0px;
  margin-left: 15px;
  font-family: "Montserrat", sans-serif;
  margin-right: 15px;
  color: #fff;
}

.qr-flex {
  display: flex;
  justify-content: space-between;
}

.glob-sec p,
h1,
h2,
h3,
li,
span {
  color: #333;
}

.glob-sec h2 {
  font-size: 22px;
}

.uk-modal-header {
  background: #936220 !important;
}

.video-container-new {
  width: 100%;
  height: auto;
  position: relative;
}

.video-container-new img {
  height: 500px;
  width: 100%;
  display: block;
  margin: 0 auto;
  object-fit: cover;
  object-position: center bottom;
}

.video-container-new .text-overlay {
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 9px 7px;
  font-size: 12px;
  z-index: 1;
}

.uk-close {
  color: #fff !important;
  font-weight: bold !important;
}

.flexbox {
  display: flex;
  justify-content: space-evenly;
  align-items: start;
}

/* -------------grey-btn---------- */
.GreyBtn {
  /* background: #936220; */
  color: #fff;
  background: -moz-linear-gradient(left,
      #936220 0%,
      #936220 46%,
      #ffffff 51%,
      #936220 56%,
      #936220 100%);
  background: -webkit-linear-gradient(left,
      #936220 0%,
      #936220 46%,
      #ffffff 51%,
      #936220 56%,
      #936220 100%);
  /* background: linear-gradient(to right, #000 0%, #000 46%, #ffffff 51%, #000 56%, #000 100%); */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#936220', endColorstr='#936220', GradientType=1);
  background-size: 600% 600%;
  -webkit-animation: AnimationNameGrey 3s ease infinite;
  animation: AnimationNameGrey 3s ease infinite;
}

@-webkit-keyframes AnimationNameGrey {
  0% {
    background-position: 100%;
  }

  100% {
    background-position: 0%;
  }
}

@keyframes AnimationNameGrey {
  0% {
    background-position: 100%;
  }

  100% {
    background-position: 0%;
  }
}

.north-sec {
  font: normal normal normal 16px / 35px Open Sans;
  letter-spacing: 0;
  color: #fff;
  opacity: 0.7;
  font-family: "Montserrat", sans-serif;
}

/* ----about us---- */
#counter {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #e6e6e7; */
  padding: 40px 0px;
  width: 100%;
}

#counter .item {
  /* background: #fff; */
  width: 215px;
  padding: 38px 2px;
  margin: 10px;
  text-align: center;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
}

#counter .item .count {
  color: #936220;
  margin-bottom: 5px;
  font-size: 31px;
}

#counter .item h3 {
  color: #fff;
  text-transform: capitalize;
  font: italic normal normal 14px / 20px Bodoni Moda;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(158px, 1fr));
  gap: 14px;
}

.grid-item {
  padding: 4px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.count {
  font-size: 1.5em;
  margin: 0;
  color: #936220;
}

.text {
  margin: 10px 0 0;
  font-size: 0.9em;
  font: italic normal normal 14px / 20px Bodoni Moda;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 767px) {
  #counter {
    flex-direction: column;
  }
}

.gallery-text {
  position: absolute;
  bottom: 0%;
  right: 0%;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  text-transform: uppercase;
}

/* .crown-new{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font: normal normal normal 17px / 37px Bodoni Moda;
} */

/* --------nav-bar------------ */

header {
  background-color: #262626;
}

/* need a solution for the next 2 properties */
li {
  list-style: none;
}

a {
  color: #fff;
  text-decoration: none;
}

.nav-bar {
  min-height: 4.375em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  width: 100%;
}

.nav-branding {
  font-size: 2rem;
  font-weight: 600;
  transition: color 500ms ease;
}

.nav-branding:hover,
.nav-branding:focus {
  color: dodgerblue;
}

.nav-menu {
  position: fixed;
  left: -100%;
  top: 3.375em;
  flex-direction: column;
  background-color: rgba(38, 38, 38, 0.85);
  width: 100%;
  height: 100%;
  text-align: center;
  transition: 750ms;
  font: normal normal normal 22px / 39px Bodoni Moda;
}

.nav-menu.active {
  left: 0;
}

.nav-item {
  margin: 1em 0;
  font-size: 19px;
  letter-spacing: 0;
  color: #bfbfbf;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.nav-link {
  transition: 400ms ease;
}

.nav-link:hover,
.nav-link:focus {
  color: #936220;
}

.hamburger {
  cursor: pointer;
}

.bar {
  display: block;
  background-color: #fff;
  width: 24px;
  /* The following 2 properties are essential in creating the "X" when the hamburger is clicked. If you change just 1 of the 2, then you need to find the proper combination for the other one */
  height: 2px;
  margin: 6px auto;

  /*    -webkit-transition: all 300ms ease;  */
  transition: all 300ms ease-in-out;
}

.hamburger.active .bar:nth-child(2) {
  opacity: 0;
}

.hamburger.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.video-container-new .playbutton {
  position: absolute;
  top: 39%;
  left: 47%;
}

.video-container-new .playbutton img {
  width: 80px !important;
  height: 80px !important;
}

.cssbuttons-io-button {
  background: #936220;
  color: white;
  font-family: inherit;
  padding: 0.35em;
  padding-left: 1.2em;
  font-size: 22px;
  font-weight: 500;
  border-radius: 0.9em;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 1.6em -0.6em #714da6;
  overflow: hidden;
  position: relative;
  height: 2.8em;
  padding-right: 3.3em;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}

.cssbuttons-io-button .icon {
  background: white;
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 0.7em;
  box-shadow: 0.1em 0.1em 0.6em 0.2em #936220;
  right: 0.3em;
  transition: all 0.3s;
}

.cssbuttons-io-button:hover .icon {
  width: calc(100% - 0.6em);
}

.cssbuttons-io-button .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: #936220;
}

.cssbuttons-io-button:hover .icon svg {
  transform: translateX(0.1em);
}

.cssbuttons-io-button:active .icon {
  transform: scale(0.95);
}

.claender {
  width: 50%;
  position: absolute;
  bottom: 50%;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.uk-modal-body {
  display: flow-root;
  padding: 20px 20px;
}

.uk-modal-dialog {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  width: 30%;
  max-width: calc(100% - .01px) !important;
  background: #fff;
  opacity: 0;
  transform: translateY(-100px);
  transition: .3s linear;
  transition-property: opacity, transform;
}

.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 49% !important;
  padding: 0 0 0 8px;
}

.video-top {
  padding-top: 10%;
}

@media screen and (max-width: 767px) {

  .uk-modal-dialog {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    width: 100% !important;
    max-width: calc(100% - .01px) !important;
    background: #fff;
    opacity: 0;
    transform: translateY(-100px);
    transition: .3s linear;
    transition-property: opacity, transform;
  }

  .claender {
    width: 100%;
    position: absolute;
    bottom: 30px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}



@media (min-width: 767px) {
  .nav-menu {
    position: static;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 63px;
    width: auto;
    font: normal normal normal 20px / 45px Bodoni Moda;
  }

  .hamburger {
    display: none;
  }

}

.cou-2 {
  font-size: 1.5em;
  margin: 0;
  color: #936220;
}


.uk-open>.uk-modal-dialog {
  opacity: 1;
  transform: translateY(0);
  top: 15%;
}