@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap');

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

body {
    min-width: 100vw;
    max-width: 100vw;
    background-color: #F3FFF8;
    overflow-x: hidden;
    margin-left: -2px;
}

button {
    cursor: pointer;
}

.header {
    background-image: url(../images/bg-header.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    width: 100%;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 45px 55px;
}

.logo {
    max-width: 64px;
    max-height: 64px;
}

.btn-container-nav {
    display: flex;
}

.btn-container-nav button {
    border-radius: 4px;
    border: none;
    padding: 8px 15px;

}

.download-brochure-btn {
    color: #1E2633;
    font-size: 15px;
}

.arrowdown-fontawesome {
    margin-left: 10px;
}

.whatsapp-btn {
    background-color: #0BBC63;
    color: #FFF;
    font-size: 25px;
    margin-left: 10px;
}

.contain-headings {
    padding: 0 55px;
}

.contain-headings-two {
    padding: 0 55px;
}

.headings-top-container {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.bhk-box {
    border-radius: 1px;
    background: linear-gradient(90deg, #8C4E24 -14.47%, #FAD875 49.58%, #CD872A 110.91%);
    padding: 10px 15px;
    color: #0E3645;
    -webkit-text-stroke-width: 0.5;
    -webkit-text-stroke-color: #0E3645;
    font-family: "Relight Demo";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 1.92px;
    margin-right: 12px;
}

.headingpercent {
    color: #FFBE0B;
    font-family: Inter;
    font-size: 19.111px;
    font-style: normal;
    font-weight: 600;
    line-height: 20.031px;
    margin-bottom: 7px;
}

.units {
    color: #FFF;
    font-family: Inter;
    font-size: 19.111px;
    font-style: normal;
    font-weight: 300;
    line-height: 20.031px;
}

.new-furnished-flats {
    color: #F9D674;
    font-family: Inter;
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: 1.89px;
}

.modern-amenities {
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 1.08px;
    text-transform: uppercase;
}

.diamond-park {
    background-color: #1E1E1E;
    width: 209px;
    height: 41px;
    color: #EAD168;
    text-align: center;
    -webkit-text-stroke-width: 0.4000000059604645;
    -webkit-text-stroke-color: #EAD168;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 95%;
    letter-spacing: 1.92px;
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.kuriachira {
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 16.77px;
    margin-top: 14px;

}

.font-map {
    margin-right: 10px;
}

.yellow-underline-div {
    background: linear-gradient(90deg, #8C4E24 -14.47%, #FAD875 49.58%, #CD872A 110.91%);
    height: 1px;
    width: 370px;
    margin: 14px 0;
}

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

.form-header-container {
    margin: 0 55px;
    border-radius: 6px;
    border: 1px solid #FFF;
    background: #FFF;

}

.header-content-container {
    margin-top: 40px;
    align-items: center;

}

.exclusive-p{
    font-size: 20px;
    font-family: Inter;
}

.form-heading {
    align-items: end;
    padding-top: 30px;
}

.form-heading img {
    min-width: 102px;
    height: 54px;
}

.form-heading h4 {
    color: #000;
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 8px;
    padding-right: 10px;
}

.form-underline {
    background: #515151;
    width: 100%;
    height: 1px;
}

.input-forms-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    /* border: 1px solid gold; */
    position: relative;
}

.input-container {
    position: relative;
    color: #1E1E1E;
    text-align: center;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.input-container i {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #16CC70;
    font-size: 15px;
}

.input-container input {
    min-width: 350px;
    padding: 15px 10px 15px 35px;
    outline: none;
    margin: 10px 0;
    border-radius: 6px;
    border: 1px solid #C3C3C3;

}

.btn-form button {
    border-radius: 4px;
    background: linear-gradient(90deg, #FDC73A 0%, #EAD167 100%);
    border: none;
    width: 100%;
    padding: 15px 20px;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
    letter-spacing: 1px;
}

.input-form-btn-contain {
    padding: 10px 20px;
    position: relative;
    padding-bottom: 30px;
}

.ready-header {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: 2.08px;
    margin-bottom: 10px;
}

.price-starts {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 0.96px;
    margin-right: 10px;
}

.price-header {
    display: flex;
    border-radius: 1px;
    border: 2px solid #BD8B48;
    max-width: 450px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.price-header h3 {
    color: #FFF;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 1.32px;
    padding: 8px;
}

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

.nav-phone {
    background-color: #1E2633;
    display: none;
    font-size: 25px;
}

/********************* HEADER END ********************/



/***************** MAP SECTION START**********************/

.finest-container {
    background-color: #F3FFF8;
}

.map-heading {
    color: #1E1E1E;
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 53px;
    text-transform: uppercase;
    padding: 100px 370px 40px 370px;
}

.spanimg {
    max-width: 88px;
    max-height: 33px;
}

.spanimgtwo {
    margin-left: 10px;
}

.underline-div-map {
    background: #DBA336;
    width: 100vw;
    height: 1.4px;
}

.map {
    height: 70vh;
    background-image: url(../images/mapp.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
}

.mapimg {
    position: absolute;
    width: 60%;
    height: 90%;
    left: 22%;
    top: 30px;
}

.map-box-left {
    position: absolute;
    top: 20px;
    left: 50px;
    border-radius: 1px;
    border: 0.6px solid #0F2D89;
    background: #FDFDFD;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    max-width: 200px;
}

.map-box-right {
    position: absolute;
    top: 20px;
    right: 50px;
    border-radius: 1px;
    border: 0.6px solid #0F2D89;
    background: #FDFDFD;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    max-width: 200px;
}

.map-box-left h6 {
    color: #292D32;
    text-align: center;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 1px;
    padding: 10px;
    padding-bottom: 0;
}

.map-box-right h6 {
    color: #292D32;
    text-align: center;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 1px;
    padding: 10px;
    padding-bottom: 0;
}

.map-box-left p {
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    padding: 10px;
}

.map-box-right p {
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    padding: 10px;
}

.mapimg-mob {
    display: none;
}

/***************** MAP SECTION END**********************/


/* ICON NUMBERS SECTION START */



.numbers-div {
    border-radius: 10px;
    background: #161E37;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: 60px;
    margin-right: 60px;
    padding: 50px 0;
    margin-top: 40px;
}

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

.numbers {
    color: var(--base-white, #FFF);
    text-align: center;
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: #FFF;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
}

.numbers-description {
    color: var(--blue-gray-300, #CBD5E1);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-right: 10px;
    padding-left: 10px;
}

.customers {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/***************** ICON NUMBERS SECTION END ****************/


/***************** IMAGE GALLERY START *********************/

.image-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 10px;
    margin: 100px 60px;
}

.image-container {
    position: relative;
    border-radius: 3px;
    min-height: 476px;
}

.bg-img-gallery {
    position: absolute;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-description {
    color: #FFF;
    -webkit-text-stroke-width: 0.4000000059604645;
    -webkit-text-stroke-color: #FFF;
    font-family: Luxiachy;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: absolute;
    bottom: 20px;
    left: 30px;
    z-index: 10;

}

.bg-gradient {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40%;
    border-radius: 0px 0px 7px 7px;
    background: linear-gradient(183deg, rgba(217, 217, 217, 0.00) 2.79%, rgba(0, 0, 0, 0.28) 48.14%, #000 103.85%);
}

.description-container h3 {
    color: #1E1E1E;
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 53px;
    text-transform: uppercase;
    padding: 0 400px;
    margin-bottom: 20px;
}

.description-container h3 span {
    color: #413FD9;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 53px;
    text-transform: uppercase;
}

.description-container p {
    color: #686868;
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    padding: 0 200px;
}

/***************** IMAGE GALLERY END *********************/

.gray-underline {
    background: #A6A6A6;
    height: 0.6px;
    width: 100%;
    margin: 90px 0;
}

.exclusive-amenities-description {
    padding-left: 60px;
}

.exclusive-amenities-description h3 {
    color: #0F2D89;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.exclusive-amenities-description p {
    color: #686868;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    text-transform: capitalize;
    margin-top: 20px;
    padding-right: 600px;
    padding-bottom: 50px;
}


/* DYNAMIC AMENITIES SECTION START */

.amenities-container {
    position: relative;
    height: 550px;
    margin: 0 60px 100px 60px;
}

.amenities-img {
    position: absolute;
    width: 100%;
    height: 110%;
}

.amenities-img-mobile {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}

.amenities-btn-container {
    position: absolute;
    display: grid;
    grid-template-columns: 1fr 1fr;
    top: 30px;
    left: 50px;
    column-gap: 14px;
    row-gap: 30px;
}

.amenities-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    border-radius: 4px;
    background: #FFF;
    min-width: 123px;
    min-height: 64px;
    color: #1E2633;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-transform: capitalize;
    transition: 0.2s ease-in-out;
    border: none;
}

.amenities-btn:hover {
    color: white;
    background: linear-gradient(114deg, #383D42 20.87%, #28292A 86.8%);
}

.amenities-btn svg {
    margin-bottom: 5px;
}

.amenities-description-container {
    position: absolute;
    right: 0;
    bottom: 30px;
    border-radius: 12px;
    background: rgba(72, 72, 72, 0.40);
    backdrop-filter: blur(26.850000381469727px);
    max-width: 606px;
    max-height: 223px;
    padding: 30px 20px 30px 50px;

}

.amenities-icon-heading {
    color: #FFF;
    -webkit-text-stroke-width: 0.30000001192092896;
    -webkit-text-stroke-color: #FFF;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.desc-amenities {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    text-transform: capitalize;
}

.icon-contain {
    border-radius: 3px;
    background: #EE964B;
    max-width: 39px;
    max-height: 38px;
    padding: 6px;
    margin-right: 10px;
}

.active-btn {
    border-radius: 4px;
    background: linear-gradient(114deg, #383D42 20.87%, #28292A 86.8%);
    color: #FFF;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-transform: capitalize;
}

.active-btn .courtPath {
    fill: white;
}


/* DYNAMIC AMENITIES SECTION END */



/************ TESTIMONIALS START **************/
.container {
    display: flex;
    width: 100%;
    border-top: 0.7px solid #A6A6A6;
    border-bottom: 0.7px solid #A6A6A6;
    padding-top: 10px;
    padding-bottom: 50px;
}

.static-content {
    padding-left: 50px;
}

.static-content h2 {
    color: #000;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    text-transform: capitalize;
    padding-bottom: 10px;
    padding-top: 30px;
}

.static-content h1 {
    color: #1E1E1E;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 46px;
    text-transform: uppercase;
    padding-right: 20px;
}

.static-content h3 {
    color: #413FD9;
    font-family: Inter;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
    text-transform: uppercase;
}

.testimonials-heading-container {
    display: flex;
    flex-direction: column;
    border-right: 0.8px solid #A6A6A6;
}



.family-img-div img {
    max-width: 340px;
    max-height: 294px;

}

.slider {
    width: 65%;
    position: relative;
    overflow: hidden;

}

.slider-content {
    display: flex;
    transition: transform 0.5s ease-in-out;
    /* border: 1px solid red; */
    margin-top: 70px;
    margin-left: 20px;
}

.slider-content img {
    max-width: 583px;
    max-height: 328px;
}

.slide {
    /* min-width: 100%; */
    box-sizing: border-box;
}

.slide img {
    margin-right: 20px;
    border-radius: 9px;
    /* width: 100%; */
    /* display: block; */
    cursor: pointer;
}

.arr-btn-container {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.btn {
    background: white;
    border-radius: 50%;
    padding: 5px;
    border: 0.7px solid #161E37;
    font-size: 15px;
    margin-right: 8px;
}


/************ TESTIMONIALS END **************/



.prime-location {
    padding: 40px 50px;
    max-width: 850px;
}

.prime-location h2 {
    color: #0F2D89;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.prime-location p {
    color: #686868;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
}

.form-location-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding: 40px 50px;
    column-gap: 100px;
}

.location-container {
    border-radius: 10px;
    border: 0.6px #4C4C4C;
    background: #131B2A;
    padding: 20px;
}

.logo-map {
    max-width: 64px;
    max-height: 64px;
    margin-bottom: 30px;
}

.form-location-container h2 {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.divid {
    background-color: #C5C5C5;
    width: 100%;
    height: 0.6px;
    margin: 12px 0;
}

.form-location-container h6 {
    color: #FFF;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px;
}

.mapp {
    /* max-width: 388px;
    max-height: 201px; */
    margin-top: 20px;
    border-radius: 5px;
    width: 100%;
}


/* FORMOUT START*/

.form-out {
    margin-top: 50px;
}

.form-container {
    background-color: transparent;
    padding: 20px;
    width: 100%;
}

form {
    display: flex;
    flex-direction: column;
}

.form-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.form-group {
    display: flex;
    flex-direction: column;
    width: 48%;
}

.form-group.full-width {
    width: 100%;
}

label {
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
}

.inp {
    padding: 8px 0;
    border: none;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
    font-size: 14px;
}

.inp:focus {
    outline: none;
    border-color: #007bff;
}

.submit-btn {
    border-radius: 4px;
    background: linear-gradient(90deg, #FFC737 0%, #EAD168 100%);
    border: none;
    min-height: 43px;
    color: #101828;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
    letter-spacing: 1px;
    text-align: start;
    padding-left: 30px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 30px;
}


/* FORMOUT END*/

footer {
    position: relative;
    min-height: 600px;
    background-image: url(../images/FOOTERBG.jpg);
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.footer-logo {
    position: absolute;
    min-width: 88px;
    min-height: 88px;
    top: 50px;
    left: 50px;
}

.footer-btn-container {
    position: absolute;
    top: 230px;
    left: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.footer-btn-container button {
    border-radius: 6px;
    border: 1px solid #FFF;
    background-color: transparent;
    backdrop-filter: blur(2px);
    min-width: 222px;
    min-height: 43px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 10px;
    color: #EBEBEB;
    text-align: center;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.call-btn-footer {
    margin-right: 20px;
}

.footer-desc {
    position: absolute;
    bottom: 30px;
    padding: 0 50px;

    width: 100%;
    color: #FFF;

    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.77px;
}

.privacy {
    color: #FFF;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.77px;
    /* 129% */
}

.mob-footer-dpark {
    display: none;
    position: absolute;
    width: 100%;

}

.enquire-mobile {
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.59);
    display: none;
    position: sticky;
    bottom: 0;
}


/************* STICKY MODAL START ************/


.sticky_modal {
    display: none;
    /* Initially hidden */
    position: sticky;
    bottom: 20px;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    margin: 20px 360px;
    color: white;
    border-radius: 6px;
    align-items: center;
}



.nearby-mobile-btn {
    color: #000;
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    border-radius: 2px;
    background: #FFF;
    padding: 10px 20px;
}

.nearby-mobile-btn svg {
    margin-left: 6px;
}

.enquire-btn-mobile {
    color: #FFF;
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 2px;
    background: linear-gradient(90deg, #B98643 0%, #DFAE51 44.5%, #D99D3F 100%);
    padding: 10px 20px;
    min-width: 155px;
    margin-left: 10px;
}

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

/************* STICKY MODAL END ************/



/* ENQUIRE NOW MODAL START */

.modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    visibility: hidden;
}

.modal-content {
    background-color: white;
    width: 90%;
    max-width: 800px;
    display: flex;
    flex-direction: row;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.modal-left {
    flex: 1;
    background-color: #e6f7f8;
    /* Placeholder background color */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.image-placeholder {
    width: 100%;
    height: auto;
    /* Ensure height scales with width */
    display: flex;
    align-items: center;
    justify-content: center;
}

.julyoffer {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 10px;

}

.modal-right {
    flex: 1;
    background-color: #e6e7ff;
    /* Background color to match the image */
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.modal-right h2 {
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.modal-right form {
    display: flex;
    flex-direction: column;
}

.modal-right input,
.modal-right button {
    margin-bottom: 10px;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.modal-right button {
    background-color: #ff5e3a;
    color: white;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.modal-right button:hover {
    background-color: #ff3e1c;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}

.mright {
    font-family: Inter;
    padding-left: 20px;
}

/* ENQUIRE NOW MODAL END */

/* IMAGE GALLERY START RECENT IMAGES */
.unique-slider-container-xyz {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    margin: auto;
    margin: 0 50px;

}

.unique-slider-wrapper-xyz {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.unique-slider-item-xyz {
    flex: 0 0 33.3333%;
    box-sizing: border-box;
    padding: 10px;
    height: 400px;
}

.unique-slider-item-xyz img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures the image covers the area without distortion */
}

.unique-prev-btn-xyz,
.unique-next-btn-xyz {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.unique-prev-btn-xyz {
    left: 10px;
}

.unique-next-btn-xyz {
    right: 10px;
}

/* RECENT IMAGE GALLERY END */


/******** YOUTUBE VIDEO MODAL **********/
/* Modal styles */
.videomodal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    z-index: 9999;
}

.video-modal-content {
    background-color: white;
    width: 90%;
    max-width: 800px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
    width: 100%;
    overflow: hidden;
    background: #000;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 34px;
    cursor: pointer;
    color: black;
}

/******** YOUTUBE VIDEO MODAL END**********/

.map-heading span {
    color: #DBA336;
}














@media (max-width:1300px) {
    .sticky_modal {
        margin: 20px 200px;
    }

    .map-heading {
        font-size: 28px;
        line-height: 34px;
        padding: 50px 100px 40px 100px;
    }
}

@media (max-width:1100px) {
    .sticky_modal {
        margin: 20px 100px;
    }

    .map-heading {
        font-size: 19.698px;
        line-height: 29px;
        padding: 50px 20px 40px 20px;
    }
    .unique-slider-item-xyz{
        flex: 0 0 50%;
    }
}


/***************************** MEDIA QUERY 900PX START ******************/
@media (max-width: 900px) {
    nav {
        padding: 45px 25px;
    }

    .contain-headings {
        padding: 0 25px;
    }

    .form-header-container {
        margin: 0 25px;
    }

    .map-heading {
        font-size: 19.698px;
        line-height: 29px;
        padding: 50px 20px 40px 20px;
    }

    .numbers-div {

        margin-left: 20px;
        margin-right: 20px;
        padding: 50px 0;
        margin-top: 40px;
    }

    .image-gallery {
        grid-template-columns: 1fr 1fr;
        margin: 20px 40px;
        gap: 20px;
    }

    .description-container h3 {
        padding: 0 30px;
        font-size: 20px;
        line-height: 34px;
        margin-top: 40px;
    }

    .description-container h3 span {
        font-size: 20px;
        line-height: 34px;
    }

    .description-container p {
        padding: 0 30px;
        text-align: start;
        font-size: 15px;
        line-height: 30px;
    }

    .exclusive-amenities-description {
        padding: 10px 20px;
    }

    .exclusive-amenities-description p {
        padding: 20px 0;
    }

    .exclusive-amenities-description h3 {
        font-size: 24px;
    }

    .amenities-container {
        margin: 0 10px 40px 10px;
    }

    .form-location-container {
        display: grid;
        grid-template-columns: 1fr 2fr;
        padding: 40px 10px;
        column-gap: 10px;
    }

    .sticky_modal {
        margin: 20px 50px;
    }
}

/***************************** MEDIA QUERY 900PX END ******************/












/***************************** MEDIA QUERY 800PX START ******************/



@media (max-width: 800px) {
    .header-headings-container {
        /* display: flex;
        flex-direction: column; */
        /* border: 1px solid tomato; */
        padding-left: 25vw;
    }

    .nav-phone {
        display: block;
    }
    .unique-slider-item-xyz{
        flex: 0 0 100%;
    }

    .download-brochure-btn {
        display: none;
    }

    nav {
        padding: 20px 15px;
    }

    .logo {
        max-width: 54px;
        max-height: 54px;
    }

    .headings-top-container {
        flex-direction: column;
        margin-left: 0px;
        align-items: center;
    }

    .header-content-container {
        margin-top: 10px
    }

    .form-header-container {
        display: none;
    }

    .header {
        background-image: url(../images/bg-mobile.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 100vh;
        max-height: 100%;
        width: 100%;
    }

    .my-12 {
        margin: 12px 0;
    }

    .headingpercent {
        margin-right: 7px;
    }

    .new-furnished-flats {
        font-size: 23px;
        line-height: 40px;
        letter-spacing: 1.29px;
    }

    .contain-headings {
        padding: 0 10px;
        text-align: center;
    }

    .contain-headings-two {
        padding: 0 1px;

    }

    .diamond-park {
        max-width: 159px;
        max-height: 41px;
        font-size: 12px;
        line-height: 75%;
        letter-spacing: 1.52px;
        padding: 8px 7px;
    }

    .contain-headings-two {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0;
    }

    .kuriachira {
        font-size: 16px;
        line-height: 14.77px;
        margin-top: 0;
        margin-left: 14px;
    }

    .font-map {
        margin-right: 4px;
    }

    .price-starts {

        font-size: 13px;
        font-weight: 400;
        line-height: 46px;
        letter-spacing: 0.96px;
        margin-right: 6px;
    }

    .price-header {
        display: flex;
        border-radius: 1px;
        border: 1.5px solid #BD8B48;
        max-width: 350px;

    }

    .price-header h3 {
        font-size: 17px;
        line-height: 40px;
        letter-spacing: 1.32px;
        padding: 4px;
    }

    .items-center {
        margin-top: 280px;
    }

    .ready-header {
        margin-bottom: 5px;
    }

    .yellow-underline-div {
        background: yellow;
        height: 1.2px;
        margin-left: auto;
        margin-right: auto;
        max-width: 300px;
        margin-bottom: 7px;
        margin-top: 5px;
    }

    .header-headings-container {
        margin-left: 20px;
    }

    .bhk-box {
        margin-left: 15px;
        padding: 6px 10px;
    }

    .modern-amenities {
        margin-top: -10px;
    }

    .map-heading {
        font-size: 19.698px;
        line-height: 29px;
        padding: 50px 20px 40px 20px;
    }

    .spanimg {
        max-width: 48.151px;
        max-height: 18.057px;
    }

    .map-box-left {
        position: absolute;
        top: 20px;
        left: 40px;
        border-radius: 1px;
        max-width: 170px;
    }

    .map-box-right {
        position: absolute;
        top: 20px;
        right: 40px;
        border-radius: 1px;
        max-width: 170px;
    }

    .map-box-left h6 {
        font-size: 16px;
        padding-top: 0;
    }

    .map-box-right h6 {
        font-size: 16px;
        padding-top: 0;
    }

    .map-box-left p {
        font-size: 13px;
        padding-bottom: 4px;
        padding-top: 0;
        padding-right: 20px;
    }

    .map-box-right p {
        font-size: 13px;
        padding-bottom: 4px;
        padding-top: 0;
        padding-right: 20px;
    }

    .map {
        height: 90vh;
        background-image: url(../images/mobilemap.png);
    }

    .mapimg-mob {
        display: block;
    }

    .mapimg-mob {
        position: absolute;
        width: 94%;
        height: 96%;
        top: 150px;

    }

    .mapimg {
        display: none;
    }

    .second-section {
        margin-top: 200px;
    }

    .numbers-div {
        grid-template-columns: 1fr 1fr;
        margin-left: 10px;
        margin-right: 10px;
        padding: 0;
    }

    .numbers {
        font-size: 24px;
    }

    .customers {
        padding-bottom: 50px;
        padding-top: 20px;
        border: 0.5px solid gray;
    }

    .icon-svg {
        max-width: 37px;
        max-height: 37px;
    }

    .image-gallery {
        grid-template-columns: 1fr 1fr;
        margin: 20px 40px;
        gap: 20px;
    }

    .gallery-description {
        left: 10px;
    }

    .description-container h3 {
        padding: 0 30px;
        font-size: 20px;
        line-height: 34px;
        margin-top: 40px;
    }

    .description-container h3 span {
        font-size: 20px;
        line-height: 34px;
    }

    .description-container p {
        padding: 0 30px;
        text-align: start;
        font-size: 15px;
        line-height: 30px;
    }

    .exclusive-amenities-description {
        padding: 10px 20px;
    }

    .exclusive-amenities-description p {
        padding: 20px 0;
    }

    .exclusive-amenities-description h3 {
        font-size: 24px;
    }

    .gray-underline {
        margin: 30px 0;
    }

    .amenities-img {
        /* display: none; */
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* .amenities-img-mobile {
        display: block;
    } */

    .amenities-container {
        margin: 0 10px 40px 10px;
    }

    .amenities-btn-container {
        position: absolute;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        top: 370px;
        left: 20px;
        column-gap: 10px;
        row-gap: 10px;
        height: 30%;
        width: 80%;
    }



    .amenities-description-container {
        position: absolute;
        top: 10px;
        border-radius: 12px;
        padding: 10px 10px 2px 10px;
        margin: 10px;
        max-height: 200px;
        opacity: 0.9;
    }

    .amenities-icon-heading {
        color: #FFF;
        -webkit-text-stroke-width: 0.30000001192092896;
        -webkit-text-stroke-color: #FFF;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 15px;
        letter-spacing: 2px;
    }

    .amenities-btn {
        max-width: 105.012px;
        max-height: 59.437px;
        color: #1E2633;
        font-size: 11.587px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%;
        min-width: 0;
        min-height: 0;

    }

    .amenities-btn svg {
        max-width: 27.036px;
        max-height: 27.036px;
    }

    .active-btn {
        color: #FFF;
    }

    .family-img-div {
        display: none;
    }

    .container {
        flex-direction: column;
        padding-bottom: 5px;
    }

    .static-content {
        padding-left: 10px;
    }

    .static-content h1 {
        font-size: 24px;
    }

    .static-content h3 {
        font-size: 24px;
        margin-top: -10px;
    }

    .static-content h2 {
        font-size: 16px;
    }

    .slider-content {
        margin-top: 20px;
    }

    .slider-content {
        margin-left: 10px;
    }

    .slide img {
        max-width: 319px;
        max-height: 206px;
    }

    .slider {
        width: 95%;
        padding-bottom: 100px;
    }

    .arr-btn-container {
        bottom: 50px;
        right: 20px;
    }

    .prime-location {
        padding: 40px 10px;
    }

    .prime-location h2 {
        font-size: 24px;
    }

    .prime-location p {
        font-size: 14px;
    }

    .form-location-container {
        grid-template-columns: 1fr;
        padding: 40px 10px;

    }

    .mapp {
        /* max-width: 288px;
        max-height: 201px; */
        margin-top: 20px;
        border-radius: 5px;
        width: 100%;
    }

    .form-row {
        flex-direction: column;
    }

    .form-group {
        width: 90%;
        margin-bottom: 30px;
    }

    .inp {
        padding: 0;
    }

    .footer-btn-container {
        flex-direction: column;
        top: 150px;
        left: 10px;

    }

    .footer-logo {
        max-width: 68px;
        max-height: 68px;
        top: 30px;
        left: 10px;
    }

    .call-btn-footer {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .footer-desc {
        flex-direction: column;
        padding: 0 10px;
        font-size: 11px;
    }

    .privacy {
        font-size: 11px;
    }

    .ff {
        flex-direction: column;
    }

    .mob-footer-dpark {
        display: block;
        bottom: 0;
    }

    .enquire-mobile {
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 0;
        position: sticky;
        bottom: 0;
    }

}

/***************************** MEDIA QUERY 800PX END ******************/


@media (max-width: 700px) {
    .header-headings-container {
        /* display: flex;
        flex-direction: column; */
        /* border: 1px solid tomato; */
        padding-left: 20vw;
    }

    .modal-content {
        flex-direction: column;
        max-width: 600px;
    }
    .unique-slider-container-xyz{
        margin: 0 10px;
    }

    .modal-left,
    .modal-right {
        flex: none;
        width: 100%;
    }

    .julyoffer {
        max-width: 100%;
        /* Reduce the image size to 80% of the parent container */
        height: auto;
        object-fit: contain;
        margin: 0 auto;
        /* Center the image horizontally */
    }

    .mright {
        font-family: Inter;
        padding-left: 20px;
    }
}



/***************************** MEDIA QUERY 600PX start ******************/
@media (max-width: 600px) {
    .header-headings-container {
        padding-left: 14vw;
    }

    .image-gallery {
        grid-template-columns: 1fr;
        margin: 20px 40px;
        gap: 20px;
    }
}










/**************** MEDIA QUERY 500PX START******************/












/**************** MEDIA QUERY 450PX START******************/
@media (max-width: 450px) {
    .header-headings-container {
        /* display: flex;
        flex-direction: column; */
        /* border: 1px solid tomato; */
        padding-left: 5vw;
    }

    .map-box-left {
        left: 20px;
    }

    .map-box-right {
        right: 20px;
    }

    .image-gallery {
        margin: 20px 20px;

    }

    .header-headings-container {
        /* border: 1px solid tomato; */
        padding-left: 0;
        margin: 0px auto;
    }
    .bhk-box {
        margin-left: 15px;
        padding: 6px 10px;
        font-size: 26px;
        line-height: 30px;
    }
    .new-furnished-flats {
        font-size: 23px;
        line-height: 28px;
        letter-spacing: 1.29px;
        margin-bottom: 10px;
    }
    .contain-headings-two {
        width: 92%;
        margin: 0px auto;
    }
    .modern-amenities {
        color: #FFF;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 1.08px;
        text-transform: uppercase;
    }
    .kuriachira {
        margin-top: 0;
        margin-left: 14px;
        background-color: #1E1E1E;
        width: auto;
        height: 41px;
        color: #EAD168;
        text-align: center;
        -webkit-text-stroke-width: 0.4000000059604645;
        -webkit-text-stroke-color: #EAD168;
        font-family: Inter;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 1.92px;
        text-transform: uppercase;
        text-align: left;
        justify-content: center;
        display: flex;
        align-items: center;
        border-radius: 5px;
        padding: 5px 10px;
    }

    .diamond-park {
        max-width: 159px;
        max-height: 41px;
        font-size: 12px;
        line-height: 1.2;
        letter-spacing: 1.52px;
        padding: 8px 7px;
    }
}

/**************** MEDIA QUERY 450PX END******************/



/**************** MEDIA QUERY 400PX START******************/

@media (max-width: 400px) {
    .header-headings-container {
        /* border: 1px solid tomato; */
        padding-left: 0;
        margin: 0px auto;
    }
    .bhk-box {
        margin-left: 15px;
        padding: 6px 10px;
        font-size: 26px;
    }

    .map-box-left {
        left: 10px;
    }

    .map-box-right {
        right: 10px;
    }
}

/**************** MEDIA QUERY 400PX END******************/