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

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

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

.slick-list {
    overflow: revert;
}

.slick-list:focus {
    outline: 0px;
}

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

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

.slick-track {
    top: 0px;
    left: 0px;
}

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

.slick-track::after {
    clear: both;
}

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

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

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

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

.slick-initialized .slick-slide {
    display: block;
}

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

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots,
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    padding: 0px;
}

.slick-dots li button::before,
.slick-next::before,
.slick-prev::before {
    -webkit-font-smoothing: antialiased;
}

.slick-next,
.slick-prev {
    font-size: 0px;
    line-height: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0px;
    background: 0px 0px;
}

.slick-next:focus::before,
.slick-next:hover::before,
.slick-prev:focus::before,
.slick-prev:hover::before {
    opacity: 1;
}

.slick-next.slick-disabled::before,
.slick-prev.slick-disabled::before {
    opacity: 0.25;
}

.slick-next::before,
.slick-prev::before {
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: rgb(255, 255, 255);
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev::before {
    content: "←";
}

.slick-next::before,
[dir="rtl"] .slick-prev::before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}

[dir="rtl"] .slick-next::before {
    content: "←";
}

.slick-slider {}

.slick-dots {
    bottom: -45px;
    width: 100%;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
    padding: 0px;
}

.slick-dots li,
.slick-dots li button {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0px;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0px;
    outline: 0px;
    background: 0px 0px;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0px;
}

.slick-dots li button:focus::before,
.slick-dots li button:hover::before {
    opacity: 1;
}

.slick-dots li button::before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: rgb(0, 0, 0);
}

.slick-dots li.slick-active button::before {
    opacity: 0.75;
    color: rgb(0, 0, 0);
}

.container {
    width: 87.9167vw;
}

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

.mobile-container {}

html {
    padding: 0px;
    margin: 0px;
    font-size: 0.9375vw;
    line-height: 1.45833vw;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-family: Mulish, sans-serif;
    color: rgb(0, 0, 0);
}

@media only screen and (max-width: 992px) {
    html {
        font-size: 2.09895vh;
        line-height: 3.74813vh;
        overflow-x: hidden;
    }
}

body {
    padding: 0px;
    margin: 0px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 0.625vw;
    height: 0.625vw;
}

body::-webkit-scrollbar-track {
    background: rgb(217, 217, 217);
    width: 0.520833vw;
}

body::-webkit-scrollbar-thumb {
    background: rgb(173, 114, 42);
    border-radius: 1.04167vw;
}

body::-webkit-scrollbar-thumb:hover {
    background: rgb(173, 114, 42);
}

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

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

p,
ul {
    margin: 0px;
    line-height: 28px;
}

ul {
    padding: 0px;
    padding-inline-start: 1.04167vw;
}

@media only screen and (max-width: 992px) {
    ul {
        padding-inline-start: 2.9985vh;
    }
}

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

.container,
.m-auto {
    margin: 0px auto;
}

.container {}

@media only screen and (max-width: 992px) {
    .container {
        padding: 0px 0.5997vh;
    }
}

.center-block {
    margin: 0px 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;
}

@media (min-width: 1024px) {
    .text-right-desk {
        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-black {
    color: rgb(0, 0, 0);
}

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

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

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

.col-1 {
    width: 8.33333%;
    float: revert;
}

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

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

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

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

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

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

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

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

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

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

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

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

section {
    float: left;
    width: 100%;
}

.padding {
    padding: 50px 0px 80px;
}

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

.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

.pos-fix {
    position: fixed;
}

.bottom {
    bottom: 0px;
}

.top {
    top: 0px;
}

.left {
    left: 0px;
}

.right {
    right: 0px;
}

.pd-tp-10 {
    padding-top: 0.520833vw;
}

.pd-tp-20 {
    padding-top: 1.04167vw;
}

.pd-tp-30 {
    padding-top: 1.5625vw;
}

@media only screen and (max-width: 992px) {
    .pd-tp-30 {
        padding-top: 4.49775vh;
    }
}

.pd-tp-40 {
    padding-top: 2.08333vw;
}

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

.pd-bt-10 {
    padding-bottom: 0.520833vw;
}

.pd-bt-20 {
    padding-bottom: 1.04167vw;
}

.pd-bt-30 {
    padding-bottom: 1.5625vw;
}

.mg-tp-40 {
    margin-top: 2.08333vw;
}

.mg-tp-0 {
    margin-top: 0px;
}

.mg-bt-10 {
    margin-bottom: 0.520833vw;
}

.mg-bt-20 {
    margin-bottom: 1.04167vw;
}

.mg-bt-30 {
    margin-bottom: 1.5625vw;
}

.mg-tp-10 {
    margin-top: 0.520833vw;
}

.mg-tp-20 {
    margin-top: 1.04167vw;
}

.mg-tp-30 {
    margin-top: 1.5625vw;
}

.mg-lt-10 {
    margin-left: 0.520833vw;
}

.mg-lt-20 {
    margin-left: 1.04167vw;
}

.mg-lt-30 {
    margin-left: 1.5625vw;
}

.mg-lt-40 {
    margin-left: 2.08333vw;
}

.dflex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

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

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

@media (max-width: 992px) {
    .colreverse-mob {
        display: flex;
        flex-direction: column-reverse;
    }
}

.hidden-sm {
    display: block !important;
}

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

.hidden-xs {
    display: block !important;
}

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

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

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

.h100 {
    height: 100%;
}

.sec-title {
    font-size: 0.729167vw;
    font-style: normal;
    line-height: normal;
    margin-bottom: 1.04167vw;
    color: rgb(0, 0, 0);
    font-weight: 500;
    font-variant: small-caps;
    position: relative;
}

@media (max-device-width: 992px) {
    .sec-title {
        font-size: 2.09895vh;
        line-height: 2.9985vh;
        margin-bottom: 2.9985vh;
    }
}

.sec-title::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -1.04167vw;
    width: 0.3125vw;
    height: 0.3125vw;
    border-radius: 100%;
    background-color: rgb(0, 0, 0);
}

.sec-head {
    position: relative;
    margin-bottom: 1.04167vw;
    color: rgb(0, 0, 0);
    font-size: 21px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
}

@media (max-device-width: 992px) {
    .sec-head {
        font-size: 17px;
        line-height: 29px;
        margin-bottom: 13px;
    }
}

.sec-desc {
    font-size: 15px;
    font-style: normal;
    line-height: 29px;
    color: rgb(0, 0, 0);
    font-weight: 500;
}

@media (max-device-width: 992px) {
    .sec-desc {
        font-size: 2.09895vh;
        line-height: 3.29835vh;
    }
}

.form_overlay {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
    inset: 0px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 14;
    display: none;
}

.close {
    position: absolute;
    top: 1.04167vw;
    right: 1.04167vw;
    cursor: pointer;
    color: rgb(0, 0, 0);
    font-size: 2.60417vw;
}

@media (max-device-width: 992px) {
    .close {
        font-size: 3.5982vh;
    }
}

.popup {
    max-width: 46.875vw;
    width: 80%;
    padding: 2.60417vw;
    position: relative;
    background: rgb(255, 255, 255);
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0.520833vw;
    min-height: 10.4167vw;
    transition: 1s ease-in-out;
}

@media (max-device-width: 992px) {
    .popup {
        width: 90%;
        max-width: 100%;
    }
}

@media (max-device-width: 640px) {
    .popup .kl-form .kl-row {
        padding-top: 1.04948vh;
    }
}

.popup .kl-form .kl-input .form-label {
    margin: 0.520833vw 0px 0.364583vw;
}

.popup .kl-form .kl-input span.invalid {
    margin-top: 0px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 4.6875vw !important;
}

@media (max-device-width: 992px) {
    .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 .selected-flag {
        width: fit-content !important;
    }
}

.iti {
    width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
    scale: 0.8;
}

.iti__country-name {
    color: rgb(0, 0, 0) !important;
}

.kl-form .kl-input span.invalid {
    position: absolute;
    font-size: 0.520833vw;
    margin-top: 0px;
}

.kl__form-container h5 {
    text-align: center;
}

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

header {
    position: fixed;
    width: 100%;
    z-index: 12;
    transition: 0.3s ease-in-out;
    padding: 0.520833vw 0px;
    background-color: rgb(2, 21, 67);
}

@media (max-device-width: 992px) {
    header {
        height: auto;
        padding: 1.49925vh 0px;
    }
}

header .brand-logo {
    padding: 0.416667vw 0px 0px;
    z-index: 9;
}

header .brand-logo .logo-header img {
    position: relative;
    vertical-align: middle;
    width: 90px;
}

@media (max-device-width: 992px) {
    header .brand-logo .logo-header img {
        top: 0px;
    }
}

header.active {
    box-shadow: rgba(0, 0, 0, 0.08) 0.104167vw 0.208333vw 0.729167vw;
    transition: 0.3s ease-in-out;
    background-color: rgb(2, 21, 67);
}

header .lower {
    margin: 0.208333vw 0px 0px;
}

header .lower .nav-links {
    margin-right: 1.04167vw;
    display: inline-block;
    position: relative;
}

@media (max-device-width: 992px) {
    header .lower .nav-links {
        display: none;
        position: fixed;
        top: 0;
        align-items: center;
        left: 0px;
        background-color: rgb(0, 0, 0);
        width: 100%;
        height: 100vh;
        z-index: 2;
        padding: 14.997vh 0px 0px;
    }
}

header .lower .nav-links li {
    display: inline-block;
    list-style-type: none;
    padding: 0px 7px;
    margin: 0px 0.520833vw;
    height: auto;
    text-transform: uppercase;
    cursor: pointer;
}

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

header .lower .nav-links li a {
    display: inline-block;
    position: relative;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 13px;
    line-height: normal;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

@media (max-device-width: 992px) {
    header .lower .nav-links li a {
        margin-top: 1.24888vh;
        font-size: 14px;
        color: rgb(255, 255, 255);
        line-height: 4.49775vh !important;
    }
}

header .lower .nav-links li a::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0.0520833vw;
    background: rgb(46, 46, 46);
    left: 50%;
    bottom: -0.260417vw;
    transition: 0.3s linear;
}

header .lower .nav-links li a.active::after {
    width: 100%;
    left: 0px;
}

.theme-btn {
    cursor: pointer;
    color: rgb(255, 255, 255);
    padding: 0.78125vw 1.5625vw;
    font-size: 0.833333vw;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    display: flex;
    align-items: center;
    width: fit-content;
    border-radius: 0.833333vw;
    background: rgb(0, 0, 0);
    text-align: center;
    text-transform: uppercase;
}

@media (max-device-width: 640px) {
    .theme-btn {
        font-size: 1.7991vh;
        padding: 1.49925vh 0.78125vw;
        border-radius: 1.04948vh;
    }
}

.img-desc {
    z-index: 3;
    position: absolute;
    left: 0.15625vw;
    bottom: 0.520833vw;
    font-size: 0.520833vw;
    line-height: 0.833333vw;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0.64);
    padding: 0.0520833vw 0.15625vw;
    border-radius: 1.5625vw;
}

@media (max-device-width: 1024px) {
    .img-desc {
        left: 0px;
        bottom: 0.29985vh;
        font-size: 0.74963vh;
        line-height: 0.89955vh;
    }
}

.img-desc-right {
    left: unset;
    right: 0.15625vw;
}

.tc {
    z-index: 4;
    position: absolute;
    right: 0.15625vw;
    bottom: 0.520833vw;
    font-size: 0.520833vw;
    line-height: 0.833333vw;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0.64);
    padding: 0.0520833vw 0.15625vw;
    border-radius: 1.5625vw;
}

@media (max-device-width: 1024px) {
    .tc {
        right: 0px;
        bottom: 0px;
        font-size: 1.04948vh;
        line-height: 1.7991vh;
        padding: 0px 0.74963vh;
    }
}

.callwrap {
    padding: 0.78125vw 1.04167vw;
    position: fixed;
    right: -9.6%;
    top: 60%;
    box-shadow: rgba(0, 0, 0, 0.6) 0.0520833vw 0px 0.208333vw;
    width: 12.5vw;
    display: table;
    transition: 1s linear;
    z-index: 13;
    margin-top: 0.260417vw;
    cursor: pointer;
    background-color: rgb(0, 0, 0);
    border-radius: 2.60417vw;
    opacity: 1;
}

.callwrap.active {
    right: -1.30208vw;
    transition: 1s linear;
    border: 0.0520833vw solid rgb(255, 255, 255);
}

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

.callmeon p.callnumber a {
    text-align: center;
    color: rgb(255, 255, 255);
    margin-bottom: 0px !important;
}

.callmeon p {
    font-size: 0.9375vw;
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin-left: 0.520833vw;
}

.callme img {
    vertical-align: middle;
    width: 1.30208vw;
}

.art-imp,
.img-desc {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
    padding: 0.104167vw;
    font-size: 0.416667vw;
    line-height: 0.520833vw;
    display: inline-block;
    z-index: 7;
}

@media (max-device-width: 1024px) {

    .art-imp,
    .img-desc {
        font-size: 1.04948vh;
        line-height: 1.7991vh;
        padding: 0px 0.74963vh;
    }
}

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

.headerbtn {
    position: fixed;
    top: 45%;
    right: -3%;
    transform: translateY(-50%) rotate(90deg);
    z-index: 12;
}

.newbanner {
    background-image: url("../images/bannerbg.webp");
    background-size: 100% 100%;
    height: auto;
    padding-top: 6.25vw;
}

@media (max-device-width: 992px) {
    .newbanner {
        padding-top: 5.997vh;
    }
}

.newbanner .bnrtxtflex {
    display: flex;
    align-items: flex-start;
    gap: 2.60417vw;
    margin-top: 1.5625vw;
}

@media (max-device-width: 992px) {
    .newbanner .bnrtxtflex {
        gap: 0px;
        justify-content: center;
        padding-left: 5.997vh;
        margin-top: 0px;
    }
}

.newbanner .bnrtxtflex .flash {
    width: 23.3333vw;
}

@media (max-device-width: 992px) {
    .newbanner .bnrtxtflex .flash {
        width: 29.985vh;
    }
}

.newbanner .bnrtxtflex .gudi {
    width: 14.0625vw;
    margin-top: -1.04167vw;
}

@media (max-device-width: 992px) {
    .newbanner .bnrtxtflex .gudi {
        width: 26.9865vh;
        margin-left: -5.997vh;
        margin-top: 2.24888vh;
    }
}

.newbanner .guditxt {
    width: 41.6667vw;
    margin-top: 4.16667vw;
}

@media (max-device-width: 992px) {
    .newbanner .guditxt {
        width: 100%;
        margin-top: 5.997vh;
    }
}

.newbanner .bnrbuild {
    width: 45.3125vw;
}

.newbanner .bnrbuild-mob {
    margin: auto;
    width: 100%;
}

.newbanner .bnrbtm {
    background-color: rgb(255, 228, 69);
    padding-top: 6.25vw;
    padding-bottom: 1.04167vw;
}

@media (max-device-width: 992px) {
    .newbanner .bnrbtm {
        padding-top: 4.49775vh;
        padding-bottom: 2.9985vh;
    }
}

.newbanner .bnrbtm .btmflex {
    width: fit-content;
    font-family: Mulish, sans-serif;
    border-radius: 1.5625vw 0px;
    position: absolute;
    top: -5.3125vw;
    left: 6.25vw;
    overflow: hidden;
    text-align: center;
}

@media (max-device-width: 992px) {
    .newbanner .bnrbtm .btmflex {
        width: 86%;
        left: 50%;
        transform: translateX(-50%);
        top: -5.24738vh;
        border-radius: 2.9985vh 0px;
    }
}

@media (max-device-width: 640px) {
    .newbanner .bnrbtm .btmflex {
        width: 92%;
    }
}

.newbanner .bnrbtm .btmflex .bhkdiv {
    background-color: rgb(255, 255, 255);
    padding: 0.520833vw 1.04167vw;
}

.newbanner .bnrbtm .btmflex .bhkdiv .bhk {
    font-weight: 700;
    font-size: 3.125vw;
    line-height: 4.16667vw;
    color: rgb(2, 63, 180);
}

@media (max-device-width: 992px) {
    .newbanner .bnrbtm .btmflex .bhkdiv .bhk {
        font-size: 20px;
        line-height: 30px;
    }
}

.newbanner .bnrbtm .btmflex .bhkdiv .bhk span {
    font-weight: 500;
    color: rgb(0, 0, 0);
}

.newbanner .bnrbtm .btmflex .pricediv {
    background-color: rgb(2, 63, 180);
    padding: 0.520833vw 1.04167vw;
}

.newbanner .bnrbtm .btmflex .pricediv .price {
    font-weight: 500;
    font-size: 2.06198vw;
    line-height: 2.60417vw;
    color: rgb(255, 255, 255);
}

@media (max-device-width: 992px) {
    .newbanner .bnrbtm .btmflex .pricediv .price {
        font-size: 20.38px;
        line-height: 30px;
    }
}

.newbanner .bnrbtm .btmflex .pricediv .price span {
    font-weight: 700;
    font-size: 3.43698vw;
    line-height: 4.16667vw;
}

@media (max-device-width: 992px) {
    .newbanner .bnrbtm .btmflex .pricediv .price span {
        font-size: 28.02px;
        line-height: 40px;
    }
}

.newbanner .bnrbtm .btmtxt {
    font-family: Mulish, sans-serif;
    font-weight: 500;
    font-size: 1.90312vw;
    line-height: 2.60417vw;
    color: rgb(0, 0, 0);
    text-align: center;
}

@media (max-device-width: 992px) {
    .newbanner .bnrbtm .btmtxt {
        font-size: 2.69865vh;
        line-height: 3.74813vh;
        margin-top: 2.9985vh;
    }
}

.newbanner .bnrbtm .btmtxt span {
    font-weight: 700;
    font-size: 2.47448vw;
    line-height: 3.38542vw;
    color: rgb(1, 63, 180);
}

@media (max-device-width: 992px) {
    .newbanner .bnrbtm .btmtxt span {
        font-size: 3.5982vh;
        line-height: 4.7976vh;
    }
}

.newbanner .bnrbtm .sale {
    width: 21.9792vw;
    position: absolute;
    right: 6.77083vw;
    bottom: 0.729167vw;
}

@media (max-device-width: 992px) {
    .newbanner .bnrbtm .sale {
        width: 14.2429vh;
        right: 4.49775vh;
        bottom: 19.4902vh;
    }
}

.banner {
    height: 100vh;
}

@media only screen and (min-device-width: 992px) and (max-device-width: 1030px) {
    .banner {
        height: 45vh;
    }
}

@media only screen and (max-device-width: 992px) {
    .banner {
        padding-top: 8.9955vh;
        height: 94.003vh;
    }
}

.banner .bnrgrad {
    position: absolute;
    background: linear-gradient(217deg, transparent 57.74%, rgb(0, 0, 0) 96.89%);
    width: 59.2188vw;
    height: 32.8125vw;
    bottom: 0px;
    left: 0px;
}

@media (max-device-width: 992px) {
    .banner .bnrgrad {
        width: 100%;
        height: 79.4603vh;
    }
}

.banner .banner-video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.banner .bnrheading {
    width: 29.2708vw;
}

@media (max-device-width: 992px) {
    .banner .bnrheading {
        width: 32.9835vh;
    }
}

.banner .bnrcontent {
    position: absolute;
    bottom: 4.16667vw;
    left: 0px;
    z-index: 6;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    box-shadow: rgba(0, 0, 0, 0.37) 0px 8px 32px 0px;
    padding: 1.04167vw 1.5625vw 1.04167vw 6.77083vw;
}

@media (max-device-width: 992px) {
    .banner .bnrcontent {
        bottom: 5.997vh;
        padding: 1.49925vh 2.24888vh 1.49925vh 4.49775vh;
    }
}

.banner .bnrcontent .bnrhead {
    color: rgb(255, 255, 255);
    font-size: 3.33333vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.233333vw;
    text-transform: uppercase;
}

@media (max-device-width: 992px) {
    .banner .bnrcontent .bnrhead {
        font-size: 4.7976vh;
        line-height: 5.997vh;
        letter-spacing: 0.22189vh;
    }
}

.banner .bnrcontent .bnrsubhead {
    color: rgb(255, 255, 255);
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.175vw;
    text-transform: uppercase;
}

@media (max-device-width: 992px) {
    .banner .bnrcontent .bnrsubhead {
        font-size: 3.5982vh;
        line-height: 4.7976vh;
        letter-spacing: 0.22189vh;
    }
}

.flexslider {
    display: flex;
    margin-top: 2.60417vw;
    gap: 1.04167vw;
}

@media (max-device-width: 992px) {
    .flexslider {
        margin-top: 4.49775vh;
        gap: 2.9985vh;
        text-align: center;
    }
}

.flexslider .oicon {
    width: 3.125vw;
    margin: 0px auto;
}

@media (max-device-width: 992px) {
    .flexslider .slick-slide {
        padding: 0px 1.49925vh;
    }
}

@media (max-device-width: 992px) {
    .flexslider .slick-slide img {
        width: 7.49625vh;
        margin: 0px auto;
    }
}

.overview {}

@media (max-device-width: 992px) {
    .overview {
        margin-top: 17.991vh;
        padding: 5.997vh 0px 0px;
        height: auto;
    }
}

.overview .sec-title {
    margin-top: -5.20833vw;
    margin-left: -6.25vw;
    margin-bottom: 4.16667vw;
}

@media (max-device-width: 992px) {
    .overview .sec-title {
        margin-left: 0px;
        margin-top: 5.997vh;
        margin-bottom: 2.9985vh;
    }
}

.overview .sec-head {
    margin-bottom: 2.20833vw;
}

.overview .sec-desc {
    width: 63%;
}

.overview .overbuild {
    position: absolute;
    right: 0px;
    bottom: 0.208333vw;
}

@media (max-device-width: 992px) {
    .overview .overbuild {
        position: unset;
        width: 100%;
    }
}

.overview .overbuild img {
    width: 42.0312vw;
}

@media (max-device-width: 992px) {
    .overview .overbuild img {
        width: 100%;
    }
}

.overview .overimg1 {
    width: 9.375vw;
    position: absolute;
    left: 0px;
    bottom: 5.20833vw;
}

@media (max-device-width: 992px) {
    .overview .overimg1 {
        width: 21.1394vh;
        position: unset;
        margin-top: -17.991vh;
    }
}

.overview .overcol {
    padding-left: 7.8125vw;
}

@media (max-device-width: 992px) {
    .overview .overcol {
        position: unset;
        padding-left: 0px;
    }
}

.overview .otxt {
    color: rgb(0, 0, 0);
    font-size: 0.833333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.35417vw;
    margin-top: 0.78125vw;
}

@media (max-device-width: 992px) {
    .overview .otxt {
        font-size: 2.3988vh;
        line-height: 3.89805vh;
        margin-top: 2.24888vh;
        text-align: center;
    }
}

.air {
    position: relative;
    padding-top: 6.25vw;
}

.air .lineanim {
    top: 6.25vw;
    right: -6.25vw;
    left: unset;
}

@media (max-device-width: 992px) {
    .air .lineanim {
        top: 6.74663vh;
        right: 0px;
    }
}

.air .lineanim2 {
    top: 18.2292vw;
    right: -6.25vw;
}

@media (max-device-width: 992px) {
    .air .lineanim2 {
        top: 20.9895vh;
        right: 0px;
    }
}

.air .sec-head {
    margin-top: 8.33333vw;
    margin-bottom: 2.60417vw;
}

.air .flexslider {
    gap: 3.125vw;
    margin-top: 3.125vw;
}

@media (max-device-width: 992px) {
    .air .flexslider {
        gap: 4.49775vh;
        margin-top: 4.49775vh;
    }
}

.air .airbg {
    position: absolute;
    top: -10.4167vw;
    left: 50%;
    transform: translateX(-50%);
    width: 65.625vw;
    height: auto;
    mix-blend-mode: luminosity;
}

.air .sec-title {
    margin-bottom: 4.16667vw;
}

@media (max-device-width: 992px) {
    .air .sec-title {
        margin-bottom: 1.49925vh;
    }
}

.air .airc {
    width: 38.6979vw;
}

@media (max-device-width: 992px) {
    .air .airc {
        width: 100%;
    }
}

@media (max-device-width: 992px) {
    .air .aircmtb {
        margin-top: 7.49625vh;
        margin-bottom: 4.49775vh;
    }
}

.location .locrow1 .sec-title {
    margin-bottom: 2.08333vw;
}

.location .locrow1 .sec-desc {
    width: fit-content;
    margin: 3.125vw 0px auto auto;
}

.location .locrow2 {
    border-bottom: 0.0520833vw solid rgb(0, 0, 0);
    border-top: 0.0520833vw solid rgb(0, 0, 0);
    padding: 2.60417vw 5.72917vw 2.60417vw 0px;
    display: flex;
    align-items: center;
}

@media (max-device-width: 992px) {
    .location .locrow2 {
        display: block;
        padding: 2.9985vh 2.24888vh;
        border-top: none;
    }
}

@media (max-device-width: 992px) {
    .location .locrow2 .arrow-flex {
        justify-content: space-between;
        width: 110%;
        top: 30%;
        position: absolute;
        left: -2.24888vh;
    }
}

.location .locrow2 .brbg {
    width: 0.0520833vw;
    top: 0px;
    background-color: rgb(0, 0, 0);
    height: 100%;
    position: absolute;
    right: 41.6667vw;
}

.location .locrow2 .loctitle {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

@media (max-device-width: 992px) {
    .location .locrow2 .loctitle {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 20px;
        text-align: center;
    }
}

.location .locrow2 .locpt {
    color: rgb(0, 0, 0);
    font-size: 1.04167vw;
    font-style: normal;
    padding-left: 0px;
    font-weight: 500;
    line-height: 1.35417vw;
    list-style: none;
    margin-top: 1.64583vw;
}

@media (max-device-width: 992px) {
    .location .locrow2 .locpt {
        font-size: 2.09895vh;
        line-height: 3.89805vh;
        padding-left: 0px;
    }
}

.location .locrow2 .locpt li {
    margin: 10px 0px;
    font-size: 14px;
    padding: 0px 0px 10px;
    display: flex;
    justify-content: space-between;
    border-bottom: 0.104167vw solid rgba(0, 0, 0, 0.1);
}

@media (max-device-width: 992px) {
    .location .locrow2 .locicon-slider {
        margin-top: 4.49775vh;
    }
}

.location .locrow2 .lociconslide {
    margin: 1.04167vw 0px;
}

.location .locrow2 .lociconslide svg {
    cursor: pointer;
    width: 2.86458vw;
    height: 2.86458vw;
    margin: auto auto auto 1.5625vw;
    display: block;
}

@media (max-device-width: 992px) {
    .location .locrow2 .lociconslide svg {
        width: 8.24588vh;
        height: 8.24588vh;
        margin: auto;
        animation: 1.2s ease 0s 1 normal none running a;
        transform-style: preserve-3d;
        transition: transform 0.8s;
    }
}

@keyframes a {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(180deg);
    }
}

.location .locrow2 .lociconslide svg .svgbg {
    fill: rgb(218, 218, 218);
}

@media (max-device-width: 992px) {
    .location .locrow2 .lociconslide.slick-current svg {
        animation: 1.2s ease 0s 1 normal none running b;
        transform-style: preserve-3d;
        transition: transform 0.8s;
    }
}

@keyframes b {
    0% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}

.location .locrow2 .lociconslide.slick-current svg .svgbg {
    fill: rgb(191, 140, 77);
}

.iti__country-list {
    z-index: 11;
}

.iti-mobile {
    z-index: 10;
}

.arrow-flex {
    display: flex;
    justify-content: center;
    gap: 1.04167vw;
    position: relative;
    z-index: 6;
}

.arrow-flex img {
    cursor: pointer;
    width: 2.91667vw;
    height: 2.91667vw;
}

@media (max-device-width: 992px) {
    .arrow-flex img {
        width: 5.997vh;
        height: 5.997vh;
    }
}

.pagingInfo {
    margin: 2.60417vw 0px 0.520833vw;
}

@media (max-device-width: 992px) {
    .pagingInfo {
        text-align: center;
        margin: 3.74813vh 0px 0.74963vh;
    }
}

.pagingInfo .current {
    font-size: 2.1875vw;
    font-weight: 600;
    color: rgb(211, 140, 140);
}

@media (max-device-width: 992px) {
    .pagingInfo .current {
        font-size: 2.9985vh;
        line-height: 4.7976vh;
    }
}

.pagingInfo .divider {
    margin: 0px 0.260417vw;
    font-size: 1.25vw;
    color: rgb(211, 140, 140);
}

@media (max-device-width: 992px) {
    .pagingInfo .divider {
        font-size: 1.7991vh;
        line-height: 4.7976vh;
    }
}

.pagingInfo .total {
    font-size: 1.04167vw;
    font-weight: 400;
    color: rgb(211, 140, 140);
}

@media (max-device-width: 992px) {
    .pagingInfo .total {
        font-size: 1.7991vh;
        line-height: 4.7976vh;
    }
}

.amenities .pagingInfo {
    display: none;
}

@media (max-device-width: 992px) {
    .amenities .pagingInfo {
        display: block;
    }
}

.amenities .arrow-flex {
    justify-content: end;
}

@media (max-device-width: 992px) {
    .amenities .arrow-flex {
        justify-content: space-between;
        width: 100%;
        position: absolute;
        bottom: -10.4947vh;
    }
}

.amenities .amebg {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 73.9583vw;
}

.amenities .ame-slider .slick-slide {
    padding: 0px 0.520833vw;
}

.amenities .ame-slider .slick-slide img {
    width: 31.25vw;
    object-fit: cover;
    height: 400px;
}

@media (max-device-width: 992px) {
    .amenities .ame-slider .slick-slide img {
        width: 100%;
    }
}

@media (max-device-width: 992px) {
    .amenities .ame-slider .slick-slide .flexmob {
        display: flex;
        flex-direction: column;
    }
}

.amenities .ame-slider .slick-slide .flexmob .img-desc {
    bottom: unset;
    top: 0px;
}

@media (max-device-width: 992px) {
    .amenities .ame-slider .slick-slide .flexmob .img-desc {
        bottom: 0px;
        top: unset;
    }
}

.amenities .ame-slider .slick-slide .ametxt {
    color: rgb(0, 0, 0);
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 20px;
}

@media (max-device-width: 992px) {
    .amenities .ame-slider .slick-slide .ametxt {
        text-align: center;
        font-size: 2.69865vh;
        margin-bottom: 2.9985vh;
    }
}

.amenities .ame-slider .slick-slide .ametxt span {
    color: rgb(172, 119, 119);
    font-size: 1.25vw;
    line-height: 1.66667vw;
    margin-right: 0.520833vw;
}

@media (max-device-width: 992px) {
    .amenities .ame-slider .slick-slide .ametxt span {
        display: none;
    }
}

.amenities .pdlt {
    padding-left: 5.72917vw;
    margin-top: 3.125vw;
}

@media (max-device-width: 992px) {
    .amenities .pdlt {
        padding: 0px 1.49925vh;
        margin-top: 2.9985vh;
    }
}

.amenities .amerow {
    display: flex;
    align-items: flex-end;
}

@media (max-device-width: 992px) {
    .amenities .amerow {
        display: block;
    }
}

@media (max-device-width: 992px) {
    .amenities .amerow .sec-title {
        justify-content: center;
    }
}

.specifications {
    border-top: 0.0520833vw solid rgb(0, 0, 0);
    border-bottom: 0.0520833vw solid rgb(0, 0, 0);
    padding-top: 10.4167vw;
    margin-bottom: 5.20833vw;
}

@media (max-device-width: 992px) {
    .specifications {
        border-bottom: 0.14993vh solid rgb(0, 0, 0);
    }
}

.specifications::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(196, 196, 196, 0), rgba(166, 166, 166, 0.8) 21.5%, rgb(143, 143, 143) 48.65%, rgba(117, 117, 117, 0.8) 79.51%, rgba(94, 94, 94, 0));
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    mix-blend-mode: screen;
}

@media (max-device-width: 992px) {
    .specifications::before {
        background: rgb(242, 242, 242);
        height: 59.97vh;
    }
}

.specifications .spec-video {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

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

@media (max-device-width: 992px) {
    .specifications .specrow {
        flex-direction: column-reverse;
    }
}

.specifications .specrow .sec-title {
    margin-bottom: 2.60417vw;
}

@media (max-device-width: 992px) {
    .specifications .specrow .sec-title {
        margin-top: 7.49625vh;
    }
}

.specifications .specrow .arrow-flex {
    position: absolute;
    bottom: 2.9985vh;
    left: 0px;
    right: 0px;
    justify-content: space-between;
}

@media (max-device-width: 992px) {
    .specifications .specrow .arrow-flex {
        width: 110%;
        left: -5%;
    }
}

.specifications .spectxt {
    color: rgb(0, 0, 0);
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

@media (max-device-width: 992px) {
    .specifications .spectxt {
        font-size: 18px;
        width: 85%;
        text-align: center;
        margin: auto;
        display: block;
    }
}

@media (max-device-width: 992px) {
    .specifications .specimg-slider {
        margin-top: 7.49625vh;
    }
}

.specifications .specimg-slider img {
    width: 34.1667vw;
}

@media (max-device-width: 992px) {
    .specifications .specimg-slider img {
        width: 100%;
    }
}

.specifications .progress-wrapper {
    width: 100%;
}

.specifications .progress {
    height: 0.104167vw;
    position: relative;
    background-color: rgba(255, 255, 255, 0.56);
}

.specifications .progressFiller {
    height: 0.3125vw;
    width: 100%;
    background-color: rgba(201, 151, 151, 0.59);
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    transition: width 0.4s ease-in-out;
    border-radius: 0.3125vw;
}

.specifications .slick-dots {
    text-align: left;
    padding-inline-start: 0px;
    margin-block: 0px;
    width: fit-content;
}

.specifications .slick-dots::before {
    content: "";
    display: block;
    width: 100%;
    height: 0.208333vw;
    background-color: rgba(199, 199, 199, 0.3);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}

.specifications .slick-dots li {
    width: 2.08333vw;
    height: 0.520833vw;
    margin: 0px;
}

.specifications .slick-dots li button {
    display: none;
}

.specifications .slick-dots li.slick-active {
    height: 0.520833vw;
    background-color: rgba(201, 151, 151, 0.59);
}

@media (max-device-width: 992px) {
    #floorplan-container {
        padding-top: 5.997vh;
    }
}

#floorplan-container .bro-btn {
    position: absolute;
    bottom: 13.0208vw;
    left: 50%;
    transform: translateX(-50%);
}

#floorplan-container .sec-title {
    position: absolute;
    top: 5.20833vw;
    left: 6.25vw;
}

.scrolling .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: 100% 100%;
}

.scrolling .content--sticky {
    width: 100vw;
    position: sticky;
    --offset: 0px;
    top: var(--offset);
    height: calc(100vh - var(--offset));
}

@media (max-device-width: 992px) {
    .scrolling .content--sticky {
        top: 0px;
        height: auto;
        position: unset;
    }
}

.scrolling .content--sticky .ss-video {
    width: 100%;
    height: 100vh;
    object-fit: fill;
}

@media (max-device-width: 992px) {
    .scrolling .content--sticky .ss-video {
        height: 38vh;
    }
}

.scrolling .sscontent {
    margin-top: 5.20833vw;
}

@media (max-device-width: 992px) {
    .scrolling .sscontent {
        margin-top: 53.973vh;
        padding: 0px 2.9985vh 7.49625vh;
    }
}

.scrolling .sscontent .sec-title {
    width: fit-content;
    margin: auto auto 2.60417vw;
}

.scrolling .sscontent .sec-title::before {
    background-color: rgb(255, 255, 255);
}

@media (max-device-width: 992px) {
    .scrolling .bg-1 {
        background-image: url("../images/ss1-mob.webp") !important;
    }
}

.scrolling .bg-1 .ss1mob {
    position: absolute;
}

.scrolling .ssgrid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.78125vw;
    justify-content: center;
    border-top: 0.104167vw solid rgb(255, 255, 255);
    padding: 1.5625vw 5.20833vw 0px;
    margin-top: 1.5625vw;
}

@media (max-device-width: 992px) {
    .scrolling .ssgrid {
        flex-direction: column;
        margin-top: 4.49775vh;
        padding-top: 4.49775vh;
    }
}

.scrolling .ssgrid .ssgrid__item {
    border-right: 0.104167vw solid rgba(255, 255, 255, 0.6);
    padding: 0px 1.5625vw 0px 1.04167vw;
}

@media (max-device-width: 992px) {
    .scrolling .ssgrid .ssgrid__item {
        border-right: none;
    }
}

.scrolling .ssgrid .ssgrid__item:last-child {
    border-right: none;
}

@media (max-device-width: 992px) {
    .scrolling .ssgrid .ssgrid__item .sstxt {
        position: relative;
        margin-bottom: 2.9985vh;
    }
}

@media (max-device-width: 992px) {
    .scrolling .ssgrid .ssgrid__item .sstxt::after {
        content: "";
        position: absolute;
        bottom: -1.7991vh;
        left: 50%;
        transform: translateX(-50%);
        width: 40%;
        height: 0.29985vh;
        background: rgb(255, 255, 255);
        opacity: 0.5;
    }
}

.about {
    padding-bottom: 6.4375vw;
}

@media (max-device-width: 992px) {
    .about {
        padding-top: 14.9925vh;
        padding-bottom: 22.4888vh;
    }
}

.about .abtlogos {
    width: 26.7188vw;
    margin: 2.60417vw auto;
    height: auto;
}

.about .abtlogosmob {
    margin: 7.49625vh auto;
}

.about .abtbg {
    position: absolute;
    bottom: 0px;
}

.about .sec-title {
    margin: auto auto 2.60417vw;
    width: fit-content;
}

.about .abtflex {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 2.60417vw;
}

@media (max-device-width: 992px) {
    .about .abtflex {
        flex-direction: column;
        position: relative;
        z-index: 6;
    }
}

.about .abtflex .abtbox {
    border-right: 0.104167vw solid rgb(215 215 215);
    padding: 0px 2.60417vw;
}

@media (max-device-width: 992px) {
    .about .abtflex .abtbox {
        border-bottom: 0.29985vh solid rgb(243, 178, 99);
        border-right: none;
        width: fit-content;
        margin: auto auto 1.49925vh;
        padding-bottom: 20px;
    }
}

@media (max-device-width: 992px) {
    .about .abtflex .abtbox.brnone {
        border-right: none;
    }
}

.about .abtflex .abtbox .abticon {
    width: 3.85417vw;
    margin: auto auto 1.04167vw;
    display: block;
}

@media (max-device-width: 992px) {
    .about .abtflex .abtbox .abticon {
        width: 5.69715vh;
        margin-bottom: 1.49925vh;
    }
}

.about .abtflex .abtbox .abttext {
    font-size: 27px;
    margin-bottom: 4px;
    color: rgb(0, 0, 0);
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

@media (max-device-width: 992px) {
    .about .abtflex .abtbox .abttext {
        font-size: 2.9985vh;
        letter-spacing: 0px;
        text-align: center;
        padding-bottom: 0vh;
        margin-bottom: 0vh;
        line-height: 4.49775vh;
        text-transform: capitalize;
    }
}

.about .abtflex .abtbox .abtdesc {
    font-weight: 600;
    margin-top: 2px;
    font-size: 13px;
    line-height: 1.66667vw;
    letter-spacing: 0.2px;
}

@media (max-device-width: 992px) {
    .about .abtflex .abtbox .abtdesc {
        font-size: 1.7991vh;
        line-height: 2.3988vh;
        letter-spacing: -0.05397vh;
        text-align: center;
    }
}

.mob-footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    background-color: rgb(255, 255, 255);
    font-size: 0.729167vw;
    font-weight: 600;
    z-index: 12;
    border-top: 0.0520833vw solid rgb(204, 204, 204);
    height: 2.08333vw;
}

@media (max-device-width: 992px) {
    .mob-footer {
        font-size: 2.09895vh;
        height: auto;
    }
}

.mob-footer .ftrrow {
    display: flex;
    border-top: 0.0520833vw solid rgb(173, 114, 42);
}

.mob-footer .ftrrow .mob-call-btn {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: rgb(0, 0, 0);
    font-family: Mulish, sans-serif;
}

.mob-footer a {
    display: block;
    line-height: 1.5625vw;
}

@media (max-device-width: 992px) {
    .mob-footer a {
        line-height: 2.9985vh;
    }
}

.mob-footer a.mob-enq-btn {
    background-color: rgb(173, 114, 42);
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.729167vw;
    padding: 0.260417vw 0px;
}

@media (max-device-width: 992px) {
    .mob-footer a.mob-enq-btn {
        font-size: 2.09895vh;
        padding: 0.74963vh 0px;
    }
}

.text-white,
footer {
    color: rgb(255, 255, 255);
    font-size: 15px;
}

footer {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(247, 194, 128, 0.28);
    background-color: rgb(2, 21, 67);
    padding: 17px 0px 20px;
}

@media (max-device-width: 992px) {
    footer {
        padding-bottom: 5.997vh;
        padding-top: 2.24888vh;
    }
}

footer a {
    color: rgb(255, 255, 255);
}

footer .upper {
    background-color: rgb(0, 0, 0);
    padding: 0.520833vw 0px;
}

footer .lower {
    background: rgb(0, 0, 0);
    padding: 0.520833vw 0px;
    font-size: 0.625vw;
}

@media (max-device-width: 992px) {
    footer .lower {
        font-size: 1.7991vh;
        padding-bottom: 8.24588vh;
    }
}

footer .marketed {
    text-align: right;
    font-size: 15px;
}

@media (max-device-width: 992px) {
    footer .marketed {
        text-align: center;
    }
}

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

@media (max-device-width: 992px) {
    footer .row {
        flex-direction: column;
    }
}

.privacy_cont {
    color: rgb(0, 0, 0);
    padding: 0.520833vw 0px;
    margin: 0px;
}

@media (max-device-width: 992px) {
    .privacy_cont {
        font-size: 2.09895vh;
        line-height: 3.5982vh;
    }
}

.privacypolicy {
    min-height: 100vh;
}

.privacypolicy h2 {
    font-size: 2.86458vw;
    line-height: 3.38542vw;
    color: rgb(0, 0, 0);
    padding: 0.520833vw 0px;
    margin: 0px;
}

.privacypolicy h3 {
    line-height: 1.5625vw;
    color: rgb(0, 0, 0);
    padding: 0.520833vw 0px;
    margin: 0.520833vw 0px 0px;
}

.iti-mobile .intl-tel-input.iti-container {
    z-index: 15;
}

.navwrap {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    left: 0px;
    z-index: 5;
    display: flex;
    flex-direction: column;
}

@media (max-width: 992px) {
    .navwrap {
        margin-top: 15px;
    }
}

.navwrap .navitem {
    color: rgb(255, 255, 255);
    font-size: 1.14583vw;
    line-height: 1.66667vw;
    font-weight: 500;
    text-transform: uppercase;
    background: linear-gradient(90deg, rgb(35, 31, 88), rgb(252, 195, 82));
    padding: 0.78125vw 1.5625vw;
    margin: 0.104167vw 0px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.navwrap .navitem:active,
.navwrap .navitem:hover {
    background: linear-gradient(90deg, rgb(252, 195, 82), rgb(35, 31, 88));
}

@media (max-width: 992px) {
    .navwrap .navitem {
        padding: 8px 15px;
        margin: 2px 0px;
        font-size: 14px;
        line-height: 20px;
    }
}

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

    .col-md-2 {
        width: 16.6667%;
    }

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

    .col-md-4 {
        width: 33.3333%;
    }

    .col-md-5 {
        width: 41.6667%;
    }

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

    .col-md-7 {
        width: 58.3333%;
    }

    .col-md-8 {
        width: 66.6667%;
    }

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

    .col-md-10 {
        width: 83.3333%;
    }

    .col-md-11 {
        width: 91.6667%;
    }

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

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

    .hidden-md {
        display: none !important;
    }

    .visible-md {
        display: block !important;
    }

    .text-center-md {
        text-align: center;
    }
}

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

    .col-sm-11 {
        width: 91.6667%;
    }

    .col-sm-10 {
        width: 83.3333%;
    }

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

    .col-sm-8 {
        width: 66.6667%;
    }

    .col-sm-7 {
        width: 58.3333%;
    }

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

    .col-sm-5 {
        width: 41.6667%;
    }

    .col-sm-4 {
        width: 33.3333%;
    }

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

    .col-sm-2 {
        width: 16.6667%;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .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;
    }

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

    .visible-sm {
        display: block !important;
    }

    .hidden-sm {
        display: none !important;
    }

    .menu-icon-mobile {
        width: 4.7976vh;
        padding: 0.5997vh;
        border-radius: 0px;
        margin: 0px;
        position: absolute;
        top: 20px;
        right: 0px;
        height: 4.7976vh;
        z-index: 3;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        transition: 0.3s ease-in-out;
    }

    .menu-icon-mobile>span {
        display: block;
        height: 0.44978vh;
        width: 95%;
        margin-bottom: 0px;
        background-color: rgb(255, 255, 255);
        float: right;
        border-radius: 0.89955vh;
    }

    .bar1,
    .bar2,
    .bar3 {
        transition: 0.4s;
    }

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

    .change .bar2 {
        opacity: 0;
    }

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

    .enq {
        border-left: 0.14993vh solid rgb(255, 255, 255);
    }
}

@media only screen and (max-width: 700px) {
    .text-center-xs {
        text-align: center;
    }

    .visible-xs {
        display: block !important;
    }

    .hidden-xs {
        display: none !important;
    }

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

    .col-xs-11 {
        width: 91.6667%;
    }

    .col-xs-10 {
        width: 83.3333%;
    }

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

    .col-xs-8 {
        width: 66.6667%;
    }

    .col-xs-7 {
        width: 58.3333%;
    }

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

    .col-xs-5 {
        width: 41.6667%;
    }

    .col-xs-4 {
        width: 33.3333%;
    }

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

    .col-xs-2 {
        width: 16.6667%;
    }

    .col-xs-1 {
        width: 8.33333%;
    }

    .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;
    }
}

.new-btn {
    margin-top: 20px;
    gap: 5px;
    background: linear-gradient(90deg, rgb(246, 210, 154), rgb(184, 144, 86), rgb(170, 117, 51));
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 4px 4px 4px;
    color: rgb(255, 255, 255);
    display: flex;
    transition: 0.8s;
    font-family: Mulish, sans-serif;
    padding: 14px 40px !important;
    border: none !important;
}

.footer-top {
    /* display: flex; */
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.footer-col {
    flex: 1 1 0%;
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 30px;
    min-width: 200px;
}

.footer-col.center {}

.footer-col div {
    letter-spacing: 0.5px;
    line-height: 28px;
    font-size: 13px !important;
}

.footer-col strong {
    text-transform: uppercase;
    font-weight: 600;
}

.footer-col.right {
    text-align: center;
}

.footer-col span {
    font-size: 14px;
    color: rgb(68, 68, 68);
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.social-icons i {
    color: black;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
    font-size: 14px;
}

.footer-links a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    margin: 0px 5px;
}

.footer-links a:hover {
    text-decoration: underline;
}

@media (max-width: 900px) {

    .footer-col.center,
    .footer-col.right {
        text-align: left;
    }
}

@media (max-width: 600px) {
    .footer-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 25px;
        text-align: center;
    }

    .social-icons {
        margin-top: 10px;
    }
}

.qodef-main-contact span input {
    margin: 0px 0px 14px;
    font-family: Mulish, sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 32px;
    padding: 9px 24px;
    color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(199, 199, 199);
    border-radius: 4px;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
    background-color: rgb(255, 255, 255);
    border-color: rgb(247, 247, 247);
    color: rgb(255, 255, 255);
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(225, 225, 225);
    box-sizing: border-box;
    cursor: pointer;
    font-family: Mulish, sans-serif;
    font-size: 15px;
    font-weight: inherit;
    line-height: 40px;
    margin: 0px 0px 26px;
    outline: 0px;
    padding: 9px 24px;
    transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}

textarea {
    height: 130px;
}

.thoughtful-bg {
    background-image: linear-gradient(rgb(0 0 0 / 91%), rgb(0 0 0 / 90%)), url(../images/7.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    padding: 50px 0px;
}

.spec-row {
    margin: 30px 0px;
}

.spec-icon img {
    width: 55px;
    height: auto;
}

.spec-content h3 {
    font-size: 20px;
    color: rgb(233, 233, 233);
    font-weight: 600;
    margin-bottom: 10px;
}

.spec-content ul {
    margin: 0px;
    list-style-type: none;
    padding-left: 0px;
}

.spec-content ul li {
    margin-bottom: 6px;
    color: rgb(219, 219, 219);
    font-size: 15px;
}

.dotted {
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px dotted rgb(54, 54, 54);
    margin: 20px 0px;
}

@media (max-width: 576px) {
    .spec-icon img {
        width: 45px;
    }

    .spec-content h3 {
        font-size: 18px;
    }
}

.section-title {
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 40px;
}

.company {
    padding: 60px 0px;
}

.company img {
    margin-bottom: 30px;
}

.company .sec-desc {
    padding: 0px 100px;
}

.custom-select {
    position: relative;
    width: 100%;
}

.popup-box {
    padding: 20px;
    width: 400px;
    background: black !important;
    margin-bottom: 10px;

}

.popup-box select {
    background-color: #000;
    border: 1px solid #484848 !important;
}

.popup-box input::placeholder {
    color: white;
}

.popup-box input {
    margin-bottom: 17px;
    line-height: 20px;
    border-radius: 0;
    border: 1px solid #252525 !important;
    background: black !important;
    line-height: 25px;
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.select-selected {
    height: 48px;
    padding: 12px 14px;
    border: 1px solid #444;
    border-radius: 8px;
    cursor: pointer;
    color: #aaa;
    background: transparent;
}

.select-items {
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    background: #000;
    border: 1px solid #444;
    border-radius: 8px;
    max-height: 160px;
    /* SCROLL HEIGHT */
    overflow-y: auto;
    /* ENABLE SCROLL */
    display: none;
    z-index: 999;
}

.select-items div {
    padding: 5px 14px;
    font-size: 14px;
    cursor: pointer;
    color: #aaa;
}

.select-items div:hover {
    background: #222;
}

@media(max-width:576px) {
    .select-items {
        position: absolute;
        top: 80% !important;
        left: 0;
        right: 0;
        background: #000;
        border: 1px solid #444;
        border-radius: 8px;
        max-height: 92px !important;
    }

    .select-items div {
        padding: 3px 14px;
        font-size: 14px;
    }






}

#floatingButtons.floating-buttons {
    position: fixed !important;
    right: -117px !important;
    top: 50% !important;
    transform: translateY(-50%) rotate(-90deg) !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 8px !important;
    z-index: 24 !important;
    pointer-events: auto !important;
}

/* ROTATING GRADIENT BACKGROUND */
#floatingButtons .btn {
    background: linear-gradient(45deg, #f7cd92, #e2a864);
    background-size: 200% 200%;
    animation: rotateGradient 4s linear infinite;
    text-transform: uppercase;
    color: #000000;
    font-size: 12px;
    letter-spacing: 0.2px;
    /* line-height: 27px; */
    padding: 8px 18px;
    border-radius: 0px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
    transition: transform .18s ease;
}

/* hover */
#floatingButtons .btn:hover {
    transform: translateX(-6px);
}


/* GRADIENT ROTATION KEYFRAMES */
@keyframes rotateGradient {
    0% {
        background-position: 0% 50%;
    }

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

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

/* MOBILE VIEW */
@media (max-width: 768px) {
    #floatingButtons.floating-buttons {
        top: auto !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        transform: none !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        padding: 0px !important;
        background: #fff !important;
        border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
        gap: 3px !important;
    }

    .chat-icon {
        position: fixed;
        right: 10px !important;
        bottom: 40px;
        /* z-index: 99999; */
    }

    #floatingButtons .btn {
        flex: 1;

    }
}





.contact-list {
    position: fixed;
    bottom: 50px;
    right: 0px;
    display: flex;
    border-radius: 25px 0px 0px 25px;
    flex-direction: column;
    z-index: 98;
}

.contact-list a i {
    color: rgb(255 255 255);
    mix-blend-mode: difference !important;
}

.contact-list a {
    background: rgb(0 0 0 / 21%);
    backdrop-filter: blur(10px);
    margin-bottom: 10px;
    border-radius: 25px 0px 0px 25px;
    width: 80px;
    height: 35px;
    text-align: center;
    margin-top: 0px;
    transition: transform 0.3s ease-in-out;
    line-height: 40px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-around;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    border-image: initial;
    border-right: none;
    cursor: pointer;
    text-decoration: none;
}

.contact-list a:hover {
    transform: translateX(10px);
}

/* MAIN SECTION */
.homestart-section {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 50px 0px;
    gap: 30px;
}

/* LEFT IMAGE */
.homestart-image {
    flex: 1;
    position: relative;
}

.homestart-image img {
    width: 100%;
}

/* RIGHT CONTENT */
.homestart-content {
    flex: 1;
    text-align: center;
    padding: 20px;
    position: relative;
    z-index: 2;

    color: #fff;
    padding-right: 8%;
}

.homestart-content h1 {
    font-size: 48px;
    letter-spacing: 2px;
    color: #5b4a42;
    margin-bottom: 15px;
}

.homestart-content h2 {
    font-size: 26px;
    color: #6a5a52;
    margin-bottom: 20px;
    font-weight: 500;
}

.homestart-content p {
    font-size: 15px;
    color: #272727;
    line-height: 28px;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 600;
    text-align: justify;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
}

/* BUTTON */
.homestart-btn {
    display: inline-block;
    padding: 14px 30px;
    background: #3b2e28;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    transition: 0.3s;
}

.homestart-btn:hover {
    background: #5b4a42;
}

/* SMALL TEXT */
.homestart-small {
    margin-top: 20px;
    font-size: 13px;
    color: #666;
}

/* ================= RESPONSIVE ================= */

/* TABLET */
@media (max-width: 992px) {
    .homestart-section {
        flex-direction: column;
        padding: 40px 30px;
    }

    .homestart-image img {
        height: 450px;
        border-radius: 40px;
    }

    .homestart-content h1 {
        font-size: 36px;
    }

    .homestart-content h2 {
        font-size: 22px;
    }
}

/* MOBILE */
@media (max-width: 576px) {
    .homestart-section {
        padding: 20px;
    }

    .homestart-image img {
        height: 300px;
        border-radius: 30px;
    }

    .homestart-content h1 {
        font-size: 28px;
    }

    .homestart-content h2 {
        font-size: 18px;
    }

    .homestart-content p {
        font-size: 14px;
    }

    .homestart-btn {
        padding: 12px 20px;
        font-size: 12px;
    }
}

@media (min-width: 1920px) {
    .homestart-content p {
        font-size: 16px;
        font-weight: 600;
        padding: 0px 70px;
    }
}

@media(max-width:1200px) {
    .homestart-content p {
        font-size: 16px;
        padding: 0px 10px;
    }
}

@media(max-width:576px) {
    .amenities .ame-slider .slick-slide img {
        height: 300px;
    }

    .amenities .ame-slider .slick-slide .ametxt {
        font-size: 18px;
    }iframe{
width:100% !important;height: 350px;
}
.rera p{
    text-align: center;
}.homestart-content img{
    width: 200px !important;
}
.when img{
    width: 100px !important;
}

}

.chat-icon {
    position: fixed;
    z-index: 999999 !important;
    right: 20px;
    bottom: 0px;
}

.nav-links li a {
    color: #fff;
    /* default color */
    transition: 0.3s;
}

.nav-links li.active a {
    color: #f6cb8e;
    /* golden color */
}

/* optional hover effect */
.nav-links li a:hover {
    color: #f6cb8e;
}
iframe{
width: 90%;height: 350px;
}

.homestart-content img{
    width: 250px;
}


.when img{
    width: 140px;
}/* Navigation Buttons */

                .swiper-button-next,

                .swiper-button-prev {

                    color: #fff;

                    background: rgba(216, 200, 178, 0.4);

                    width: 44px;

                    height: 44px;

                    border-radius: 50%;

                    display: flex;

                    align-items: center;

                    justify-content: center;

                    transition: all 0.3s ease;

                    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

                }







.swiper-button-next, .swiper-button-prev {

    svg {

        height: 100%;

        object-fit: contain;

        transform-origin: center;

        width: 19% !important;

        fill: currentColor;

        pointer-events: none;

    }

}







                /* Center navigation arrows vertically */

                .swiper-button-next,

                .swiper-button-prev {

                    position: absolute;

                    top: 50%;

                

                    z-index: 20;

                }



                /* Ensure left and right placement */

                .swiper-button-prev {

                    left: 10px;

                }



                .swiper-button-next {

                    right: 10px;

                }



                /* Adjust for smaller screens */

                @media (max-width: 768px) {

                    .swiper-button-prev {

                        left: 5px;

                    }



                    .swiper-button-next {

                        right: 5px;

                    }

                }

















                .swiper-button-next:after,

                .swiper-button-prev:after {

                    display: none !important;

                }



                .swiper-button-next:hover,

                .swiper-button-prev:hover {

                    background: #4f3726;

                    color: #fff;

                  

                    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);

               

                }







                /* Base Dots */

                .swiper-pagination-bullet {

                    background: #ccc;

                    opacity: 1;

                    transition: all 0.3s ease;

                    width: 10px;

                    height: 10px;

                    margin: 0 5px;

                    border-radius: 50%;

                }





                .swiper-pagination {

                    position: relative !important;

                    text-align: center;

                    bottom: 30px !important;

                    margin-top: -25px;

                    transition: .3s opacity;

                    transform: translate3d(0, 0, 0);

                    z-index: 10;

                }



                /* Hover effect */

                .swiper-pagination-bullet:hover {

                    transform: scale(1.3);



                }



                /* Active dot */

                .swiper-pagination-bullet-active {

                    background: #692c1e;

                    border: 2px solid #deceb7;

                    width: 12px;

                    height: 12px;

                    transform: scale(1.3);

                }

.swiper-slide img{
    width: 100% !important;
    margin-top: 50px;
}

                /* Tablet */

                @media (max-width: 1024px) {

                    .swiper-pagination-bullet {

                        width: 9px;

                        height: 9px;

                        margin: 0 4px;

                    }

                }



                /* Mobile */

                @media (max-width: 768px) {

                    .swiper-pagination-bullet {

                        width: 8px;

                        height: 8px;

                        margin: 0 3px;

                    }









                }



                /* Extra small devices */

                @media (max-width: 576px) {

                    .swiper-pagination-bullet {

                        width: 7px;

                        height: 7px;

                        margin: 0 2px;

                    }
.footer-col {
    margin-bottom: 10px;
}


                    .swiper-pagination-bullet-active {

                        background: #692c1e;

                        border: 2px solid #deceb7;

                        width: 10px;

                        height: 10px;

                        transform: scale(1.3);

                    }



                    .swiper-pagination {

                        position: relative !important;

                        text-align: center;

                        bottom: 30px !important;

                        margin-top: -40px;

                        transition: .3s opacity;

                        transform: translate3d(0, 0, 0);

                        z-index: 10;

                    }



                }

                .popup-box input::placeholder{
                    font-size: 13px;color: #cccccc;
                }

.nav-links li.active a {
    color: #f6cb8e !important; /* golden color */
}

/* optional hover effect */
.nav-links li a:hover {
    color: #f6cb8e;
}/* DARK SECTION (black bg) */
