@media screen and (max-width: 1799px) {
    .theme-padding {
        padding-left: 140px;
        padding-right: 140px;
    }

    .location-tab-list .tab a {
        font-size: 18px;
    }

    .section-title h1,
    .section-title h2 {
        font-size: 64px;
    }

    header {
        padding: 0 140px;
    }

    .section-about-us .section-title h1 span {
        font-size: 120px;
    }
}

@media screen and (max-width: 1599px) {
    .theme-padding {
        padding-left: 100px;
        padding-right: 100px;
    }

    .location-tabs .tab-content {
        padding: 20px 15px;
    }

    .location-tab-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .section-title {
        margin-bottom: 20px;
    }

    .section-about-us .section-title h1 span {
        font-size: 100px;
    }

    .section-title h1,
    .section-title h2 {
        font-size: 50px;
    }

    header {
        padding: 0 100px;
    }
}

@media screen and (max-width: 1408px) {
    .connectivity-detail {
        padding-left: 60px;
    }

    .contact-form-content .section-title h2 br {
        display: none;
    }

    .contact-form-fields {
        gap: 15px;
    }

    .contact-overlay-price {
        font-size: 44px;
    }

    .location-tab-list .tab a {
        font-size: 16px;
        line-height: 20px;
        align-items: center;
        justify-content: center;
        display: flex;
        height: 100%;
    }

    .tab-list .tab {
        height: 100%;
    }

    .overview-block .overview-icon {
        width: 60px;
        height: 60px;
    }

    .overview-block h3 {
        font-size: 24px;

    }

    .highlight-item:not(:last-child) {
        margin-bottom: 8px;
    }

    .title-tagline {
        font-size: 16px;
    }

    .theme-padding {
        padding-left: 60px;
        padding-right: 60px;
    }

    .section-title h1,
    .section-title h2 {
        font-size: 42px;
    }

    header {
        padding: 0 60px;
    }

    section,
    .section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 1216px) {
    .theme-padding {
        padding-left: 35px;
        padding-right: 35px;
    }

    .contact-overlay-icon {
        width: 75px;
        height: 75px;
    }

    .contact-overlay-price {
        font-size: 38px;
    }

    .contact-overlay-type {
        font-size: 26px;
    }

    .contact-form-content {
        padding-left: 0px;
    }

    .location-image {
        max-width: fit-content;
        margin: 0 auto;
    }

    .location-list li span:first-child {
        font-size: 16px;
    }

    .location-list li {
        padding: 8px 0;
    }

    .plan-inquire-btn {
        padding: 20px;
    }

    .theme-element {
        max-width: 200px;
    }

    .amenities-title h4 {
        font-size: 18px;
    }


    .overview-blocks {
        margin-top: 20px;
    }

    .overview-block {
        padding: 10px;
    }

    .overview-block .overview-label {
        margin-bottom: 12px;
    }

    .overview-block h3 {
        font-size: 20px;
    }

    .overview-block .overview-icon {
        width: 50px;
        height: 50px;
    }

    .theme-logo img {
        padding: 0;
    }

    .btn.btn-outline-green {
        padding-bottom: 0;
    }

    #header .columns.is-align-items-end {
        align-items: center !important;

    }

    .section-title h1,
    .section-title h2 {
        font-size: 36px;
    }

    .section-about-us .section-title h1 span {
        font-size: 84px;
        margin-right: 10px;
    }

    .about-element {
        max-width: 100px;
        margin: 20px auto 0;
    }

    header {
        padding: 8px 30px;
    }

    .column.col-header .btn.btn-outline-green {
        margin-right: 50px;
    }

    .splide__arrow {
        width: 40px;
        height: 40px;
        padding: 8px;
    }

    .insomenu-bars {
        top: 50%;
        right: 30px;
        margin: 0;
        display: inline-block;
        height: 40px;
        width: 40px;
        position: absolute;
        z-index: 444;
        cursor: pointer;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .insomenu-bars span,
    .insomenu-bars span:after,
    .insomenu-bars span:before {
        width: 30px;
        border-radius: 0;
        -webkit-transition: -webkit-transform ease 0.15s;
        transition: -webkit-transform ease 0.15s;
        transition: transform ease 0.15s;
        transition:
            transform ease 0.15s,
            -webkit-transform ease 0.15s;
        position: absolute;
        left: inherit;
        right: 0;
        margin: 0 auto;
        height: 2px;
        background-color: #476a50;
    }

    .insomenu-bars span:before {
        top: -8px;
    }

    .insomenu-active .insomenu-bars span,
    .insomenu-active .insomenu-bars span:after,
    .insomenu-active .insomenu-bars span:before {
        opacity: 1;
    }

    .insomenu-bars span {
        top: 50%;
        display: block;
        margin-top: -2px;
        -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transition-duration: 0.1s;
        transition-duration: 0.1s;
    }

    .insomenu-bars span:after,
    .insomenu-bars span:before {
        display: block;
        content: "";
    }

    .insomenu-bars span:before {
        top: -8px;
        -webkit-transition:
            top 0.1s 0.14s ease,
            opacity 0.1s ease;
        transition:
            top 0.1s 0.14s ease,
            opacity 0.1s ease;
    }

    .insomenu-bars span:after {
        bottom: -8px;
        width: 30px;
        -webkit-transition:
            bottom 0.1s 0.14s ease,
            -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition:
            bottom 0.1s 0.14s ease,
            -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition:
            bottom 0.1s 0.14s ease,
            transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition:
            bottom 0.1s 0.14s ease,
            transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19),
            -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .insomenu-active .insomenu-bars span {
        -webkit-transition-delay: 0.14s;
        transition-delay: 0.14s;
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .insomenu-active .insomenu-bars span:before {
        top: 0;
        -webkit-transition:
            top 0.1s ease,
            opacity 0.1s 0.14s ease;
        transition:
            top 0.1s ease,
            opacity 0.1s 0.14s ease;
        opacity: 1;
        width: 25px;
    }

    .insomenu-active .insomenu-bars span:after {
        bottom: 0;
        transition:
            bottom 0.1s ease,
            -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        width: 25px;
    }

    .insomenu-active .insomenu-bars span {
        width: 25px;
    }

    .insomenu-active .menu-creative,
    .insomenu-active .our-offices-item:first-child {
        -webkit-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
    }

    .insomenu-active .our-offices-item:last-child {
        -webkit-animation-name: fadeInRight;
        animation-name: fadeInRight;
    }

    .theme-menu {
        position: fixed;
        background-color: #ffffff;
        color: #fff;
        width: 100%;
        right: -530px;
        padding: 0;
        padding: 100px 30px 30px !important;
        margin-top: 0;
        top: 0;
        height: 100vh;
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        display: flex;
        flex-direction: column;
        opacity: 0;
        /* clip-path: circle(50px at 90% -20%);
        -webkit-clip-path: circle(50px at 90% -10%); */
        transition: all 1s ease-out;
        pointer-events: none;
        overflow-y: auto;
    }

    .insomenu-active .theme-menu {
        right: 0;
        opacity: 1;
        /* clip-path: circle(1600px at 90% -10%);
        -webkit-clip-path: circle(1600px at 90% -10%); */
        pointer-events: all;
    }

    .theme-menu ul li {
        border-bottom: 1px solid #eee;
        width: 100%;
    }

    .menu-item {
        line-height: 32px;
    }

    .theme-menu ul li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .sticky-btn-enquire {
        z-index: 888 !important;
    }

    .theme-menu ul {
        flex-direction: column;
        justify-content: start;
        gap: 15px;
    }

    .menu-link {
        padding: 5px;
    }
}

@media screen and (max-width: 1024px) {
    .connectivity-detail {
        padding-left: 0;
        padding-top: 30px;
    }

    .footer-logo {
        max-width: 200px;
    }


    #footer {
        padding: 30px 0 30px;
    }

    #home #footer {
        padding: 30px 0 70px;
    }

    .contact-img-overlay {
        padding: 20px 0 20px 20px;
    }



    .section-title h2 br {
        display: none;
    }

    .section-masterplan .theme-block {
        max-width: fit-content;
    }

    .contactus-image {
        max-width: 400px;
    }

    .btn.btn-outline-green svg {
        width: 40px;
        height: 40px;
        padding: 8px 8px;
    }

    .btn.btn-outline-green span {
        padding: 6px 12px;
    }

    .overview-col:nth-child(1),
    .location-col:nth-child(1),
    .contact-col:nth-child(1) {
        order: 2 !important;
    }

    .columns.gap-1 {
        margin-left: -12px !important;
        margin-right: -12px !important;
    }

    .gap-1>.column {
        padding-left: 12px;
        padding-right: 12px;
    }


    .btn.btn-outline-green.sticky-btn-enquire span {
        display: none;
    }

    .sticky-btn-enquire.sticky-brochure {
        bottom: 135px;
    }

    .sticky-btn-enquire {
        bottom: 188px;
    }

    .title-tagline {
        font-size: 15px;
    }

    .amenities-col {
        width: 25%;
    }


    body {
        padding-top: 68px;
    }

    .container {
        padding: 0 30px;
    }

    .row-copyright {
        margin: -5px;
    }

    .col-copyright {
        padding: 5px;
    }

    .sticky-btn-enquire {
        font-size: 13px !important;
        right: 0;
    }

    .sticky-btn-enquire.sticky-brochure {
        /* top: 380px; */
        right: 0;
    }

    .location-list li span:first-child {
        font-size: 14px;
    }

    .location-tab-title {
        font-size: 20px;
    }

    section,
    .section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    /* 
    .section-title h1,
    .section-title h2 {
        font-size: 30px;
    } */

    .theme-logo img {
        max-height: 55px;
    }

    .col-copyright,
    .col-copyright:last-child {
        text-align: center;
    }

    .scroll-to-top svg {
        width: 36px;
        height: 36px;
    }

    .scroll-to-top {
        width: 36px;
        height: 36px;
        bottom: 55px;
    }

    .call-btn {
        width: 36px;
        height: 36px;
        bottom: 55px;
    }

    .sticky-bottom-form-inner {
        position: fixed;
        padding: 0;
        display: block;
        bottom: -165px;
        left: 0;
        width: 100%;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        background-color: #476a50;
        z-index: 999;
    }

    .sticky-bottom-form.open .close-form {
        opacity: 1;
        background-color: transparent;
    }

    .sticky-bottom-form.open .sticky-bottom-form-inner {
        bottom: 0;
        left: 0;
    }

    .sticky-bottom-form {
        bottom: auto;
        left: auto;
        padding: 0;
        width: 100%;
        background: rgb(45 41 38 / 0.9);
        max-width: 100%;
        margin: 0 auto;
        right: 0;
        position: inherit;
        z-index: 999 !important;
    }

    .sticky-bottom-form .col-form {
        width: 50%;
        margin: 0 0 15px !important;
    }

    .sticky-bottom-form .col-form.col-form-btn {
        width: 100%;
    }

    .col-form-title {
        display: inline-block;
        width: 100%;
        margin-bottom: 0;
    }

    .col-form-title h3 {
        margin: 0;
        padding: 10px 12px;
        color: #ffffff;
        display: block;
        cursor: pointer;
        text-align: center;
        font-size: 18px;
        line-height: 24px;
        border-top: 1px solid #ffffff60;
        text-transform: uppercase;
    }

    .close-form {
        color: #ffffff;
        position: absolute;
        font-size: 22px;
        line-height: 22px;
        top: 8px;
        right: 3px;
        opacity: 0;
        cursor: pointer;
    }

    .about-img {
        max-width: 600px;
    }
}

@media screen and (max-width: 768px) {
    .amenities-col {
        width: 33.33%;
    }

    .footer-menu {
        gap: 20px
    }

    .modal-logo {
        max-width: 200px;
    }

    .terms-anc-condition-title h3,
    .privacy-policy-title h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .location-content.mb-6 {
        margin-bottom: 30px !important;
    }

    .location-tab-list .tab a {
        padding: 10px 10px;
    }

    .location-list li {
        padding: 5px 0;
        gap: 6px;
    }

    .plan-inquire-btn svg {
        width: 30px;
        height: 30px;
        margin-bottom: 0;
    }

    .theme-element {
        max-width: 130px;
    }

    .plan-inquire-btn {
        padding: 15px 10px;
    }

    .amenities-title h4 {
        font-size: 16px;
    }

    .title-with-element img {
        max-width: 24px;
    }

    .title-with-element.mb-4 {
        margin-bottom: 10px !important;
    }

    .section-about-us .section-title h1 span {
        font-size: 70px;
    }



    .location-tabs .tab-content {
        padding: 20px;
    }

    .location-tab-title {
        font-size: 22px;
    }


    .contact-form-content {
        padding-left: 0;
    }

    .country-dropdown {
        min-width: 240px;
    }

    .amenities-icon img {
        max-width: 50px;
        margin: 0 auto 6px;
    }

    .yBoxFrame.yBoxImgWrap .yBoxPrevImg::after {
        left: 30px !important;
    }

    .yBoxFrame.yBoxImgWrap .yBoxNextImg::after {
        left: 0;
    }

    section,
    .section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .copyright-detail .small {
        font-size: 13px;
    }

    .counter-block h3 {
        font-size: 28px;
    }

    /* .tab-list .tab a {
        width: 160px;
        padding: 12px 24px;
    } */

    .section-title h1,
    .section-title h2 {
        font-size: 34px;
    }

    .section-title {
        margin-bottom: 15px;
    }

    .copyright-line {
        display: block;
        font-size: 0 !important;
        line-height: 0 !important;
    }

    #register-modal {
        padding: 25px;
    }
}

@media screen and (max-width: 575px) {
    .insomenu-bars {
        right: 20px;
    }

    .res-sticky-btn-enquire {
        display: block;
        transform: unset;
        top: unset;
        bottom: 0;
        right: 0;
        left: 0;
        border: 0;
        border-top: 1px solid #fff;
        border-radius: 0;
        text-align: center;
        width: 100% !important;
        padding: 10px 0px !important;
        writing-mode: unset;
        background-color: #476a50;
        color: #fff;
        font-size: 18px !important;
    }

    .res-sticky-btn-enquire:hover {
        color: #fff;
    }

    .footer-logo {
        max-width: 180px;
    }

    .contact-form-wrapper {
        padding: 20px 10px;
    }

    .location-tabs .tab-content {
        padding: 20px 10px;
    }

    /* .location-tab-list {
        grid-template-columns: 1fr;
    } */

    .splide__arrow {
        width: 35px;
        height: 36px;
        padding: 6px;
    }

    .theme-menu {
        padding: 60px 30px 30px !important;
    }

    .amenities-col {
        width: 50%;
    }

    .contact-form-content {
        padding-left: 0;
    }

    .contact-form-fields {
        gap: 20px;
    }

    .country-dropdown {
        min-width: 220px;
    }

    .contact-img-overlay {
        width: 70%;
    }


    .contact-overlay-icon svg {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }

    .contact-overlay-type {
        font-size: 18px;
        margin-bottom: 10px;
    }

    header {
        padding: 6px 20px;
    }

    .col-header:first-child {
        width: 130px;
        flex: 0 0 auto;
    }

    .theme-modal-card-body {
        padding: 15px;
    }

    .container {
        padding: 0 20px;
    }

    .theme-padding {
        padding-left: 20px;
        padding-right: 20px;
    }

    .form-control {
        font-size: 13px;
        padding: 10px;
    }


    .modal-phone-wrapper .country-selected {
        padding: 7px 8px;
    }


    .theme-modal-card-body .phone-number-input {
        padding: 6px 10px;
    }

    .btn {
        font-size: 13px;
    }

    .section-title {
        margin-bottom: 20px;
    }

    .accordion .card__content {
        padding: 0 15px 15px;
    }

    .accordion .card__title {
        padding: 8px 15px;
    }

    .column.col-register {
        padding: 8px;
    }

    .columns.row-register {
        margin: -8px !important;
    }


    .splide__pagination__page {
        width: 10px;
        height: 10px;
    }

    .listed-points li:before {
        width: 8px;
        height: 8px;
    }

    .listed-points li {
        padding-left: 20px;
    }

    #main-slider .splide__arrow {
        display: none;
    }

    .accordion .card__title {
        font-size: 16px;
        min-height: 50px;
    }

    section,
    .section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .theme-logo img {
        max-height: 50px;
    }

    .location-tab-list {
        gap: 10px;
    }

    .sticky-bottom-form {
        display: none !important;
    }

    .sticky-btn-enquire {
        transform: unset;
        top: unset;
        bottom: 52px;
        right: 0;
        /* left: 0; */
        border: 0;
        border-top: 1px solid #fff;
        /* border-radius: 0; */
        /* text-align: center; */
        /* width: 50%; */
        padding: 10px 0px !important;
    }

    .sticky-btn-enquire.sticky-brochure {
        top: unset;
        right: 0;
        left: unset;
        bottom: 0;
    }


    .column.col-header .btn.btn-outline-green {
        display: none;
    }

    .thankyou-block h1 {
        font-size: 22px;
        line-height: 1.4;
        margin-bottom: 8px;
    }

    .thankyou-msg {
        font-size: 14px !important;
    }

    .thankyou-logo img {
        height: 80px;
    }

    .close {
        bottom: initial;
        top: -18px;
        left: initial;
        right: -18px;
        width: 36px;
        height: 36px;
    }

    .theme-modal-card {
        max-width: 100%;
    }

    .theme-modal .theme-modal-card {
        top: -30px;
        transform: none;
        margin-top: 30px;
        padding: 20px;
    }

    .theme-modal.is-active .theme-modal-card {
        top: 0;
        transform: none;
        margin-top: 30px;
    }

    .scroll-to-top {
        display: none !important;
    }

    body {
        font-size: 16px;
        line-height: 24px;
        padding-top: 60px;
    }

    .section-title h1,
    .section-title h2 {
        font-size: 30px;
    }

    .section-about-us .section-title h1 span {
        font-size: 58px;
    }

    .about-element {
        max-width: 78px;
    }
}

@media screen and (max-width: 480px) {
    .modal-title {
        font-size: 20px;
    }

    .counter-block h3 {
        font-size: 24px;
    }

    .sticky-btn-enquire {
        font-size: 13px !important;
    }

    .plan-inquire-btn .plan-inquire-title {
        letter-spacing: 0;
    }

    .plan-inquire-btn svg {
        width: 25px;
        height: 25px;
    }
}

@media screen and (max-width: 420px) {
    .modal-title {
        font-size: 16px;
    }

    .contact-overlay-label {
        font-size: 14px;
    }

    .contact-overlay-type {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .contact-overlay-icon {
        width: 65px;
        height: 65px;
    }

    .contact-overlay-price {
        font-size: 35px;
    }

    .footer-menu {
        gap: 10px;
    }

    .contact-input {
        padding: 10px;
        font-size: 14px;
    }

    .phone-code {
        font-size: 14px;
    }


    .country-selected {
        padding: 9px 10px;
    }

    .phone-number-input {
        padding: 8px 10px;
    }

    .plan-inquire-btn {
        width: 100%;
        gap: 5px;
    }

    .overview-blocks {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .section-about-us .section-title h1 span {
        font-size: 48px;
    }

    .section-title h1,
    .section-title h2 {
        font-size: 24px;
        line-height: 36px;
    }

    .sticky-btn-enquire {
        font-size: 12px !important;
    }

    .btn.btn-outline-green {
        font-size: 12px;
    }


}



@media screen and (max-width: 360px) {

    .section-title h1,
    .section-title h2 {
        font-size: 22px;
        line-height: 28px;
    }

}