@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i%7CMontserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

/*** 

====================================================================
    Global Settings
====================================================================

 ***/
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfonte0a5-v=4.3.0.eot');
    src: url('../fonts/fontawesome-webfontd41d-.eot#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfonte0a5-v=4.3.0.woff2') format('woff2'), url('../fonts/fontawesome-webfonte0a5-v=4.3.0.woff') format('woff'), url('../fonts/fontawesome-webfonte0a5-v=4.3.0.ttf') format('truetype'), url('../fonts/fontawesome-webfonte0a5-v=4.3.0.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aquawax';
    src: url('../fonts/aquawax/Aquawax\ Black\ Trial.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aquawax-light';
    src: url('../fonts/aquawax/Aquawax\ Light\ Trial.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aquawax-medium';
    src: url('../fonts/aquawax/Aquawax\ Medium\ Trial.ttf');
    font-weight: normal;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: "Aquawax", sans-serif !important;
}

body {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    color: #777777;
    line-height: 1.7em;
    font-weight: 400;
    scroll-behavior: smooth;
    overflow-x: hidden !important;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    padding-left: 0px !important;
}

.fa {
    display: inline-block;
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.fa-building:before {
    content: "\f1ad";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-key:before {
    content: "\f084";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-car:before {
    content: "\f1b9";
}

.project-logo {
    /* width: 80px; */
    position: relative;
    top: 0px;
}

.navbar .nav-item>a {
    line-height: 15px;
    text-transform: capitalize;
    padding: 10px 0px !important;
    margin: 20px 15px;
    font-size: 14px;
    font-family: "Montserrat";
    color: #059295;
    cursor: pointer;
    font-weight: lighter;
}

/* banner-section css */
.main-slider-banner {
    padding-top: 83px;
}

.home-detail .inner h3 {
    background-image: linear-gradient(-225deg, #035B5C 0%, #035B5C 29%, #000 67%, #035B5C 100%);
    background-size: 200% auto;
    background-clip: text;
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    font-size: 25px;
    font-weight: 700;
}

.home-detail .inner .text {
    color: #666;
    font-size: 18px;
    line-height: 1.4em;
}

.home-detail .inner .home-list {
    position: relative;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-left: 0px;
    display: flex;
}

.home-detail .inner .home-list li {
    position: relative;
    color: #035B5C;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 0 20px;
    display: inline-block;
    border-right: 1px solid #e6e6e6;
}

.home-detail .inner .home-list li {
    flex-basis: 50%;
    max-width: 50%;
    text-align: left;
}

.home-detail .inner .home-list li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
    flex-basis: 40%;
    max-width: 40%;
}

.home-detail .inner .home-list li span {
    position: relative;
    color: #666;
    font-size: 18px;
    display: block;
    margin-top: 8px;
    font-family: 'Lato';
}

.home-detail .inner .home-list li:last-child {
    padding-left: 20px !important;
}

.list-style-three li:before {
    position: absolute;
    content: "\f00c";
    left: 0px;
    top: 0px;
    color: #035B5C;
    font-size: 18px;
    font-weight: 400;
    font-family: "FontAwesome";
}

.home-detail .list-style-three li {
    font-size: 14px;
    margin-bottom: 5px;
}

.list-style-three li {
    position: relative;
    color: #666666;
    font-size: 16px;
    font-weight: 700;
    padding-left: 30px !important;
    margin-bottom: 10px;
}

.rera-no {
    font-weight: 600;
    font-size: 13px;
    margin-top: 1rem;
}

.terms-conditions {
    position: absolute;
    font-size: 8px;
    transform: rotate(270deg);
    bottom: 80px;
    right: -10px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #222 !important;
}

.property-info-section {
    position: relative;
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
}

.property-info {
    position: relative;
    border-right: 1px solid #e6e6e6;
}

.property-info .inner {
    position: relative;
    padding: 30px 0;
    text-align: center;
}

.icons {
    font-size: 45px;
    color: #035B5C;
    padding: 0px 0 32px;
    line-height: normal;
}

.property-info .inner .total {
    position: relative;
    color: #232323;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2em;
    font-family: montserrat, sans-serif !important;
}

.property-info .inner .title,
.property-info .inner .price {
    position: relative;
    color: #232323;
    font-size: 14px;
    margin-bottom: 5px;
    font-family: montserrat, sans-serif !important;
}

.btn-style-one {
    position: relative;
    padding: 11px 26px 10px;
    line-height: 24px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #035B5C, #035B5C);
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: montserrat, sans-serif !important;
    border: 1px solid #035B5C;
}

.btn-style-one:hover {
    background: 0 0;
    border: 1px solid #035B5C;
    color: #035B5C;
}

/* Luxury Section */
.luxury-heading {
    color: #AA692F !important;
    font-size: 26px;
}

.luxury-text {
    color: "#4E4E4E" !important;
    font-size: 16px;
    margin-top: 1rem;
    letter-spacing: 1%;
}

.luxury-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.bg-1 {
    background-color: #DDAE7D;
}

.bg-2 {
    background-color: #D29451;
}

.bg-3 {
    background-color: #C77929;
}

.bg-4 {
    background-color: #AA692F;
}


.luxury-icon-text {
    font-size: 14px;
    text-align: center !important;
    letter-spacing: 1px;
    color: #A9692F;
    margin-top: 10px;
    font-weight: 600
}

.luxury-form-button {
    position: absolute;
    width: 100%;
    right: 0rem;
    text-align: center;
    color: white;
    margin-top: 1rem;
    font-size: 20px;
    text-transform: uppercase;
    background-color: #C77929;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}













/* Highlight Section  */
.convenience-section {
    position: relative;
    z-index: 9;
    padding: 100px 0 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.convenience-section:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, .7);
}

.convenience-section h2 {
    position: relative;
    color: #fff;
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    padding: 60px 0px;
}

.convenience-info-tabs .convenience-tabs .tabs-content .tab {
    position: relative;
    display: none;
    border-top: 0;
    background-color: #fff;
}

.convenience-info-tabs .convenience-tabs .content {
    padding: 50px 60px 50px;
}

.convenience-tabs .tabs-content .tab.active-tab {
    display: block;
}

.convenience-info-tabs .convenience-tabs .tabs-content h3 {
    position: relative;
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 25px;
}

.convenience-info-tabs .convenience-tabs .tabs-content .text {
    position: relative;
    color: #666666;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 32px;
}

.convenience-info-tabs .convenience-tabs .tab-btns .tab-btn.active-btn {
    color: #fff;
    background: linear-gradient(90deg, #035B5C, #035B5C);
    padding: 23px 15px;
    text-align: center;
    font-family: montserrat, sans-serif !important;
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-right: 0px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
}

.convenience-info-tabs .convenience-tabs .tabs-content .text {
    position: relative;
    color: #666666;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 32px;
}

.convenience-section .image-column .image,
.image-column .image-box {
    position: relative;
    display: none;
}

.convenience-section .image-column {
    position: absolute;
    width: 50%;
    float: right;
    right: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.convenience-section .row {
    position: relative;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
}

.image-column:before {
    content: "";
    position: absolute;
    left: 2%;
    top: 2%;
    width: 96%;
    height: 96%;
    border: 1px solid #fff;
    box-shadow: 5px 10px 18px 2px #00000042;
}

.gallery-section-two .sec-title {
    padding: 60px 0px;
}

.gallery-section-two .sec-title h2 {
    font-weight: 400 !important;
    font-size: 26px;
    font-family: 'Aquawax-light' !important;
}

.gallery-block-two .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.gallery-block-two .image-box {
    position: relative;
    display: block;
}

.gallery-block-two .inner-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.gallery-section-two .gallery-block-two {
    position: relative;
    padding: 0px;
}

.gallery-block-two .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #ffffff;
    text-align: center;
    background: rgba(12, 22, 35, 0.8);
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translate(-100%, 0%);
    -ms-transform: translate(-100%, 0%);
    -o-transform: translate(-100%, 0%);
    -moz-transform: translate(-100%, 0%);
    transform: translate(-100%, 0%);
}

.gallery-block-two .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
}

.gallery-block-two .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.gallery-block-two .overlay-inner .link {
    position: relative;
    font-size: 16px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    display: inline-block;
    background-color: #035B5C;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.gallery-block-two .overlay-inner .link:before {
    position: absolute;
    content: "";
    left: -15px;
    right: -15px;
    bottom: -15px;
    top: -15px;
    border: 1px solid #035B5C;
}

.gallery-block-two .inner-box:hover .overlay-box {
    opacity: 1;
    -webkit-transform: translate(0%);
    -ms-transform: translate(0%);
    -o-transform: translate(0%);
    -moz-transform: translate(0%);
    transform: translate(0%);
}

.gallery-block-two .overlay-inner .link:hover {
    color: #035B5C;
    background-color: #fff;
}

.gallery-block-two .overlay-inner .link:hover::before {
    border: 1px solid #fff;
}

.plans-section {
    position: relative;
    background-color: #2a2a2a;
}

.plans-section .tabs-content .tab .image img {
    width: 100%;
    display: block;
}

.image-column {
    padding-right: 0px !important;
    padding-left: 0px !important;
    width: 50%;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.plans-section .plans-tab .floorplan-btn {
    position: absolute !important;
    background-color: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    z-index: 1;
}

.plans-section .title-column {
    position: relative;
    margin-bottom: 0px;
}

.plans-section .title-column .inner-column {
    position: relative;
    padding-top: 65px;
    padding-right: 40px;
    padding-left: 52px;
}

.plans-section .title-column .inner-column h2 {
    position: relative;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2em;
}

.plans-section .title-column .inner-column .text {
    position: relative;
    color: #cfcfcf;
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 2px;
    margin-bottom: 10px;
}

table,
th,
td {
    border: 1px solid #035B5C !important;
    text-align: center;
    padding: 4px;
    color: #fff;
}

/*Btn Style One*/

.btn-style-one {
    position: relative;
    padding: 11px 26px 10px;
    line-height: 24px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #035B5C, #035B5C);
    color: #ffffff;
    border: none;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: "Montserrat", sans-serif !important;
    border: 1px solid #035B5C;
}

.btn-style-one:hover {
    background: transparent;
    border: 1px solid #035B5C;
    color: #035B5C;
}

/*Btn Style Two*/

.btn-style-two {
    position: relative;
    padding: 11px 20px;
    line-height: 24px;
    text-transform: uppercase;
    background: none;
    color: #035B5C;
    border: 1px solid #035B5C;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: "Montserrat", sans-serif !important;
}

.btn-style-two:hover {
    background: #035B5C;
    color: #ffffff;
}

/*Btn Style Three*/

.btn-style-three {
    background: linear-gradient(to right, #A9692F, #C77929, #D29451);
    color: white;
    padding: 0.6rem 1.2rem;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    font-size: 1rem;
}

.call-to-action-section .btn-column .theme-btn {
    /* margin-top: 20px; */
}

.btn-style-four {
    position: relative;
    padding: 10px 26px;
    line-height: 24px;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    border: 2px solid #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: montserrat, sans-serif !important;
}

#amenities.row {
    position: relative;
    min-height: 250px;
    background-color: #2a2a2a;
}

/* .fluid-section-one .content-column {
    position: relative;
    float: right;
    width: 50%;
} */
.content-column .inner-box {
    position: relative;
    max-width: 800px;
    padding: 130px 46px 60px 70px;
}

.content-column .inner-box h2 {
    position: relative;
    color: #ffffff;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 15px;
}

.content-column .inner-box .text {
    position: relative;
    color: #cfcfcf;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 50px;
}

.featured-block {
    position: relative;
    margin-bottom: 50px;
}

.featured-block .featured-inner h3 {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 28px;
    padding-left: 28px;
    border-left: 6px solid #035B5C;
}

#location .content-column .inner-box {
    max-width: 700px;
    padding: 25px 15px 30px 25px;
}

#location .content-column .inner-box h2 {
    color: #2a2a2a;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 28px;
}

.location-text {
    font-size: 16px;
    margin-bottom: 2rem;
}

.call-to-action-section {
    position: relative;
    padding: 40px 35px !important;
    background: linear-gradient(90deg, #fff, #fff);
}

.call-to-action-section .btn-column {
    position: relative;
    text-align: right;
}

.contact-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(42, 42, 42, .93);
}

.contact-section .info-column {
    position: relative;
    margin-bottom: 40px;
}

.contact-section .info-column .inner-column {
    position: relative;
    padding: 50px 50px 30px;
    background-color: #2c2c2c;
}

.contact-section .form-column .inner-column {
    position: relative;
    padding-left: 80px;
}

.contact-section .form-column h2 {
    position: relative;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 35px;
    text-align: center;
}

.default-form .form-group {
    position: relative;
    margin-bottom: 30px;
    text-align: left;
}

.default-form input[type=text],
.default-form input[type=email],
.default-form input[type=datetime-local],
.default-form textarea,
.default-form select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 40px;
    padding: 10px 22px;
    height: 60px;
    font-size: 18px;
    background-color: #2c2c2c00;
    transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    border-bottom: 1px solid #035B5C;
    font-weight: 600;
    color: #fff;
}

.contact-section {
    position: relative;
    padding: 115px 0 70px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/footer-bg.png');
}

.contact-section .info-column .inner-column h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 30px;
}

.contact-section .info-column ul li {
    position: relative;
    color: #9f9f9f;
    font-size: 16px;
    margin-bottom: 22px;
}

.contact-section .info-column ul li span {
    position: relative;
    font-weight: 500;
    color: #fff;
    display: block;
    margin-bottom: 6px;
    font-family: montserrat, sans-serif !important;
}

.error-side,
.error-banner,
.error-modal {
    display: none;
    color: red;
    font-size: 13px;
    position: absolute;
    right: 20px;
    top: 18px;
}

.main-footer .footer-bottom {
    position: relative;
    padding: 20px 50px;
    background-color: #272727;
}

.bottom-query {
    width: 100%;
    background: #000;
    padding: 15px 0;
    position: fixed;
    bottom: 0;
    z-index: 99;
    transition: ease-in-out .4s;
}

.float_L {
    float: left;
}

.bottom-query-box {
    width: 19%;
}

.bottom-enquiry-text {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    width: 19%;
    padding: 0 0 0 12px;
    display: flex;
}

.footer-country {
    width: 40px;
    background: #fff;
    border-bottom: 1px solid;
    border-right: 1px solid;
    text-align: center;
}

.mr-l_1_5 {
    margin-left: 1.5rem;
}

.bottom-query-submit {
    width: 90%;
    height: 35px;
    display: block;
    margin: auto;
    font-size: 14px;
    font-weight: 700;
    padding: 0 5px;
    font-family: lato;
    text-transform: uppercase;
    cursor: pointer;
    background: linear-gradient(90deg, #035B5C, #035B5C);
    color: #fff;
    border: 1px solid #035B5C;
    text-align: center;
    line-height: 35px;
}

.bottom-query-box>p {
    margin-bottom: 0;
}

.mail-icon {
    border: 2px solid;
    padding: 4px 7px;
    border-radius: 5px;
    font-size: 20px;
}

.bottom-query {
    height: 90px;
}

.enquiry-text-respon {
    line-height: 1.5em;
    margin-left: 10px;
}

.main-footer .footer-bottom .copyright a {
    position: relative;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

.form-control:focus {
    border-color: #035B5C !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px #035B5C, 0 0 8px #035B5C !important;
    box-shadow: inset 0 1px 1px #035B5C, 0 0 8px #035B5C !important;
}

.default-form input::placeholder {
    color: #fff;
}

input:disabled {
    cursor: not-allowed !important;
}

.modal-para {
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.modal-close-btn {
    background-color: #0c3d40 !important;
    color: #fff !important;
    font-size: 20px;
    height: 50px;
    width: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-left: auto;
    display: block;
}

#modal_form .form-control {
    background-color: #104B4E;
    border-radius: 5px;
    border-bottom: 0px;
    color: #A6A6A6;
}

input.form-control:disabled {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-right: 1px solid #C77929;
}

#modal_phone,
#secondmodal_phone,
#banner_phone,
#side_phone {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.form-group {
    margin-bottom: 25px;
    position: relative;
}

#modal_form .form-control::placeholder {
    color: #A6A6A6;
}

.condition-label {
    color: #A6A6A6 !important;
}

#floorplan .image-column:before {
    content: none !important;
}

.button {
    background-color: #C77929;
    border: none;
    color: #fff;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    border-radius: 5px;
    width: 100%;
    text-transform: uppercase;
}

.modal-content,
.modal-body {
    border-radius: 15px !important;
    border: 1px solid #0C3D40;
}

.modal-body button:hover {
    background-color: #222;
    font-size: 20px;
    color: #fff;
}

.about-section-two {
    padding: 80px 0px 50px;
}

.about-section-two .content-column .inner-column {
    padding-left: 50px;
}

.about-section-two .about-column .inner-column {
    padding-left: 30px;
}

.about-section-two .content-column h1,
.call-to-action-section .text-column h2 {
    color: #2a2a2a;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 30px;
}

.about-section-two .content-column .text {
    color: #666666;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 25px;
}

.privacy-policy-content {
    margin-top: 80px;
}

.btn-style-five {
    position: relative;
    padding: 11px 25px;
    line-height: 24px;
    text-transform: uppercase;
    background: 0 0;
    color: #035B5C;
    border: 1px solid #035B5C;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: montserrat, sans-serif;
}

.btn-style-five:hover {
    background: #035B5C;
    color: #fff;
    border-color: #035B5C;
}

.thank-you-container {
    transform: translate(-50%, -50%);
}

.error {
    border: 2px solid red;
    animation: error .2s linear 5 alternate .1s;
}


.check-box,
.sidecheck-box {
    left: 0;
    top: 25px;
    background: rgb(37 36 36 / 90%);
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    font-size: 12px;
    z-index: 5;
}

/* Css for Animation */
@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

@keyframes error {
    0% {
        border: 2px solid black;
    }

    100% {
        border: 2px solid #035B5C;
    }
}

input[type='checkbox'] {
    accent-color: #C77929;
    margin-right: 10px !important;
}

.luxury-form-button button {
    padding: 1rem;
    width: 100%;
}

input#side_checkbox,
#footer_checkbox,
#banner_checkbox,
#modal_checkbox {
    height: 20px;
    width: 20px;
}

.sidecondition-label {
    color: #C77929;
}

button:disabled {
    opacity: .5;
    cursor: not-allowed;
}

.footerterms-and-condition-block {
    margin-left: 10px;
    color: #fff;
    font-size: 12px;
}

td span {
    color: #fff;
    cursor: pointer;
}

td span:hover {
    color: #035B5C;
    cursor: pointer;
}

.close-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="%23C77929" class="bi bi-x" viewBox="0 0 16 16"><path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708"></path></svg>');
    height: 30px;
    width: 30px;
    display: block;
    margin: auto;
    background-size: contain;
}

.developer-logo-column {
    text-align: right;
}

.developer-text {
    font-size: 24px;
    font-weight: 600;
}

.qr-container {
    position: fixed;
    bottom: 10px;
    left: 0;
}

.bottom-form {
    position: fixed;
    right: 0;
}

.qr-container img {
    width: -webkit-fill-available;
}

/* .thank-you-logo, .developer-logo{
    filter: invert();
} */
.developer-logo {
    position: relative;
    width: max-content;
    max-width: 60%;
}

.nav-bg {
    background-color: #fff;
    box-shadow: 0px -1px 3px 1px #696666;
}

.default-form input[type=text],
.default-form input[type=email],
.default-form input[type=datetime-local],
.default-form textarea,
.default-form select {
    border-bottom: 1px solid #fff
}


#contact .btn-style-one:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

img.thank-you-logo {
    width: 200px;
}

.modal-title {
    text-transform: uppercase;
    /* font-weight: 700; */
}

.luxury-section {
    background-color: #fff7ef;
    padding: 90px 0px;
    overflow-x: hidden;
}

.luxury-icon-row {
    display: flex;
    justify-content: center !important;
}

.form-container {
    background-color: #F5E9DC;
    max-width: 444px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 20px 20px 0px 0px;
    text-align: center;
    position: relative;
}

.form-heading {
    font-size: 16px;
    color: #C77929;
}

.form-subheading {
    font-size: 20px;
    color: #C77929;
    padding-top: 0px;
    margin-bottom: 20px;
    font-weight: 500;
}

.form input,
.form textarea {
    width: 100%;
    height: 44px;
    padding: 10px;
    margin: 15px 0;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #FFF7EF;
    outline: 0;
    border-bottom: 0px;
}

.form textarea {
    height: 71px;
    resize: vertical;
    margin-bottom: 0px;
}

textarea {
    resize: vertical;
}

::placeholder {
    color: #A6A6A6;
    opacity: 1;
    /* Optional: ensures consistent appearance across browsers */
}



.creafted-container {
    background-color: #F2E5D8;
    position: relative;
        overflow-x: hidden;
}

#highlights::after {
    position: absolute;
    top: -60px;
    right: 180px;
    content: '';
    background-image: url(../images/union.png);
    width: 124px;
    height: 144px;
    background-size: cover;
}

#highlights::before {
    position: absolute;
    bottom: 20px;
    right: 20%;
    content: '';
    background-image: url(../images/union.png);
    width: 124px;
    height: 144px;
    background-size: cover;
}

.creafted-heading {
    color: #AA692F;
    font-size: 24px;
}

.creafted-text ul li {
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #4E4E4E;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: baseline;
}

.creafted-button {
    background: linear-gradient(to right, #A9692F, #C77929, #D29451);
    color: white;
    padding: 1rem 1.8rem;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.creafted-button:hover {}

.genration-container {
    background-color: #035B5C;
        overflow-x: hidden;
}

.gen-heading {
    color: #ED8E2C;
    font-size: 24px;
    padding: 0px 5px;
}


.gen-category-title {
    color: #ED8E2C;
    font-size: 18px;
    margin-bottom: 0.5rem;
}

.gen-category-title ul li {
    font-size: 16px;
}

.gen-column {
    background-color: #044C4D;
    border-radius: 0px 10px 10px 0px;
    padding: 2rem;
    flex: 1;
    min-width: 250px;
    position: relative;
}

.gen-column-right {
    border-radius: 10px 0px 0px 10px;
    padding: 2rem;
    margin-top: 10rem;
}

.gen-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.gen-column-left::after {
    position: absolute;
    bottom: -40px;
    right: 40px;
    content: '';
    width: 74px;
    height: 86px;
    background-image: url(../images/gen-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.gen-column-right::before {
    position: absolute;
    top: -100px;
    left: 40px;
    content: '';
    width: 74px;
    height: 86px;
    background-image: url(../images/gen-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#gallery {
    background: #F2E5D8;
    padding: 60px 0px;
        overflow-x: hidden;
}

.gallery-section-two .sec-title {
    padding: 60px 0px;
    color: #AA692F;
}

.gallery-block-two img {
    position: relative;
    margin: 0px;
    border-radius: 20px;
}

.gallerycarousel .owl-prev,
.gallerycarousel .owl-next {
    width: 50px;
    height: 50px;
    background: transparent !important;
    border-radius: 50% !important;
    border: 1px solid #C77929 !important;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.owl-carousel span {
    font-size: 45px;
    line-height: normal;
    display: flex;
    justify-content: center;
    margin-top: -10px;
    color: #C77929;
}

.heart-section {
    background-color: #044C4D;
        overflow-x: hidden;
}

.heart-right-list-heading {
    font-weight: 400;
    font-size: 26px;
    letter-spacing: 4%;
    color: #ED8E2C;
    font-family: 'Aquawax-light';
}

.heart-right-list li {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2%;
    color: #F2E5D8;
    margin-top: 10px;
}

.contact-form-section {
    background-color: #F2E5D8;
    padding: 60px 0px;
    position: relative;
}

.contact-form-section::before {
    position: absolute;
    top: 30%;
    left: 0px;
    background-image: url(../images/contact-union.png);
    content: '';
    height: 264px;
    width: 113px;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-form-section::after {
    position: absolute;
    bottom: 97px;
    right: 0px;
    background-image: url(../images/contact-union-2.png);
    content: '';
    height: 295px;
    width: 186px;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-form-section .form input,
.contact-form-section .form textarea {
    background-color: #F2E5D8;
}

.left-side-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: start;
    padding: 2rem;
    gap: 1.5rem;
}


.contact-heading {
    font-weight: 500;
    font-size: 26px;
    letter-spacing: 4%;
    color: #AA692F;
}

.contact-text {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 4%;
    color: #AA692F;
}


#footer-form {
    background-color: #FFF7EF !important;
}


@media (min-width: 992px) {
    .gallerycarousel .owl-item:nth-child(even) {
        padding-top: 80px !important;
    }

    .gallerycarousel .owl-item:nth-child(even) {
        padding-top: 80px !important;
    }

    .amenities-item {
        width: 32% !important;
        border-radius: 5px;
        padding: 1vw 0.5vw !important;
    }

    .amenities-item p {
        color: #fff;
        font-size: 14px;
    }

    .luxury-section::after {
        position: absolute;
        top: 0;
        right: 0;
        content: '';
        background-image: url(../images/one-treasure-bg-1.png);
        background-size: cover;
        width: 842px;
        height: 75px;
    }

    .luxury-section::before {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        background-image: url(../images/one-treasure-bg-2.png);
        height: 100%;
        width: 75px;
        background-size: cover;
    }
}

.navbar .nav-item.active>a {
    /*border: 2px solid #035B5C;*/
    color: #035B5C;
    font-weight: normal;
    /*border-radius: 6rem;*/
    padding: 0.5rem 1.2rem !important;
    /*animation: borderGlow 0.5s forwards;*/
    /*background-color: rgba(3, 91, 92, 0.05);*/
    width: max-content;
}


.nav-link {
    font-size: 2rem;
    color: #ffffff;
    position: relative;
    display: inline-block;
}

.nav-link::after,
.nav-link::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #A9692F, #C77929, #D29451);
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease-out;
}

.nav-link::before {
    top: -5px;
    transform-origin: left;
}

.nav-link:hover::after,
.nav-link:hover::before {
    transform: scaleX(1);
}

.nav-item.active .nav-link::after,
.nav-item.active .nav-link::before {
    transform: scaleX(1);
}

@keyframes borderGlow {
    from {
        border-color: transparent;
        /* box-shadow: 0 0 0 rgba(3, 91, 92, 0); */
    }

    to {
        border-color: #035B5C;
        /* box-shadow: 0 0 10px rgba(3, 91, 92, 0.4); */
    }
}

#amenitiesSection,
#footerSection {
    padding: 60px 0px;
    background-color: #FFF7EF;
    overflow-x: hidden;
}

#amenitiesSection h2,
#footerSection h2 {
    color: #AA692F;
    margin-bottom: 40px;
    font-family: 'Aquawax-light' !important;
}

.btns {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 25px;
    cursor: pointer;
}

.amenities-item img {
    width: 60px;
}

#amenitiesSection .row .amenities-item:nth-child(1),
#amenitiesSection .row .amenities-item:nth-child(5),
#amenitiesSection .row .amenities-item:nth-child(9) {
    background-color: #A9692F;
    text-align: center;
    padding: 10px;
}

#amenitiesSection .row .amenities-item:nth-child(2),
#amenitiesSection .row .amenities-item:nth-child(6),
#amenitiesSection .row .amenities-item:nth-child(7) {
    background-color: #C77929;
    text-align: center;
    padding: 5px 10px;
}

#amenitiesSection .row .amenities-item:nth-child(3),
#amenitiesSection .row .amenities-item:nth-child(4),
#amenitiesSection .row .amenities-item:nth-child(8) {
    background-color: #D29451;
    text-align: center;
    padding: 5px 10px;

}

.carousel-image-container {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    /* or remove if height is fixed elsewhere */
    overflow: hidden;
}

.carousel-image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* ensures full fit without distortion */
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.6s ease;
    z-index: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.carousel-image-container img.active {
    opacity: 1;
    transform: translateY(0%);
    z-index: 1;
}

.creafted-img {
    width: 100%;
    position: relative;
}

.btn-icon {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    transform: rotate(90deg);
}

.btn-icon img {
    transition: transform 0.3s ease;
    width: 60px;
    /* Optional: control icon size */
}

.btn-icon:hover img {
    transform: scale(1.1);
}

@media (max-width: 991px) {
    .amenities-item {
        width: 31% !important;
        border-radius: 5px;
        padding: 10px 5px !important;
    }

    .amenities-item p {
        color: #fff;
        font-size: 12px;
    }

    .amenities-image-column {
        margin: 60px 0px;
    }

    .gallerycarousel .owl-item:nth-child(even) {
        padding-top: 80px !important;
    }
}

.amenities-item {
    position: relative;
}

:active,
:hover,
:focus {
    outline: 0 !important;
    outline-offset: 0;
}

.amenities-item::before,
.amenities-item::after {
    position: absolute;
    content: "";
}

.amenities-item::before,
.amenities-item::after {
    width: 0%;
    height: 0%;
    opacity: 0;
    border-radius: 5px;
    content: "";
    position: absolute;
    pointer-events: none;
}

.amenities-item::before {
    top: 0;
    right: 0;
    border-top: 3px solid #ffc006;
    border-left: 3px solid #ffc006;
    transition: width 0.2s 0.5s ease-out, height 0.15s 0.35s linear, opacity 0s 0.7s;
}

.amenities-item::after {
    bottom: 0;
    left: 0;
    border-bottom: 3px solid #ffc006;
    border-right: 3px solid #ffc006;
    transition: width 0.2s 0.15s linear, height 0.15s ease-in, opacity 0s 0.35s;
}

.amenities-item:hover::before,
.amenities-item:hover::after {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.amenities-item:hover::before {
    transition: width 0.2s ease-in, height 0.15s 0.2s linear, opacity 0s;
}

.amenities-item:hover::after {
    transition: width 0.2s 0.35s linear, height 0.15s 0.5s ease-out, opacity 0s 0.3s;
}

.modal-body {
    background-color: #0C3D40;
}

.banner-btn {
    background: #C77929;
    color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.side-query-box,
.banner-query-box {
    position: relative;
}

.bottom-btn {
    background-color: #C77929;
    color: #fff;
    padding: 12px 15px;
    width: 100%;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
.luxury-text{
    text-align: justify;
}