.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-initialized .slick-slide,
.slick-slide img {
    display: block
}

.slick-arrow.slick-hidden,
.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

* {
    -webkit-tap-highlight-color: transparent !important
}

html {
    font-size: 16px;
    line-height: 26px
}

body,
html {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-display: swap;
    overflow-x: hidden
}

body {
    font-family: Red Hat Display, sans-serif
}

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

a,
a:focus,
a:hover {
    text-decoration: none !important
}

p {
    margin: 0
}

ul {
    padding: 0;
    padding-inline-start: 20px
}

h1,
ul {
    margin: 0
}

h1 {
    padding: 0
}

dd,
dt,
figure,
h2,
h3,
h4,
h5,
h6,
hr {
    padding: 0;
    margin: 0
}

/* .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px
} */

.center-block {
    margin: 0 auto;
    float: unset !important
}

.pull-left {
    float: left !important
}

.pull-right {
    float: right !important
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.text-uppercase {
    text-transform: uppercase
}

.text-lowercase {
    text-transform: lowercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-italic {
    font-style: italic
}

.text-light {
    font-weight: 300
}

.text-reg {
    font-weight: 400
}

.text-medium {
    font-weight: 500
}

.text-semibold {
    font-weight: 600
}

.text-bold {
    font-weight: 700
}

.text-white {
    color: #fff
}

.text-black {
    color: #000
}

.text-red {
    color: #9e2e26
}

.text-grey {
    color: #282a2b
}

.text-yellow {
    color: #ffd00d
}

.text-orange {
    color: #e5a241
}

.text-blue {
    color: #3e1f6b
}

.bg-cover {
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat
}

.img-responsive {
    max-width: 100%;
    height: auto
}

.img-full {
    width: 100%;
    height: auto
}

.col-1 {
    width: 8.3333333333%;
    float: left
}

.col-2 {
    width: 16.6666666667%;
    float: left
}

.col-3 {
    width: 25%;
    float: left
}

.col-4 {
    width: 33.3333333333%;
    float: left
}

.col-5 {
    width: 41.6666666667%;
    float: left
}

.col-6 {
    width: 50%;
    float: left
}

.col-7 {
    width: 58.3333333333%;
    float: left
}

.col-8 {
    width: 66.6666666667%;
    float: left
}

.col-9 {
    width: 75%;
    float: left
}

.col-10 {
    width: 83.3333333333%;
    float: left
}

.col-11 {
    width: 91.6666666667%;
    float: left
}

.col-12 {
    width: 100%;
    float: left
}

.col-12-5 {
    width: 20%
}

/* .col-12-5,
.w30,
.w70,
section {
    float: left
}

section {
    width: 100%
} */

.padding {
    padding: 70px 0
}

@media only screen and (max-width:992px) {
    .padding {
        padding: 40px 0
    }
}

.pos-rel {
    position: relative
}

.pos-abs {
    position: absolute
}

.pos-fix {
    position: fixed
}

.bottom {
    bottom: 0
}

.top {
    top: 0
}

.left {
    left: 0
}

.right {
    right: 0
}

.pd-tp-10 {
    padding-top: 10px
}

.pd-tp-20 {
    padding-top: 20px
}

.pd-tp-30 {
    padding-top: 30px
}

.pd-tp-40 {
    padding-top: 40px
}

.pd-bt-0 {
    padding-bottom: 0 !important
}

.pd-bt-10 {
    padding-bottom: 10px
}

.pd-bt-20 {
    padding-bottom: 20px
}

.pd-bt-30 {
    padding-bottom: 30px
}

.mg-bt-10 {
    margin-bottom: 10px
}

.mg-bt-20 {
    margin-bottom: 20px
}

.mg-bt-30 {
    margin-bottom: 30px
}

.mg-tp-10 {
    margin-top: 10px
}

.mg-tp-20 {
    margin-top: 20px
}

.mg-tp-30 {
    margin-top: 30px
}

.mg-tp-40 {
    margin-top: 40px
}

.align-center {
    display: flex;
    align-items: center
}

.visible,
.visible-sm {
    display: none !important
}

.hidden-sm {
    display: block !important
}

.visible,
.visible-xs {
    display: none !important
}

.hidden-xs {
    display: block !important
}

.hidden {
    display: inline-block !important
}

.row:after,
.row:before {
    display: table;
    content: " "
}

.clearfix,
.row:after {
    clear: both
}

.container1 {
    width: 87.5vw
}

@media only screen and (max-width:640px) {
    .container1 {
        width: 93.75vw
    }
}

.container1 {
    margin: 0 auto;
    padding: 0 .5208333333vw
}

@media only screen and (max-width:992px) {
    .container1 {
        padding: 0 10px
    }
}

.enquiry-form {
    padding: 0 10px
}

.iti-mobile .selldo-intl-tel-input.iti-container {
    z-index: 1111111
}

input.btn {
    cursor: pointer;
    background-color: #9e2e26 !important;
    border-radius: 5px;
    border: none !important;
    font-size: 16px !important;
    line-height: 28px;
    color: #fff !important;
    font-weight: 500;
    padding: 12px 22px
}

#kl__form-container {
    min-height: auto !important;
    background-color: transparent !important
}

.revealOnScroll {
    opacity: 0
}

.animated {
    animation-duration: 1.2s;
    animation-fill-mode: both
}

@keyframes a {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: a
}

@keyframes b {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: b
}

@keyframes c {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: c
}

@keyframes d {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: d
}

.sec-head {
    color: #b84334;
    font-family: Red Hat Display, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3.75px;
    margin-bottom: 30px
}

@media (max-width:767px) {
    .sec-head {
        margin-bottom: 20px;
        font-size: 12px;
        letter-spacing: 3px
    }
}

.sec-head2 {
    color: #b2b2b2;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: .48px;
    margin-bottom: 5px
}

.sec-head2,
.sec-title {
    font-family: Roboto, sans-serif;
    font-style: normal
}

.sec-title {
    color: #373429;
    font-size: 52px;
    font-weight: 900;
    line-height: 55px;
    text-transform: uppercase;
    margin-bottom: 10px
}

@media (max-width:1024px) {
    .sec-title {
        font-size: 42px
    }
}

@media (max-width:992px) {
    .sec-title {
        font-size: 32px;
        line-height: 40px
    }
}

.sec-desc {
    color: #424242;
    font-family: Red Hat Display, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px
}

@media (max-width:992px) {
    .sec-desc {
        font-size: 15px;
        line-height: 24px
    }
}

header {
    position: fixed;
    width: 100%;
    height: 80px;
    z-index: 9999;
    transition: all .5s ease-in-out;
    background: #fff
}

@media (max-width:992px) {
    header {
        height: 60px;
        background: #faeccc
    }
}

@media (min-width:1024px) {
    header.active {
        box-shadow: 2px 4px 14px rgba(0, 0, 0, .0784313725)
    }
}

header .form-container {
    position: absolute;
    width: 325px;
    top: calc(100% + 2px);
    right: 15px;
    background-color: #efece7;
    padding: 20px 10px;
    display: none
}

@media (max-width:992px) {
    header .form-container {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        top: 100% !important;
        bottom: -100% !important;
        min-height: 440px;
        width: 95% !important;
        padding: 50px 10px !important;
        margin: auto !important;
        transform: translate(0);
        z-index: 9999;
        background-color: rgba(255, 254, 254, .97) !important
    }
}

header .frmclose {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
    font-size: 30px
}

header .thankyou {
    margin-bottom: 10px;
    text-align: center
}

@media (max-width:992px) {
    header .thankyou {
        padding: 0 20px
    }
}

header .brand-logo {
    padding: 8px 0 0
}

header .brand-logo .logo-header img {
    position: relative;
    z-index: 1;
    vertical-align: middle;
    top: -4px;
    width: 130px
}

@media (max-width:992px) {
    header .brand-logo .logo-header img {
        width: 88px;
        left: 34px;
    }
}

header .lower {
    margin: 4px 0 0
}

@media (max-width:sm) {
    header .lower {
        margin: 0
    }
}

header .lower .nav-links {
    margin-right: 20px;
    display: inline-block
}

@media (max-width:992px) {
    header .lower .nav-links {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff;
        width: 100%;
        height: 100%;
        z-index: 2;
        padding: 30px 0 0
    }
}

header .lower .nav-links li {
    display: inline-block;
    list-style-type: none
}

@media (max-width:992px) {
    header .lower .nav-links li {
        display: block;
        text-align: center
    }
}

header .lower .nav-links li a {
    display: inline-block;
    margin: 0 8px;
    position: relative;
    text-align: center;
    color: #3e3e3e;
    font-size: 16px;
    line-height: 32px
}

header .lower .nav-links li a.active {
    font-weight: 700
}

@media (max-width:1024px) {
    header .lower .nav-links li a {
        margin: 30px 0 5px;
        font-size: 16px
    }
}

@media (max-width:767px) {
    header .lower .nav-links li a {
        margin-top: 15px;
        font-size: 18px;
        line-height: 40px !important
    }
}

header .call-us {
    color: #fff;
    margin: 0 8px 0 0;
    display: inline-block !important;
    font-size: 16px;
    line-height: 19px
}

header .call-us img {
    vertical-align: middle;
    margin-right: 8px;
    border-radius: 4px
}

@media (max-width:1024px) {
    header .call-us {
        font-size: 12px
    }
}

@media (max-width:992px) {
    header .call-us {
        display: none !important
    }
}

.theme-btn {
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 6px;
    background: #b84334
}

@media (max-width:767px) {
    .theme-btn {
        font-size: 12px
    }
}

.img-desc {
    z-index: 3;
    position: absolute;
    left: 3px;
    bottom: 4.1666666667vw;
    font-size: 6px;
    line-height: 12px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    background-color: rgba(0, 0, 0, .6392156863);
    padding: 1px 3px;
    border-radius: 30px
}

@media (max-width:992px) {
    .img-desc {
        left: -20px;
        transform: rotate(-90deg);
        bottom: 90px
    }
}

.tc {
    z-index: 9;
    position: absolute;
    right: 3px;
    bottom: 4.1666666667vw;
    font-size: 6px;
    line-height: 12px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    background-color: rgba(0, 0, 0, .6392156863);
    padding: 1px 3px;
    border-radius: 30px
}

@media (max-width:992px) {
    .tc {
        right: -10px;
        transform: rotate(90deg);
        bottom: 85px
    }
}

.sticky-btns {
    position: absolute;
    right: 70px;
    z-index: 1111111
}

.callme,
.callmeon {
    display: table-cell;
    vertical-align: middle
}

.callmeon {
    display: none
}

.callme img {
    vertical-align: middle;
    transform: rotate(90deg);
    margin-right: 8px
}

.fixbtn a {
    border-left: 1px solid #fff
}

.callwrap {
    background: #b84334;
    padding: 10px 15px;
    position: fixed;
    right: 0;
    top: 45%;
    width: auto;
    display: table;
    transition: all 1s linear;
    z-index: 99;
    margin-top: 5px;
    border-radius: 23px;
    cursor: pointer
}

.callwrap.active {
    right: 0
}

.callnumber {
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 19px
}

.m-auto {
    margin: 0 auto
}

.bannerSection {
    position: relative
}

.bannerSection .bnrBackImgCont {
    background-image: url(../images/web1.webp);
    background-size: 100% 95%;
    background-repeat: no-repeat;
    bottom: 0;
    position: relative
}

@media (max-width:1380px) {
    .bannerSection .bnrBackImgCont {
        background-size: 100% 95%
    }
}

@media (max-width:1040px) {
    .bannerSection .bnrBackImgCont {
        height: 30vh
    }
}

@media (max-width:992px) {
    .bannerSection .bnrBackImgCont {
        background-image: url(../../assets/images/aishwaryaabhimaan-mob-sept-banner.webp);
        height: 80vh
    }
}

@media (max-width:767px) {
    .bannerSection .bnrBackImgCont {
        min-height: auto;
        height: auto
    }
}

@media (max-width:380px) and (max-height:780px) {
    .bannerSection .bnrBackImgCont {
        min-height: 86vh
    }
}

.bannerSection .bnrBackImgCont .ban_off_img {
    width: 52.34375vw;
    display: block;
    margin: auto;
    margin-top: 8.0729166667vw
}

@media (max-width:992px) {
    .bannerSection .bnrBackImgCont .ban_off_img {
        width: 80%;
        margin: auto;
        margin-top: 90px
    }
}

@media (max-width:767px) {
    .bannerSection .bnrBackImgCont .ban_off_img {
        width: 100%;
        margin-top: 140px
    }
}

@media (max-width:380px) and (max-height:780px) {
    .bannerSection .bnrBackImgCont .ban_off_img {
        margin-top: 60px
    }
}

.bannerSection .bnrBackImgCont .banPreBox {
    text-align: center;
    color: #fff;
    margin-top: -2.6041666667vw;
    margin-left: .78125vw
}

@media (max-width:992px) {
    .bannerSection .bnrBackImgCont .banPreBox {
        margin-top: -3.125vw
    }
}

@media (max-width:767px) {
    .bannerSection .bnrBackImgCont .banPreBox {
        margin-top: 14px
    }
}

.bannerSection .bnrBackImgCont .banPreBox .preText {
    color: #000;
    font-family: Work Sans;
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
    font-style: normal;
    font-weight: 700;
    margin-left: 4.8958333333vw
}

@media (max-width:992px) {
    .bannerSection .bnrBackImgCont .banPreBox .preText {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        margin-left: 90px
    }
}

@media (max-width:767px) {
    .bannerSection .bnrBackImgCont .banPreBox .preText {
        font-size: 18px;
        line-height: 30px;
        margin-left: 0
    }
}

@media (max-width:380px) and (max-height:780px) {
    .bannerSection .bnrBackImgCont .banPreBox .preText {
        font-size: 16px;
        line-height: 24px
    }
}

.bannerSection .bnrBackImgCont .banPreBox .preText .bldText {
    font-weight: 700
}

.bannerSection .bnrBackImgCont .banPreBox .banHorLine {
    border: .0520833333vw solid #fff;
    margin: .3125vw auto .4166666667vw
}

@media (max-width:992px) {
    .bannerSection .bnrBackImgCont .banPreBox .banHorLine {
        width: 80%;
        max-width: 228px;
        margin: 7px auto
    }
}

.bannerSection .bnrFtr {
    margin-top: .78125vw
}

@media (max-width:992px) {
    .bannerSection .bnrFtr {
        margin: auto;
        margin-top: 16px
    }
}

.bannerSection .bnrFtr .bnrFtrTxt {
    color: #000;
    font-family: Work Sans;
    font-size: 2.1875vw;
    line-height: 2.7083333333vw;
    font-style: normal;
    font-weight: 500
}

@media (max-width:992px) {
    .bannerSection .bnrFtr .bnrFtrTxt {
        font-size: 24px;
        line-height: 32px
    }
}

@media (max-width:767px) {
    .bannerSection .bnrFtr .bnrFtrTxt {
        font-size: 14px;
        line-height: 20px
    }
}

.bannerSection .bnrFtr .bnrFtrTxt .bullet {
    width: .6770833333vw;
    height: .6770833333vw;
    margin: 0 1.0416666667vw;
    display: block
}

@media (max-width:992px) {
    .bannerSection .bnrFtr .bnrFtrTxt .bullet {
        width: 5px;
        height: 5px;
        margin: 0 5px
    }
}

.bannerSection .bnrFtr li::marker {
    color: #b82932
}

.bannerSection .banner-btm-wrap {
    display: flex;
    gap: 2.6041666667vw;
    align-items: center
}

.bannerSection .banner-btm-wrap .moshi-text-img {
    width: 14.9479166667vw
}

@media (max-width:992px) {
    .bannerSection .banner-btm-wrap .moshi-text-img {
        margin-top: 20px;
        width: 120px
    }
}

@media (max-width:767px) {
    .bannerSection .banner-btm-wrap .moshi-text-img {
        margin-top: 24px
    }
}

.bannerSection .possesion-new {
    width: 31.25vw
}

@media (max-width:992px) {
    .bannerSection .possesion-new {
        width: 320px
    }
}

@media (max-width:767px) {
    .bannerSection .possesion-new {
        width: 75%;
        margin-left: 36px;
        margin-top: -20px
    }
}

.bannerSection .door-img {
    margin-top: 4.6875vw;
    width: 40.625vw;
    height: auto
}

@media (max-width:1380px) {
    .bannerSection .door-img {
        width: 35.4166666667vw;
        margin-top: 6.25vw
    }
}

@media (max-width:992px) {
    .bannerSection .door-img {
        width: 77%;
        margin: 50px auto 10px;
        display: block
    }
}

@media (max-width:767px) {
    .bannerSection .door-img {
        width: 100%
    }
}

@media (max-width:380px) and (max-height:780px) {
    .bannerSection .door-img {
        margin: 14px auto 10px
    }
}

.bannerSection .allincl {
    color: #000;
    font-family: Work Sans;
    font-size: 1.0416666667vw;
    line-height: 1.5625vw;
    font-style: normal;
    font-weight: 500
}

@media (max-width:992px) {
    .bannerSection .allincl {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width:640px) {
    .bannerSection .allincl {
        font-size: 12px;
        line-height: 18px
    }
}

.premium {
    padding-top: 1.3020833333vw;
    width: 25vw
}

@media (max-width:992px) {
    .premium {
        width: 220px;
        display: block;
        margin: 10px auto
    }
}

@media (max-width:640px) {
    .premium {
        width: 100%
    }
}

.work-done {
    width: 22.3958333333vw
}

@media (max-width:992px) {
    .work-done {
        width: 190px
    }
}

@media (max-width:440px) {
    .work-done {
        position: absolute;
        bottom: 300px;
        right: 20px;
        width: 120px
    }
}

@media (max-width:395px) {
    .work-done {
        bottom: 215px
    }
}

@media (max-width:390px) {
    .work-done {
        bottom: 280px
    }
}

.construction {
    padding-top: 9px;
}

@media (max-width:992px) {
    .construction {
        padding-top: 70px
    }
}

.construction .dots-container {
    text-align: center;
    margin-bottom: 10px
}

.construction .slick-dots {
    position: relative;
    display: flex !important;
    justify-content: center;
    list-style: none;
    padding: 10px 0;
    margin: 0 auto;
    gap: 10px;
    z-index: 10
}

.construction .slick-dots li button {
    background-color: gray;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    font-size: 0;
    transition: transform .3s, background-color .3s
}

.construction .slick-dots li.slick-active button {
    background-color: #f05;
    transform: scale(1.3)
}

.construction .con-slider {
    margin-top: 10px;
    position: relative;
    overflow: hidden
}

.construction .con-slider:after,
.construction .con-slider:before {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    z-index: 10
}

.construction .con-slider:before {
    left: 0;
    width: 450px;
    background: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff)
}

.construction .con-slider:after {
    right: 0;
    width: 270px;
    background: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0))
}

@media (max-width:992px) {
    .construction .con-slider {
        margin-top: 10px
    }

    .construction .con-slider:after,
    .construction .con-slider:before {
        display: none
    }
}

.construction .con-slider .slick-slide {
    height: 100% !important
}

.construction .con-slider .slick-slide .con-slide,
.construction .con-slider .slick-slide .con-slide .row {
    height: 100%
}

.construction .conimg {
    width: 100% !important
}

@media (max-width:992px) {
    .construction .conimg {
        width: 80% !important;
        margin: auto;
        display: block
    }
}

@media (max-width:576px) {
    .construction .conimg {
        width: 80% !important;
        height: auto;
        margin-top: 12px
    }
}

@media (max-width:480px) {
    .construction .conimg {
        margin-top: 0
    }
}

.construction .mtrow {
    margin-top: 10px
}

@media (max-width:576px) {
    .construction .con-slider {
        box-shadow: none
    }
}

.construction .con-slider .slick-slide {
    margin: 0 10px
}

@media (max-width:576px) {
    .construction .con-slider .slick-slide {
        margin: 0
    }
}

.construction .con-slide__img {
    overflow: hidden;
    border-radius: 20px
}

@media (max-width:576px) {
    .construction .con-slide__img {
        padding-right: 0
    }
}

@media (max-width:576px) {
    .construction .con-slide__img img {
        margin: auto;
        display: block
    }
}

.construction .con-slide__content {
    margin-top: 100px;
    width: 370px
}

@media (max-width:768px) {
    .construction .con-slide__content {
        margin-top: 60px;
        width: auto
    }
}

@media (max-width:576px) {
    .construction .con-slide__content {
        margin-top: 0;
        margin-bottom: 20px;
        padding: 0 20px;
        text-align: center
    }
}

.z11 {
    position: relative;
    z-index: 111
}

.overview {
    padding-top: 58px;
}

@media (max-width:992px) {
    .overview {
        padding-top: 90px
    }
}

.overview .abs1 {
    position: absolute;
    top: -48px
}

@media (max-width:767px) {
    .overview .abs1 {
        top: -155px;
        width: 240px
    }
}

.overview .abs2 {
    position: absolute;
    right: 20px;
    top: -8px
}

@media (max-width:767px) {
    .overview .abs2 {
        top: -80px;
        right: -40px
    }
}

.overview .over-row {
    display: flex;
    align-items: center
}

@media (max-width:767px) {
    .overview .over-row {
        flex-direction: column-reverse
    }
}

.overview .over-row .overviewdiv {
    /* text-align: left; */
    padding-right: 20px
}

@media (max-width:767px) {
    .overview .over-row .overviewdiv {
        text-align: center;
        padding-right: 0
    }
}

.overview .over-row .overviewdiv .theme-btn {
    display: block;
    width: fit-content;
    margin: auto;
    margin-top: 20px;
    margin-right: 0
}

@media (max-width:767px) {
    .overview .over-row .overviewdiv .theme-btn {
        margin: auto;
        margin-top: 25px
    }
}

.overview .over-row .overviewimgdiv {
    position: relative;
    padding-left: 30px
}

@media (max-width:767px) {
    .overview .over-row .overviewimgdiv {
        padding-left: 0;
        margin-bottom: 30px
    }
}

.overview .over-row .overviewimgdiv:before {
    content: "";
    position: absolute;
    top: 0;
    left: 28px;
    width: 175px;
    height: 100%;
    background: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff)
}

@media (max-width:767px) {
    .overview .over-row .overviewimgdiv:before {
        top: unset;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 72px;
        background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .57) 53.7%, #fff)
    }
}

@media (max-width:767px) {
    .overview .over-row .overviewimgdiv img {
        margin: auto;
        display: block
    }
}

.overview .abs3 {
    position: absolute;
    top: -135px;
    right: 0
}

.overview .abs4 {
    position: absolute;
    top: -110px;
    left: -80px
}

.overview .over-row2 {
    box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, .5);
    border-radius: 20px;
    position: relative;
    margin-top: 140px;
    background-color: #fff;
    z-index: 1;
    display: flex;
    align-items: center
}

@media (max-width:767px) {
    .overview .over-row2 {
        margin-top: 100px;
        padding-bottom: 50px;
        flex-direction: column;
        box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, .5)
    }
}

@media (max-width:767px) {
    .overview .over-row2 .overview2 {
        width: 100%;
        border-radius: 20px
    }
}

.overview .over-row2 .ribonl {
    position: absolute;
    left: -90px
}

@media (max-width:767px) {
    .overview .over-row2 .ribonl {
        top: 50%;
        transform: translateY(-50%)
    }
}

.overview .over-row2 .ribonr {
    position: absolute;
    right: -90px
}

@media (max-width:767px) {
    .overview .over-row2 .ribonr {
        top: 50%;
        transform: translateY(-50%)
    }
}

.overview .over-row2 .hrule {
    height: 4px;
    background-color: #b84334;
    mix-blend-mode: plus-darker;
    margin: 10px auto
}

@media (max-width:767px) {
    .overview .over-row2 .hrule {
        width: 85%
    }
}

.overview .over-row2 .overviewdiv2 {
    text-align: center;
    margin-left: -170px;
    padding-right: 50px
}

@media (max-width:767px) {
    .overview .over-row2 .overviewdiv2 {
        margin-left: 0;
        padding-right: 0;
        margin-top: -110px
    }
}

.overview .over-row2 .overviewdiv2 .sec-desc {
    padding: 0 50px
}

.overview .abs5 {
    position: absolute;
    right: 0;
    bottom: -190px
}

.overview .abs6 {
    position: absolute;
    left: -80px;
    bottom: -250px
}

.location .abscirc {
    position: absolute;
    right: -60px;
    top: -50px
}

.location .abscirc1 {
    position: absolute;
    right: -200px;
    top: 210px
}

.location .loc-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 20px
}

@media (max-width:767px) {
    .location .loc-flex {
        flex-direction: column;
        margin-top: 20px
    }
}

.location .loc-flex .loc-div {
    margin: 0 30px
}

@media (max-width:767px) {
    .location .loc-flex .loc-div {
        text-align: center
    }
}

.location .loc-flex .loc-div.locbr {
    border-left: 2px solid #b84334;
    border-right: 2px solid #b84334;
    padding: 0 60px
}

@media (max-width:767px) {
    .location .loc-flex .loc-div.locbr {
        border: none;
        border-top: 1px solid #b84334;
        border-bottom: 1px solid #b84334
    }
}

.location .loc-flex .loc-div .loc-head {
    color: #424242;
    font-family: Red Hat Display, sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px
}

@media (max-width:767px) {
    .location .loc-flex .loc-div .loc-head {
        font-size: 12px;
        line-height: normal;
        margin: 10px 0
    }
}

.location .mapdiv {
    border-top: 3px solid #b84334;
    border-bottom: 3px solid #b84334;
    margin-top: 50px;
    position: relative
}

.location .mapdiv .abs4 {
    position: absolute;
    top: -300px
}

.location .mapdiv iframe {
    position: relative;
    z-index: 1
}

@media (max-width:767px) {
    .location .mapdiv iframe {
        height: 530px
    }
}

.location .mapdiv .wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .45);
    width: 406px;
    height: 404px;
    padding: 50px;
    z-index: 1
}

.location .mapdiv .wrapper .loc-slide-head {
    color: #2f2f2f;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    text-align: center
}

.location .mapdiv .wrapper ul {
    margin-top: 10px
}

.location .mapdiv .wrapper ul li {
    color: #787878;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px
}

.location .mapdiv .wrapper .arrow-flex {
    display: flex;
    justify-content: center;
    margin-top: 30px
}

@media (max-width:767px) {
    .location .mapdiv .wrapper .arrow-flex {
        margin-top: 20px
    }
}

.location .mapdiv .wrapper .arrow-flex img {
    cursor: pointer
}

.location .mapdiv .wrapper .arrow-flex .loc-pagingInfo {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 10px
}

.location .mapdiv .wrapper .arrow-flex .loc-pagingInfo span {
    font-size: 18px;
    font-weight: 500
}

.location .mapdiv .thumbnail {
    margin-top: -40px;
    position: relative;
    z-index: 1
}

.location .mapdiv .thumbnail .loc-img-slider .slick-slide {
    padding-top: 15px
}

.location .mapdiv .thumbnail .loc-img-slider .slick-slide .sbox {
    text-align: center;
    border-radius: 20px 20px 0 0;
    border: 1px solid hsla(0, 0%, 100%, .1);
    background: hsla(0, 0%, 100%, .46);
    box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, .1);
    backdrop-filter: blur(18px);
    cursor: pointer;
    height: 110px;
    padding: 10px 0
}

.location .mapdiv .thumbnail .loc-img-slider .slick-slide.slick-current {
    color: #fff
}

.location .mapdiv .thumbnail .loc-img-slider .slick-slide.slick-current .sbox {
    background: #b84334
}

.location .mapdiv .thumbnail .loc-img-slider .slick-slide.slick-current svg path {
    fill: #fff;
    opacity: 1
}

.location .accordion-container {
    height: 200px
}

@media (max-width:992px) {
    .location .accordion-container {
        height: auto;
        padding: 0 10px
    }
}

.location .accordion-container .accordion-item {
    border: 1px solid #ccc;
    margin-bottom: 10px
}

.location .accordion-container .accordion-item .accordion-header {
    padding: 10px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95%;
    background-size: 13px;
    background-image: url(../images/plus.svg);
    display: flex;
    align-items: center
}

.location .accordion-container .accordion-item .accordion-header .accicon {
    margin-right: 10px
}

.location .accordion-container .accordion-item .accordion-content {
    overflow: hidden;
    transition: max-height .3s ease;
    max-height: 0;
    background-color: #fff
}

.location .accordion-container .accordion-item.active {
    border-radius: 0 0 5px 5px;
    background: #b84334;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}

.location .accordion-container .accordion-item.active .accordion-header {
    color: #fff;
    background-image: url(../images/close.svg)
}

.location .accordion-container .accordion-item.active .accordion-header .accicon svg path {
    fill: #fff;
    opacity: 1
}

.location .accordion-container .accordion-item.active .accordion-content {
    padding: 20px
}

@media (max-width:767px) {
    .amenities .rowrev {
        display: flex;
        flex-direction: column-reverse
    }
}

.amenities .arrow-flex {
    position: absolute;
    top: 30px;
    left: 770px;
    display: flex;
    align-items: center;
    z-index: 111
}

@media (max-width:1024px) {
    .amenities .arrow-flex {
        left: 640px
    }
}

@media (max-width:992px) {
    .amenities .arrow-flex {
        top: 20px;
        left: 505px
    }
}

@media (max-width:767px) {
    .amenities .arrow-flex {
        position: relative;
        top: 0;
        left: 0;
        justify-content: center;
        margin-bottom: 20px
    }
}

.amenities .arrow-flex img {
    cursor: pointer
}

.amenities .arrow-flex .ame-pagingInfo {
    margin: 0 15px
}

.amenities .ame-slider .slick-slide {
    height: 100% !important
}

.amenities .ame-slider .slick-slide .ame-slide,
.amenities .ame-slider .slick-slide .ame-slide .row {
    height: 100%
}

.amenities .ameimg {
    width: 100% !important;
    height: 590px
}

@media (max-width:1024px) {
    .amenities .ameimg {
        height: 440px
    }
}

@media (max-width:992px) {
    .amenities .ameimg {
        width: 100% !important;
        height: auto;
        margin-top: 12px
    }
}

@media (max-width:767px) {
    .amenities .ameimg {
        margin-top: 0
    }
}

.amenities .mtrow {
    margin-top: 80px
}

.amenities .mtrow .absame {
    position: absolute;
    top: -290px;
    left: -190px
}

.amenities .ame-slider {
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .25)
}

@media (max-width:767px) {
    .amenities .ame-slider {
        box-shadow: none
    }
}

.amenities .ame-slider .slick-slide {
    margin: 0 30px
}

@media (max-width:767px) {
    .amenities .ame-slider .slick-slide {
        margin: 0
    }
}

.amenities .ame-slide__img {
    overflow: hidden;
    border-radius: 20px;
    padding-right: 30px
}

@media (max-width:767px) {
    .amenities .ame-slide__img {
        padding-right: 0
    }
}

@media (max-width:767px) {
    .amenities .ame-slide__img img {
        margin: auto;
        display: block
    }
}

.amenities .ame-slide__content {
    margin-top: 100px;
    width: 370px
}

@media (max-width:992px) {
    .amenities .ame-slide__content {
        margin-top: 60px;
        width: auto
    }
}

@media (max-width:767px) {
    .amenities .ame-slide__content {
        margin-top: 0;
        margin-bottom: 20px;
        padding: 0 20px;
        text-align: center
    }
}

.amenities .ame-title {
    color: #000;
    font-family: Red Hat Display, sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    position: relative;
    margin-bottom: 20px
}

@media (max-width:992px) {
    .amenities .ame-title {
        font-size: 18px
    }
}

.amenities .ame-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 3px;
    background: #b84334
}

@media (max-width:767px) {
    .amenities .ame-title:before {
        left: 50%;
        transform: translateX(-50%);
        bottom: -10px
    }
}

.amenities .ame-desc {
    margin-bottom: 10px
}

@media (max-width:992px) {
    .amenities .ame-desc {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px
    }
}

.residences .resibg {
    /* background: url(../../assets/images/resibg.svg), #b84334; */
    background-size: 100% 100%;
    height: auto;
    padding: 40px 0
}

.residences .resibg1 {
    position: absolute;
    top: -370px;
    left: 0
}

.residences .resicontent {
    margin-bottom: 30px
}

.residences .glass-morphism,
.residences .glass-morphism:after {
    width: 100%;
    border-radius: 20px;
    z-index: 1
}

.residences .glass-morphism {
    flex-shrink: 0;
    position: relative;
    justify-content: center;
    align-items: center
}

.residences #blueprint {
    object-fit: cover
}

.residences .ame-text-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000
}

.residences .text-6 {
    color: #fdfdfd;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    line-height: normal;
    flex-shrink: 0;
    z-index: 100;
    position: relative;
    bottom: 20px
}

@media (max-width:992px) {
    .residences .text-6 {
        font-size: 24px
    }
}

.residences .glass-morphism .btn1 {
    z-index: 10;
    position: relative;
    color: #b84334;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

@media (max-width:992px) {
    .residences .glass-morphism .btn1 {
        font-size: 14px
    }
}

.residences .btn1 {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 9.7px 0 rgba(0, 0, 0, .25);
    padding: 10px 20px;
    border: none;
    cursor: pointer
}

.residences .glass-morphism:after {
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .93;
    background: rgba(184, 67, 52, .3);
    backdrop-filter: blur(19.7999992371px);
    -webkit-backdrop-filter: blur(19.8px);
    border-radius: 20px;
    border: 5px dashed #fff
}

.residences .glass-morphism.removeblur:after {
    backdrop-filter: blur(0) !important;
    background-color: transparent !important
}

.residences .floorwrap {
    position: relative
}

.specifications .specbg1 {
    position: absolute;
    top: -330px;
    left: -60px
}

.specifications .specbg2 {
    position: absolute;
    right: -320px;
    top: 0
}

@media (max-width:992px) {
    .calculator {
        /* margin-top: 130px */
    }
}

@media (max-width:767px) {
    .calculator {
        /* margin-top: 340px */
    }
}

.calculator .calc1 {
    position: absolute;
    top: -100px
}

.calculator .calc2 {
    position: absolute;
    top: -190px;
    right: 70px
}

.calculator .calc6 {
    position: absolute;
    right: -200px;
    top: 20px
}

.calculator .calc-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 20px
}

@media (max-width:767px) {
    .calculator .calc-flex {
        flex-direction: column
    }
}

.calculator .calc-flex .calc-div {
    border-right: 3px solid #b84334;
        padding: 0 54px;
}

@media (max-width:767px) {
    .calculator .calc-flex .calc-div {
        border: none;
        border-bottom: 1px solid #b84334
    }
}

.calculator .calc-flex .calc-div.calc-divl {
    border: none
}

.calculator .calc-flex .calc-div .calc-head {
    color: #424242;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 20px
}

@media (max-width:767px) {
    .calculator .calc-flex .calc-div .calc-head {
        margin: 10px 0;
        font-size: 12px
    }
}

.qrdiv {
    display: flex;
    align-items: center
}

@media (max-width:992px) {
    .qrdiv {
        flex-direction: column;
        justify-content: center;
        margin: 10px 0;
        text-align: center
    }
}

@media (max-width:992px) {
    .qrdiv .reratxtdiv {
        margin-top: 10px
    }
}

.qrdiv .reratxtdiv .reratxt {
    font-size: 13px;
    line-height: 20px;
    color: #fff
}

.qrdiv .reratxtdiv .reratxt a {
    color: #fff
}

.qrdiv .reraimg {
    width: 240px;
    margin: auto;
    display: block;
    padding-right: 10px
}

@media (max-width:992px) {
    .qrdiv .reraimg {
        padding-right: 0;
        width: 150px
    }
}

.footer-call-enquire {
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 0;
    z-index: 9;
    display: none;
    background-color: #b84334;
    color: #fff;
    z-index: 1111111
}

@media (max-width:992px) {
    .footer-call-enquire {
        display: block
    }
}

.footer-call-enquire a {
    color: #fff
}

.footer-div {
    padding: 16px 10px 10px;
    float: left;
    width: 100%;
    background-color: #000
}

.footer-div .footer-bottom {
    display: flex;
    align-items: center
}

@media (max-width:992px) {
    .footer-div .footer-bottom {
        flex-direction: column
    }
}

.footer-div .footer-bottom .rera p {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 26px;
    color: #fff !important
}

@media (max-width:992px) {
    .footer-div .footer-bottom .rera p {
        text-align: center
    }
}

.footer-div .footer-bottom .rera a {
    color: #fff !important
}

.footer-div .footer-bottom .marketed p,
.footer-div .footer-bottom .rera a {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 26px
}

.footer-div .footer-bottom .marketed p {
    text-align: right;
    color: #fff
}

@media (max-width:992px) {
    .footer-div .footer-bottom .marketed p {
        text-align: center
    }
}

.footer-div .footer-bottom .marketed p a {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 26px;
    text-align: right;
    color: #fff
}

@media (max-width:992px) {
    .footer-div .footer-bottom .marketed p a {
        text-align: center
    }
}

@media (max-width:992px) {
    .footer-div {
        padding: 20px 10px 50px;
        margin: -10px 0 0
    }
}

.about {
    padding-bottom: 0
}

@media (max-width:767px) {
    .about {
        padding-top: 60px
    }
}

.about .abtbg {
    position: absolute;
    top: -560px;
    left: 0
}

@media (max-width:767px) {
    .about .abtbg {
        top: -130px
    }
}

.about .abtflex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    margin-top: 20px
}

@media (max-width:767px) {
    .about .abtflex {
        flex-direction: column;
        margin: 5px 0
    }
}

.about .abtflex .abtflex {
    flex-direction: row
}

@media (max-width:767px) {
    .about .abtflex .abtflex .sec-desc {
        font-size: 12px;
        line-height: 15px
    }
}

.about .abtflex .abtno {
    color: #373429;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 58px;
    font-style: normal;
    font-weight: 500;
    line-height: 65px;
    text-transform: uppercase;
    margin-right: 5px
}

@media (max-width:767px) {
    .about .abtflex .abtno {
        font-size: 32px;
        line-height: normal
    }
}

.about .abtflex .abtflex2 {
    border-left: 4px solid #b84334;
    border-right: 4px solid #b84334;
    padding: 0 40px
}

@media (max-width:767px) {
    .about .abtflex .abtflex2 {
        border: none;
        border-top: 2px solid #b84334;
        border-bottom: 2px solid #b84334;
        padding: 5px 15px
    }
}

@keyframes e {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    50% {
        opacity: 0;
        transform: scale(0)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.about #hero {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative
}

.about #hero:before {
    display: block;
    content: "";
    padding-top: 50%
}

@media (max-width:767px) {
    .about #hero:before {
        padding-top: 170%
    }
}

@media (min-width:1600px) {
    .about #hero:before {
        padding-top: 40%
    }
}

.about .hero {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 560px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

@media (max-width:767px) {
    .about .hero {
        flex-direction: column;
        height: 620px
    }
}

@media (min-width:1800px) {
    .about .hero {
        height: 720px
    }
}

.about .hero figure {
    margin: 0;
    padding: 0;
    width: 10%;
    position: relative;
    -ms-flex-preferred-size: 10%;
    flex-basis: 30%;
    transition: .8s linear;
    filter: saturate(25%)
}

@media (max-width:767px) {
    .about .hero figure {
        width: 100%;
        height: 20%
    }
}

.about .hero figure:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background: linear-gradient(180deg, transparent, #000)
}

.about .hero figure:not(.on):hover {
    cursor: pointer
}

.about .hero figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .8s linear
}

.about .hero figure.on img {
    object-fit: fill
}

.about .hero figure.on {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    transition: .8s linear;
    z-index: 20;
    filter: saturate(100%)
}

.about .hero figure.on:after {
    background: linear-gradient(180deg, transparent, #000)
}

.about .hero figure.on .flex-div {
    position: absolute;
    bottom: 2%;
    left: 2%;
    right: 5%;
    padding: 20px 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: baseline;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .9);
    animation: e 1.2s
}

.about .hero figure .flex-div .number {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 11
}

.about .hero figure.on .flex-div .number {
    font-size: 21px;
    letter-spacing: 2.1px;
    position: unset;
    transform: unset
}

.about .hero figure.on .flex-div p {
    font-size: 1.7em;
    width: 100%;
    margin-bottom: 0
}

.about .hero figure.on .flex-div a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 600;
    transition: .3s ease
}

.about .hero figure.on .flex-div a:after {
    content: "\f054";
    font-family: FontAwesome;
    margin-left: 5px;
    display: inline-block;
    color: #0f0;
    transition: .3s ease
}

.about .hero figure.on .flex-div a:hover:after {
    transform: translateX(3px);
    transition: .3s ease
}

.about .hero figure.on .flex-div a:hover {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .9), 0 2px 3px rgba(0, 0, 0, .7);
    transition: .3s ease
}

.services {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (min-width:992px) and (max-width:1024px) {
    .services {
        height: 40vh
    }
}

@media (max-width:992px) {
    .services {
        align-items: flex-start;
        padding-top: 30px
    }
}

.services>* {
    flex-grow: 1
}

.circle--rotate {
    border-radius: 50%;
    border: 1px solid #000;
    width: 42%;
    height: 42%;
    margin: 0 auto;
    position: relative;
    transform: rotate(0deg);
    z-index: 0;
    padding: 0;
    margin-right: 15%
}

@media (max-width:992px) {
    .circle--rotate {
        width: 100%
    }
}

.circle--rotate>li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    z-index: 10;
    visibility: hidden
}

.circle--rotate>li .icon {
    visibility: visible;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    background-color: #000;
    height: 15%;
    width: 15%;
    margin: -7% auto;
    transition: all .5s ease;
    transform: rotate(90deg);
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:992px) {
    .circle--rotate>li .icon {
        transform: rotate(0deg)
    }
}

.circle--rotate>li .icon .svgfit {
    width: 50px;
    height: 50px
}

@media (max-width:992px) {
    .circle--rotate>li .icon .svgfit {
        width: 30px;
        height: 30px
    }
}

.circle--rotate>li .icon .svgfit1 {
    width: 40px;
    height: 40px
}

@media (max-width:992px) {
    .circle--rotate>li .icon .svgfit1 {
        width: 30px;
        height: 30px
    }
}

.circle--rotate>li i {
    color: #fff;
    font-size: 24px;
    margin: auto;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: table
}

.circle--rotate>li i:before {
    display: table-cell;
    vertical-align: middle
}

.circle--rotate>li img {
    margin: auto
}

.circle--slider {
    position: relative
}

.circle--slider .rotate--circle {
    margin: 0 auto
}

.circle--slider .rotate--circle1 {
    transform: translate(20%, 33%) rotate(-90deg)
}

@media (max-width:992px) {
    .circle--slider .rotate--circle1 {
        transform: translateY(33%) rotate(0deg)
    }
}

@media (max-width:767px) {
    .circle--slider .rotate--circle1 {
        transform: translateY(0) rotate(0deg);
        position: absolute;
        width: 100%;
        z-index: 111
    }
}

.circle--slider .rotate--circle1:after {
    content: "";
    position: absolute;
    top: 70%;
    right: 12%;
    width: 50%;
    height: 88%;
    transform: translateY(-50%);
    background: linear-gradient(0deg, #fff 90%, hsla(37, 97%, 73%, 0))
}

@media (max-width:992px) {
    .circle--slider .rotate--circle1:after {
        right: 0;
        width: 100%
    }
}

.circle--slider .circle--rotate>li div {
    position: relative;
    overflow: visible;
    background-color: #d9d9d9
}

.circle--slider .circle--rotate>li div span {
    transform: rotate(0deg);
    transition: all 2s;
    opacity: 0
}

.circle--slider .circle--rotate>li.active div {
    font-size: 20px;
    background-color: #b84334;
    border: 4px solid #fff;
    transition: all 1s;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

@media (max-width:992px) {
    .circle--slider .circle--rotate>li.active div {
        border: 3px solid #fff
    }
}

.circle--slider .circle--rotate>li.active div svg path {
    fill: #fff
}

.circle--slider .circle--rotate>li.active div span {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-45deg);
    z-index: -1;
    opacity: 1
}

.circle--slider .count2 li:nth-child(2) {
    transform: rotate(180deg)
}

.circle--slider .count3 li:nth-child(2) {
    transform: rotate(120deg)
}

.circle--slider .count3 li:nth-child(3) {
    transform: rotate(240deg)
}

.circle--slider .count4 li:nth-child(2) {
    transform: rotate(90deg)
}

.circle--slider .count4 li:nth-child(3) {
    transform: rotate(180deg)
}

.circle--slider .count4 li:nth-child(4) {
    transform: rotate(270deg)
}

.circle--slider .count5 li:nth-child(2) {
    transform: rotate(72deg)
}

.circle--slider .count5 li:nth-child(3) {
    transform: rotate(144deg)
}

.circle--slider .count5 li:nth-child(4) {
    transform: rotate(216deg)
}

.circle--slider .count5 li:nth-child(5) {
    transform: rotate(-72deg)
}

.circle--slider .count6 li:nth-child(2) {
    transform: rotate(60deg)
}

.circle--slider .count6 li:nth-child(3) {
    transform: rotate(120deg)
}

.circle--slider .count6 li:nth-child(4) {
    transform: rotate(180deg)
}

.circle--slider .count6 li:nth-child(5) {
    transform: rotate(240deg)
}

.circle--slider .count6 li:nth-child(6) {
    transform: rotate(-60deg)
}

.circle--slider .count7 li:nth-child(2) {
    transform: rotate(51.5deg)
}

.circle--slider .count7 li:nth-child(3) {
    transform: rotate(103deg)
}

.circle--slider .count7 li:nth-child(4) {
    transform: rotate(154.5deg)
}

.circle--slider .count7 li:nth-child(5) {
    transform: rotate(206deg)
}

.circle--slider .count7 li:nth-child(6) {
    transform: rotate(-103deg)
}

.circle--slider .count7 li:nth-child(7) {
    transform: rotate(-51.5deg)
}

.circle--slider .count8 li:nth-child(2) {
    transform: rotate(45deg)
}

.circle--slider .count8 li:nth-child(3) {
    transform: rotate(90deg)
}

.circle--slider .count8 li:nth-child(4) {
    transform: rotate(135deg)
}

.circle--slider .count8 li:nth-child(5) {
    transform: rotate(180deg)
}

.circle--slider .count8 li:nth-child(6) {
    transform: rotate(-135deg)
}

.circle--slider .count8 li:nth-child(7) {
    transform: rotate(-90deg)
}

.circle--slider .count8 li:nth-child(8) {
    transform: rotate(-45deg)
}

.circle--slider .count9 li:nth-child(2) {
    transform: rotate(40deg)
}

.circle--slider .count9 li:nth-child(3) {
    transform: rotate(80deg)
}

.circle--slider .count9 li:nth-child(4) {
    transform: rotate(120deg)
}

.circle--slider .count9 li:nth-child(5) {
    transform: rotate(160deg)
}

.circle--slider .count9 li:nth-child(6) {
    transform: rotate(-160deg)
}

.circle--slider .count9 li:nth-child(7) {
    transform: rotate(-120deg)
}

.circle--slider .count9 li:nth-child(8) {
    transform: rotate(-80deg)
}

.circle--slider .count9 li:nth-child(9) {
    transform: rotate(-40deg)
}

.circle--slider .count10 li:nth-child(2) {
    transform: rotate(36deg)
}

.circle--slider .count10 li:nth-child(3) {
    transform: rotate(72deg)
}

.circle--slider .count10 li:nth-child(4) {
    transform: rotate(108deg)
}

.circle--slider .count10 li:nth-child(5) {
    transform: rotate(144deg)
}

.circle--slider .count10 li:nth-child(6) {
    transform: rotate(-180deg)
}

.circle--slider .count10 li:nth-child(7) {
    transform: rotate(-144deg)
}

.circle--slider .count10 li:nth-child(8) {
    transform: rotate(-108deg)
}

.circle--slider .count10 li:nth-child(9) {
    transform: rotate(-72deg)
}

.circle--slider .count10 li:nth-child(10) {
    transform: rotate(-36deg)
}

.circle--slider .animate-wrapper {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

@media (max-width:992px) {
    .circle--slider .animate-wrapper {
        width: 100%;
        height: 450px;
        position: unset
    }
}

@media (max-width:992px) {

    .circle--slider .animate-wrapper .animate,
    .circle--slider .animate-wrapper .animate-img {
        width: 100%;
        height: auto
    }
}

@media (max-width:992px) {
    .circle--slider .animate-wrapper .animate-img__in {
        background-image: url(../../assets/images/spec1-mob.webp) !important
    }
}

@media (max-width:992px) {
    .circle--slider .animate-wrapper .animate-img__in2 {
        background-image: url(../../assets/images/spec2-mob.webp) !important
    }
}

@media (max-width:992px) {
    .circle--slider .animate-wrapper .animate-img__in3 {
        background-image: url(../../assets/images/spec3-mob.webp) !important
    }
}

@media (max-width:992px) {
    .circle--slider .animate-wrapper .animate-img__in4 {
        background-image: url(../../assets/images/spec4-mob.webp) !important
    }
}

@media (max-width:992px) {
    .circle--slider .animate-wrapper .animate-img__in5 {
        background-image: url(../../assets/images/spec5-mob.webp) !important
    }
}

@media (max-width:992px) {
    .circle--slider .animate-wrapper .animate-img__in6 {
        background-image: url(../../assets/images/spec6-mob.webp) !important
    }
}

@media (max-width:992px) {
    .circle--slider .animate-wrapper .animate-img__in7 {
        background-image: url(../../assets/images/spec7-mob.webp) !important
    }
}

@media (max-width:992px) {
    .circle--slider .animate-wrapper .animate-img__in8 {
        background-image: url(../../assets/images/spec8-mob.webp) !important
    }
}

@media (max-width:992px) {
    .circle--slider .animate-wrapper .animate-img__in9 {
        background-image: url(../../assets/images/spec9-mob.webp) !important
    }
}

.circle--slider .animate-title {
    color: #fff
}

.circle--slider .animate-img {
    width: 25%;
    height: 25%;
    overflow: hidden
}

.circle--slider .animate-img .animate-img__in {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    z-index: 3;
    transform: rotate3d(0, 0, 0, 0deg) scale(.85);
    transition: .55s ease-in-out;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-size: 100% 100%
}

@media (max-width:992px) {
    .circle--slider .animate-img .animate-img__in {
        width: 70%;
        height: 710px;
        bottom: unset
    }
}

@media (max-width:767px) {
    .circle--slider .animate-img .animate-img__in {
        width: 100%;
        height: 450px;
        bottom: unset
    }
}

.circle--slider .animate-more {
    opacity: 0;
    visibility: hidden;
    transition: all .5s .4s;
    min-width: 131px;
    overflow: hidden;
    text-align: center;
    z-index: 30;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 15px;
    height: 62px;
    transform: scale(.8)
}

.circle--slider .animate.active .animate-more {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.circle--slider .animate.active .animate-img .animate-img__in {
    opacity: 1;
    transform: scale(1)
}

.circle--slider .animate-textwrap {
    width: 45%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -75px;
    bottom: 0;
    margin: auto;
    z-index: 111;
    display: flex;
    align-items: center
}

@media (max-width:992px) {
    .circle--slider .animate-textwrap {
        top: 70%;
        width: 100%;
        height: auto;
        right: unset;
        position: absolute;
        bottom: unset;
        text-align: center;
        justify-content: center;
        padding: 0 20px;
        align-items: baseline;
        z-index: 1111
    }
}

@media (max-width:767px) {
    .circle--slider .animate-textwrap {
        top: 130%
    }
}

.circle--slider .animate-textwrap .animate2 .animate-txt {
    opacity: 0;
    display: none;
    transition: all .5s .4s
}

.circle--slider .animate-textwrap .animate2 .animate-txt .spec-title {
    color: #000;
    font-family: Red Hat Display, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 2.16px;
    text-transform: uppercase;
    margin-bottom: 15px
}

@media (max-width:992px) {
    .circle--slider .animate-textwrap .animate2 .animate-txt .spec-title {
        font-size: 15px;
        letter-spacing: 1.68px;
        margin-bottom: 8px
    }
}

.circle--slider .animate-textwrap .animate2 .animate-txt .spec-pt {
    color: #000;
    font-family: Red Hat Display, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px 0;
    border-bottom: 1px dotted #b84435
}

.circle--slider .animate-textwrap .animate2.active .animate-txt {
    opacity: 1;
    display: block
}

.circle--slider .circ-arrow {
    display: flex;
    z-index: 111;
    position: absolute;
    top: 14%;
    left: 65%;
    transform: translate(-50%, -50%)
}

@media (max-width:992px) {
    .circle--slider .circ-arrow {
        top: 23%;
        left: 50%
    }
}

.circle--slider .circ-arrow img {
    cursor: pointer
}

.circle--slider .circ-arrow #pagination {
    transform: rotate(90deg);
    margin: 0 10px
}

@media (max-width:992px) {
    .circle--slider .circ-arrow #pagination {
        transform: rotate(0deg)
    }
}

.mobile-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .8);
    font-size: 14px;
    font-weight: 600;
    z-index: 11111111
}

@media (max-width:992px) {
    .mobile-footer {
        bottom: -1px
    }
}

.mobile-footer a {
    display: block;
    line-height: 30px
}

.mobile-footer a.mob-enq-btn {
    background-color: #b84334;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px
}

.mobile-footer a.mob-call-btn {
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px
}

@media only screen and (max-width:1024px) {
    .col-md-1 {
        width: 8.3333333333%
    }

    .col-md-2 {
        width: 16.6666666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-5 {
        width: 41.6666666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.3333333333%
    }

    .col-md-8 {
        width: 66.6666666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.3333333333%
    }

    .col-md-11 {
        width: 91.6666666667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-12-5 {
        width: 20%
    }

    .hidden-md {
        display: none !important
    }

    .visible-md {
        display: block !important
    }

    .hidden {
        display: inline-block !important
    }

    .visible {
        display: none !important
    }

    .secpadd {
        padding: 0 20px
    }

    .heading7,
    .text-8,
    .text-center-md {
        text-align: center
    }

    .text-8 {
        font-size: 35px;
        font-weight: 400
    }

    .heading,
    .heading2,
    .pride,
    .text-2 {
        text-align: center
    }
}

@media only screen and (max-width:992px) {
    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.6666666667%
    }

    .col-sm-10 {
        width: 83.3333333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.6666666667%
    }

    .col-sm-7 {
        width: 58.3333333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.6666666667%
    }

    .col-sm-4 {
        width: 33.3333333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.6666666667%
    }

    .col-sm-1 {
        width: 8.3333333333%
    }

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-12-5 {
        float: left
    }

    .hidden {
        display: none !important
    }

    .visible {
        display: block !important
    }

    .text-center-xs {
        text-align: center
    }

    .visible-sm {
        display: block !important
    }

    .hidden-sm {
        display: none !important
    }

    .menu-icon-mobile {
        display: block;
        width: 32px;
        padding: 4px;
        border-radius: 0;
        margin: 0;
        position: absolute;
        top: 16px;
        right: 20px;
        height: 30px;
        z-index: 3;
        background: #e45225;
        display: flex;
        flex-direction: column;
        justify-content: space-around
    }

    .menu-icon-mobile>span {
        display: block;
        height: 3px;
        width: 95%;
        margin-bottom: 0;
        background-color: #faeccc;
        float: right;
        border-radius: 6px
    }

    .bar1,
    .bar2,
    .bar3 {
        transition: .4s
    }

    .change .bar1 {
        transform: rotate(-45deg) translate(-5px, 4px);
        width: 100% !important
    }

    .change .bar2 {
        opacity: 0
    }

    .change .bar3 {
        transform: rotate(45deg) translate(-6px, -5px);
        width: 100% !important
    }

    .enq {
        border-left: 1px solid #fff
    }

    .form-container.show {
        top: 79px !important;
        display: block !important
    }

    #specifications .grid-container {
        display: block
    }
}

@media only screen and (max-width:700px) {
    .visible-xs {
        display: block !important
    }

    .hidden-xs {
        display: none !important
    }

    .col-xs-12 {
        width: 100%
    }

    .col-xs-11 {
        width: 91.6666666667%
    }

    .col-xs-10 {
        width: 83.3333333333%
    }

    .col-xs-9 {
        width: 75%
    }

    .col-xs-8 {
        width: 66.6666666667%
    }

    .col-xs-7 {
        width: 58.3333333333%
    }

    .col-xs-6 {
        width: 50%
    }

    .col-xs-5 {
        width: 41.6666666667%
    }

    .col-xs-4 {
        width: 33.3333333333%
    }

    .col-xs-3 {
        width: 25%
    }

    .col-xs-2 {
        width: 16.6666666667%
    }

    .col-xs-1 {
        width: 8.3333333333%
    }

    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-12-5 {
        float: left
    }
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
    header .lower .nav-links li a {
        margin: 0 5px !important;
        font-size: 14px !important
    }

    .sell_do_virtual_number_mobile {
        color: #fff !important
    }
}


.contactform .modal-content {
    background: #ECEBE5;
    padding: 0;
    border: 0;
}

.contactform .modal-dialog {
    max-width: 990px;
}

.contactform .modal-dialog .row {
    row-gap: 30px;
}

.contactform .modal-dialog .form-control {
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom-color: #D2D2D2;
    background: transparent;
    padding-left: 0;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.14px;
    border-radius: 0 !important;
    height: 44px;
}


.contactform .modal-dialog .def-btn {
    width: 100%;
    height: 44px;
    background: #000;
    color: white;
    border-color: #000;
}

.contactform .modal-dialog form {
    margin-top: 44px;
    padding-left: 40px;
    padding-right: 70px;
}

.contactform .modal-dialog h1 {
    font-size: 38px;
    font-weight: 500;
    text-align: center;
}

.contactform .modal-dialog .btn-close {
    right: 30px;
    position: absolute;
    top: 20px;
    opacity: 9;
}

.contactform .modal-dialog .form-control:focus {
    outline: 0;
    box-shadow: unset;
}

/*# sourceMappingURL=all.css.map */









.custom-arrows button {
    width: 50px;
    height: 50px;
    /* background: black; */
    border-radius: 100%;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid white !important;
    background: transparent;
}

.custom-arrows button:hover {
    background: #c3996c;
    border-color: #c3996c !important;
}


.def-btn {
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #000;
    color: #000;
    padding: 8px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.5s all;
    background-color: white;
}

a,
a:hover {
    text-decoration: none;
}

.def-btn:hover {
    color: white;
    background: #000;
}

.box {
    background: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 0px;
    color: white;
}

.box h2 {
    margin: 0;
    font-size: 80px;
    color: white;
    font-family: "Lora", serif !important;
}

.box p {
    margin: 0;
    font-size: 13px;
    text-align: center;
}

.counter {
    background: white;
    padding: 90px 0 90px 0;
}

.multiple-items .slick-slide {
    margin: 0 20px 0px 0px;

}

.properties {
    padding: 40px 0;
    background-color: #000;
}

.properties .multiple-items figure:hover img {
    transform: scale(1.1);
}

.properties .multiple-items figure {
    overflow: hidden;
}

.properties .multiple-items figure img {
    transition: 0.5s all;
    cursor: pointer;
    width: 100%;
}

.properties .multiple-items figure a {
    position: absolute;
    right: 0;
    bottom: 0;
    background: black;
    width: 90px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all;
}

.properties .multiple-items figure a:hover {

    background: #c3996c;
}

.properties .multiple-items figure a:hover svg {
    transform: scale(1.2);
}

.properties .multiple-items figure a svg {
    transition: 0.5s all;
}

.properties h2 {
    font-size: 32px;
    margin-top: 24px;
    color: white;
    font-weight: 600;
}

.properties p {
    color: white;
    margin: 0;
}

.properties h3 {
    font-size: 16px;
    color: white;
    font-weight: 400;
    margin: 14px 0;
}


.custom-arrows button {

    border: 0;
    color: white;
}

.abstext {
    position: absolute;
    bottom: 4px;
    right: 5px;
    font-size: 10px;
    color: white;
    font-weight: 500;
}

.customNavDots {
    margin-top: 30px;
    padding-right: 20px;
    gap: 26px;
}

.custom-arrows {
    display: flex;
    align-items: center;
    gap: 24px;
}

.custom-dots .slick-dots {
    display: flex !important;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.custom-dots {
    width: 100%;
}

.line {
    width: 100%;
    height: 1px;
    background: #707070;
    opacity: 0.4;
    position: relative;
}

.custom-dots button {
    display: none;
}

.custom-dots li {
    width: 100%;
    height: 2px;
}

.custom-dots ul {
    transform: translateY(-1.1px);
}

.custom-dots li.slick-active {
    background: #707070;
}

.properties .def-btn {
    border: 1px solid white;
    background: transparent;
    color: white;
    white-space: nowrap;
}

.properties .def-btn:hover {
    background: black;
    color: white;
    border-color: black;
}

.amenites {
    padding: 90px 0;
}

.amenites p {
    text-align: center;
    max-width: 600px;
    display: table;
    margin: auto;
    margin-top: 11px;
    font-size: 18px;
}

.amenites h3 {
    font-size: 44px;
    font-weight: 500;
}

.amenites .customNavDots {
    padding-left: 0;
    padding-right: 0;
    margin-top: 50px;
}

.amenites .def-btn:hover {
    background: #c3996c;
    border-color: #c3996c;
}

.amenites .def-btn {
    background: #000;
    color: white;
    padding: 10px 40px;
}



.amenitesslider .slick-track .slick-slide {
    margin-right: 30px;
}

.amenitesslider figure {
    overflow: hidden;
    background: #eeeeee;
    /* border-radius: 192px 192px 0 0; */
    height: 450px;
    position: relative;

}

.amenitesslider figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: 0.5s all;
}

.amenitesslider figure img:hover {
    transform: scale(1.1);
}

.amenitesslider p {
    text-align: left;
    display: inline-block;
    font-size: 26px;
    margin-top: 0;
    max-width: unset;
}

.amenites .custom-arrows button {
    background: white;
        width: 59px;
    height: 59px;
    color: #000;
    border: 1px solid #000 !important;
}

.amenites .custom-arrows {
    gap: 17px;
}

.amenites .custom-arrows button:hover {
    background: #c3996c;
    border-color: transparent !important;
}

.amenitesslider {
    margin-top: 64px;
}



.location .row .col-md-6:nth-child(1) {
    padding-top: 70px;
    padding-left: 100px;
}

.location .row .col-md-6:nth-child(1) {
    padding-top: 80px;
    padding-left: 60px;
}

button.navbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    background: transparent;
    border: 0;
}

#carouselExampleFade .row .col-md-6:nth-child(1) {
    padding: 90px 0;
}

#carouselExampleFade .row .col-md-6:nth-child(2) {
    z-index: 1;
    background: #f9f9f7;
    /*background-image: url(../images/bgimg.jpg);*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 90px 70px 40px 70px;
}

.location h4 {
    font-size: 38px;
    margin-bottom: 22px;
    color: white;
}

.location p {
    line-height: 24px;
    margin-bottom: 32px;
    max-width: 80%;
    font-size: 18px;
    line-height: 26px;
    color: white;
}

.location .def-btn {
    background: transparent;
    color: white;
    padding: 10px 30px;
    border-color: white;
}

.location .def-btn:hover {
    background-color: #c3996c;
    border-color: #c3996c;
}



.contactus {
    background-color: #000;
    /* background-image: url(../images/bgimg.jpg); */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.contactus h1 {
    color: white;
    font-size: 32px;
    margin-top: 24px;
    margin-bottom: 32px;
    max-width: 390px;
}

.contactus form {
    max-width: 60%;
}

.contactus form .form-control {
    width: 390px;
    height: 44px;
    border-radius: 0;
    background: transparent;
    color: white;
}

.contactus form .form-group {
    margin-bottom: 20px;
}

.contactus form .form-control::placeholder {
    color: white;
}

.contactus form .form-group .def-btn {
    width: 100%;
    padding: 8px 0;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}

.form-control:focus {
    outline: 0;
    box-shadow: unset;

}

.contactus form .form-group .def-btn:hover {
    background-color: #c3996c;
    border-color: #c3996c;
}

.contactus .row .col-md-6:nth-child(1) {
    padding: 80px 0;
}

.contactus .row .col-md-6:nth-child(2) figure {
    width: 100%;
    height: 100%;
}

.contactus .row .col-md-6:nth-child(2) figure img {

    object-fit: cover;
    width: 100%;
    height: 100%;
}

.abs-footer {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -36px;
    z-index: 2;
}

footer {

    padding-top: 100px;
    padding-bottom: 40px;
    background-color: #f9f9f7;
}

footer figure img {
    max-width: 300px;
}

footer p,
footer {
    font-size: 14px;
}

.custom-dots ul.slick-dots:nth-child(2) {
    display: none !important;

}

footer h4 {
    font-size: 34px;
    font-weight: 500;
    margin-top: 52px;
    margin-bottom: 24px;
}

.title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: 'Behind The Nineties';
    color: black;
}

footer p.mt-0 span {
    width: 28px;
    display: inline-block;
}

footer a {
    color: black;
}

footer a:hover {
    color: #2c4f36;
}

footer p {
    font-size: 16px;
}

footer h6 {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 58px;
}

.absline {
    position: absolute;
    left: 0;
    top: 0;
}

.cirlecenter {
    position: absolute;
    right: 90px;
    top: 30px;
}

.location ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 42px;
    font-size: 16px;
    color: white;
}

.location ul li {
    display: flex;
    gap: 9px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #000;
}

footer .row:nth-child(1) {
    border-bottom: 1px solid black;
    padding-bottom: 50px;

}

.privacypolice .modal-content {
    background: white;
    color: black;
}

.privacypolice .modal-content h6 {
    color: black;
    font-weight: 500;
    margin-top: 25px;
    font-size: 20px;
}

.privacypolice .modal-content p {
    color: black;
    font-size: 14px;
}

.privacypolice .modal-dialog {
    max-width: 900px;
}

.privacypolice .modal-dialog .modal-content {
    padding: 40px 60px;
}

.privacypolice .modal-dialog .modal-content button.btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.contactform .modal-content {
    background: #ECEBE5;
    padding: 0;
    border: 0;
}

.contactform .modal-dialog {
    max-width: 990px;
}

.contactform .modal-dialog .row {
    row-gap: 30px;
}

.contactform .modal-dialog .form-control {
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom-color: #D2D2D2;
    background: transparent;
    padding-left: 0;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.14px;
    border-radius: 0 !important;
    height: 44px;
}


.contactform .modal-dialog .def-btn {
    width: 100%;
    height: 44px;
    background: #000;
    color: white;
    border-color: #000;
}

.contactform .modal-dialog form {
    margin-top: 44px;
    padding-left: 40px;
    padding-right: 70px;
}

.contactform .modal-dialog h1 {
    font-size: 38px;
    font-weight: 500;
    text-align: center;
}

.contactform .modal-dialog .btn-close {
    right: 30px;
    position: absolute;
    top: 20px;
    opacity: 9;
}

.contactform .modal-dialog .form-control:focus {
    outline: 0;
    box-shadow: unset;
}

aside#sidebar figure {
    position: absolute;
    bottom: 20px;
    left: 70px;
    width: 280px;
    margin-bottom: 0;
}

.fixedbtn {
    display: none;
}


.abslocation {
    position: absolute;
    right: 70px;
    bottom: 40px;
}

.abouteths {}

.abouteths h1 {
    font-size: 44px;
    font-weight: 500;
    margin-bottom: 24px;
    color: #000;
}


.abouteths a.def-btn:hover {
    background: black;
}

.abouteths a.def-btn {
    padding: 12px 40px;
    background: #000;
    color: white;

}

div#LayoutPlans .properties-abs img {
    height: unset;
}

.Layoutplans {
    position: relative;
    z-index: 1;
    background-color: #000;
    /* background-image: url(../images/bgimg.jpg); */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 60px 0;
}

.Layoutplans h1 {
    font-size: 44px;
    margin-bottom: 44px;
    color: white;
}


.Layoutplans ul#myTab {
    margin-bottom: 50px;
    border: 0;
    gap: 32px;
}

.Layoutplans img {
    /*filter: blur(10px);*/
    height: 450px;
    object-fit: cover;
}

.abouteths .nav-tabs {
    border: 0;
    margin-top: 64px;
    gap: 30px;
}

.abouteths .tab-content {
    margin-top: 74px;
}

.abouteths .tab-content h2 {
    font-size: 44px;
    margin-bottom: 30px;
    font-family: "Adamina", serif;
}

.abouteths .tab-content h6 {
    font-weight: 400;
    font-size: 16px;
    max-width: 480px;
    line-height: 26px;
}

.abouteths .tab-content ul {
    padding: 0;
    list-style: none;
    margin-top: 28px;
}

.abouteths .tab-content ul li {
    display: flex;
    gap: 9px;
    margin-bottom: 10px;
}

.abouteths figure {
    overflow: hidden;
    background: #eeeeee;
    border-radius: 250px 250px 0 0;
    position: relative;
    margin: 0;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.abouteths figure img {
    height: 450px;
    object-fit: cover;
}


.abouteths .nav-tabs button.nav-link {
    margin-bottom: 0;
    border: 1px solid #000;
    color: #000;
    padding: 8px 40px;
    border-radius: 4px;
    text-transform: uppercase;
}

.abouteths .nav-tabs button.nav-link.active {
    background: #000;
    color: white;
    border-color: #000;
}

.abouteths .nav-tabs button.nav-link:hover {
    background: #000;
    color: white;
}

.Layoutplans ul#myTab li button {
    background: transparent;
    border: 1px solid white;
    border-radius: 4px;
    text-transform: uppercase;
    color: white;
    padding: 8px 40px;
    border-radius: 0;
}

.Layoutplans ul#myTab li button.active {
    background: #c3996d;
    border-color: #c3996d;
}

.Layoutplans ul#myTab li button:hover {
    background: #c3996d;
    border-color: #c3996d;
}

.Layoutplans .slider-btn {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}

.Layoutplans .slider-btn button:hover {
    background: #c3996d;
}

.Layoutplans .slider-btn button {
    background: black;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.Layoutplans .slider-btn button span {
    width: 20px;
    height: 20px;
}

.aboutus ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.aboutus ul li {
    display: flex;
    gap: 9px;
    margin-bottom: 10px;
}


.abouteths.position-relative {
    background: white;
}

div#Contactus {
    position: relative;
}

.properties {
    position: relative;
    z-index: 1;
}

.amenites {
    background: white;
}


.newbanner {
    height: 100vh;
}

.banner-inner {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
}

.counter {
    position: relative;
}





.banner-inner figure {
    transform: translateY(80%);
    opacity: 0;
    animation: slideUp 1.5s ease-out forwards;
}

@keyframes slideUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.logs {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease-out forwards;
    animation-delay: 1.6s;
    /*animation-delay: 1s;*/
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.logs {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}


.cluid {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

@-webkit-keyframes animate-cloud {
    from {
        background-position: 600px 100%;
    }

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

@-moz-keyframes animate-cloud {
    from {
        background-position: 600px 100%;
    }

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

@-ms-keyframes animate-cloud {
    from {
        background-position: 600px 100%;
    }

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

@-o-keyframes animate-cloud {
    from {
        background-position: 600px 100%;
    }

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

.animate-cloud-key from {
    background-position: 600px 100%;
}

.animate-cloud-key to {
    background-position: 0 100%;
}

.cluid {
    margin: 0 auto;
    width: 100%;
    height: 360px;
    background: url("../images/cloud.png");
    -webkit-animation: animate-cloud 50s linear infinite;
    background-size: contain;
    background-repeat: repeat;
}

.soptcold {
    opacity: 0;
    visibility: hidden;
    animation: showCluid 0.5s ease forwards;
    animation-delay: 1.9s;
}

@keyframes showCluid {
    to {
        opacity: 1;
        visibility: visible;
    }
}


.soptcold .cluid {
    position: relative;
}

.soptcold {
    margin-top: -280px;
    position: relative;
    pointer-events: none;
}

.abstbottom {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.8;
}

.aboutus .col-md-7 .row {
    background-color: white;
    border: 1px solid #c2996c;
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
}

.bx span {
    flex: 0 0 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bx span svg path {
    fill: #000;
}

.aboutus .container {
    position: relative;
}

.bx span img {
    height: 52px;
}

.bx {
    gap: 12px;
    padding: 16px 10px;
    margin: 10px 0;
    border: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all 300ms ease-in-out;
}

.Layoutplans .def-btn {
    background: transparent;
    color: white;
    border-color: white;
    white-space: nowrap;
}

.Layoutplans .def-btn:hover {
    background: #c2996c;
    border-color: #c2996c;
}

.Layoutplans h2 {
    font-size: 32px;
    margin-top: 24px;
    color: white;
    font-weight: 600;
}

.Layoutplans h3 {

    font-size: 16px;
    color: white;
    font-weight: 400;
    margin: 14px 0;
}

.floorplan-items .slick-slide {
    margin: 0 20px 0px 0px;

}




.custom-dotswork .slick-dots {
    display: flex !important;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.custom-dotswork {
    width: 100%;
}

.line {
    width: 100%;
    height: 1px;
    background: #707070;
    opacity: 0.4;
    position: relative;
}

.custom-dotswork button {
    display: none;
}

.custom-dotswork li {
    width: 100%;
    height: 2px;
}

.custom-dotswork ul {
    transform: translateY(-1.1px);
}

.custom-dotswork li.slick-active {
    background: #707070;
}

.abouteths p {
    color: black;
    max-width: 470px;
}

.abouteths ul,
.about-eth ul {
    color: black;
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.abouteths ul li,
.about-eth ul li {
    display: flex;
    gap: 9px;
    margin-bottom: 10px;
}

.abouteths ul li svg path,
.about-eth ul li svg path {
    fill: black;
}

.about-eth .def-btn {
    background: #000;
    color: white;
    padding: 12px 40px;
}

.about-eth figure {
    display: inline-block;
    position: relative;
    margin: 0;
}

.about-eth .def-btn:hover {
    background: #c3996d;
    border-color: #c3996d;
}

.Layoutplans .abstext {
    display: none;
}

.about-eth {
    background: white;
    padding: 90px 0;
}

.about-eth h1 {
    font-size: 44px;
    font-weight: 500;
    margin-bottom: 24px;
    color: black;
}

.about-eth p {
    color: black;
    max-width: 680px;
    display: table;
    margin: auto;
    text-align: center;
    line-height: 28px;
    margin-bottom: 16px;
    font-size: 18px;
}

.box {
    position: relative;
    overflow: hidden;
}

.box .leftimg {
    left: 0;
    opacity: 0.4;
}

.box .rightimg {
    opacity: 0.4;
}

.about-eth .container {
    position: relative;
    z-index: 1;
}

.about-eth h2 {
    font-size: 28px;
    font-weight: 600;
    color: white;
    margin-bottom: 20px;
}

.about-eth h2+p {
    text-align: left;
    max-width: 90%;
    margin-left: 0;
    margin-bottom: 26px;
    color: white;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.project-content {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
}

/* .about-eth figure::before {content: " ";position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: #0000001f;} */
.about-eth figure::before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    /* bottom: 0; */
    background: #0000004a;
    height: 200px;
    background: linear-gradient(180deg, rgb(0 0 0 / 74%) 0%, rgb(255 255 255 / 1%) 90%);
}

.amenites .custom-arrows button:hover svg path {
    fill: white;
}

.project-helighits {
    padding: 90px 0;
    background: #f9f9f7;
}

.project-helighits figure {
    overflow: hidden;
    background: #eeeeee;
    border-radius: 250px 250px 0 0;
    display: inline-block;
}

.project-helighits h1 {
    font-size: 44px;
    font-weight: 500;
    margin-bottom: 40px;
}

.project-helighits figure img {
    height: 650px;
    object-fit: cover;
}

.project-helighits a {
    background-color: #000;
    color: white;
    margin-left: -11px;
    margin-top: 34px;
}

.project-helighits a:hover {
    background: #c3996c;
    border-color: #c3996c;
}

div#Project-Highlights .col-md-7 .row {
    background-color: white;
    border: 1px solid #c2996c;
}

.project-helighits .leftpiller,
.project-helighits .rightpiller {
    z-index: 0;
}

.chatbtn {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.chatbtn button {
    background: transparent;
    border: none;
    background: black;
    color: white;
    font-size: 15px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    gap: 8px;
    border-radius: 40px;
    box-shadow: 0px 2px 8px 2px #ffffff66 inset;
}

.chatbtn button span {
    animation: animName 5s linear infinite;
    width: 40px;
    flex: 0 0 40px;
    border-radius: 100%;
    height: 40px;
}

.counterwithheading {
    position: relative;
    background-image: url(../images/bgcounter.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 120px;
    position: relative;
}

.counterwithheading::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #0000007d;
}

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

.counterwithheading h1 span:nth-child(1) {
    color: white;
}

.counterwithheading h1 {
    font-size: 48px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
}

.counterwithheading .box {
    padding: 0;
    background: transparent;
}

.counterwithheading figure img {
    display: inline-block;
    height: 40px;
}

.counterwithheading figure {
    margin-bottom: 46px;
}

.leftpiller {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: auto;
    z-index: 3;
}

.leftpiller img {
    height: 100%;
}

.rightpiller {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 3;
}

.rightpiller img {
    height: 100%;
}



.about-eth .leftpiller,
.about-eth .rightpiller {
    z-index: 0;
}

@keyframes animName {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.contact_us {
    padding: 90px 0;
    background: #f9f9f7;
}

.leftimg {
    position: absolute;
    max-width: 130px;
    z-index: 0;
}

.rightimg {
    position: absolute;
    max-width: 130px;
    right: 0;
    z-index: 0;
}

.counter .container {
    position: relative;
}

div#aboutus .leftimg {
    top: 0;
    left: 0;
}

div#aboutus .rightimg {
    bottom: 0;
}

.properties-abs {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    max-width: 210px;
    margin: auto;
    z-index: -1;
    opacity: 0.4;
}

.project-helighits .leftimg {
    top: 0;
}

.project-helighits .rightimg {
    bottom: -130px;
    z-index: 1;
}

.contactus .rightimg,
.contactus .leftimg {
    opacity: 0.4;
}

.location .rightimg {
    opacity: 0.4;
    bottom: 0;
    top: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.whyinvest .leftimg {
    top: 0;
}

.whyinvest .rightimg {
    bottom: -130px;
    z-index: 1;
}

div#whyinvest figure img {
    height: 650px;
}

div#whyinvest figure {
    overflow: hidden;
    background: #eeeeee;
    border-radius: 250px 250px 0 0;
    display: inline-block;
}

.counter .leftimg,
.counter .rightimg {
    max-width: 70px;
    display: inline-flex;
    top: 0;
    bottom: 0;
    align-items: center;
}

.contactform .row .col-md-6:nth-child(2) {
    padding-top: 50px;
    padding-right: 16px;
}

.chatbtn {
    transition: opacity 0.3s ease;

}

.chatbtn.hidden {
    opacity: 0;
    pointer-events: none;
    z-index: -0;
}

.thankyou {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: black;
}

.thankyou h1 {
    font-size: 80px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 101px;
    margin-bottom: 18px;
    letter-spacing: 4px
}

.thankyou p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400px
}

.thankyou a {
    background: #c3996c;
    margin-top: 40px;
    padding: 12px 40px;
    color: white;
}

.thankyou a:hover {
    background: #c3996c;
    color: white;
}

.thankyou .properties-abs {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: unset;
    opacity: 9;
    z-index: 1;
    opacity: 0.2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thankyou h1,
.thankyou p,
.thankyou a {
    position: relative;
    z-index: 2;
}


.thankyou {
    position: relative;
}

.thankyou {
    height: 100vh;
    overflow: hidden;
}

.thankyou .properties-abs img {
    max-height: 100vh;
}
.banner_info {
    position: absolute;
    top: 100px;
    left: 50px;
    max-width: 30%;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    /* background: rgba(0, 0, 0, 0.2); 
     backdrop-filter: blur(10px); 
     -webkit-backdrop-filter: blur(25px); 
    color: #fff;*/
    background: rgb(255 255 255 / 52%);
    color: #000;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);  
}
#contactus.show{
    display: block;
}

h2.highlight-text {
    background: #c49a6c;
    color: #fff;
    font-size: 20px;
    padding: 5px 20px;
    text-align: center;
}
p.prop-size {
    font-size: 22px;
    font-weight: 800;
}
h3.prop-starting-price{
    font-size: 17px;
    font-weight: 500;
}
h3.prop-starting-price span{
    font-size: 25px;
    font-weight: 500;
}
p.prop_para {
    font-size: 11px;
    margin: 0;
}
.banner_form {
    position: absolute;
    top: 150px;
    right: 50px;
    max-width: 30%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.2);
    /* backdrop-filter: blur(10px); */
    /* -webkit-backdrop-filter: blur(25px); */
    border-radius: 10px;
}
.banner_form h1.h-font {
    font-size: 27px;
    color: #fff;
}
.banner_form .form-group {
    margin-bottom: 10px;
}
.banner_form .def-btn {
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #000;
    color: #000;
    padding: 8px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.5s all;
    background: #000;
    color: white;
    padding: 12px 40px;
}
.pop_img_left{
    position: relative;
}
.popup_info {
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgb(255 255 255 / 52%);
    padding: 20px;
    color: #000;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(25px);
    transform: translate(-50%, -50%);
    width: 70%;
    border-radius: 20px;
    text-align: center;
}
@media (max-width: 768px) {
.banner_info {
        max-width: 100%;
        left: 50%;
        transform: translate(-50%);
        width: 90%;
        background: rgba(0, 0, 0, 0.2); 
     backdrop-filter: blur(0); 
     -webkit-backdrop-filter: blur(0); 
       color: #fff;
    }
    .banner_form .def-btn {
        background: #ffffff;
        color: #000;
        padding: 12px 40px;
        width: 100%;
    }
       .banner_form {
        display: block;
        position: unset;
        background: #000;
        max-width: 100%;
        color: #fff;
        border-radius: 0;
        padding: 40px 20px;
    }
    .banner_form .form-control {
        background: transparent;
        border: 1px solid #fff;
    }
    .box h2 {
        font-size: 44px;
    }
}
@media (max-width: 600px) {
    div#whyinvest figure img {
        height: unset;
    }

    .about-eth figure img {
        height: 362px;
        object-fit: cover;
    }

    .about-eth .leftimg {
        display: none;
    }

    .counter .leftimg {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .counter .rightimg {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .counter .leftimg {
        top: 0;
        max-width: 60px;
    }

    .aboutus .abs-svg {
        display: none;
    }

    div#aboutus .rightimg {
        max-width: 70px;
    }

    div#aboutus .leftimg {
        display: none;
    }

    .properties-abs {
        opacity: 0.2;
    }

    .project-helighits .leftimg {
        max-width: 50px;
    }

    .project-helighits .rightimg {
        max-width: 70px;
        bottom: -70px;
    }

    .amenites .absline {
        display: none;
    }

    .location figure {
        position: relative;
        z-index: 1;
    }

    .whyinvest .rightimg {
        max-width: 80px;
        bottom: -80px;
    }

    .whyinvest .leftimg {
        max-width: 70px;
        top: -70px;
        z-index: 1;
    }

    .contactus .rightimg {
        display: none;
    }

    .contactus .leftimg {
        max-width: 70px;
        top: -69px;
    }

    .counter .rightimg {
        max-width: 60px;
        z-index: 1;
    }

    .project-helighits .abs-svg {
        display: none;
    }

    .project-helighits a {
        text-align: center;
        padding: 12px 40px;
        font-weight: 500;
        display: table;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;

    }

    .chatbtn button span {
        width: 30px;
        flex: 0 0 30px;
        height: 30px;
    }

    .chatbtn button {
        font-size: 12px;
        padding: 6px 14px;
    }

    .chatbtn {
        right: 16px;
        bottom: 52px;
    }

    .project-helighits figure img {
        height: unset;
    }

    .project-helighits {
        padding: 60px 0;
    }

    .project-helighits h1 {
        font-size: 34px;

    }

    .leftpiller {
        display: none;
    }

    .rightpiller {
        display: none;
    }

    .counterwithheading {
        padding: 60px 0;
        background-position: 70% center;
    }

    .counterwithheading h1 {
        font-size: 28px;
    }

    .counterwithheading .box {
        margin-bottom: 44px;
    }

    .newbanner {
        height: unset;
    }

    .banner-inner {
        position: relative;
    }

    .location p {
        max-width: 100%;
    }

    .logs img {
        height: 80px !important;
    }

    .about-eth .def-btn {
        margin-top: 40px !important;
    }

    .about-eth .ethasb {
        display: none;
    }

    .about-eth h1 {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .about-eth {
        padding: 60px 0;
    }


    .soptcold {
        margin-top: -300px;
        animation-delay: 0s;
    }

    .abouteths button.navbtn {
        display: block;
        top: 56%;
    }

    button.navbtn {
        display: none;
    }

    .mobile-sliderbtn.d-md-none {
        background: #c2996c;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
        padding-bottom: 50px;
    }

    .mobile-sliderbtn.d-md-none button {
        background: black;
        width: 50px;
        height: 40px;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-sliderbtn.d-md-none button span {
        width: 20px;
    }

    .abouteths h1 {
        text-align: center;
        display: table;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }

    .properties h2 {
        font-size: 26px;
    }

    .properties h3 {
        line-height: 24px;
    }

    .Layoutplans img {
        height: unset;
        /*transform: translateX(-28px);*/
    }

    .Layoutplans .customNavDots .def-btn {
        display: none !important;
    }

    .Layoutplans .custom-arrows {
        margin-bottom: 0;
    }

    .Layoutplans {
        overflow: hidden;
        padding-bottom: 40px;
    }

    .Layoutplans h2 {
        font-size: 24px;
    }

    .floorplan-items .slick-slide {
        margin: 0 0px 0px 0px;

    }

    .abstbottom {
        display: none;
    }

    .aboutus .col-md-7 .row {
        margin-left: 6px;
        margin-right: 6px;
    }

    .Layoutplans ul#myTab li button {
        min-width: 290px;
        padding: 12px 20px;
    }

    .abouteths h1 {
        font-size: 34px;
    }

    .abouteths .nav-tabs button.nav-link {
        min-width: 280px;
        padding: 12px 20px;
    }

    .cluid {
        height: 110px;
    }

    .logs img {
        margin-top: -64px;
    }

    .counter {
        padding-bottom: 0;
    }

    .abouteths figure {
        margin-bottom: 64px;
    }

    .abouteths figure img {
        height: unset;

    }



    .abouteths .tab-content h2 {
        font-size: 34px;
        margin-top: 34px;
        margin-bottom: 14px;
    }

    .sidebar {
        width: 100%;
        padding-left: 30px;

        padding-right: 30px;
    }

    img.logo {
        height: 42px !important;
        margin-right: 0;
    }

    .counter {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .box {
        margin-bottom: 23px;
        padding: 30px 0px;
    }

    .box h2 {
        font-size: 33px;
    }

    .aboutus h1 {
        font-size: 34px;
        margin-bottom: 24px;
    }

    .aboutus .def-btn {
        text-align: center;
        padding: 12px 40px;
        font-weight: 500;
        display: table;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
    }

    .absline svg {
        width: 90px;
        top: 0;
    }

    .amenites {
        padding: 60px 0;
    }

    .cirlecenter {
        right: 0;
        top: 0;
    }

    .amenites h3 {
        font-size: 34px;
    }

    .location h4 {
        font-size: 34px;
    }

    #carouselExampleFade .row .col-md-6:nth-child(2) {
        padding: 60px 30px;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        height: 1140px;
    }


    #carouselExampleFade .row .col-md-6:nth-child(1) {
        padding: 60px 16px;
    }



    .location .def-btn {
        text-align: center;
        padding: 10px 20px;
        font-weight: 500;
        display: table;
    }

    .contactus form .form-control {
        width: 100%;
    }

    .contactus form {
        width: 90%;
        max-width: unset;
    }

    .absline {
        top: -120px
    }

    .customNavDots {
        margin-top: 40px;
        padding-right: 0;
        padding-left: 0;
    }

    .custom-arrows {
        justify-content: center;
        margin-bottom: 40px;
    }

    .properties .multiple-items figure a {
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    .amenitesslider .slick-track .slick-slide {
        margin-right: 2px;
        margin-left: 2px;
    }

    .amenitesslider p {
        font-size: 22px;
        text-align: center;
        display: block;
    }

    .slick-track {
        padding-left: 0;
    }

    .properties .multiple-items figure img {
        height: 280px;
        object-fit: cover;
    }

    .aboutus figure img {
        height: 400px;
        display: table;
        margin: auto;
        width: 100%;
    }

    .aboutus {
        padding-top: 60px;
    }

    .abs-svg {
        top: -60px;
    }

    .amenitesslider .slick-track {
        margin-left: 0;
    }

    .amenitesslider figure {
        height: 420px;
    }

    .fixedbtn {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 999;
    }

    .fixedbtn .def-btn {
        width: 90%;
        text-align: center;
        display: table;
        margin: auto;
    }

    .contactform .modal-dialog h1 {
        font-size: 34px;
        font-weight: 500;
    }

    .contactform .modal-dialog form {
        margin-top: 32px;
    }

    .contactform .modal-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    footer {
        padding-bottom: 100px;
        padding-top: 60px;
    }

    div#aboutus figure img {
        height: unset;
    }

    .abs-svg {
        top: 0;
    }

    .location .row .col-md-6:nth-child(1) {
        padding-top: 40px;
        padding-left: 20px;
        padding-bottom: 20px;
    }

    .location {
        padding-bottom: 40px;
    }

    .location .def-btn {
        display: table;
        margin: auto;
        padding: 12px 40px;
    }

    .abouteths a.def-btn {
        width: 100%;
        text-align: center;
        padding: 12px 20px;
        font-weight: 500;
    }

    footer .row:nth-child(1) {
        gap: 40px;
    }

    .contactus .row .col-md-6:nth-child(1) {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    footer figure {
        display: table;
        margin: auto;
    }

    .abouteths .line-right {
        display: none;

    }


    .abouteths {
        padding-top: 0;
        padding-bottom: 0px;
    }

    .abouteths .line-right svg {
        height: 100px;
        transform: translate(110px, -10px);
    }

    .abouteths {
        overflow: hidden;
    }

    .properties .def-btn {
        padding: 12px 20px;
    }

    .amenites .def-btn {
        padding: 12px 40px;
    }

    /* .fixedbtn:not(.active) {
        display: none;
    } */

    .fixedbtn {
        transition: 0.5s all;
    }

    .aboutus h5 {
        text-align: center;
    }

    .aboutus h1 {
        text-align: center;
    }

    .aboutus p {
        text-align: center;
    }

    .amenitesslider.slick-initialized.slick-slider {
        position: relative;
    }

    .amenites .customNavDots {
        position: absolute;
        top: 69%;
        margin-top: 0;
        padding: 0 30px;
        margin-bottom: 20px;
    }

    .amenites .customNavDots .custom-arrows {
               justify-content: center;
        margin-bottom: 0;
    }

    .amenites .custom-arrows button.aprev {
        opacity: 0;
    }

    .abslocation {
        display: none;
    }

    div#Location {
        overflow: hidden;
    }

    .newbanner {
        width: 100%;
        overflow: hidden;
    }

   
    div#Location {
        width: 100%;
    }

    div#Amenities {
        width: 100%;
        overflow: hidden;
    }

    /* .about-eth figure::before {
    background: #0000001f;
} */

    .about-eth figure {
        display: block;
    }

    .about-eth h2+p {
        max-width: 320px;
    }

    .amenites .custom-arrows button {
        background: #0000006e;
        border-color: #0000006e !important;
    }

    .properties .col-md-12 {
        position: relative;
    }

    .properties .customNavDots {
        margin: 0;
        position: absolute;
        top: 24%;
        justify-content: space-between !important;
    }

    .properties .customNavDots .custom-arrows {
        margin: 0;
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding-right: 36px;
    }

    .properties .customNavDots .custom-arrows button.prev.slick-arrow {
        opacity: 0;
    }

    .properties .customNavDots .custom-arrows button {
        background: #0000006e;
        border-color: #0000006e !important;
    }

    div#Projects {
        overflow: hidden;
    }

    .Layoutplans .customNavDots {
        margin-top: 0;
        gap: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 28%;
    }

    .Layoutplans .customNavDots .custom-arrows {
        width: 100%;
        justify-content: space-between;
        padding: 0 6px;
    }

    div#tab4 {
        position: relative;
    }

    .Layoutplans .customNavDots .custom-arrows button.prevs.slick-arrow {
        opacity: 0;
    }

    .Layoutplans .customNavDots .custom-arrows button.nexts.slick-arrow {
        background: #0000006e;
        border-color: #0000006e !important;
    }

    .amenites .custom-arrows button:hover {
        background: #0000006e;
        border-color: #0000006e !important;

    }

    .fixedbtn button,
    .fixedbtn a {
        width: 100%;
        background: #004123;
        padding: 0;
        margin: 0;
        border: 0;
        text-align: center;
        color: white;
        padding: 12px 0;
        font-weight: 500;
        font-size: 16px;
    }

    .fixedbtn a {
        border-left: 1px solid white;
    }

    .about-eth h2 {
        margin-bottom: 6px;
    }

    .about-eth h2+p {
        font-size: 16px;
        line-height: 24px;
    }

    .about-eth figure::before {
        background: linear-gradient(180deg, rgb(0 0 0 / 88%) 0%, rgb(255 255 255 / 1%) 90%)
    }

    .contactus h1 {
        text-align: center;
    }

    .aboutus p,
    .amenites p {
        font-size: 16px;

    }

    .location p {
        font-size: 16px;
    }

    .location ul li {
        font-size: 16px;
    }

    .about-eth p {
        font-size: 16px;
    }

    .abs-footer {
        display: none;
    }

    .contactus .row .col-md-6:nth-child(2) figure img {
        height: 410px;
        object-fit: cover;
    }

    .contactform .modal-content figure {
        display: none;
    }

    .contactform .row .col-md-6:nth-child(2) {
        padding-top: 0;
        padding-right: 0;
    }

    .contactform .modal-dialog form {
        padding-right: 40px;
    }

    .thankyou h1 {
        font-size: 60px;
        line-height: 64px;
    }

    .title+p {
        max-width: unset !important;
    }

    .counter .col-4 {
        padding: 0 4px;
    }
  
}




.specifications .specbg1 {
    position: absolute;
    top: -330px;
    left: -60px
}

.specifications .specbg2 {
    position: absolute;
    /* right: -320px; */
    top: 0
}



.services {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (min-width:992px) and (max-width:1024px) {
    .services {
        height: 40vh
    }
}

@media (max-width:992px) {
    .services {
        align-items: flex-start;
        padding-top: 30px
    }
}

.services>* {
    flex-grow: 1
}

.circle--rotate {
    border-radius: 50%;
    border: 1px solid #000;
    width: 42%;
    height: 42%;
    margin: 0 auto;
    position: relative;
    transform: rotate(0deg);
    z-index: 0;
    padding: 0;
    margin-right: 15%
}

@media (max-width:992px) {
    .circle--rotate {
        width: 100%
    }
}

.circle--rotate>li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    z-index: 10;
    visibility: hidden
}

.circle--rotate>li .icon {
    visibility: visible;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    background-color: #000;
    height: 15%;
    width: 15%;
    margin: -7% auto;
    transition: all .5s ease;
    transform: rotate(90deg);
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:992px) {
    .circle--rotate>li .icon {
        transform: rotate(0deg)
    }
}

.circle--rotate>li .icon .svgfit {
    width: 50px;
    height: 50px
}

@media (max-width:992px) {
    .circle--rotate>li .icon .svgfit {
        width: 30px;
        height: 30px
    }
}

.circle--rotate>li .icon .svgfit1 {
    width: 40px;
    height: 40px
}

@media (max-width:992px) {
    .circle--rotate>li .icon .svgfit1 {
        width: 30px;
        height: 30px
    }
}

.circle--rotate>li i {
    color: #fff;
    font-size: 24px;
    margin: auto;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: table
}

.circle--rotate>li i:before {
    display: table-cell;
    vertical-align: middle
}

.circle--rotate>li img {
    margin: auto
}

.circle--slider {
    position: relative
}

.circle--slider .rotate--circle {
    margin: 0 auto
}

.circle--slider .rotate--circle1 {
    transform: translate(20%, 33%) rotate(-90deg)
}

@media (max-width:992px) {
    .circle--slider .rotate--circle1 {
        transform: translateY(33%) rotate(0deg)
    }
}

@media (max-width:767px) {
    .circle--slider .rotate--circle1 {
        transform: translateY(0) rotate(0deg);
        position: absolute;
        width: 100%;
        z-index: 111
    }
}

.circle--slider .rotate--circle1:after {
    content: "";
    position: absolute;
    top: 70%;
    right: 12%;
    width: 50%;
    height: 88%;
    transform: translateY(-50%);
    background: linear-gradient(0deg, #fff 90%, hsla(37, 97%, 73%, 0))
}

@media (max-width:992px) {
    .circle--slider .rotate--circle1:after {
        right: 0;
        width: 100%
    }
}

.circle--slider .circle--rotate>li div {
    position: relative;
    overflow: visible;
    background-color: #d9d9d9
}

.circle--slider .circle--rotate>li div span {
    transform: rotate(0deg);
    transition: all 2s;
    opacity: 0
}

.circle--slider .circle--rotate>li.active div {
    font-size: 20px;
    background-color: #b84334;
    border: 4px solid #fff;
    transition: all 1s;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

@media (max-width:992px) {
    .circle--slider .circle--rotate>li.active div {
        border: 3px solid #fff
    }
}

.circle--slider .circle--rotate>li.active div svg path {
    fill: #fff
}

.circle--slider .circle--rotate>li.active div span {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-45deg);
    z-index: -1;
    opacity: 1
}

.circle--slider .count2 li:nth-child(2) {
    transform: rotate(180deg)
}

.circle--slider .count3 li:nth-child(2) {
    transform: rotate(120deg)
}

.circle--slider .count3 li:nth-child(3) {
    transform: rotate(240deg)
}

.circle--slider .count4 li:nth-child(2) {
    transform: rotate(90deg)
}

.circle--slider .count4 li:nth-child(3) {
    transform: rotate(180deg)
}

.circle--slider .count4 li:nth-child(4) {
    transform: rotate(270deg)
}

.circle--slider .count5 li:nth-child(2) {
    transform: rotate(72deg)
}

.circle--slider .count5 li:nth-child(3) {
    transform: rotate(144deg)
}

.circle--slider .count5 li:nth-child(4) {
    transform: rotate(216deg)
}

.circle--slider .count5 li:nth-child(5) {
    transform: rotate(-72deg)
}

.circle--slider .count6 li:nth-child(2) {
    transform: rotate(60deg)
}

.circle--slider .count6 li:nth-child(3) {
    transform: rotate(120deg)
}

.circle--slider .count6 li:nth-child(4) {
    transform: rotate(180deg)
}

.circle--slider .count6 li:nth-child(5) {
    transform: rotate(240deg)
}

.circle--slider .count6 li:nth-child(6) {
    transform: rotate(-60deg)
}

.circle--slider .count7 li:nth-child(2) {
    transform: rotate(51.5deg)
}

.circle--slider .count7 li:nth-child(3) {
    transform: rotate(103deg)
}

.circle--slider .count7 li:nth-child(4) {
    transform: rotate(154.5deg)
}

.circle--slider .count7 li:nth-child(5) {
    transform: rotate(206deg)
}

.circle--slider .count7 li:nth-child(6) {
    transform: rotate(-103deg)
}

.circle--slider .count7 li:nth-child(7) {
    transform: rotate(-51.5deg)
}

.circle--slider .count8 li:nth-child(2) {
    transform: rotate(45deg)
}

.circle--slider .count8 li:nth-child(3) {
    transform: rotate(90deg)
}

.circle--slider .count8 li:nth-child(4) {
    transform: rotate(135deg)
}

.circle--slider .count8 li:nth-child(5) {
    transform: rotate(180deg)
}

.circle--slider .count8 li:nth-child(6) {
    transform: rotate(-135deg)
}

.circle--slider .count8 li:nth-child(7) {
    transform: rotate(-90deg)
}

.circle--slider .count8 li:nth-child(8) {
    transform: rotate(-45deg)
}

.circle--slider .count9 li:nth-child(2) {
    transform: rotate(40deg)
}

.circle--slider .count9 li:nth-child(3) {
    transform: rotate(80deg)
}

.circle--slider .count9 li:nth-child(4) {
    transform: rotate(120deg)
}

.circle--slider .count9 li:nth-child(5) {
    transform: rotate(160deg)
}

.circle--slider .count9 li:nth-child(6) {
    transform: rotate(-160deg)
}

.circle--slider .count9 li:nth-child(7) {
    transform: rotate(-120deg)
}

.circle--slider .count9 li:nth-child(8) {
    transform: rotate(-80deg)
}

.circle--slider .count9 li:nth-child(9) {
    transform: rotate(-40deg)
}

.circle--slider .count10 li:nth-child(2) {
    transform: rotate(36deg)
}

.circle--slider .count10 li:nth-child(3) {
    transform: rotate(72deg)
}

.circle--slider .count10 li:nth-child(4) {
    transform: rotate(108deg)
}

.circle--slider .count10 li:nth-child(5) {
    transform: rotate(144deg)
}

.circle--slider .count10 li:nth-child(6) {
    transform: rotate(-180deg)
}

.circle--slider .count10 li:nth-child(7) {
    transform: rotate(-144deg)
}

.circle--slider .count10 li:nth-child(8) {
    transform: rotate(-108deg)
}

.circle--slider .count10 li:nth-child(9) {
    transform: rotate(-72deg)
}

.circle--slider .count10 li:nth-child(10) {
    transform: rotate(-36deg)
}

.circle--slider .animate-wrapper {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

@media (max-width:992px) {
    .circle--slider .animate-wrapper {
        width: 100%;
        height: 450px;
        position: unset
    }
}

@media (max-width:992px) {

    .circle--slider .animate-wrapper .animate,
    .circle--slider .animate-wrapper .animate-img {
        width: 100%;
        height: auto
    }
}

@media (max-width:992px) {
    .circle--slider .animate-wrapper .animate-img__in {
        background-image: url(../../assets/images/spec1-mob.webp) !important
    }
}

@media (max-width:992px) {
    .circle--slider .animate-wrapper .animate-img__in2 {
        background-image: url(../../assets/images/spec2-mob.webp) !important
    }
}

@media (max-width:992px) {
    .circle--slider .animate-wrapper .animate-img__in3 {
        background-image: url(../../assets/images/spec3-mob.webp) !important
    }
}

@media (max-width:992px) {
    .circle--slider .animate-wrapper .animate-img__in4 {
        background-image: url(../../assets/images/spec4-mob.webp) !important
    }
}

@media (max-width:992px) {
    .circle--slider .animate-wrapper .animate-img__in5 {
        background-image: url(../../assets/images/spec5-mob.webp) !important
    }
}

@media (max-width:992px) {
    .circle--slider .animate-wrapper .animate-img__in6 {
        background-image: url(../../assets/images/spec6-mob.webp) !important
    }
}

@media (max-width:992px) {
    .circle--slider .animate-wrapper .animate-img__in7 {
        background-image: url(../../assets/images/spec7-mob.webp) !important
    }
}

@media (max-width:992px) {
    .circle--slider .animate-wrapper .animate-img__in8 {
        background-image: url(../../assets/images/spec8-mob.webp) !important
    }
}

@media (max-width:992px) {
    .circle--slider .animate-wrapper .animate-img__in9 {
        background-image: url(../../assets/images/spec9-mob.webp) !important
    }
}

.circle--slider .animate-title {
    color: #fff
}

.circle--slider .animate-img {
    width: 25%;
    height: 25%;
    overflow: hidden
}

.circle--slider .animate-img .animate-img__in {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    z-index: 3;
    transform: rotate3d(0, 0, 0, 0deg) scale(.85);
    transition: .55s ease-in-out;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-size: 100% 100%
}

@media (max-width:992px) {
    .circle--slider .animate-img .animate-img__in {
        width: 70%;
        height: 710px;
        bottom: unset
    }
}

@media (max-width:767px) {
    .circle--slider .animate-img .animate-img__in {
        width: 100%;
        height: 450px;
        bottom: unset
    }
}

.circle--slider .animate-more {
    opacity: 0;
    visibility: hidden;
    transition: all .5s .4s;
    min-width: 131px;
    overflow: hidden;
    text-align: center;
    z-index: 30;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 15px;
    height: 62px;
    transform: scale(.8)
}

.circle--slider .animate.active .animate-more {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.circle--slider .animate.active .animate-img .animate-img__in {
    opacity: 1;
    transform: scale(1)
}

.circle--slider .animate-textwrap {
    width: 45%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -75px;
    bottom: 0;
    margin: auto;
    z-index: 111;
    display: flex;
    align-items: center
}

@media (max-width:992px) {
    .circle--slider .animate-textwrap {
        top: 70%;
        width: 100%;
        height: auto;
        right: unset;
        position: absolute;
        bottom: unset;
        text-align: center;
        justify-content: center;
        padding: 0 20px;
        align-items: baseline;
        z-index: 1111
    }
}

@media (max-width:767px) {
    .circle--slider .animate-textwrap {
        top: 130%
    }
}

.circle--slider .animate-textwrap .animate2 .animate-txt {
    opacity: 0;
    display: none;
    transition: all .5s .4s
}

.circle--slider .animate-textwrap .animate2 .animate-txt .spec-title {
    color: #000;
    font-family: Red Hat Display, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 2.16px;
    text-transform: uppercase;
    margin-bottom: 15px
}

@media (max-width:992px) {
    .circle--slider .animate-textwrap .animate2 .animate-txt .spec-title {
        font-size: 15px;
        letter-spacing: 1.68px;
        margin-bottom: 8px
    }
}

.circle--slider .animate-textwrap .animate2 .animate-txt .spec-pt {
    color: #000;
    font-family: Red Hat Display, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px 0;
    border-bottom: 1px dotted #b84435
}

.circle--slider .animate-textwrap .animate2.active .animate-txt {
    opacity: 1;
    display: block
}

.circle--slider .circ-arrow {
    display: flex;
    z-index: 111;
    position: absolute;
    top: 14%;
    left: 65%;
    transform: translate(-50%, -50%)
}

@media (max-width:992px) {
    .circle--slider .circ-arrow {
        top: 23%;
        left: 50%
    }
}

.circle--slider .circ-arrow img {
    cursor: pointer
}

.circle--slider .circ-arrow #pagination {
    transform: rotate(90deg);
    margin: 0 10px
}

@media (max-width:992px) {
    .circle--slider .circ-arrow #pagination {
        transform: rotate(0deg)
    }
}



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

    #specifications .grid-container {
        display: block
    }
}


.location .abscirc {
    position: absolute;
    right: -60px;
    top: -50px
}

.location .abscirc1 {
    position: absolute;
    right: -200px;
    top: 210px
}

.location .loc-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 20px
}

@media (max-width:767px) {
    .location .loc-flex {
        flex-direction: column;
        margin-top: 20px
    }
}

.location .loc-flex .loc-div {
    margin: 0 30px
}

@media (max-width:767px) {
    .location .loc-flex .loc-div {
        text-align: center
    }
}

.location .loc-flex .loc-div.locbr {
    border-left: 2px solid #b84334;
    border-right: 2px solid #b84334;
    padding: 0 60px
}

@media (max-width:767px) {
    .location .loc-flex .loc-div.locbr {
        border: none;
        border-top: 1px solid #b84334;
        border-bottom: 1px solid #b84334
    }
}

.location .loc-flex .loc-div .loc-head {
    color: #424242;
    font-family: Red Hat Display, sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px
}

@media (max-width:767px) {
    .location .loc-flex .loc-div .loc-head {
        font-size: 12px;
        line-height: normal;
        margin: 10px 0
    }
}

.location .mapdiv {
    border-top: 3px solid #b84334;
    border-bottom: 3px solid #b84334;
    margin-top: 50px;
    position: relative
}

.location .mapdiv .abs4 {
    position: absolute;
    top: -300px
}

.location .mapdiv iframe {
    position: relative;
    z-index: 1
}

@media (max-width:767px) {
    .location .mapdiv iframe {
        height: 530px
    }
}

.location .mapdiv .wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .45);
    width: 406px;
    height: 441px;
    padding: 50px;
    z-index: 1
}

.location .mapdiv .wrapper .loc-slide-head {
    color: #2f2f2f;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    text-align: center
}

.location .mapdiv .wrapper ul {
    margin-top: 10px
}

.location .mapdiv .wrapper ul li {
    color: #787878;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px
}

.location .mapdiv .wrapper .arrow-flex {
    display: flex;
    justify-content: center;
    margin-top: 30px
}

@media (max-width:767px) {
    .location .mapdiv .wrapper .arrow-flex {
        margin-top: 20px
    }
}

.location .mapdiv .wrapper .arrow-flex img {
    cursor: pointer
}

.location .mapdiv .wrapper .arrow-flex .loc-pagingInfo {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 10px
}

.location .mapdiv .wrapper .arrow-flex .loc-pagingInfo span {
    font-size: 18px;
    font-weight: 500
}

.location .mapdiv .thumbnail {
    margin-top: -40px;
    position: relative;
    z-index: 1
}

.location .mapdiv .thumbnail .loc-img-slider .slick-slide {
    padding-top: 15px
}

.location .mapdiv .thumbnail .loc-img-slider .slick-slide .sbox {
    text-align: center;
    border-radius: 20px 20px 0 0;
    border: 1px solid hsla(0, 0%, 100%, .1);
    background: hsla(0, 0%, 100%, .46);
    box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, .1);
    backdrop-filter: blur(18px);
    cursor: pointer;
    height: 110px;
    padding: 10px 0
}

.location .mapdiv .thumbnail .loc-img-slider .slick-slide.slick-current {
    color: #fff
}

.location .mapdiv .thumbnail .loc-img-slider .slick-slide.slick-current .sbox {
    background: #b84334
}

.location .mapdiv .thumbnail .loc-img-slider .slick-slide.slick-current svg path {
    fill: #fff;
    opacity: 1
}

.location .accordion-container {
    height: 200px
}

@media (max-width:992px) {
    .location .accordion-container {
        height: auto;
        padding: 0 10px
    }
}

.location .accordion-container .accordion-item {
    border: 1px solid #ccc;
    margin-bottom: 10px
}

.location .accordion-container .accordion-item .accordion-header {
    padding: 10px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95%;
    background-size: 13px;
    background-image: url(../images/plus.svg);
    display: flex;
    align-items: center
}

.location .accordion-container .accordion-item .accordion-header .accicon {
    margin-right: 10px
}

.location .accordion-container .accordion-item .accordion-content {
    overflow: hidden;
    transition: max-height .3s ease;
    max-height: 0;
    background-color: #fff
}

.location .accordion-container .accordion-item.active {
    border-radius: 0 0 5px 5px;
    background: #b84334;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}

.location .accordion-container .accordion-item.active .accordion-header {
    color: #fff;
    background-image: url(../images/close.svg)
}

.location .accordion-container .accordion-item.active .accordion-header .accicon svg path {
    fill: #fff;
    opacity: 1
}

.location .accordion-container .accordion-item.active .accordion-content {
    padding: 20px
}

.h-font {
    
   
font-family: 'Behind The Nineties';
    letter-spacing: 1px;
    font-size: 44px;
    text-transform: capitalize;

}

.video-section {
    margin-top: 40px;
}

.video-wrapper {
    position: relative;
    width: 100%;
    /* max-width: 900px; */
    margin: 0 auto;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    overflow: hidden;
    border-radius: 15px;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

/* Mobile */
@media (max-width: 768px) {
    .video-section {
        margin-top: 25px;
    }
}

.testimonials {
    padding: 60px 0;
    background: #f8f8f8;
}

.testimonial-box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    margin: 10px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.testimonial-box p {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
}

.testimonial-box h5 {
    font-weight: 600;
    color: #000;
}

.custom-arrows button {
    padding: 10px 20px;
    margin: 5px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
        width: 59px;
    height: 59px;
}

