* {
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    padding: 0;
    margin: 0;
    outline: none !important;
    transition: 350ms;
}

body {
    background: #f7f4f0;
    transition: 1s;
}

::selection {
    background: var(--theme);
    color: white !important;
}


:root {
    overflow-x: hidden !important;
    --page: #f9fafa;
    --theme: #a57e4c;
}

main {
    overflow: hidden;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

img {
    user-select: none;
    font-size: 0px;
    user-select: none;
}

main {
    display: block;
    margin: 0 auto;
    width: 100%;
    min-height: 100vh;
}

header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 22;
    background: #ffffff;
    padding: 15px 0;
}

.HeaderInside {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 100%;
}

.HeaderLogo {
    display: flex;
    margin: 0 0;
    width: auto;
    height: 100px;
    max-width: 140px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.HeaderLogo img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 100%;
    object-fit: contain;
    object-position: left center;
    max-width: 100%;
}

.HeaderTabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0;
    width: max-content;
}

.HeaderTabs ul {
    display: flex;
    justify-content: start;
    align-items: center;
    width: max-content;
    height: fit-content;
    padding: 0;
    margin: 0 0;
    margin-right: 20px;
}

.HeaderTabs ul li {
    display: block;
    margin: 0 0;
    width: max-content;
    font-size: 15px;
    padding: 0 13px;
    text-transform: uppercase;
    user-select: none;
    cursor: pointer;
}

.HeaderTabs ul li:hover {
    color: var(--theme);
}

.HeaderSearch {
    display: block;
    margin: 0 0;
    width: 240px;
    border: solid 2px;
    height: 40px;
    position: relative;
    z-index: 2;
    border-radius: 100px;
}

.HeaderSearch g {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    transition: 1s;
    pointer-events: none;
}

.HeaderSearch:hover g {
}

.HeaderSearch g i {
    pointer-events: none;
}

.HeaderSearch input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    font-size: 13px;
    padding: 0 18px;
}

.Banner {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.BannerBG {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.BannerInside {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-top: 125px;
}

.BannerDiv {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-shadow: 0px 0px 26px #00000087;
}

.BannerDiv h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 85px;
    color: white;
}

.BannerDiv label {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 49px;
    text-align: center;
    color: white;
    font-weight: 500;
}

.BannerMailPhone {
    position: absolute;
    right: 0;
    top: 54%;
    width: fit-content;
    z-index: 2;
    background: #ffffff36;
    border-radius: 15px 0px 0px 15px;
    overflow: hidden;
    padding: 0 5px;
}

.BannerMailPhone button {
    display: block;
    margin: 0 auto;
    width: 50px;
    background: none;
    border: 0;
    color: #ffffff;
    font-size: 20px;
    padding: 5px 10px;
    text-align: center;
    transition: 400ms;
}

.BannerMailPhone button:first-child {
    border-bottom: solid 1px;
}

.BannerMailPhone button:hover {
    width: 90px;
    text-align: left;
}

.BannerMailPhone button i {
    pointer-events: none;
}

.is-focused g {
    display: none;
}

.RegisterInterest {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 2;
    background: #f7f4f0;
    padding: 70px 0;
}

.RegisterInterestInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.RegisterInterestInner form {
    display: block;
    margin: 0 0;
    width: 55%;
}

.RegisterInterestInner form h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 30px;
    color: var(--theme);
    text-transform: uppercase;
    font-weight: 700;
}

.RegisterInterestInner form input, .RegisterInterestInner form select {
    display: block;
    margin: 35px auto;
    width: 100%;
    padding: 7px 10px;
    border-radius: 5px;
    background: #ffffff;
    border: solid 2px transparent;
}


.RegisterInterestInner form input::placeholder {
    color: #bcbcbc;
}

.RegisterInterestInner form button[type=submit] {
    padding: 10px 30px;
    display: block;
    margin: 0 0;
    width: fit-content;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    background: var(--theme);
    border: none;
    border-radius: 5px;
}

.RegisterInterestArt {
    display: block;
    margin: 0 0;
    width: 35%;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 45px;
}

.RegisterInterestArt .setbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    z-index: 2;
}

.RegisterInterestArt img {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 0;
}

.RegisterInterestInner form select {
    color: #bcbcc5;
    cursor: pointer;
}

.RegisterInterestInner form select option {
    color: #303030
}

.FeaturedProjects {
    display: block;
    margin: 0 auto;
    width: 100%;
    background: #f7f4f0;
    padding: 30px 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.FeaturedProjectsSlider {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.FeaturedProjectsSliderItem {
}

.FeaturedProjectsSliderItemInner {
    display: block;
    margin: 50px auto;
    width: 88%;
    aspect-ratio: 1/1.5;
    position: relative;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
}

.slick-center .FeaturedProjectsSliderItemInner {
    transform: scale(1.1);
}

.FeaturedProjectsSliderItemInner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

.FeaturedProjectsHeader {
    display: block;
    margin: 20px auto;
    width: fit-content;
    text-align: center;
    text-transform: uppercase;
    color: var(--theme);
    font-size: 35px;
    font-weight: 600;
}

.RegisterInterestInner form input:focus, .RegisterInterestInner form select:focus {
    border: solid 2px var(--theme);
}

.FeaturedProjectsSliderArrows {
    position: absolute;
    right: 0;
    top: 55%;
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 3%;
    height: 0;
}

.FeaturedProjectsSliderArrows button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    border: none;
    color: white;
    font-size: 30px;
    text-shadow: 0px 0px 7px #000000;
}

.FeaturedProjects .slick-arrow {
    display: none !important;
}

.FeaturedProjectsInside {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 2;
}

.slick-slide {
    opacity: 1 !important;
}

.HomeBrief {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 60px 0;
}

.HomeBriefInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.HomeBriefText {
}

.HomeBriefText h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 55px;
    font-weight: bold;
    text-transform: uppercase;
}

.HomeBriefText label {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 34px;
    text-transform: uppercase;
    color: var(--theme);
}

.HomeBriefText h6 {
    display: block;
    margin: 30px auto 0;
    width: 100%;
    color: var(--theme);
    font-size: 19px;
}

.HomeBriefText p {
    display: block;
    margin: 15px 0 0;
    width: 70%;
    font-size: 14px;
    color: var(--theme);
}

.HomeBriefImage {
    display: block;
    margin: 0 0;
    width: 50%;
}

.HomeBriefImage img {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center center;
}

.Gallery {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 85px 0;
}

.GalleryInside {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.GalleryItem {
    display: block;
    margin: 0 0;
    width: 24%;
    aspect-ratio: 1/1.3;
    position: relative;
    z-index: 2;
    overflow: hidden;
    cursor: pointer;
}

.GalleryItem img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.Luxury {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.LuxuryInside {
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 100%;
}

.LuxuryImgMain {
    display: flex;
    margin: 0 0;
    width: 40%;
    justify-content: center;
    align-items: center;
}

.LuxuryImgMain img {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center center;
    border-radius: 20px;
}

.LuxuryRight {
    display: block;
    margin: 0 0;
    width: 54%;
}

.LuxuryRight h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bold;
}

.LuxuryRight h1 u {
    display: block;
    margin: 15px auto;
    width: 100%;
    text-decoration: none;
    color: var(--theme);
    font-size: 28px;
}

.LuxuryRightImages {
    display: flex;
    margin: 155px auto 0;
    width: 100%;
    justify-content: start;
    align-items: center;
}

.LuxuryRightImages img {
    display: block;
    margin: 0 auto;
    width: 270px;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center center;
    margin-right: 15px;
    border-radius: 10px;
}

.Location {
}

.Location h1 {
    display: block;
    margin: 0 auto;
    width: fit-content;
    text-transform: uppercase;
    color: var(--theme);
    font-size: 30px;
    font-weight: 600;
}

.Location iframe {
    display: block;
    margin: 20px auto;
    width: 100%;
    height: 390px;
    border: 0;
}

Footer {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 35px 0 55px;
    position: relative;
    z-index: 2;
    background: #ffffff;
}

.FooterInside {
    display: flex;
    justify-content: start;
    align-items: start;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
}

.FooterLinks {
    display: block;
    margin: 0 0;
    width: fit-content;
    margin-right: 1%;
}

.FooterLinks h5,
.FooterContact h5,
.FooterDescription h5,
.FooterSocials h5 {
    display: block;
    margin: 0 auto 15px;
    width: 100%;
    font-size: 16px;
}

.FooterLinks ul {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0 0;
}

.FooterLinks ul li {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 5px 0px;
    font-size: 14px;
    min-width: 140px;
    cursor: pointer;
    transition: 300ms;
    user-select: none;
}

.FooterLinks ul li:hover {
    color: var(--theme);
}

.FooterContact {
    display: block;
    margin: 0 0;
    width: fit-content;
    margin-right: 4%;
}

.FooterContact label {
    display: block;
    margin: 9px auto;
    width: 100%;
    font-size: 14px;
}

.FooterDescription {
    display: block;
    margin: 0 0;
    width: 30%;
    margin-right: 10%;
}

.FooterDescription p {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 13px;
}

.FooterSocials {
    display: block;
    margin: 0 0;
    width: fit-content;
}

.FooterSocialsGH {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
}

.FooterSocialsGH a {
    margin: 0 0;
    width: 26px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--theme);
    color: white;
    text-decoration: none;
    margin-right: 15px;
    border-radius: 1000px;
    font-size: 13px;
}

.FooterSocialsGH a:hover {
}

.FooterSocialsLogo {
    display: block;
    margin: 37px 10px 0;
    width: 80px;
}

.FooterCopyRights {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 13px;
    padding: 10px 0;
}

.Preloader {
}

.PreloaderInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999999;
    background: white;
}

.PreloaderDiv {
    display: block;
    margin: 0 auto;
    width: fit-content;
    position: relative;
    z-index: 2;
}

.PreloaderDiv img {
    display: block;
    margin: 0 auto;
    width: 95px;
    position: relative;
    z-index: 2;
}

.PreloaderLoader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.PreloaderLoader div {
    -webkit-animation: 2s ease-in-out infinite LoaderAnimation;
    animation: 2s ease-in-out infinite LoaderAnimation;
    margin: 0 auto;
    width: 100px;
    aspect-ratio: 1/1;
    background: #dfdfdf;
    border-radius: 10000px;
}

@keyframes LoaderAnimation {
    0%, 100% {
        transform: scale(2)
    }

    50% {
        transform: scale(1.0)
    }
}

.Contact {
    display: none;
}

.ContactInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ContactFade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000000;
    opacity: 0.7;
}

.ContactDiv {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin: 0 auto;
    width: 800px;
    max-width: 100%;
    height: auto;
    min-height: fit-content;
    max-height: 90%;
    border-radius: 10px;
    background: #ffffff2b;
    flex-wrap: wrap;
    overflow: hidden;
}

.ContactArt {
    display: block;
    margin: 0 0;
    width: 50%;
    height: -webkit-fill-available;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.ContactForm {
    display: block;
    margin: 0 0;
    width: 50%;
    height: 100%;
    overflow-y: auto;
    padding: 20px 25px;
}

.ContactForm h1 {
    color: white;
    display: block;
    margin: 0 auto 25px;
    width: 100%;
    font-size: 17px;
    text-transform: uppercase;
}

.ContactForm input, .ContactForm select {
    display: block;
    margin: 15px auto;
    width: 100%;
    border-radius: 5px;
    border: none;
    padding: 10px;
}

.ContactForm p {
    color: white;
    display: block;
    margin: 40px auto;
    width: 100%;
    font-size: 14.5px;
    text-transform: uppercase;
}

.ContactForm button[type=submit] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: var(--theme);
    color: white;
    border: none;
    padding: 10px 10px;
    border-radius: 5px;
}

.ContactForm button[type=submit] i {
}

.ContactForm input::placeholder {
    color: #b0b0b0
}

.ContactFormValidation {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #ffbaba;
    color: #974747;
    border-radius: 10px;
    position: relative;
    padding: 10px;
    padding-left: 40px;
    min-height: 50px;
    margin: 145px auto 25px;
}

.ContactFormValidation i {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    margin: 10px;
    font-size: 18px;
}

.ContactFormValidation h5 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 13px;
    color: unset;
}

.Project {
    display: none;
}

.ProjectInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ProjectFade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000000;
    opacity: 0.6;
}

.ProjectDiv {
    display: block;
    margin: 0 auto;
    width: 400px;
    min-height: fit-content;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    overflow-y: auto;
    background: white;
    border-radius: 20px;
    position: relative;
    z-index: 2;
    padding: 30px;
}

.ProjectDiv h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
}

.ProjectDiv label {
    display: block;
    margin: 10px auto 30px;
    width: 100%;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--theme);
}

.ProjectThumb {
    display: block;
    margin: 0 auto 30px;
    width: 100%;
    aspect-ratio: 1/0.7;
    object-fit: cover;
    object-position: center center;
    border-radius: 20px;
}

.ProjectDiv p {
    display: block;
    margin: 10px auto;
    width: 100%;
    font-size: 15px;
    color: var(--theme);
}

.ProjectDiv p i {
}

.ProjectDiv p u {
    float: right;
    text-decoration: none;
}

.ProjectDiv button {
    display: block;
    margin: 25px auto 0;
    width: fit-content;
    background: var(--theme);
    color: white;
    text-transform: uppercase;
    padding: 10px 10px;
    border: none;
    border-radius: 10px;
}


.SideMenuBtn {
    display: none;
}

.SideMenu {
    display: none;
}

.SideMenuInner {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
}

.SideMenuFade {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000000;
    opacity: 0.6;
}

.SideMenuDiv {
    position: fixed;
    right: 0;
    top: 0;
    width: 310px;
    height: 100%;
    background: #ffffff;
    z-index: 2;
    padding: 20px;
    max-width: 80%;
    overflow-y: auto;
}

.SideMenuDiv ul {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0;
}

.SideMenuDiv ul li {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-transform: uppercase;
    padding: 10px 0;
    border-bottom: solid 1px #cdcdcd;
}

.SideMenuLogo {
    display: block;
    margin: 0 auto 25px;
    width: 70%;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.AboutPage {
    padding-top: 130px;
}

.AboutPageDiv {
}

.AboutPageDiv h1,
.AboutPageDiv h2,
.AboutPageDiv h3,
.AboutPageDiv h4,
.AboutPageDiv h5,
.AboutPageDiv h6,
.AboutPageDiv h1 *,
.AboutPageDiv h2 *,
.AboutPageDiv h3 *,
.AboutPageDiv h4 *,
.AboutPageDiv h5 *,
.AboutPageDiv h6 * {
    color: var(--theme);
}

.AboutPageDiv * {
}

.AboutPageCover {
    display: block;
    margin: 20px auto;
    width: 100%;
    height: 350px;
    background-color: #dddddd;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 20px;
}

.AboutPageCover .setbg {
}

.ContactCloser {
    display: none;
}

.ContactFormSuccess {
    background: #bcdfba;
    color: #4a7648;
}

.FooterLogo {
    display: block;
    margin: 0 0;
    width: auto;
    max-width: 100%;
    height: 110px;
    object-fit: contain;
    object-position: left center;
}
