@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@font-face {
  font-family: "Perandory-Condensed";
  src: url("../fonts/Perandory-Condensed.otf");
}

@font-face {
  font-family: "Perandory-Regular";
  src: url("../fonts/Perandory-Regular.otf");
}

@font-face {
  font-family: "SpartanMB-Bold";
  src: url("../fonts/SpartanMB-Bold.otf");
}

@font-face {
  font-family: "SpartanMB-Extra-Bold";
  src: url("../fonts/SpartanMB-Extra-Bold.otf");
}

@font-face {
  font-family: "SpartanMB-Light";
  src: url("../fonts/SpartanMB-Light.otf");
}

@font-face {
  font-family: "SpartanMB-Regular";
  src: url("../fonts/SpartanMB-Regular.otf");
}

@font-face {
  font-family: "SpartanMB-SemiBold";
  src: url("../fonts/SpartanMB-SemiBold.otf");
}

@font-face {
  font-family: "SpartanMB-Thin";
  src: url("../fonts/SpartanMB-Thin.otf");
}

body {
      font-family: "SpartanMB-Regular";
;
    padding: 0;
    color: #000;
    overflow-x: hidden;
}

.banner-bg {
    background-size: cover;
    height: 650px;
    background-position: left center;
    color: #fff;
}

.relative {
    position: relative;
}

.logo-img {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 280px;
    left: 15px;
}

@media (min-width: 1300px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1250px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

.f-600 {
    font-weight: 600;
}

.f-500 {
    font-weight: 500;
}

a {
    color: #000 !important;
    text-decoration: none !important;
}

header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 100000000000000000000 !important;
    background: #fff;
}

.header-inner {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 14px;
}

.header-links a {
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    color: #000 !important;
}

.btn-header {
    background: #453085;
    color: #fff !important;
    font-weight: 600;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 14px;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-align-stretch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.f-13 {
    font-size: 13px !important;
}

.f-12 {
    font-size: 12px !important;
}

.f-14 {
    font-size: 14px !important;
}

.f-10 {
    font-size: 10px !important;
}

.f-18 {
    font-size: 18px !important;
}

.banner-section {
    background-image: url("../img/banner.jpg");
    min-height: 700px;
    background-size: cover;
    background-position: center center;
}

.images-row {
    padding-left: 20px;
    padding-right: 20px;
}

.images-row img {
    cursor: pointer;
}

.residence-section {
    padding: 40px 0px;
}

.residence-section-title {
    font-family: "SpartanMB-Regular";
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.residence-section-desc,
.residence-section-list {
          font-family: "SpartanMB-Regular";

    font-size: 1rem;
}

.footer {
    font-size: 0.9rem;
}

.footer-pad {
    padding: 15px 20px;
}

.footer a {
    color: #2c2c2c !important;
    text-decoration: none;
}

.consultation-from-btn {
    border-radius: 3px;
    background-color: #1463ae;
    font-size: 15px;
    font-weight: 500;
    color: #fff !important;
    border: 1px solid transparent;
}

.phone-box {
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 5px #5f5d5d63;
    box-shadow: 1px 1px 5px #5f5d5d63;
    border-radius: 10px;
    margin-bottom: 1.1rem;
}

.items-col:last-child {
    border: none;
}

.whatsapp-icon {
    position: fixed;
    right: 22pt;
    bottom: 40pt;
    z-index: 9998;
    top: auto;
    cursor: pointer;
    height: 45pt;
    width: 45pt;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    -webkit-transition: box-shadow 0.15s linear;
    -webkit-transition: -webkit-box-shadow 0.15s linear;
    transition: -webkit-box-shadow 0.15s linear;
    transition: box-shadow 0.15s linear;
    transition: box-shadow 0.15s linear, -webkit-box-shadow 0.15s linear;
}

.whatsapp-icon:hover {
    -webkit-box-shadow: 0 5px 24px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 24px rgba(0, 0, 0, 0.3);
}

.get-offer {
    display: none !important;
    background: #fff;
    bottom: 95pt;
    right: 20pt;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    height: 50pt;
    width: 50pt;
    border: none;
    color: #fff;
    background-color: transparent;
    background-image: url("../img/x-blank-sticker-red.png");
    background-size: cover;
}

.form-modal {
    position: absolute;
    top: 90px;
    right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 10px 25px;
}

iframe .freebirdCustomFont {
    font-size: 16px !important;
}

.static-form {
    z-index: 1;
    background:#fff;
    opacity: .95;
    padding: 20px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16),
        0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border: 1px solid #eee;
    border-radius: 5px;
    width: 100%;
    max-width: 350px;
}

.modal-open {
    position: fixed !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    width: 100% !important;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.modal-open .static-form {
    animation: zoomIn 0.3s ease-in;
}


@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}


.closeModalBtn {
    display: none;
    /* position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    box-shadow: none;
    border: none;
    background: transparent; */
}

.modal-open .closeModalBtn {
    display: block;
}


.accordion {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #efefef;
    border-bottom: 0;
}

.accordion ul {
    list-style: disc;
}

.accordion-icon {
    margin-right: 15px;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.accordion li.q {
  font-family: "SpartanMB-Light";

    background-color: #f5f5f5 !important;
    font-weight: 500;
    color: #000;
    /* font-size: 1.1rem; */
    border-bottom: 1px solid #efefef;
    cursor: pointer;
    padding: 15px 20px;
}

.accordion li.a {
      font-family: "SpartanMB-Light";

    display: none;
    overflow: hidden;
    border-bottom: 1px solid #efefef;
    height: 0;
    padding-left: 25px;
    padding-right: 25px;
}

.accordion .active + .a {
    display: block !important;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
}

.accordion .active .accordion-icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.top-bar {
    background-color: #3c4057;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    padding: 10px 15px;
    text-transform: capitalize;
    letter-spacing: 3px;
}

.bottom-bar {
    color: #fff;
    /* background: #3c4057; */
}


@media only screen and (max-width: 768px) {
    .form-modal {
        position: initial;
        margin-top: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        /* display: none; */
    }
    .modal-open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed !important;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: 0 !important;
    }
    .get-offer {
        display: block !important;
    }
    .static-form {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .contact-details {
        position: initial !important;
        width: 100% !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .header-link {
        display: none !important;
    }
    .banner-bg {
        height: 285px;

    }

    .logo-img {
        width: 185px;
        left: 0;
    }

    .top-bar {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width: 450px) {
    .logo-img {
        width: 145px;
        left: 0;
    }
}
    ._heroSection_1m8sp_1 {
    position: relative;
    height: 700px;
    width: 100%;
    overflow: hidden;
    display: flex;
    margin-bottom: 50px;
}

@media screen and (max-width: 1600px) {
    ._heroSection_1m8sp_1 {
        height: 583.1px;
        margin-bottom: 42px;
    }
}

@media (max-width: 768px) {
    ._heroSection_1m8sp_1 {
        height: auto;
        flex-direction: column;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1280px) {
    ._heroSection_1m8sp_1 {
        height: 466.9px;
        margin-bottom: 33px;
    }
}
@media screen and (max-width: 1366px) {
    ._heroSection_1m8sp_1 {
        height: 497.7px;
        margin-bottom: 36px;
    }
}
@media screen and (max-width: 1440px) {
    ._heroSection_1m8sp_1 {
        height: 525px;
        margin-bottom: 38px;
    }
}

._heroSection_1m8sp_1 ._heroBg_1m8sp_45 {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    top: 0;
    left: 0;
}
._heroSection_1m8sp_1 ._overlay_1m8sp_65 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0003;
    z-index: 2;
}


._heroSection_1m8sp_1 ._playIconContainer_1m8sp_259 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 45%;
    /* background-color: #000c; */
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    ._heroSection_1m8sp_1 ._playIconContainer_1m8sp_259 {
        display: none;
    }
}
._heroSection_1m8sp_1 ._playIcon_1m8sp_259 {
    width: 60px;
    height: 60px;
    margin-left: 5px;
    margin-top: 3px;
}

@media (max-width: 768px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 {
        width: 100%;
        height: auto;
        padding: 20px;
    }
}

._heroSection_1m8sp_1 ._leftSection_1m8sp_19 {
    width: 45%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    height: 100%;
    margin-right: 0;
    z-index: 3;
}



._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 {
    width: 75%;
    height: 85%;
    background: #edb17d80;
    position: relative;
    z-index: 1;
}
@media (max-width: 768px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 {
        width: 100%;
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff80;
}

._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._enchantedLogo_1m8sp_203 {
    width: 65%;
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._enchantedLogo_1m8sp_203 {
        width: 230px;
    }
}

@media screen and (max-width: 1280px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._enchantedLogo_1m8sp_203 {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1366px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._enchantedLogo_1m8sp_203 {
        margin-bottom: 21px;
    }
}
@media screen and (max-width: 1440px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._enchantedLogo_1m8sp_203 {
        margin-bottom: 23px;
    }
}
@media screen and (max-width: 1600px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._enchantedLogo_1m8sp_203 {
        margin-bottom: 25px;
    }
}

._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._downloadBrochureBtn_1m8sp_143 {
    background: #3c4057;
    color: #fff;
    padding: 18px 65px;
    border-radius: 30px;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 10px;
    text-decoration: none;
}


@media screen and (max-width: 1280px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._downloadBrochureBtn_1m8sp_143 {
        padding: 12px 43px;
        border-radius: 20px;
        font-size: 13px;
        margin-bottom: 7px;
    }
}
@media screen and (max-width: 1366px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._downloadBrochureBtn_1m8sp_143 {
        padding: 13px 46px;
        border-radius: 21px;
        font-size: 14px;
        margin-bottom: 7px;
    }
}
@media screen and (max-width: 1440px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._downloadBrochureBtn_1m8sp_143 {
        padding: 14px 49px;
        border-radius: 23px;
        font-size: 15px;
        margin-bottom: 8px;
    }
}
@media screen and (max-width: 1600px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._downloadBrochureBtn_1m8sp_143 {
        padding: 15px 54px;
        border-radius: 25px;
        font-size: 17px;
        margin-bottom: 8px;
    }
}

._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._showMobile_1m8sp_431 {
    display: none;
}
._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._downloadBrochureBtn_1m8sp_143 {
    background: #3c4057;
    color: #fff;
    padding: 18px 65px;
    border-radius: 30px;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 10px;
    text-decoration: none;
}

@media (max-width: 768px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._showMobile_1m8sp_431 {
        display: block;
    }
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19{
        width: 100%;
    }
}
@media screen and (max-width: 1280px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._downloadBrochureBtn_1m8sp_143 {
        padding: 12px 43px;
        border-radius: 20px;
        font-size: 13px;
        margin-bottom: 7px;
    }
}
@media screen and (max-width: 1366px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._downloadBrochureBtn_1m8sp_143 {
        padding: 13px 46px;
        border-radius: 21px;
        font-size: 14px;
        margin-bottom: 7px;
    }
}
@media screen and (max-width: 1440px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._downloadBrochureBtn_1m8sp_143 {
        padding: 14px 49px;
        border-radius: 23px;
        font-size: 15px;
        margin-bottom: 8px;
    }
}
@media screen and (max-width: 1600px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._downloadBrochureBtn_1m8sp_143 {
        padding: 15px 54px;
        border-radius: 25px;
        font-size: 17px;
        margin-bottom: 8px;
    }
}

._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._reraNumber_1m8sp_173 {
    font-family: "SpartanMB-Light";
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 2px;
}


@media screen and (max-width: 1280px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._reraNumber_1m8sp_173 {
        font-size: 9px;
        margin-bottom: 1px;
    }
}
@media screen and (max-width: 1366px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._reraNumber_1m8sp_173 {
        font-size: 10px;
        margin-bottom: 1px;
    }
}
@media screen and (max-width: 1440px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._reraNumber_1m8sp_173 {
        font-size: 11px;
        margin-bottom: 2px;
    }
}
@media screen and (max-width: 1600px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._reraNumber_1m8sp_173 {
        font-size: 12px;
        margin-bottom: 2px;
    }
}

._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._reraNumber_1m8sp_173 {
    font-family: "SpartanMB-Light";
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 2px;
}

@media screen and (max-width: 1280px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._reraNumber_1m8sp_173 {
        font-size: 9px;
        margin-bottom: 1px;
    }
}
@media screen and (max-width: 1366px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._reraNumber_1m8sp_173 {
        font-size: 10px;
        margin-bottom: 1px;
    }
}
@media screen and (max-width: 1440px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._reraNumber_1m8sp_173 {
        font-size: 11px;
        margin-bottom: 2px;
    }
}
@media screen and (max-width: 1600px) {
    ._heroSection_1m8sp_1 ._leftSection_1m8sp_19 ._containerBox_1m8sp_85 ._logoContainer_1m8sp_101 ._reraNumber_1m8sp_173 {
        font-size: 12px;
        margin-bottom: 2px;
    }
}
