@font-face {
    font-family: Chronicle-Display-Roman;
    src: url("../fonts/chronicle-display/Chronicle-Display-Roman.otf");
}

@font-face {
    font-family: Gilroy-Regular;
    src: url("../fonts/gilroy/Gilroy-Regular.ttf");
}

@font-face {
    font-family: Gilroy-Medium;
    src: url("../fonts/gilroy/Gilroy-Medium.ttf");
}

@font-face {
    font-family: Gilroy-SemiBold;
    src: url("../fonts/gilroy/Gilroy-SemiBold.ttf");
}

@font-face {
    font-family: Gilroy-Bold;
    src: url("../fonts//gilroy/Gilroy-Bold.ttf");
}

@font-face {
    font-family: Gilroy-Light;
    src: url("../fonts//gilroy/Gilroy-Light.ttf");
}

:root {
    --para-font: Gilroy-Regular;
    --heading-font: Chronicle-Display-Roman;
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    font-family: var(--para-font);
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--heading-font);
    margin: 0px;
}

p {
    font-family: var(--para-font);
    margin-bottom: 0px;
}

:root {
    --primary-color: #ae521d;
}

ol, ul {
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
    color: rgb(0, 0, 0);
}

ul li {
    list-style: none;
}

.heading {
    font-size: 30px;
    color: var(--primary-color);
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.heading-section {
    text-align: center;
    width: 54%;
}

.heading-section p {
    font-size: 16px;
    color: rgb(25, 25, 25);
}

.enquiry-btn {
    padding: 8px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: unset;
    background: linear-gradient(0deg, rgb(0, 60, 47) 0%, rgb(0, 60, 47) 100%);
    border-radius: 20px;
}

.call-box {
    border: 1px solid rgb(255, 255, 255);
    border-radius: 10px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 16px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(4px);
    display: inline-flex;
    padding: 6px 12px 6px 8px;
    align-items: center;
    gap: 10px;
    font-family: var(--para-font);
    letter-spacing: 2px;
    font-weight: 800;
}

.call-box .call-icon {
    width: 34px;
    height: 34px;
}

.right {
    display: flex;
    align-items: center;
    gap: 45px;
    z-index: 999;
}

.banner-section::before {
    content: "";
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.29));
    z-index: 1;
}

.banner-img {
    width: 100%;
    height: 100vh;
    position: relative;
}

.header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99;
    padding: 4px 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .left {
    display: flex;
}

.header .left .hamburger-icon img {
    width: 30px;
    margin-right: 41px;
}

.header .left .logo img {
    width: 54px;
    filter: invert(1) brightness(4.5);
}

.header .right .box {
    width: 207px;
    height: 39px;
}

.banner_innerBox {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 0px;
}

.banner_innerBox::before {
    content: " ";
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 49.52%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
}

.banner_innerBox::after {
    content: " ";
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 49.52%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
}

.header .right .box .overlap-group {
    position: relative;
    width: 182px;
    height: 38px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(15px);
    display: inline-flex;
    padding: 6px 12px 6px 8px;
    align-items: center;
    gap: 10px;
}

.header .right .box .text-wrapper {
    position: absolute;
    top: 10px;
    left: 45px;
    color: rgb(255, 255, 255);
    font-family: Gilroy-Medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.header .right .box .img {
    position: absolute;
    width: 33px;
    height: 33px;
    top: 2px;
    left: 2px;
}

.header.active {
    background: rgba(234, 220, 193, 0.88);
    z-index: 99;
}

.header.active .left .logo img {
    width: 54px;
    filter: url("");
}

.header.active .right .box .img {
    filter: invert(1) brightness(6.5);
}

.banner-content {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 660px;
}

.banner-content .project-location {
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    letter-spacing: 1.3px;
    line-height: normal;
    white-space: nowrap;
}

.banner-content .project-location img {
    width: 20px;
    margin-right: 10px;
    filter: invert(1);
}

.banner-content h1 {
    font-weight: 700;
    color: rgb(255, 255, 255);
    font-size: 40px;
    text-align: center;
    letter-spacing: 3px;
    line-height: normal;
    margin-bottom: 16px;
}

.banner-content h1 span {
    font-weight: 700;
    color: rgb(253, 113, 32);
    font-size: 40px;
    text-align: center;
    letter-spacing: 0px;
    line-height: normal;
    text-transform: uppercase;
}

.distance-box h3 {
    padding-bottom: 20px;
    position: relative;
    color: rgb(0, 0, 0);
    font-family: var(--heading-font-Roman);
    font-size: 24px;
    font-style: normal;
    font-weight: 375;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: capitalize;
}

.blockp {
    display: block;
}

.distance-box h3::after {
    content: " ";
    background: linear-gradient(to right, rgb(64, 12, 47) 0%, rgb(255, 238, 211) 100%);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 60%;
    height: 2px;
}

.banner-content .project-location {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    letter-spacing: 0.8px;
    margin-bottom: 4px;
}

.project-para {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    letter-spacing: 0.8px;
}

.circle {
    position: absolute;
    bottom: 5%;
    right: 50%;
    transform: translateX(50%);
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle.ovr-sec {
    position: absolute;
    bottom: -113%;
    right: 50%;
    transform: translateX(50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle.ovr-sec .logo img {
    width: 32px;
    height: 32px;
    filter: invert(1) brightness(4.2);
    animation: 1s ease 0s infinite alternate none running mover;
}

.text-rotate {
    position: absolute;
    width: 100%;
    height: 100%;
    color: rgb(255, 255, 255);
    font-size: 17px;
    animation: 8s linear 0s infinite normal none running textRotation;
    cursor: pointer;
}

.text-rotate.ovr {
    position: absolute;
    width: 100%;
    height: 100%;
    color: rgb(0, 0, 0);
    font-size: 17px;
    animation: 8s linear 0s infinite normal none running textRotation;
    cursor: pointer;
}

.circle .logo img {
    width: 80px;
    height: 80px;
}

.text-rotate span {
    position: absolute;
    left: 50%;
    font-size: 1.2em;
    transform-origin: 0px 84px;
    color: rgb(255, 255, 255);
}

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

.navbar-menu-li {
    position: fixed;
    background-color: rgb(255, 255, 255);
    padding: 17px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 9999;
    transition: 0.5s linear;
    transform: translate(100%, 0%);
    visibility: hidden;
    height: 100%;
    width: 24%;
    display: grid;
    align-items: center;
    top: 0px;
    right: 0px;
    text-align: start;
}

.navbar-menu-li.active {
    transform: translate(0%, 0%);
    visibility: visible;
}

.navbar-menu-li ul {
    display: grid;
    align-items: flex-start;
    gap: 29px 28px;
    list-style: none;
    padding-left: 30px;
}

.navbar-menu-li li a {
    color: rgb(0, 0, 0);
    letter-spacing: 2px;
    font-size: 16px;
    text-transform: capitalize;
}

.navbar-menu-li li a:hover {
    text-decoration: none;
}

li.menu-close {
    border-bottom: 1px solid rgb(218, 218, 218);
}

img.img-fluid.nav-inside-img {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 68px;
    height: 68px;
    opacity: 1;
}

.navbar-menu-li button.close {
    position: absolute;
    top: 30px;
    left: 42px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: transparent;
    opacity: 1;
    color: rgb(33, 33, 33);
    font-weight: 100;
    font-size: 38px;
    border: 1px solid rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-Right-content {
    position: absolute;
    top: 26%;
    right: 10%;
    z-index: 9;
    text-align: center;
}

.banner-Right-content p {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.banner-Right-content h4 {
    color: rgb(255, 255, 255);
    font-size: 28px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.banner-left-content {
    position: absolute;
    top: 26%;
    left: 10%;
    z-index: 9;
    text-align: center;
}

.banner-left-content p {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: rgb(255, 255, 255);
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.banner-left-content h4 {
    color: rgb(255, 255, 255);
    font-size: 28px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.hero-section {
    height: 100vh;
    position: absolute;
    padding-top: 80px;
    color: rgb(255, 255, 255);
    top: -20px;
    right: 160px;
    z-index: 9;
}

.top-tagline {
    font-family: var(--heading-font);
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.top-tagline .script {
    font-size: 40px;
}

.project-title {
    font-size: 70px;
    font-weight: 400;
    font-family: var(--heading-font);
}

.project-sub {
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 5px;
    opacity: 0.85;
    font-family: var(--heading-font);
}

.unit-type {
    margin-top: 20px;
    font-family: var(--heading-font);
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.masterplan-sec .enquire-btn1 {
    margin-top: 70px !important;
}

.starting-price-text {
    margin-top: 25px;
    margin-bottom: 10px;
    font-family: var(--heading-font);
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.price-value::after {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.208) 49.52%, rgba(255, 255, 255, 0) 100%);
}

.price-box {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(6px);
    padding: 12px 30px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: fit-content;
    color: rgb(255, 255, 255);
    font-family: var(--heading-font);
    font-size: 26px;
    font-style: normal;
    font-weight: 375;
    letter-spacing: 1.5px;
    line-height: normal;
}

.enquire-btn {
    background: rgb(201, 165, 106);
    color: rgb(255, 255, 255);
    font-size: 14px;
    padding: 12px 35px;
    border-radius: 8px;
    letter-spacing: 1px;
    transition: 0.3s;
}

.enquire-btn:hover {
    background: rgb(182, 145, 82);
}

.hero-section img {
    width: 350px;
    height: auto;
}

.script img {
    width: 150px;
    height: auto;
}

.onwords0 {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-style: normal;
    font-weight: 375;
    line-height: normal;
    letter-spacing: 2px;
}

.hero-section svg {
    display: flex;
    margin: 30px 0px;
}

.price-sec-cr {
    font-size: 32px;
}

.main_title {
    color: rgb(64, 12, 47);
    font-family: var(--heading-font);
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    position: relative;
    padding: 12px 0px;
}

.main_title::after {
    content: " ";
    background: linear-gradient(90deg, rgba(64, 12, 47, 0.286) 0.52%, rgb(64, 12, 47) 49.52%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 152px;
    height: 1px;
}

.btn.enquire-btn.about {
    margin-left: 90px;
}

.about-section {
    background: rgb(242, 227, 199);
    padding: 80px 0px;
    font-family: var(--heading-font);
}

.about-label {
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 0px;
    opacity: 0.7;
    text-transform: uppercase;
    font-family: var(--heading-font);
    padding-left: 8px;
}

.about-heading {
    font-family: var(--heading-font);
    font-size: 32px;
    font-weight: 500;
    line-height: 1.3;
    padding-left: 0px;
    letter-spacing: 2px;
    margin-top: -55px;
    color: rgb(64, 12, 47);
}

.about-text {
    margin-bottom: 58px;
    max-width: 95%;
    font-family: Gilroy-Regular;
    margin-left: 90px;
    margin-top: 90px;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.enquire-btn {
    background: rgb(167, 134, 79);
    padding: 12px 28px;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
    color: rgb(255, 255, 255);
    font-family: Gilroy-SemiBold;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.enquire-btn1 {
    background: rgb(255, 255, 255);
    padding: 16px 36px;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
    color: rgb(149, 120, 75);
    font-family: var(--para-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-left: 8%;
    margin-top: 0px !important;
}

.enquire-btn:hover {
    background: rgb(143, 116, 66);
}

.image-box {
    border-radius: 10px;
    display: inline-block;
    position: relative;
}

.about-image {
    width: 100%;
    border-radius: 10px;
    display: block;
}

.infinity-pool-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.pool-image {
    width: 100%;
    object-fit: cover;
}

.pool-text {
    position: absolute;
    right: 50px;
    top: 46px;
    text-align: right;
    color: rgb(255, 255, 255);
}

.small-title {
    margin: 0px;
    opacity: 0.9;
    text-align: left;
    color: rgb(255, 255, 255);
    font-family: var(--heading-font);
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.main-title {
    margin-top: 10px;
    color: rgb(255, 255, 255);
    font-size: 42px;
    font-style: normal;
    font-weight: 375;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: var(--heading-font);
}

.small-title.white {
    margin: 0px;
    opacity: 0.9;
    text-align: left;
    color: rgb(255, 255, 255);
    font-family: var(--heading-font);
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.main-title.white {
    margin-top: 10px;
    color: rgb(255, 255, 255);
    font-size: 42px;
    font-style: normal;
    font-weight: 375;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: var(--heading-font);
}

.highlights-section .main_title {
    color: rgb(255, 255, 255);
}

.highlights-section .main_title::after {
    background: linear-gradient(90deg, rgb(255, 255, 255) 49.52%, rgb(255, 255, 255) 49.52%, rgba(255, 255, 255, 0) 100%);
}

.highlights-section {
    background: url("../images/highlight-bg.webp") center center / cover no-repeat;
    padding: 80px 0px;
    color: rgb(255, 255, 255);
}

.small-heading {
    font-size: 14px;
    letter-spacing: 2px;
    opacity: 0.8;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.main-heading {
    font-family: var(--heading-font);
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 80px;
    line-height: 1.3;
}

.highlights-list .item {
    font-size: 20px;
    margin-bottom: 47px;
    display: flex;
    align-items: center;
    color: rgb(255, 255, 255);
    letter-spacing: 0.5px;
    font-family: Gilroy-Medium;
    font-weight: 400;
    text-transform: capitalize;
}

.highlights-list .icon {
    margin-right: 25px;
    opacity: 0.9;
    width: 46px;
    filter: invert(1) brightness(16.5);
}

.highlights-list {
    width: 87%;
    margin: 0px auto;
}

.enquire-btn:hover {
    background: transparent;
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

.price-section {
    background: rgb(255, 238, 211);
    padding: 80px 0px;
}

.price-small {
    font-size: 14px;
    letter-spacing: 2px;
    color: rgb(122, 106, 88);
    margin-bottom: 15px;
}

.price-title {
    font-family: var(--heading-font);
    font-size: 32px;
    font-weight: 300;
    line-height: 1.4;
    margin: 15px 0px 60px;
    color: rgb(64, 12, 47);
    padding-left: 0px;
    letter-spacing: 2px;
}

.price-row {
    display: flex;
    justify-content: center;
    gap: 60px 70px;
    flex-wrap: wrap;
    margin-top: 100px;
}

.price-card {
    padding: 40px 45px;
    width: 443px;
    text-align: center;
    border-radius: 20px;
    background: rgb(255, 238, 211);
    box-shadow: rgb(64, 12, 47) 0px 4px 4px 0px, rgba(0, 0, 0, 0.25) 0px 0px 4px 0px;
}

.card-type {
    font-size: 16px;
    padding: 10px 0px;
    border: 1px solid rgb(106, 91, 69);
    border-radius: 6px;
    margin-bottom: 25px;
    letter-spacing: 1px;
    color: rgb(61, 52, 42);
}

.starting-label {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: rgb(106, 91, 69);
}

.price-value {
    font-family: var(--heading-font);
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 20px;
    color: rgb(0, 0, 0);
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 2px;
    font-size: 36px;
    text-transform: capitalize;
}

.price-value span {
    font-size: 28px;
}

.size-row {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin-bottom: 35px;
    color: rgb(75, 75, 75);
}

.enquire-btn {
    background: rgb(164, 132, 82);
    color: rgb(255, 255, 255);
    padding: 12px 35px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    transition: 0.3s;
}

.enquire-btn:hover {
    background: rgb(138, 111, 69);
}

.amenities_sec {
    padding: 30px 0px 80px;
    position: relative;
    width: 100%;
    background-color: rgb(255, 238, 211);
}

.amenities_sec .amt_sec_header {
    position: sticky;
    z-index: 10;
}

.amenities_sec .sectionSubTitle {
    margin-bottom: 80px;
    max-width: 709px;
}

.amenities_box {
    position: relative;
    width: 100%;
}

.amenities_box img {
    width: 100%;
    border-radius: 10px;
}

.amenities-pera {
    position: absolute;
    bottom: 8%;
    right: -12px;
    color: rgb(255, 255, 255);
    font-family: var(--heading-font);
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 300;
    width: 31%;
    z-index: 999;
}

.amenities-pera span {
    color: rgb(255, 255, 255);
    font-family: var(--heading-font);
    font-size: 30px;
    font-style: normal;
    font-weight: 375;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
}

.amenities_area {
    scroll-behavior: smooth;
    margin-top: -750px;
}

.amenities_area .slide {
    position: sticky;
    top: 270px;
    height: 100%;
    object-fit: cover;
    z-index: 9;
    margin-top: 60px;
    padding: 0px;
}

.amenities_area .slide::after {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.amenities_sec .carousel-item::before {
    content: "";
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.29));
    z-index: 1;
    border-radius: 20px;
}

.master-floor-section {
    background: rgb(184, 146, 100);
    color: rgb(255, 255, 255);
}

.sub-heading {
    letter-spacing: 3px;
    font-size: 14px;
    margin-bottom: 10px;
    opacity: 0.9;
    text-transform: uppercase;
}

.main-heading {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 40px;
}

.custom-tabs .nav-link {
    padding: 12px 35px;
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    background: transparent;
    border-radius: 6px;
    margin: 0px 10px;
    transition: 0.3s;
    font-family: Gilroy-Medium;
    font-weight: 400;
}

.custom-tabs .nav-link.active {
    background: rgb(255, 255, 255);
    font-family: Gilroy-Medium;
    font-weight: 600;
    color: rgb(167, 134, 79) !important;
}

.masterplan.highlights-section {
    background: url("../images/master-plan.webp") center center / cover no-repeat;
    padding: 80px 0px;
    color: rgb(255, 255, 255);
}

.small-heading {
    font-size: 14px;
    letter-spacing: 2px;
    opacity: 0.8;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: var(--heading-font);
    padding-left: 8px;
}

.main-heading {
    font-family: var(--heading-font);
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 80px;
    line-height: 1.3;
    padding-left: 0px;
    margin-top: 46px;
    letter-spacing: 2px;
}

.masterplan.highlights-list .item {
    font-size: 18px;
    margin-bottom: 55px;
    display: flex;
    align-items: center;
    color: rgb(255, 255, 255);
}

.masterplan.highlights-list .icon {
    margin-right: 10px;
    opacity: 0.9;
}

.masterplan.highlights-list {
    width: 87%;
    margin: 0px auto;
}

.enquire-btn:hover {
    background: transparent;
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

.nav.nav-pills {
    margin-top: 80px;
}

.btn-right {
    margin-left: 0px;
}

.masterplan-sec {
    width: 87%;
    margin: 0px auto;
}

.master-text h4 {
    margin-bottom: 80px;
    font-family: var(--heading-font);
    letter-spacing: 2px;
}

.master-type li {
    color: var(--white,#fff);
    font-family: var(--para-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
}

.master-type li span {
    width: 40%;
    letter-spacing: 1.5px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 40px;
    height: 40px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.carousel-control-next, .carousel-control-prev {
    bottom: -55px;
    top: unset;
    width: 4%;
}

.carousel-control-prev {
    left: 46%;
}

.carousel-control-next {
    right: 46%;
}

.location-section {
    background: rgb(255, 238, 211);
    padding: 80px 0px;
}

.location-small {
    margin-bottom: 0px;
    color: rgb(0, 0, 0);
    font-family: var(--heading-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding-left: 8px;
}

.location-title {
    font-family: var(--heading-font);
    font-size: 38px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 60px;
    color: rgb(43, 43, 43);
}

.location-row {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

.location-card {
    padding: 40px 50px;
    width: 420px;
    text-align: center;
    border-radius: 20px;
    background: rgb(255, 238, 211);
    box-shadow: rgb(158, 128, 80) 0px 4px 4px 0px, rgba(0, 0, 0, 0.25) 0px 0px 4px 0px;
}

.card-type {
    font-size: 20px;
    padding: 10px 0px;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 6px;
    margin-bottom: 35px;
    letter-spacing: 1px;
    color: rgb(0, 0, 0);
    font-family: var(--heading-font);
}

.starting-label {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: rgb(0, 0, 0);
    font-family: var(--heading-font);
}

.location-value {
    font-size: 32px;
    font-family: var(--heading-font);
    font-weight: 600;
    color: rgb(43, 43, 43);
    margin-bottom: 35px;
}

.location-value span {
    font-size: 22px;
}

.size-row {
    font-family: var(--heading-font);
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 20px 0px;
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 2px;
    text-transform: capitalize;
}

.enquire-btn {
    background: rgb(64, 12, 47);
    text-decoration: none;
    transition: 0.3s;
    font-family: var(--para-font);
    padding: 16px 36px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    margin-top: 40px;
}

.enquire-btn.price-sec {
    background: rgb(64, 12, 47);
    text-decoration: none;
    transition: 0.3s;
    font-family: var(--para-font);
    padding: 16px 36px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    margin-top: 40px;
    margin-left: 0px;
}

.enquire-btn.banner-btn {
    background: rgb(64, 12, 47);
    color: rgb(255, 255, 255);
    padding: 16px 36px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    transition: 0.3s;
    font-family: var(--para-font);
    margin-left: 0px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    font-weight: 600;
}

.enquire-btn:hover {
    background: rgb(64, 12, 47);
    font-weight: 600;
}

.distance-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 40px;
    width: 90%;
    margin: 60px auto 0px !important;
}

.distance-box h3 {
    margin-bottom: 5px;
    font-family: var(--heading-font);
    color: rgb(64, 12, 47);
    font-size: 24px;
    font-style: normal;
    font-weight: 375;
    line-height: normal;
    letter-spacing: 0px;
    text-transform: capitalize;
}

.distance-box ul {
    list-style: none;
    padding: 0px;
    margin: 25px 0px 0px;
}

.distance-box ul li {
    margin-bottom: 25px;
    font-family: var(--para-font);
    color: rgb(0, 0, 0);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    letter-spacing: 1.5px;
}

.distance-box ul li:last-child {
    margin-bottom: 0px;
}

.location-title {
    margin: 46px 0px 60px;
    color: rgb(64, 12, 47);
    font-family: var(--heading-font);
    font-size: 32px;
    font-style: normal;
    font-weight: 325;
    text-transform: capitalize;
    padding-left: 0px;
    letter-spacing: 2px;
}

.builder-section {
    position: relative;
    background: url("../images/footer_img.jpg") center center / cover no-repeat;
    display: flex;
    align-items: center;
    padding-left: 80px;
    color: rgb(255, 255, 255);
    font-family: var(--para-font);
    padding-top: 90px;
    padding-bottom: 90px;
    justify-content: end;
    padding-right: 90px;
}

.builder-overlay {
    position: absolute;
    inset: 0px;
}

.builder-content {
    position: relative;
    max-width: 600px;
    z-index: 2;
}

.builder-content h2 {
    margin-bottom: 25px;
    color: rgb(255, 255, 255);
    font-family: var(--heading-font);
    font-size: 32px;
    font-style: normal;
    font-weight: 325;
    line-height: 46px;
    letter-spacing: 2px;
    text-transform: capitalize;
}

.builder-logo {
    width: 98px;
    margin-bottom: 10px;
    padding-left: 0;
    filter: none;
}

.builder-content p {
    padding-left: 0;
    font-family: var(--para-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.contact-section {
    display: flex;
    padding: 80px 12%;
    gap: 10%;
    flex-wrap: wrap;
    background: rgb(255, 238, 211);
}

.contact-section .left {
    flex: 1 1 0%;
}

.contact-section .left .getin-heading {
    font-family: var(--heading-font);
    color: rgb(64, 12, 47);
    font-size: 54px;
    font-style: normal;
    font-weight: 325;
    line-height: 76px;
    letter-spacing: 2px;
    text-transform: capitalize;
}

.contact-section .rera-box {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 20px;
}

.contact-section .rera-box img {
    width: 80px;
}

.contact-section .right {
    flex: 1 1 0%;
    max-width: 500px;
}

.contact-section .right form label {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.contact-section .right input, .right textarea {
    width: 100%;
    padding: 12px 0px;
    margin-top: 8px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid rgb(158, 128, 80);
    background: transparent;
    outline: none;
    font-size: 15px;
}

.contact-section .right input {
    color: rgb(0, 0, 0);
    font-family: Gilroy-Medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 1px;
}

.right textarea::placeholder {
    color: rgb(0, 0, 0);
    font-family: Gilroy-Medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact-section .right input::placeholder {
    color: rgb(0, 0, 0);
}

.contact-section textarea {
    height: 80px;
    resize: none;
}

.contact-section .checkline {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    font-size: 12px;
    align-items: flex-start;
}

.contact-section button {
    margin-top: 25px;
    background: rgb(64, 12, 47);
    border: none;
    display: inline-flex;
    padding: 16px 36px;
    border-radius: 6px;
    align-items: center;
    gap: 10px;
    color: var(--white,#fff);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.contact-section button:hover {
    opacity: 0.9;
}

.contact-section .footer {
    text-align: center;
    padding: 50px 8%;
    font-size: 13px;
    line-height: 1.8;
}

.contact-section .copy {
    margin-top: 40px;
    font-weight: 500;
}

.footer-sec p {
    color: rgb(0, 0, 0);
    text-align: center;
    font-family: Gilroy-Regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 1px;
}

.footer-sec p a {
    color: rgb(64, 12, 47);
    text-align: center;
    font-family: Gilroy-Regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.footer-sec {
    text-align: center;
    background: rgb(255, 238, 211);
}

.footer-sec .copy {
    margin-top: 10px;
    margin-bottom: 15px;
}

input[type="checkbox"] {
    accent-color: rgb(247, 241, 244);
}

.amenities_box .amtName {
    position: absolute;
    bottom: 20%;
    right: 50px;
    color: rgb(255, 255, 255);
    font-family: var(--heading-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.modal-custom-box {
    background-color: rgb(64, 12, 47);
    border-radius: 18px;
    padding: 34px;
    position: relative;
    border: none;
}

.modal-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    border: none;
    font-size: 22px;
    line-height: 0;
    color: rgb(64, 12, 47);
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.modal-close-btn:hover {
    opacity: 0.9;
}

.form-label-custom {
    display: block;
    margin-top: 18px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    letter-spacing: 1px;
}

.form-input-custom {
    width: 100%;
    background: none;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid rgb(151, 124, 136);
    outline: none;
    color: rgb(255, 255, 255);
    padding: 12px 0px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.form-input-custom::placeholder {
    width: 100%;
    background: none;
    border: none;
    padding: 8px 0px;
    outline: none;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

.checkbox-wrapper {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    align-items: flex-start;
}

.form-check-input-custom {
    width: 16px;
    height: 16px;
}

.checkbox-text {
    font-size: 12px;
    color: rgb(238, 228, 211);
    line-height: 16px;
    margin: 0px;
}

.submit-btn-modal {
    margin-top: 30px;
    width: 100%;
    padding: 14px 0px;
    background-color: rgb(255, 255, 255);
    border: none;
    border-radius: 10px;
    color: rgb(64, 12, 47);
    font-size: 14px;
    letter-spacing: 2px;
    cursor: pointer;
}

.submit-btn-modal:hover {
    opacity: 0.8;
}

.mobile-section {
    display: none;
}

.artistic_img {
    position: absolute;
    bottom: 35px;
    right: 50px;
    color: rgb(255, 255, 255);
    font-family: var(--heading-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.pool-text h2.main-title {
    color: rgb(255, 255, 255);
}

section.gallery_section {
    padding: 80px 0px 120px;
    position: relative;
    width: 100%;
    background: url("../images/highlight-bg.webp") center center / cover no-repeat;
}

section.gallery_section h2.price-title {
    color: rgb(255, 255, 255);
}

section.gallery_section p.main_title {
    color: rgb(255, 255, 255);
}

section.gallery_section .main_title::after {
    background: linear-gradient(90deg, rgb(255, 255, 255) 0.52%, rgb(255, 255, 255) 49.52%, rgba(255, 255, 255, 0) 100%);
}

section.gallery_section .carousel-item img {
    border-radius: 20px;
    max-width: 100%;
}

.header.active a.call-box {
    border-color: rgb(64, 12, 47);
    color: rgb(64, 12, 47);
}

.location-section .col-md-12 {
    text-align: center;
}

.header.active .hamburger-icon img {
    filter: invert(62%) sepia(27%) saturate(566%) hue-rotate(355deg) brightness(90%) contrast(86%);
}

.call-box:hover {
    color: rgb(64, 12, 47);
}

.enquire-btn1:hover {
    background: rgb(64, 12, 47);
    color: rgb(255, 255, 255);
}

.submit-btn-modal:hover {
    background: transparent;
    border-color: rgb(255, 255, 255);
    font-weight: bold;
}

.submit-btn-modal:hover:hover {
    background: rgb(255, 255, 255);
    font-weight: 600;
}

.submit-btn-modal:hover:hover {
    background: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    color: rgb(64, 12, 47);
}

.enquire-btn.price-sec:hover {
    font-weight: 600;
}

.fixedIcons {
    position: fixed;
    z-index: 99;
    bottom: 15px;
    padding: 5px;
    background: rgb(255, 252, 241);
    border-radius: 50%;
    animation: 1.25s cubic-bezier(0.66, 0, 0, 1) 0s infinite normal none running pulse;
    box-shadow: rgb(41, 167, 26) 0px 0px 0px 0px;
}

.fixedIcons {
    &.whatsapp {
        left: 15px;
    }
}

.fixedIcons {
    &.phone {
        right: 15px;
        background: rgb(255, 255, 255);
    }
}

.fixedIcons {
    & img {
        width: 40px;
        padding: 5px;
    }
}

@keyframes pulse {
    100% {
        box-shadow: rgba(255, 232, 160, 0) 0px 0px 0px 20px;
    }
}

@keyframes mobile {
    0%, 100% {
        transform: scaleX(1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
}

.amenities_sec img.w-100 {
    position: relative;
}

.amenities_sec img.w-100 {
    position: relative;
}

.amenities_sec .artistic_img {
    bottom: 10px;
    z-index: 9;
}
.strip img{
    width: 100%;
    max-width: 100%;
}

#leadModal2 .img_Se img {
    max-width: 100%;
}

#leadModal2 .modal-dialog.modal-dialog-centered {
    max-width: 778px;
}
#leadModal2 .modal-content.modal-custom-box {
    padding: 0;
}