/*
v2.0.1
Last Updated: 2020-April
Author: Jagadeeshlal - jagadeeshlal@gmail.com
*/
/*=====
alpha
========*/
/*=====
linear-gradien
========*/
/*====
transition
======*/
/*====
transform
======*/
/*----
placeholder
-----*/
/*----
Grid
-----*/
/*----
flex
-----*/
/*-=====
opasity
=======*/
/*-=====
appearance
=======*/
/*-=====
filter
=======*/
/*-=====
react select
=======*/
/*-=====
filter animation
=======*/
/*-=====
Animation
=======*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  outline: 0;
  vertical-align: baseline;
  text-decoration: none;
}

nav,
ul,
li,
ol {
  list-style: none;
  margin: 0;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ade1ff;
  color: #212121;
  text-decoration: none;
}

mark {
  background-color: #ade1ff;
  color: #212121;
  font-style: italic;
  font-weight: 400;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
  text-decoration: none;
}

::selection {
  color: rgb(254, 254, 254);
  background-color: rgb(88, 176, 243);
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 14px;
  }
}
/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2/3) {
  select,
  textarea,
  input[type=text],
  input[type=password],
  input[type=datetime],
  input[type=datetime-local],
  input[type=date],
  input[type=month],
  input[type=time],
  input[type=week],
  input[type=number],
  input[type=email],
  input[type=url] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
  select,
  textarea,
  input[type=text],
  input[type=password],
  input[type=datetime],
  input[type=datetime-local],
  input[type=date],
  input[type=month],
  input[type=time],
  input[type=week],
  input[type=number],
  input[type=email],
  input[type=url] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {
  select,
  textarea,
  input[type=text],
  input[type=password],
  input[type=datetime],
  input[type=datetime-local],
  input[type=date],
  input[type=month],
  input[type=time],
  input[type=week],
  input[type=number],
  input[type=email],
  input[type=tel],
  input[type=url] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {
  select,
  textarea,
  input[type=text],
  input[type=password],
  input[type=datetime],
  input[type=datetime-local],
  input[type=date],
  input[type=month],
  input[type=time],
  input[type=week],
  input[type=number],
  input[type=email],
  input[type=tel],
  input[type=url] {
    font-size: 16px;
  }
}
@font-face {
  font-family: "Brandon";
  font-style: normal;
  font-weight: 100;
  src: url("./fonts/Brandon_thin.otf") format("opentype");
}
@font-face {
  font-family: "Brandon";
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/Brandon_light.otf") format("opentype");
}
@font-face {
  font-family: "Brandon";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/Brandon_reg.otf") format("opentype");
}
@font-face {
  font-family: "Brandon";
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/Brandon_med.otf") format("opentype");
}
@font-face {
  font-family: "Brandon";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/Brandon_bld.otf") format("opentype");
}
@font-face {
  font-family: "Brandon";
  font-style: normal;
  font-weight: 900;
  src: url("./fonts/Brandon_blk.otf") format("opentype");
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  font-family: "Brandon";
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin: 0;
  padding: 0;
  line-height: 22px;
}

em {
  font-weight: 500;
}

a {
  text-decoration: none;
}
a [disabled] {
  cursor: not-allowed;
  pointer-events: all;
}
a:hover, a:focus {
  text-decoration: none;
}

/*=====
alpha
========*/
/*=====
linear-gradien
========*/
/*====
transition
======*/
/*====
transform
======*/
/*----
placeholder
-----*/
/*----
Grid
-----*/
/*----
flex
-----*/
/*-=====
opasity
=======*/
/*-=====
appearance
=======*/
/*-=====
filter
=======*/
/*-=====
react select
=======*/
/*-=====
filter animation
=======*/
/*-=====
Animation
=======*/
.details-and-finishes .details-inner .details-footer__list, .spacification-block .spacification-content .spacification-nav-tab .nav-tab-list, .home-banner .hero-banner-content .hero-content-inner .header-site-logo .logo-image, .home-banner .hero-banner .owl-stage-outer .item .owl-stage-outer .owl-stage, .main-header .header-inner .header-top .go-to-aldar .aldar-button, .main-header .header-inner .header-top .aldar-block .world-aldar, .main-header .header-inner .header-top .aldar-block, .main-header .header-inner .header-top .registration-btn .btn-element span:first-child, .main-header .header-inner .header-top .registration-btn .btn-element {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.scroll-arrow .mouse-scroll, .owl-loaded, .image-parallax, .user-login-form, .container,
.container-fluid, .main-wrapper .global-content, .main-wrapper, .details-and-finishes .details-inner .details-footer__list li a, .details-and-finishes .details-inner .details-footer__list li, .details-and-finishes .details-inner .details-footer, .details-and-finishes .details-inner .details-body .details-image-web, .details-and-finishes .details-inner .details-body, .details-and-finishes .details-inner .details-header, .details-and-finishes .details-inner, .details-and-finishes, .spacification-block .spacification-data .tab-wrapper .tab-content .tab-catogery .catogery-list .list-wrapper li,
.spacification-block .spacification-data .tab-wrapper .tab-content .tab-catogery .catogery-slider .list-wrapper li, .spacification-block .spacification-data .tab-wrapper .tab-content .tab-catogery .catogery-list .list-wrapper,
.spacification-block .spacification-data .tab-wrapper .tab-content .tab-catogery .catogery-slider .list-wrapper, .spacification-block .spacification-data .tab-wrapper .tab-content .tab-catogery .catogery-list .spacification-image-web,
.spacification-block .spacification-data .tab-wrapper .tab-content .tab-catogery .catogery-slider .spacification-image-web, .spacification-block .spacification-data .tab-wrapper .tab-content .tab-catogery .catogery-list,
.spacification-block .spacification-data .tab-wrapper .tab-content .tab-catogery .catogery-slider, .spacification-block .spacification-data .tab-wrapper .tab-content .tab-catogery, .spacification-block .spacification-data .tab-wrapper .tab-content .tab-heading h2, .spacification-block .spacification-data .tab-wrapper .tab-content .tab-heading, .spacification-block .spacification-data .tab-wrapper .tab-content, .spacification-block .spacification-data .tab-wrapper, .spacification-block .spacification-data, .spacification-block .spacification-content .spacification-nav-tab .nav-tab-list li a, .spacification-block .spacification-content .spacification-nav-tab .nav-tab-list li, .spacification-block .spacification-content .spacification-nav-tab, .spacification-block .spacification-content .spacification-intro, .spacification-block .spacification-content, .spacification-block, .explore-samayas .explore-inner .explore-virtual-tour .tour-inner__content, .explore-samayas .explore-inner .explore-virtual-tour .tour-inner__icon, .explore-samayas .explore-inner .explore-virtual-tour .tour-inner, .explore-samayas .explore-inner .explore-virtual-tour, .explore-samayas .explore-inner .explore-element .element-image .element-text h2, .explore-samayas .explore-inner .explore-element .element-image .element-text, .explore-samayas .explore-inner .explore-element .element-image, .explore-samayas .explore-inner .explore-element, .explore-samayas .explore-inner, .explore-samayas, .luxurious-lifestyle .lifestyle-inner .lifestyle-content h2, .luxurious-lifestyle .lifestyle-inner .lifestyle-content, .luxurious-lifestyle .lifestyle-inner .lifestyle-slider .luxurious-image-web, .luxurious-lifestyle .lifestyle-inner, .luxurious-lifestyle, .curated-block .curated-inner .curated-content .curated-seprater, .curated-block .curated-inner .curated-content, .curated-block .curated-inner, .curated-block, .home-banner .hero-banner-content .hero-content-inner .hero-content h2, .home-banner .hero-banner-content .hero-content-inner .hero-content, .home-banner .hero-banner-content .hero-content-inner .header-site-logo, .home-banner .hero-banner-content .hero-content-inner, .home-banner .hero-banner-content, .home-banner .hero-banner .owl-stage-outer .item .owl-stage-outer .owl-stage .owl-item, .home-banner .hero-banner .owl-stage-outer .item .owl-stage-outer, .home-banner .hero-banner .owl-stage-outer .item .hero-image-web,
.home-banner .hero-banner .owl-stage-outer .item .hero-image-mobile, .home-banner .hero-banner .owl-stage-outer .item, .home-banner .hero-banner .owl-stage-outer, .home-banner .hero-banner, .home-banner, .main-header .header-inner .header-top .go-to-aldar, .main-header .header-inner .header-top .registration-btn, .main-header .header-inner .header-top, .main-header .header-inner, .main-header, .page-loader {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.scroll-arrow .mouse-scroll, .user-login-form, .details-and-finishes .details-inner .details-footer__list, .details-and-finishes .details-inner .details-footer, .details-and-finishes .details-inner .details-header, .spacification-block .spacification-data .tab-wrapper .tab-content .tab-heading h2, .spacification-block .spacification-data .tab-wrapper .tab-content .tab-heading, .spacification-block .spacification-content .spacification-nav-tab .nav-tab-list li a, .spacification-block .spacification-content .spacification-intro, .explore-samayas .explore-inner .explore-virtual-tour .tour-inner__icon, .explore-samayas .explore-inner .explore-virtual-tour .tour-inner, .explore-samayas .explore-inner .explore-virtual-tour, .explore-samayas .explore-inner .explore-element .element-image .element-text h2, .luxurious-lifestyle .lifestyle-inner .lifestyle-content, .curated-block .curated-inner .curated-content .curated-seprater, .curated-block .curated-inner .curated-content, .curated-block .curated-inner, .home-banner .hero-banner-content .hero-content-inner .header-site-logo .logo-image, .home-banner .hero-banner-content .hero-content-inner .header-site-logo, .main-header .header-inner .header-top .go-to-aldar .aldar-button, .main-header .header-inner .header-top .aldar-block .world-aldar, .main-header .header-inner .header-top .registration-btn .btn-element span:first-child, .main-header .header-inner .header-top .registration-btn .btn-element, .page-loader {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.details-and-finishes .details-inner, .spacification-block .spacification-data .tab-wrapper .tab-content .tab-catogery .catogery-list .list-wrapper,
.spacification-block .spacification-data .tab-wrapper .tab-content .tab-catogery .catogery-slider .list-wrapper, .spacification-block .spacification-data .tab-wrapper .tab-content .tab-catogery .catogery-list,
.spacification-block .spacification-data .tab-wrapper .tab-content .tab-catogery .catogery-slider {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.home-banner .hero-banner-content .hero-content-inner, .main-header .header-inner .header-top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.explore-samayas .explore-inner .explore-element .element-image {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.explore-samayas .explore-inner .explore-element .element-image, .main-header .header-inner .header-top .aldar-block, .main-header .header-inner .header-top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.main-header .header-inner .header-top .registration-btn .btn-element {
  border-radius: 3.125rem;
  -webkit-border-radius: 3.125rem;
  -moz-border-radius: 3.125rem;
}

.curated-block .curated-inner .curated-content .curated-seprater span::after {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.main-header .header-inner .header-top .go-to-aldar .aldar-button:hover:before, .main-header .header-inner .header-top .go-to-aldar .aldar-button:hover, .main-header .header-inner .header-top .go-to-aldar .aldar-button:before, .main-header .header-inner .header-top .go-to-aldar .aldar-button, .main-header .header-inner .header-top .aldar-block .world-aldar:hover .logo-tooltip, .main-header .header-inner .header-top .aldar-block .world-aldar:hover, .main-header .header-inner .header-top .aldar-block .world-aldar .logo-tooltip, .main-header .header-inner .header-top .registration-btn .btn-element {
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.home-banner .hero-banner-content {
  background-image: -webkit-linear-gradient(legacy-direction(to bottom), rgba(57, 55, 26, 0.5), rgba(57, 55, 26, 0));
  background-image: -webkit-linear-gradient(to bottom, rgba(57, 55, 26, 0.5), rgba(57, 55, 26, 0));
  background: -ms-linear-gradient(to bottom, rgba(57, 55, 26, 0.5), rgba(57, 55, 26, 0));
  background-image: -ms-linear-gradient(to bottom, rgba(57, 55, 26, 0.5), rgba(57, 55, 26, 0));
  background-image: linear-gradient(to bottom, rgba(57, 55, 26, 0.5), rgba(57, 55, 26, 0));
}

.explore-samayas .explore-inner .explore-element .element-image:before {
  background-image: -webkit-linear-gradient(legacy-direction(to top), rgba(0, 0, 0, 0.8) 20%, rgba(57, 55, 26, 0));
  background-image: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.8) 20%, rgba(57, 55, 26, 0));
  background: -ms-linear-gradient(to top, rgba(0, 0, 0, 0.8) 20%, rgba(57, 55, 26, 0));
  background-image: -ms-linear-gradient(to top, rgba(0, 0, 0, 0.8) 20%, rgba(57, 55, 26, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 20%, rgba(57, 55, 26, 0));
}

.spacification-block .spacification-content .spacification-nav-tab .nav-tab-list::-webkit-scrollbar {
  display: block;
  width: 2px;
  height: 2px;
}
.spacification-block .spacification-content .spacification-nav-tab .nav-tab-list::-webkit-scrollbar-thumb {
  background-color: hsl(0, 0%, 60%);
  border-radius: 2px;
}
.spacification-block .spacification-content .spacification-nav-tab .nav-tab-list::-webkit-scrollbar-track {
  background-color: hsl(0, 0%, 90%);
  height: 2px;
  width: 2px;
  border-radius: 2px;
}

:root {
  --column-width-min: 1em;
  --column-width-max: 1fr;
}

/* ================  Tab height ================ */
/*=====
alpha
========*/
/*=====
linear-gradien
========*/
/*====
transition
======*/
/*====
transform
======*/
/*----
placeholder
-----*/
/*----
Grid
-----*/
/*----
flex
-----*/
/*-=====
opasity
=======*/
/*-=====
appearance
=======*/
/*-=====
filter
=======*/
/*-=====
react select
=======*/
/*-=====
filter animation
=======*/
/*-=====
Animation
=======*/
/* -- home page component css --*/
.page-loader {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #f7f7f7;
  z-index: 999999;
  z-index: 999999;
  -webkit-animation: fadeIn 0.8s;
  -moz-animation: fadeIn 0.8s;
  -o-animation: fadeIn 0.8s;
  animation: fadeIn 0.8s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page-loader .loader-inner {
  flex: 0 0 auto;
  border: 2px solid #b1906d;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border-top-color: transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-animation: loader-inner 0.8s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  -moz-animation: loader-inner 0.8s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  -o-animation: loader-inner 0.8s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  animation: loader-inner 0.8s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}
@-webkit-keyframes loader-inner {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loader-inner {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes loader-inner {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader-inner {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 1rem 0;
  width: 100%;
  max-width: 100%;
  z-index: 99999;
}
@media (min-width: 993px) {
  .main-header {
    top: 2.625rem;
    background-color: transparent;
  }
}
.main-header .header-inner {
  padding: 0 1rem;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  grid-row-gap: 1.5rem;
  -webkit-grid-row-gap: 1.5rem;
  gap-row: 1.5rem;
}
@supports (row-gap: 1.5rem) {
  .main-header .header-inner {
    grid-row-gap: 1.5rem;
  }
}
@media (min-width: 993px) {
  .main-header .header-inner {
    padding: 0 5rem;
    grid-row-gap: 0;
    -webkit-grid-row-gap: 0;
    gap-row: 0;
  }
  @supports (row-gap: 0) {
    .main-header .header-inner {
      grid-row-gap: 0;
    }
  }
}
.main-header .header-inner .header-top {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  grid-row-gap: 0.5rem;
  -webkit-grid-row-gap: 0.5rem;
  gap-row: 0.5rem;
}
@supports (row-gap: 0.5rem) {
  .main-header .header-inner .header-top {
    grid-row-gap: 0.5rem;
  }
}
@media (min-width: 993px) {
  .main-header .header-inner .header-top {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.main-header .header-inner .header-top .registration-btn .btn-element {
  padding: 0 1rem;
  cursor: pointer;
  font-weight: 500;
  height: 32px;
  font-size: 12px;
  border: solid 1px white;
  color: white;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  grid-column-gap: 0.5rem;
}
@supports (gap: 0.5rem) {
  .main-header .header-inner .header-top .registration-btn .btn-element {
    column-gap: 0.5rem;
  }
}
@media (min-width: 993px) {
  .main-header .header-inner .header-top .registration-btn .btn-element {
    height: 48px;
    font-size: 16px;
  }
}
.main-header .header-inner .header-top .registration-btn .btn-element span {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.main-header .header-inner .header-top .registration-btn .btn-element span:first-child {
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
}
.main-header .header-inner .header-top .aldar-block {
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  grid-column-gap: 1rem;
}
@supports (gap: 1rem) {
  .main-header .header-inner .header-top .aldar-block {
    column-gap: 1rem;
  }
}
.main-header .header-inner .header-top .aldar-block .world-aldar {
  position: relative;
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
}
.main-header .header-inner .header-top .aldar-block .world-aldar a {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
}
.main-header .header-inner .header-top .aldar-block .world-aldar .logo-tooltip {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: calc(100% + 10px);
  z-index: 1;
  width: 120px;
  font-size: 13px;
  background-color: #39371a;
  color: white;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
}
.main-header .header-inner .header-top .aldar-block .world-aldar:hover .logo-tooltip {
  visibility: visible;
}
.main-header .header-inner .header-top .go-to-aldar .aldar-button {
  max-height: 48px;
  min-height: 48px;
  position: relative;
  cursor: pointer;
  padding: 0 2rem;
  font-weight: 600;
  font-size: 1rem;
  color: white;
  background-color: #393939;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  grid-column-gap: 1.5rem;
}
@supports (gap: 1.5rem) {
  .main-header .header-inner .header-top .go-to-aldar .aldar-button {
    column-gap: 1.5rem;
  }
}
.main-header .header-inner .header-top .go-to-aldar .aldar-button span {
  position: relative;
  z-index: 5;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.main-header .header-inner .header-top .go-to-aldar .aldar-button:before {
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
  content: "";
  background-color: #494949;
}
.main-header .header-inner .header-top .go-to-aldar .aldar-button:hover:before {
  width: 100%;
}

/*==== slider =====*/
.home-banner {
  margin: 0;
  position: relative;
  overflow: hidden;
  min-height: 750px;
  height: 100dvh;
}
@media (min-width: 769px) {
  .home-banner {
    background-size: cover;
    min-height: 750px;
    height: 100dvh;
  }
}
@media (min-width: 993px) {
  .home-banner {
    background-size: 100%;
    overflow: hidden;
    height: 100vh;
    min-height: 750px;
  }
}
.home-banner .hero-banner {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.home-banner .hero-banner .owl-stage-outer {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.home-banner .hero-banner .owl-stage-outer .item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  position: relative;
  z-index: 0;
  height: 100vh;
  min-height: 750px;
}
.home-banner .hero-banner .owl-stage-outer .item .hero-image-web,
.home-banner .hero-banner .owl-stage-outer .item .hero-image-mobile {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100dvh;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (min-width: 993px) {
  .home-banner .hero-banner .owl-stage-outer .item .hero-image-web,
  .home-banner .hero-banner .owl-stage-outer .item .hero-image-mobile {
    height: 100vh;
  }
}
@media (max-width: 576px) {
  .home-banner .hero-banner .owl-stage-outer .item .hero-image-web {
    display: none;
  }
}
.home-banner .hero-banner .owl-stage-outer .item .hero-image-mobile {
  display: none;
}
@media (max-width: 576px) {
  .home-banner .hero-banner .owl-stage-outer .item .hero-image-mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.home-banner .hero-banner .owl-stage-outer .item .owl-stage-outer {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.home-banner .hero-banner .owl-stage-outer .item .owl-stage-outer .owl-stage {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
}
.home-banner .hero-banner .owl-stage-outer .item .owl-stage-outer .owl-stage .owl-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -moz-transform: translateX(2px);
  -o-transform: translateX(2px);
  -ms-transform: translateX(2px);
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
}
.home-banner .hero-banner-content {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 9;
}
.home-banner .hero-banner-content .hero-content-inner {
  padding: 10rem 0 5rem 0;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  grid-row-gap: 2rem;
  -webkit-grid-row-gap: 2rem;
  gap-row: 2rem;
}
@supports (row-gap: 2rem) {
  .home-banner .hero-banner-content .hero-content-inner {
    grid-row-gap: 2rem;
  }
}
@media (min-width: 993px) {
  .home-banner .hero-banner-content .hero-content-inner {
    padding: 5rem 0 3.5rem 0;
  }
}
.home-banner .hero-banner-content .hero-content-inner .header-site-logo .logo-image {
  overflow: hidden;
  max-width: 280px;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 993px) {
  .home-banner .hero-banner-content .hero-content-inner .header-site-logo .logo-image {
    max-width: 440px;
  }
}
@media screen and (min-resolution: 3dppx) {
  .home-banner .hero-banner-content .hero-content-inner .header-site-logo .logo-image {
    max-width: 340px;
  }
}
.home-banner .hero-banner-content .hero-content-inner .hero-content h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 390;
  font-family: "Brandon";
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 8px;
  color: white;
}
@media (min-width: 993px) {
  .home-banner .hero-banner-content .hero-content-inner .hero-content h2 {
    font-size: 72px !important;
    line-height: 82px;
  }
}
.home-banner .hero-banner-content .hero-content-inner .hero-content h2 span {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media screen and (min-resolution: 3dppx) {
  .home-banner .hero-banner-content .hero-content-inner .hero-content h2 {
    font-size: 50px;
    line-height: 62px;
  }
}

.curated-block {
  min-height: 100dvh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 993px) {
  .curated-block {
    min-height: 100vh;
  }
}
.curated-block .curated-inner {
  padding: 5rem 0;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.curated-block .curated-inner .curated-content {
  padding-bottom: 1rem;
}
@media (min-width: 993px) {
  .curated-block .curated-inner .curated-content {
    padding: 0 6rem 2rem 6rem;
  }
}
.curated-block .curated-inner .curated-content h2 {
  color: #b1906d;
  font-family: "Brandon";
  text-align: center;
  font-weight: 390;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 8px;
}
@media (min-width: 993px) {
  .curated-block .curated-inner .curated-content h2 {
    font-size: 96px;
    line-height: 110px;
  }
}
@media screen and (min-resolution: 3dppx) {
  .curated-block .curated-inner .curated-content h2 {
    font-size: 60px;
    line-height: 72px;
  }
}
.curated-block .curated-inner .curated-content .curated-seprater {
  padding: 5rem 0;
}
.curated-block .curated-inner .curated-content .curated-seprater span {
  position: relative;
  height: 1px;
  max-width: 320px;
  min-width: 320px;
  background-color: white;
}
@media (min-width: 993px) {
  .curated-block .curated-inner .curated-content .curated-seprater span {
    max-width: 380px;
    min-width: 380px;
  }
}
.curated-block .curated-inner .curated-content .curated-seprater span::after {
  position: absolute;
  content: "";
  left: 50%;
  right: 50%;
  top: 50%;
  min-height: 20px;
  min-width: 20px;
  max-height: 20px;
  max-width: 20px;
  background-color: white;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.curated-block .curated-inner .curated-content p {
  text-transform: uppercase;
  font-family: "Brandon";
  color: white;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  font-weight: 390;
  letter-spacing: 2px;
}
@media (min-width: 993px) {
  .curated-block .curated-inner .curated-content p {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (min-resolution: 3dppx) {
  .curated-block .curated-inner .curated-content p {
    font-size: 22px;
    line-height: 28px;
  }
}

.luxurious-lifestyle {
  min-height: 100dvh;
  padding-bottom: 2.875rem;
  background-color: #c7c1ba;
}
@media (min-width: 993px) {
  .luxurious-lifestyle {
    min-height: 100vh;
    padding-bottom: 6.875rem;
  }
}
.luxurious-lifestyle .lifestyle-inner {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.luxurious-lifestyle .lifestyle-inner .lifestyle-slider {
  position: relative;
  z-index: 9;
  -moz-transform: translateY(-3rem);
  -o-transform: translateY(-3rem);
  -ms-transform: translateY(-3rem);
  -webkit-transform: translateY(-3rem);
  transform: translateY(-3rem);
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media (min-width: 993px) {
  .luxurious-lifestyle .lifestyle-inner .lifestyle-slider {
    -moz-transform: translateY(-3.5rem);
    -o-transform: translateY(-3.5rem);
    -ms-transform: translateY(-3.5rem);
    -webkit-transform: translateY(-3.5rem);
    transform: translateY(-3.5rem);
  }
}
@media (max-width: 576px) {
  .luxurious-lifestyle .lifestyle-inner .lifestyle-slider .luxurious-image-web {
    display: none;
  }
}
.luxurious-lifestyle .lifestyle-inner .lifestyle-slider .luxurious-image-mobile {
  display: none;
}
@media (max-width: 576px) {
  .luxurious-lifestyle .lifestyle-inner .lifestyle-slider .luxurious-image-mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.luxurious-lifestyle .lifestyle-inner .lifestyle-content {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 1rem 2rem 1rem;
  grid-row-gap: 2rem;
  -webkit-grid-row-gap: 2rem;
  gap-row: 2rem;
}
@supports (row-gap: 2rem) {
  .luxurious-lifestyle .lifestyle-inner .lifestyle-content {
    grid-row-gap: 2rem;
  }
}
@media (min-width: 993px) {
  .luxurious-lifestyle .lifestyle-inner .lifestyle-content {
    padding: 0;
  }
}
.luxurious-lifestyle .lifestyle-inner .lifestyle-content h2 {
  word-wrap: break-word;
  word-break: normal;
  text-align: center;
  text-transform: uppercase;
  font-family: "Brandon";
  color: #8c6a45;
  font-weight: 390;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 4px;
}
@media (min-width: 993px) {
  .luxurious-lifestyle .lifestyle-inner .lifestyle-content h2 {
    font-size: 70px;
    line-height: 96px;
  }
}
@media screen and (min-resolution: 3dppx) {
  .luxurious-lifestyle .lifestyle-inner .lifestyle-content h2 {
    font-size: 50px;
    line-height: 64px;
  }
}
.luxurious-lifestyle .lifestyle-inner .lifestyle-content p {
  text-align: center;
  text-transform: uppercase;
  font-family: "Brandon";
  color: #39371a;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 390;
  letter-spacing: 2px;
}
@media (min-width: 993px) {
  .luxurious-lifestyle .lifestyle-inner .lifestyle-content p {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (min-resolution: 3dppx) {
  .luxurious-lifestyle .lifestyle-inner .lifestyle-content p {
    font-size: 22px;
    line-height: 28px;
  }
}

.explore-samayas .explore-inner {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.explore-samayas .explore-inner .explore-element {
  min-height: 100dvh;
  overflow: hidden;
  border-radius: 0 0 45% 45%;
  -webkit-border-radius: 0 0 45% 45%;
  -moz-border-radius: 0 0 45% 45%;
}
@media (min-width: 993px) {
  .explore-samayas .explore-inner .explore-element {
    min-height: 100vh;
    border-radius: 0 0 38% 38%;
    -webkit-border-radius: 0 0 38% 38%;
    -moz-border-radius: 0 0 38% 38%;
  }
}
.explore-samayas .explore-inner .explore-element .element-image {
  padding-bottom: 5rem;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.explore-samayas .explore-inner .explore-element .element-image:before {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  content: "";
}
.explore-samayas .explore-inner .explore-element .element-image .element-text {
  position: relative;
  z-index: 6;
  padding: 0 4rem;
  grid-row-gap: 1.5rem;
  -webkit-grid-row-gap: 1.5rem;
  gap-row: 1.5rem;
}
@supports (row-gap: 1.5rem) {
  .explore-samayas .explore-inner .explore-element .element-image .element-text {
    grid-row-gap: 1.5rem;
  }
}
@media (min-width: 993px) {
  .explore-samayas .explore-inner .explore-element .element-image .element-text {
    max-width: 50%;
    padding: 0;
  }
}
.explore-samayas .explore-inner .explore-element .element-image .element-text h2 {
  color: white;
  text-align: center;
  font-family: "Brandon";
  text-align: center;
  font-weight: 390;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 8px;
}
@media (min-width: 993px) {
  .explore-samayas .explore-inner .explore-element .element-image .element-text h2 {
    font-size: 80px;
    line-height: 96px;
  }
}
@media screen and (min-resolution: 3dppx) {
  .explore-samayas .explore-inner .explore-element .element-image .element-text h2 {
    font-size: 60px;
    line-height: 71px;
  }
}
.explore-samayas .explore-inner .explore-element .element-image .element-text p {
  text-transform: uppercase;
  display: none;
  font-family: "Brandon";
  color: white;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  font-weight: 390;
  letter-spacing: 2px;
}
@media (min-width: 993px) {
  .explore-samayas .explore-inner .explore-element .element-image .element-text p {
    display: block;
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (min-resolution: 3dppx) {
  .explore-samayas .explore-inner .explore-element .element-image .element-text p {
    font-size: 22px;
    line-height: 28px;
  }
}
.explore-samayas .explore-inner .explore-virtual-tour {
  padding: 40px 0 64px 0;
}
.explore-samayas .explore-inner .explore-virtual-tour .tour-inner {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-row-gap: 1.5rem;
  -webkit-grid-row-gap: 1.5rem;
  gap-row: 1.5rem;
}
@supports (row-gap: 1.5rem) {
  .explore-samayas .explore-inner .explore-virtual-tour .tour-inner {
    grid-row-gap: 1.5rem;
  }
}
.explore-samayas .explore-inner .explore-virtual-tour .tour-inner__icon {
  min-width: 80px;
  min-height: 80px;
  max-width: 80px;
  max-height: 80px;
  -webkit-animation: zoom-in-zoom-out 2s ease-out infinite;
  -moz-animation: zoom-in-zoom-out 2s ease-out infinite;
  -o-animation: zoom-in-zoom-out 2s ease-out infinite;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.15, 1.15);
  }
  100% {
    transform: scale(1, 1);
  }
}
.explore-samayas .explore-inner .explore-virtual-tour .tour-inner__content h3 {
  color: white;
  cursor: pointer;
  position: relative;
  font-size: 32px;
  line-height: 38px;
  font-weight: 300;
  text-align: center;
}
.explore-samayas .explore-inner .explore-virtual-tour .tour-inner__content h3:after {
  width: 100%;
  content: "";
  height: 1px;
  background-color: white;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.spacification-block {
  background-color: #c7c1ba;
}
.spacification-block .spacification-content {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.spacification-block .spacification-content .container {
  padding: 0;
  width: 100%;
}
@media (min-width: 993px) {
  .spacification-block .spacification-content .container {
    padding: 0 1rem;
    width: calc(100% - 2rem);
  }
}
.spacification-block .spacification-content .spacification-intro {
  padding: 5rem 2rem;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 993px) {
  .spacification-block .spacification-content .spacification-intro {
    padding: 10rem 0;
  }
}
.spacification-block .spacification-content .spacification-intro h3 {
  color: #39371a;
  text-transform: uppercase;
  font-family: "Brandon";
  text-align: center;
  font-weight: 390;
  font-size: 30px;
  line-height: 36px;
}
@media (min-width: 993px) {
  .spacification-block .spacification-content .spacification-intro h3 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media screen and (min-resolution: 3dppx) {
  .spacification-block .spacification-content .spacification-intro h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.spacification-block .spacification-content .spacification-nav-tab {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 993px) {
  .spacification-block .spacification-content .spacification-nav-tab {
    padding: 0;
  }
}
.spacification-block .spacification-content .spacification-nav-tab .nav-tab-list {
  padding-left: 21%;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  grid-column-gap: 0.5rem;
}
@supports (gap: 0.5rem) {
  .spacification-block .spacification-content .spacification-nav-tab .nav-tab-list {
    column-gap: 0.5rem;
  }
}
@media (min-width: 993px) {
  .spacification-block .spacification-content .spacification-nav-tab .nav-tab-list {
    overflow: visible;
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    grid-column-gap: 1.5rem;
  }
  @supports (gap: 1.5rem) {
    .spacification-block .spacification-content .spacification-nav-tab .nav-tab-list {
      column-gap: 1.5rem;
    }
  }
}
.spacification-block .spacification-content .spacification-nav-tab .nav-tab-list li {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.spacification-block .spacification-content .spacification-nav-tab .nav-tab-list li a {
  padding: 0.5rem 1.5rem;
  font-size: 16px;
  font-family: "Brandon";
  text-transform: uppercase;
  color: white;
  background-color: #282018;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 1rem 1rem 0 0;
  -webkit-border-radius: 1rem 1rem 0 0;
  -moz-border-radius: 1rem 1rem 0 0;
}
@media (min-width: 993px) {
  .spacification-block .spacification-content .spacification-nav-tab .nav-tab-list li a {
    font-size: 24px;
    padding: 0.665rem 3.5rem;
  }
}
.spacification-block .spacification-content .spacification-nav-tab .nav-tab-list li.active {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.spacification-block .spacification-content .spacification-nav-tab .nav-tab-list li.active a {
  background-color: #39371a;
}
.spacification-block .spacification-content .spacification-nav-tab .nav-tab-list li:last-child {
  margin-right: 1rem;
}
@media (min-width: 993px) {
  .spacification-block .spacification-content .spacification-nav-tab .nav-tab-list li:last-child {
    margin-right: 0;
  }
}
.spacification-block .spacification-data {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.spacification-block .spacification-data .tab-wrapper {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.spacification-block .spacification-data .tab-wrapper .tab-content {
  padding: 2.625rem 0 5rem 0;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 993px) {
  .spacification-block .spacification-data .tab-wrapper .tab-content {
    padding: 3.625rem 0 10rem 0;
  }
}
.spacification-block .spacification-data .tab-wrapper .tab-content .tab-heading {
  grid-row-gap: 1.5rem;
  -webkit-grid-row-gap: 1.5rem;
  gap-row: 1.5rem;
}
@supports (row-gap: 1.5rem) {
  .spacification-block .spacification-data .tab-wrapper .tab-content .tab-heading {
    grid-row-gap: 1.5rem;
  }
}
.spacification-block .spacification-data .tab-wrapper .tab-content .tab-heading h2 {
  color: white;
  text-transform: uppercase;
  font-family: "Brandon";
  text-align: center;
  font-weight: 390;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 8px;
}
@media (min-width: 993px) {
  .spacification-block .spacification-data .tab-wrapper .tab-content .tab-heading h2 {
    font-size: 52px;
    line-height: 62px;
  }
}
@media screen and (min-resolution: 3dppx) {
  .spacification-block .spacification-data .tab-wrapper .tab-content .tab-heading h2 {
    font-size: 40px;
    line-height: 52px;
  }
}
.spacification-block .spacification-data .tab-wrapper .tab-content .tab-heading p {
  text-transform: uppercase;
  font-family: "Brandon";
  color: white;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  font-weight: 390;
  letter-spacing: 2px;
}
@media (min-width: 993px) {
  .spacification-block .spacification-data .tab-wrapper .tab-content .tab-heading p {
    font-size: 32px;
    line-height: 38px;
  }
}
.spacification-block .spacification-data .tab-wrapper .tab-content .tab-catogery {
  margin: 0 auto;
  max-width: 100%;
  padding-top: 5rem;
  grid-row-gap: 2.5rem;
  -webkit-grid-row-gap: 2.5rem;
  gap-row: 2.5rem;
}
@supports (row-gap: 2.5rem) {
  .spacification-block .spacification-data .tab-wrapper .tab-content .tab-catogery {
    grid-row-gap: 2.5rem;
  }
}
@media (min-width: 993px) {
  .spacification-block .spacification-data .tab-wrapper .tab-content .tab-catogery {
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    grid-column-gap: 2.5rem;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  @supports (gap: 2.5rem) {
    .spacification-block .spacification-data .tab-wrapper .tab-content .tab-catogery {
      column-gap: 2.5rem;
    }
  }
}
.spacification-block .spacification-data .tab-wrapper .tab-content .tab-catogery .catogery-list,
.spacification-block .spacification-data .tab-wrapper .tab-content .tab-catogery .catogery-slider {
  overflow: hidden;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 993px) {
  .spacification-block .spacification-data .tab-wrapper .tab-content .tab-catogery .catogery-list,
  .spacification-block .spacification-data .tab-wrapper .tab-content .tab-catogery .catogery-slider {
    max-width: calc(50% - 1.25rem);
    min-width: calc(50% - 1.25rem);
  }
}
@media (max-width: 576px) {
  .spacification-block .spacification-data .tab-wrapper .tab-content .tab-catogery .catogery-list .spacification-image-web,
  .spacification-block .spacification-data .tab-wrapper .tab-content .tab-catogery .catogery-slider .spacification-image-web {
    display: none;
  }
}
.spacification-block .spacification-data .tab-wrapper .tab-content .tab-catogery .catogery-list .spacification-image-mobile,
.spacification-block .spacification-data .tab-wrapper .tab-content .tab-catogery .catogery-slider .spacification-image-mobile {
  display: none;
}
@media (max-width: 576px) {
  .spacification-block .spacification-data .tab-wrapper .tab-content .tab-catogery .catogery-list .spacification-image-mobile,
  .spacification-block .spacification-data .tab-wrapper .tab-content .tab-catogery .catogery-slider .spacification-image-mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.spacification-block .spacification-data .tab-wrapper .tab-content .tab-catogery .catogery-list .list-wrapper,
.spacification-block .spacification-data .tab-wrapper .tab-content .tab-catogery .catogery-slider .list-wrapper {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.spacification-block .spacification-data .tab-wrapper .tab-content .tab-catogery .catogery-list .list-wrapper li,
.spacification-block .spacification-data .tab-wrapper .tab-content .tab-catogery .catogery-slider .list-wrapper li {
  color: white;
  padding: 0.5rem 0;
  font-size: 16px;
  font-family: "Brandon";
  text-transform: uppercase;
  text-align: center;
  border-bottom: solid 1px white;
}
.spacification-block .spacification-data .tab-wrapper .tab-content .tab-catogery .catogery-list .list-wrapper li:first-child,
.spacification-block .spacification-data .tab-wrapper .tab-content .tab-catogery .catogery-slider .list-wrapper li:first-child {
  border-top: solid 1px white;
}

.details-and-finishes {
  padding: 5rem 0;
  position: relative;
  background-color: #c7c1ba;
}
@media (min-width: 993px) {
  .details-and-finishes {
    padding: 10rem 0;
  }
}
.details-and-finishes .details-inner {
  position: relative;
  padding: 0 1.5rem;
  z-index: 9;
}
@media (min-width: 993px) {
  .details-and-finishes .details-inner {
    padding: 0;
  }
}
.details-and-finishes .details-inner .details-header {
  padding-bottom: 2.5rem;
}
@media (min-width: 993px) {
  .details-and-finishes .details-inner .details-header {
    padding-bottom: 5rem;
  }
}
.details-and-finishes .details-inner .details-header h2 {
  color: #b1906d;
  font-family: "Brandon";
  text-align: center;
  font-weight: 390;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 8px;
}
@media (min-width: 993px) {
  .details-and-finishes .details-inner .details-header h2 {
    font-size: 80px;
    line-height: 96px;
  }
}
@media screen and (min-resolution: 3dppx) {
  .details-and-finishes .details-inner .details-header h2 {
    font-size: 50px;
    line-height: 62px;
  }
}
.details-and-finishes .details-inner .details-body {
  max-height: 640px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .details-and-finishes .details-inner .details-body .details-image-web {
    display: none;
  }
}
.details-and-finishes .details-inner .details-body .details-image-mobile {
  display: none;
}
@media (max-width: 576px) {
  .details-and-finishes .details-inner .details-body .details-image-mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.details-and-finishes .details-inner .details-footer {
  padding-top: 4rem;
}
@media (min-width: 993px) {
  .details-and-finishes .details-inner .details-footer {
    padding-top: 10rem;
  }
}
.details-and-finishes .details-inner .details-footer__list {
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  grid-column-gap: 1.5rem;
}
@supports (gap: 1.5rem) {
  .details-and-finishes .details-inner .details-footer__list {
    column-gap: 1.5rem;
  }
}
.details-and-finishes .details-inner .details-footer__list li {
  text-transform: uppercase;
  position: relative;
  font-family: "Brandon";
  color: white;
  text-align: center;
  font-size: 20px;
  line-height: 38px;
  font-weight: 400;
  letter-spacing: 2px;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 993px) {
  .details-and-finishes .details-inner .details-footer__list li {
    font-size: 40px;
    line-height: 48px;
  }
}
.details-and-finishes .details-inner .details-footer__list li:after {
  width: 100%;
  content: "";
  height: 2px;
  background-color: white;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.details-and-finishes .details-inner .details-footer__list li a {
  text-transform: uppercase;
  position: relative;
  font-family: "Brandon";
  color: white;
  text-align: center;
  font-size: 20px;
  line-height: 38px;
  font-weight: 400;
  letter-spacing: 2px;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 993px) {
  .details-and-finishes .details-inner .details-footer__list li a {
    font-size: 40px;
    line-height: 48px;
  }
}
.details-and-finishes .details-graphics {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 50%;
  bottom: 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  border-radius: 50% 50% 0 0;
  -webkit-border-radius: 50% 50% 0 0;
  -moz-border-radius: 50% 50% 0 0;
}
@media (min-width: 993px) {
  .details-and-finishes .details-graphics {
    border-radius: 100% 100% 0 0;
    -webkit-border-radius: 100% 100% 0 0;
    -moz-border-radius: 100% 100% 0 0;
  }
}

/* -- home page Common css --*/
.main-wrapper {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  z-index: 0;
}
.main-wrapper .global-content {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.container,
.container-fluid {
  margin: 0 auto;
  width: calc(100% - 2rem);
  padding: 0 1rem;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.container {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1360px;
  }
}

.banner-mask-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  background-color: white;
}

.user-login-form {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 600px;
}

.image-parallax {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (min-width: 993px) {
  .image-parallax {
    background-position: center center;
  }
}

.scroll-arrow {
  display: none;
  position: absolute;
  bottom: 150px;
  width: 100%;
  height: 50px;
}
@media (min-width: 993px) {
  .scroll-arrow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.scroll-arrow .mouse-scroll {
  -webkit-animation: scroll-down 2s ease-out infinite;
  -moz-animation: scroll-down 2s ease-out infinite;
  -o-animation: scroll-down 2s ease-out infinite;
  animation: scroll-down 2s ease-out infinite;
}
@keyframes scroll-down {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(20px);
  }
}

.main {
  min-height: 150vh;
}

* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

input:-webkit-autofill,
input:-internal-autofill-selected,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 0 transparent !important;
  -moz-box-shadow: 0 0 0 0 transparent !important;
  box-shadow: 0 0 0 0 transparent !important;
  background-color: #f2f2f2 !important;
}

input:-internal-autofill-selected {
  background-color: -internal-light-dark(rgba(242, 242, 242, 0.1), rgba(242, 242, 242, 0.1)) !important;
}

::selection {
  color: #fff;
}

button,
input,
textarea {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
button:hover, button:visited, button:focus, button:active,
input:hover,
input:visited,
input:focus,
input:active,
textarea:hover,
textarea:visited,
textarea:focus,
textarea:active {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  outline: 0;
}

img {
  border: 0;
  outline: 0;
  max-width: 100%;
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: black;
}
a:hover, a:focus {
  text-decoration: none;
  color: black;
}

p {
  font-size: 14px;
  margin: 0;
  line-height: 22px;
  margin: 0;
}

@-ms-viewport {
  width: device-width;
}
html,
body {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Poppins", sans-serif;
  background-color: white;
  color: black;
  line-height: 1.428;
  font-weight: 400;
  font-size: 14px;
  overflow-x: hidden;
}