@media (min-width: 1400px) and (max-width: 1440px) {
    .loc-img-main {
        width: 972px;
    }
}

@media (min-width: 1020px) and (max-width: 1025px) {
    .elevate-image img {
        height: 425px;
    }

    .elevate-image.elevate-right img {
        margin-left: auto;
    }

    .elevate-image img {
        width: auto;
    }
}

@media (max-width: 1024px) {
    .logo img {
        width: 70px;
    }

    .overview-right img {
        height: 75%;
    }

    .menu-list {
        gap: 10px;
    }

    .menu-list-item a {
        font-size: 12px;
    }

    .title-main {
        margin-bottom: 15px;
    }

    h2.title {
        font-size: 32px;
    }

    .overview-right {
        height: 500px;
    }

    .overview-right img {
        object-position: top;
        object-fit: cover;
    }

    .overview-content {
        gap: 15px;
    }

    .highlights {
        height: auto;
        overflow-y: hidden;
    }

    .highlights .highlights-bg {
        width: 400px;
        height: auto;
        top: 150px;
    }

    .highlights-content {
        height: auto;
        overflow-y: auto;
    }

    .highlights-box-wrapper {
        padding-bottom: 10px;
    }

    .text-rotator li {
        font-size: 17px;
    }

    .highlights-box {
        width: 165px;
        height: 170px;
        padding: 20px 10px;
        gap: 10px;
    }

    .gallery {
        padding-bottom: 50px;
    }

    .ame-desc {
        font-size: 18px;
    }

    .elevate-inner-title .letter {
        font-size: 34px;
    }

    .elevate-image {
        height: 450px;
    }

    .elevate-box {
        width: 325px;
    }

    .elevate-inner-title .letter {
        font-size: 28px;
        position: relative;
        left: -16px;
    }

    .elevate-inner-title .title-span {
        font-size: 34px;
        line-height: 40px;
    }

    .location .vtp-btn {
        margin-bottom: 50px;
        margin-right: 5%;
    }

}

@media (max-width: 991px) {


    .overview-right {
        align-items: start;
        padding-top: 50px;
    }

    .overview-right img {
        height: 60%;
        width: 86%;
    }

    .highlights .highlights-bg {
        width: 275px;
        height: auto;
        top: 100px;
    }

    .mobile-menu {
        display: flex;
    }

    .desktop-menu {
        display: none;
    }

    .mobile-menu .hamburger {
        cursor: pointer;
        width: 25px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: transform 0.3s ease;
    }

    .hamburger svg {
        width: 35px;
        height: 35px;
        transition: all 0.3s ease;
    }

    .mobile-menu .hamburger .menu-close-icon {
        height: 0px;
        width: 0px;
        opacity: 0;
        visibility: 0;
    }

    .mobile-menu .hamburger.open .menu-open-icon {
        height: 0px;
        width: 0px;
        opacity: 0;
        visibility: 0;
    }

    .mobile-menu .hamburger.open .menu-close-icon {
        height: auto;
        width: auto;
        opacity: 1;
        visibility: visible;
    }

    .menu-list {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
        display: flex;
        flex-direction: column;
        backdrop-filter: blur(7px);
        background: #00000073;
        position: absolute;
        top: 67px;
        right: 50px;
        width: fit-content;
        gap: 5px;
        border-radius: 0 0 30px 30px;
        padding: 10px;
    }

    .menu-list-item {
        text-align: center;
    }

    .menu-list-item a {
        font-size: 14px;
    }

    .vtp-btn {
        margin: 10px 0;
    }

    .menu-list.open {
        max-height: 300px;
        opacity: 1;
        transition: max-height 0.4s ease-in-out;
    }

    .header-bg {
        width: auto;
        margin: 0 30px;
    }

    .side-space {
        padding-left: 30px;
        padding-right: 30px;
    }

    .space-between {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .text-rotator li {
        font-size: 19px;
    }

    .highlights-box-wrapper .row {
        row-gap: 11px;
    }

    .gallery .item {
        height: 450px;
    }

    .gallery-slide {
        height: 350px;
    }

    .zoom-active.gallery-slide {
        height: 450px;
    }

    .gallery-slide .gallery-desc {
        padding-bottom: 20px;
        padding-left: 20px;
        font-size: 22px;
    }

    .image-lg {
        height: 375px;
    }

    .image-sm {
        height: 250px;
    }

    .amenities-stick.rev.image-lg {
        height: 400px;
    }

    .amenities-stick.in-view.image-sm .ame-desc {
        transform: translateY(77%);
    }

    .amenities-stick.in-view.image-lg .ame-desc {
        transform: translateY(85%);
    }

    ul.header-btn-mobile {
        display: flex;
        z-index: 999;
    }

    .elevate {
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .elevate-box {
        width: 275px;
    }

    .elevate-image {
        height: 365px;
        width: 200px;
    }

    .elevate-image.elevate-right {
        margin-left: auto;
    }

    .elevate-inner-title .letter {
        left: 0px;
    }

    .animate .elevate-desc .title-span {
        font-size: 24px;
    }

    .elevate-inner-title .title-span {
        font-size: 32px;
        line-height: 40px;
    }

    .location .vtp-btn {
        margin-bottom: 15px;
        margin-right: 30px;
    }

    .elevate-image img {
        height: auto;
        width: 100%;
    }

}

@media (max-width: 768px) {
    .highlights-box {
        width: 165px;
        height: 190px;
    }

    .highlights-text p {
        line-height: 20px;
    }

    h2.title {
        font-size: 28px;
    }

    .image-lg {
        height: 350px;
    }

    .amenities-stick.rev.image-lg {
        height: 375px;
    }

    .elevate-inner-title .letter {
        left: 12px;
    }

    .location .vtp-btn {
        margin-bottom: 10px;
        margin-right: 15px;
    }

    .social-float {
        display: none;
    }

}

@media(max-width: 552px) {

    .banner-slide {
        height: 100vh;
    }

    h2.title {
        font-size: 26px;
    }

    .menu-list {
        width: 70%;
    }

    .owl-carousel .owl-item .desktop {
        display: none;
    }

    .owl-carousel .owl-item .mobile {
        display: block;
    }

    .space-between {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .side-space {
        padding-left: 15px;
        padding-right: 15px;
    }

    #Overview {
        padding-right: 15px;
        padding-top: 30px;
    }

    .overview-content {
        gap: 20px;
    }

    .overview-inner-img {
        /* width: 100%;
        height: 75px;
        display: flex;
        justify-content: center; */
        display: none;
    }

    .overview-inner-img img {
        object-fit: contain;
    }

    .text-rotator li {
        font-size: 15px;
    }

    .overview-right {
        height: 250px;
        width: 100%;
    }

    .highlights {
        padding-top: 60px;
    }

    .highlights .highlights-bg {
        display: none;
    }

    .highlights-content {
        padding: 0px;
    }

    .highlights-box {
        width: auto;
        height: 170px;
    }

    .highlights-box-wrapper .row {
        margin: 0 -7.5px;
    }

    .highlights-box-wrapper .col-6 {
        padding: 0 7.5px;
    }

    .gallery .item {
        height: 400px;
    }

    .gallery-slide {
        height: 350px;
    }

    .zoom-active.gallery-slide {
        height: 400px;
    }

    .wrapper {
        column-count: 2;
        gap: 15px;
    }

    .amenities-stick {
        margin-bottom: 15px;
    }

    .image-lg,
    .amenities-stick.rev.image-lg {
        height: 250px;
    }

    .amenities-stick.in-view.image-lg .ame-desc {
        transform: translateY(78%);
    }

    .ame-desc {
        font-size: 12px;
        right: 10px;
        text-align: right;
    }

    .mobile-menu .hamburger {
        margin-right: 10px;
    }

    .gallery-slide .gallery-desc {
        padding-bottom: 15px;
        padding-left: 10px;
        font-size: 22px;
    }

    .elevate {
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 60px;
    }

    .overview-right {
        display: none;
    }

    .elevate-box {
        width: 125px;
    }

    .animate .elevate-desc .title-span {
        font-size: 15px;
    }

    .elevate-image {
        height: 225px;
        width: 100%;
    }

    .elevate-inner-title .letter {
        font-size: 18px;
        left: 0px;
    }

    .elevate-inner-span {
        display: none !important;
    }

    .elevate-inner-span-mob {
        display: flex !important;
        font-size: 20px !important;
        text-align: center;
        line-height: 25px !important;
    }

    .elevate-desc {
        width: 135px;
        justify-content: right;
    }

    .elevate-desc.js {
        justify-content: left;
        width: 96px;
    }

    .carousel-wrap .nav-link {
        padding: 8px 14px;
    }

    .large_amenities_section .nav-pills {
        gap: 10px;
    }

    .large_amenities_section .nav-pills .nav-link {
        padding: 8px 12px;
        font-size: 14px;
        line-height: 14px;
    }

    .header-bg {
        margin: 0 15px;
        height: 42%;
        top: 29%;
    }

    .logo img {
        width: 60px;
        position: relative;
        z-index: 99;
    }

    .mobile-menu .hamburger {
        margin-right: -10px;
    }

    .menu-list {
        top: 54px;
    }

    .location .vtp-btn {
        position: relative;
        margin: 0 auto;
        margin-top: 25px;
    }

    .mob-last-ame {
        margin-left: 56% !important;
    }

    .highlights-box-wrapper .row {
        justify-content: center;
    }

    button.owl-dot {
        height: 5px;
        width: 5px;
    }

    .ellipse-ico {
        padding: 0px;
        padding-left: 5px;
    }

    .ellipse-ico::before {
        top: 7px;
        left: -11px;
    }

    li.col-6.ellipse-ico p {
        line-height: 18px;
        font-size: 14px;
    }

    .ellipse-ico span {
        font-size: 16px;
        line-height: 18px;
    }

    .hamburger svg {
        width: 30px;
        height: 30px;
    }

}

/* PIYUSH */
@media screen and (max-width: 1024px) {
    .unit-container {
        padding: 104px 0px;
    }

    .loc-img-main {
        height: 387px;
        width: 660px;
    }

    .location-item span {
        font-size: 16px;
    }

    .location-item p {
        font-size: 16px;
    }

    .point-1 {
        top: 19px;
        left: 328px;
    }

    .point-2 {
        top: 86px;
        left: 262px;
    }

    .point-3 {
        top: 153px;
        left: 237px;
    }

    .point-4 {
        top: 238px;
        left: 241px;
    }

    .point-5 {
        top: 310px;
        left: 280px;
    }

    .point-6 {
        top: 359px;
        left: 342px;
    }

    .location-item:nth-child(1) {
        top: 0px;
        left: 140px;
    }

    .location-item:nth-child(2) {
        top: 66px;
        left: 18px;
    }

    .location-item:nth-child(3) {
        top: 135px;
        left: 43px;
    }

    .location-item:nth-child(4) {
        top: 215px;
        left: 11px;
    }

    .location-item:nth-child(5) {
        top: 293px;
        left: 28px;
    }

    .location-item:nth-child(6) {
        top: 351px;
        left: 10px;
    }

    .about-main {
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
        height: 480px;
    }
}

@media screen and (max-width: 990px) {

    /* Unit start */
    .unit-container {
        padding: 94px 0px;
        height: 337px;
    }

    .unit-container-item {
        gap: 27px;
    }

    unit-container-item p,
    .unit-container-item span {
        font-size: 18px;
        font-weight: 400;
    }

    .unit-container-item .unit-BHK {
        font-size: 36px;
        font-weight: 600;
    }

    /* Unit End */
    /* Location Start */
    .point-1 {
        left: 280px;
    }

    .point-2 {
        left: 214px;
    }

    .point-3 {
        top: 154px;
        left: 189px;
    }

    .point-4 {
        top: 232px;
        left: 193px;
    }

    .point-5 {
        top: 310px;
        left: 231px;
    }

    .point-6 {
        top: 359px;
        left: 295px;
    }

    .location-item:nth-child(1) {
        top: 0px;
        left: 89px;
    }

    .location-item:nth-child(2) {
        left: -31px;
    }

    .location-item:nth-child(3) {
        left: -4px;
    }

    .location-item:nth-child(4) {
        left: -34px;
    }

    .location-item:nth-child(5) {
        left: -14px;
    }

    .location-item:nth-child(6) {
        top: 347px;
        left: -31px;
    }

    /* Location End */

    .grid-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 768px) {

    /* Unit Start */
    .unit-container {
        padding: 94px 0px;
        height: 294px;
    }

    .unit-container-item p,
    .unit-container-item span {
        font-size: 14px;
        line-height: 25px;
    }

    .unit-container-item .unit-price {
        font-size: 22px;
    }

    .unit-container-item .unit-BHK {
        font-size: 30px;
    }

    /* Unit End */
    /* Location Start */
    .loc-img-main {
        height: 289px;
        width: 489px;
    }

    .loc-img-main {
        border-radius: 200px;
        padding: 15px;
    }

    .location-item span {
        font-size: 14px;
        line-height: 1px;
    }

    .location-item p {
        font-size: 14px;
    }

    .point-1 {
        left: 239px;
    }

    .point-2 {
        top: 75px;
        left: 194px;
    }

    .point-3 {
        top: 130px;
        left: 179px;
    }

    .point-4 {
        top: 182px;
        left: 186px;
    }

    .point-5 {
        top: 231px;
        left: 215px;
    }

    .point-6 {
        top: 270px;
        left: 269px;
    }

    .location-item:nth-child(1) {
        top: 0px;
        left: 77px;
    }

    .location-item:nth-child(2) {
        left: -18px;
        top: 55px;
    }

    .location-item:nth-child(3) {
        left: 15px;
        top: 110px;
    }

    .location-item:nth-child(4) {
        left: -13px;
        top: 163px;
    }

    .location-item:nth-child(5) {
        top: 215px;
        left: -3px;
    }

    .location-item:nth-child(6) {
        top: 257px;
        left: -22px;
    }

    /* Location End */
}

@media screen and (max-width: 552px) {
    .gradient-border-plans::after {
        display: none;
    }

    #header .menu {
        width: 100%;
    }

    h2.title {
        font-size: 25px;
        text-align: center;
    }

    .unit-container {
        grid-template-columns: repeat(1, 1fr);
        height: 400px;
        padding: 27px 4px;
    }

    .unit-text {
        width: 98%;
    }

    .about-text {
        padding: 19px 15px;
        position: unset;
        margin-top: 20px;
        height: unset;
    }

    .about-main {
        background-image: none;
        height: 100%;
        padding: 0px 0px 30px;
        margin-bottom: 0px;
        display: block;
    }

    .about-img img {
        object-position: right;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    .about-text {
        padding: 15px 15px 30px;
        margin-top: 0px;
        margin-bottom: 0px;
        box-shadow: none;
        height: unset;
        width: auto;
    }

    /* Location Start */
    .loc-img-main {
        padding: 12px;
        height: 210px;
        width: 343px;
    }

    .location-item span {
        font-size: 16px;
    }

    .location-item p {
        font-size: 14px;
        line-height: 20px;
    }

    .loc-main {
        display: flex;
        justify-content: end;
        flex-direction: column;
        gap: 320px;
    }

    .point {
        left: 90%;
    }

    .location-item:nth-child(1) {
        top: 6px;
        left: 40%;
    }

    .location-item:nth-child(2) {
        left: 23%;
        top: 64px;
    }

    .location-item:nth-child(3) {
        left: 35%;
        top: 128px;
    }

    .location-item:nth-child(4) {
        left: 25%;
        top: 189px;
    }

    .location-item:nth-child(5) {
        top: 249px;
        left: 22%;
    }

    .location-item:nth-child(6) {
        top: 310px;
        left: -30%;
    }

    /* Location End */

    .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .gradient-border::after {
        right: -15px;
    }

    .unit-container-item {
        gap: 10px;
    }

    .unit-container {
        grid-template-columns: repeat(1, 1fr);
        height: 100%;
        padding: 30px 0px;
        gap: 0px;
    }

    .mob-border {
        border-bottom: 2px solid #FFF;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .gradient-border-plans {
        height: auto;
    }

}

/* ZEHAN */
@media screen and (max-width: 1024px) {
    .promise-grid-container {
        gap: 30px 65px;
    }

    .form-custom {
        padding: 15px;
    }

    .philosophy-wrapper {
        height: 505px;
    }

    .philo-img {
        height: 250px;
    }

    .enquire-form {
        padding: 20px;
    }
}

@media screen and (max-width: 990px) {

    .philosophy-wrapper {
        height: 405px;
    }

    .footer-bottom {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 768px) {

    .promise-grid-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 50px;
    }

    .philosophy-wrapper {
        height: 400px;
    }

    .promise-icon {
        width: 35px;
        height: 35px;
    }

    .form-custom {
        padding: 10px;
    }

    .form_section .vtp-btn {
        padding: 7px 25px;
        margin: 0 auto;
    }

    .footer-bottom-text-wrapper {
        flex-direction: column;
        gap: 5px;
    }

    .footer-bottom img {
        margin-bottom: 10px;
        height: 95px;
        width: 95px;
    }

    .footer-bottom {
        padding-top: 25px;
    }
}

@media screen and (max-width: 550px) {
    .promise-grid-container {
        gap: 25px;
    }

    .enquire-form {
        padding: 30px 15px;
        width: 100%;
    }

    .philosophy-wrapper {
        height: 515px;
    }

    .philo-content {
        height: 100%;
    }


    .form-custom {
        height: 40px;
        padding: 5px;
    }

    .philo-img {
        height: 195px;
    }

    .form_section .main-row {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .animate .elevate-inner-title .title-span {
        position: relative;
        left: 8px;
    }

    .promise-grid-container {
        gap: 10px;
    }

    .promise-grid-item {
        align-items: center;
        gap: 5px;
    }

    .promise-grid-item * {
        text-align: center;
    }

    .promise-txt {
        font-size: 15px;
        line-height: 20px;
    }

    .promise-grid-item p {
        line-height: 20px;
    }

    .footer-bottom img {
        margin: 0px;
    }

    .footer-bottom-text-wrapper {
        gap: 0px;
    }

    .footer-bottom-text,
    .footer-bottom-text a {
        font-size: 12px;
        margin: 0px;
    }

    .form-custom {
        font-size: 14px;
        padding: 5px 10px;
    }

    select#CountryCode {
        text-align: center;
    }

}