
@media screen and (min-width: 1800px) {
.download-btn {
    font-size: 36px;
}
.download-btn img {
    width: 30px;
    height: 30px;
}
.main-head-new h2 {
    font-size: 60px;
}
.connect-card strong {
    font-size: 60px;
}
.panoroma-sec .img-part {
    margin-top: -80px;
}
.connect-card {
    font-size: 20px;
}
.progress-text {
    font-size: 20px;
}
.progress-container {
    margin: 40px auto;
}
.progress-sec span {
    font-size: 20px;
}
.progress-sec strong {
    font-size: 100px;
    line-height: 1.2;
}
.progress-sec {
    padding: 60px 0px;
}
.payment-flex {
    font-size: 18px;
}
.payment-flex strong {
    font-size: 50px;
}
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1560px;
}
.main-head-big h2,.main-head h2,.main-head h1,.banner-text strong {
        font-size: 2.8vw;
}
.cultivating-sec p {
        font-size: 1.2vw;
        line-height: 2.5vw;
}
.vision-mission-card h3 {
        font-size: 2.2vw;
        margin-bottom: 30px;
}
.cultivating-sec .text-part {
    padding-right: 40px;
}
.vision-mission-card p {
    font-size: 1.3vw;
    line-height: 2.4vw;
}
.project-card p {
    font-size: 1.3vw;
    margin-bottom:30px;
}
.btn-theme-border,.btn-theme-new {
    font-size: 1vw;
    padding: 12px 30px;
}
.media-center-card {
    padding-bottom: 80px!important;
}
.media-center-sec .media-center-card .text-part h3 {
    font-size: 2.2vw;
}
.media-center-sec .media-center-card .text-part h3 {
    font-size: 1.4vw;
}
.media-center-card {
    padding-bottom: 100px;
}
.media-center-card .btn-theme-new {
    bottom: 30px;
}
.footer-card a, .footer-logo p {
    font-size: .9vw;
    line-height: inherit;
}
.footer-card strong {
    font-size: 1.6vw;
}
.copyright-sec span {
    font-size: 16px;
}
.copyright-sec p {
    font-size: 20px;
}
.contact-form-sec .contact-form {
    padding: 50px;
    font-size: 1.1vw;
}
.contact-form-sec .contact-form .form-control, .contact-form-sec .contact-form textarea {
    margin-bottom: 40px;
}
.contact-form .form-control {
    min-height: 50px;
}
header li a {
    padding: 0.625rem 1rem;
    font-size: .9vw;
}
header .lang-switch-sec button, header .lang-switch-sec a {
    font-size: .9vw;
    margin: 0px 0px 0px 30px;
}
.lang-btn {
    padding-left: 30px;
}
header .logo {
    width: 200px;
}
header {
    padding: 30px 0px;
}
.nav-pills li a, .nav-pills li button {
    font-size: 1.5vw;
}
.journey-bg-sec p,.chairman-flex p {
    font-size: 1.3vw;
    line-height: 2.5vw;
}
p {
    font-size: 1.1vw!important;
    line-height: 46px!important;
}
.main-head-big h2, .main-head h2,.main-head h1, .banner-text strong {
    margin-bottom: 1vw;
}
.benefit-card h3 {
    font-size: 34px;
}
.location-flex .location-card h3 {
    font-size: 36px;
}
.row>* {
    padding-right: 30px;
    padding-left: 30px;
}
.nav-pills {
    margin: 20px 0px 60px 0px !important;
}
.nav-pills li a, .nav-pills li button {
    margin: 0px 20px;
}
}
@media screen and (max-width: 1440px) {
   .footer-logo p {
    font-size: 16px;
    line-height: 26px;
} 
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1210px;
    }
    .main-head h2, .main-head h1,.main-head-big h2 {
        font-size: 42px;
    }

}
@media screen and (min-width:1201px) and (max-width:1600px) {
.gate-hero img {
    height: 100dvh;
    object-fit: cover;
    width: 100%;
}
}
@media screen and (max-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 90%;
    }
    .main-head-new h2 {
    font-size: 38px;
}
}
@media screen and (min-width: 992px) {
    .swiper-thumbs {
        width: 20%;
        margin-top: 40px;
        float: left;
    }
    .swiper-thumbs .swiper-wrapper {
        flex-wrap: wrap;
    }
    .swiper-thumbs .swiper-slide {
        width: 50% !important;
        margin: 0px !important;
        padding: 4px;
    }
  .navbar-brand {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
  #menu-item-14 a {
    padding-left: 0px!important;
}
.progress-sec-new .col-lg-4 {
    width: 32%;
    display: flex;
}
.head-flex-new {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
}
@media screen and (max-width: 991px) {
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        position: fixed;
        background: #B3A391;
        width: 100vw;
        right: 0vw;
        min-height: 100vh;
        top: 0px;
        padding: 70px 40px;
        transform: translate(110%, 0%);
        transition: all 0.1s ease-in-out;
        z-index: 10;
      }
      .dark-mode .navbar-collapse {
        background: #000;
      }
      .navbar-collapse.show {
        transform: translate(0%, 0%);
      }
    .head-flex-new {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
  header .logo {
    width: 100px;
  }
  .lang-btn {
    margin: 0px 16px;
}
header .menu-item-has-children:hover .sub-menu {
    position: relative;
    z-index: 100;
    width: 100%;
    padding: 0px;
    float: left;
}
header .menu-item-has-children::after {
    top: 18px;
    bottom: auto;
}
.mobile-h100-slider img,
.desk-h100-slider img {
    height: 100vh !important;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.gate-1 .swiper-slide .project-card .img-part img {
    height: 100dvh!important;
}
.logo-part {
    text-align: left;
    margin-bottom: 30px;
}
.marker {
    width: 10px;
    height: 10px;
}
.floor-flex-sec ul.nav-pills button {
    font-size: 14px;
}
.floor-flex-sec ul.nav-pills {
    flex-direction: row;
    width: 100%;
    margin-bottom: 50px !important;
    justify-content: flex-start;
}
.tab-content {
    width: 100%;
}
.swiper-main {
    width: 100%;
    float: none;
    margin-bottom: 30px;
}
.swiper-main img {
    height: auto;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px;
}
}
@media screen and (max-width: 767px) {
    .awards-card {
        flex-direction: column;
        margin-bottom: 40px;
    }
    .awards-sec .col-lg-6:nth-last-of-type(1) .awards-card {
        margin-bottom: 0px;
    }
  header .btn-theme, header .phone {
    display: none;
  }
  header .lang-switch-sec {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .py-80 {
    padding: 40px 0px;
  }
  .main-head-big h2 {
    font-size: 50px;
    padding: 0px 0px 40px 0px;
  }
  .main-head-big h2::after {
    bottom: 15px;
  }
  .cultivating-sec .text-part {
    margin-top: 40px;
  }
  .vision-mission-sec .row {
    gap: 0%;
  }
  .vision-mission-sec .row .col-lg-4 {
    width: 100%;
    margin-bottom: 30px;
  }
  .banner-text strong {
    font-size: 36px;
    filter: drop-shadow(1px 1px 15px black);
  }
  .project-sec-main .row .col-lg-6 {
    margin-bottom: 40px;
  }
  .project-sec-main .row .col-lg-6:nth-last-of-type(1) {
    margin-bottom: 0px;
  }
  .media-center-sec .row .col-lg-6 {
    margin-bottom: 40px;
  }
  .media-center-sec .row .col-lg-6:nth-last-of-type(1) {
    margin-bottom: 0px;
  }
  .vision-mission-sec {
    padding-bottom: 40px;
  }
  .vision-mission-sec::after {
    width: 60%;
    height: 30%;
    top: auto;
    bottom: 0%;
    background-repeat: no-repeat;
  }
  .main-head h2,.main-head h1, .main-head-big h2 {
    font-size: 40px;
  }
  .single-media-card .row {
    margin-top: 20px;
  }
  .single-media-card .col-lg-6 {
    margin-bottom: 0px !important;
  }
  body {
    font-size: 14px;
  }
  .footer-card strong {
    font-size: 22px;
  }
  .main-footer .col-lg-5 {
    gap: 10px;
    flex-direction: column;
  }
  .copyright-sec {
    margin-top: 20px;
    border-top: 1px solid #fff;
    padding: 20px 0px 0px 0px;
  }
  .copyright-sec p {
    font-size: 18px;
  }
  .banner-text {
    padding: 40px 0px;
    bottom: 0px;
}
  .off-plan-sec {
    padding: 40px 0px 0px 0px;
  }
  .off-plan-sec .row {
    margin: 40px 0px;
  }
  .off-plan-sec .row .text-part {
    padding: 40px 0px 0px 0px !important;
  }
  .benefit-sec {
    padding: 40px 0px 0px 0px;
  }
  .benefit-sec::before {
    height: 25%;
  }
  .benefit-card {
    margin-bottom: 40px;
  }
  .benefit-flex-main .row {
    margin-bottom: 26px;
  }
  .benefit-flex-main .row .text-part {
    padding-top: 30px;
  }
  .benefit-flex-main .col-lg-6 {
    width: 100%;
  }
  .cultivating-sec p, body p {
        font-size: 14px !important;
        line-height: 30px;
        width: 100%;
        max-width: 100% !important;
}
.journey-bg-sec p {
    max-width: 50%;
    font-size: 1.4vw;
}
.chairman-flex h3 {
        font-size: 22px;
}
.chairman-flex p {
    font-size: 1.3vw;
}
.nav-pills li a, .nav-pills li button {
    font-size: 14px;
}
.nav-pills {
    margin: 20px 0px 40px 0px !important;
}
.media-center-card {
    margin-bottom: 40px;
}
.media-center-sec .col-lg-4:nth-last-of-type(1) .media-center-card {
    margin-bottom: 0px;
}
.how-to-buy-sec,.step-flex-main,.step-flex-sec-new {
    flex-direction: column-reverse;
}
.how-to-buy-sec .img-part,.how-to-buy-sec .text-part,
.step-flex-main .text-part,.step-flex-sec-new .text-part{
    width: 100%;
    padding: 40px;
}
.step-flex-sec {
    padding: 0px;
}
.contact-form-sec .contact-form {
    font-size: 14px;
}
.btn-theme-border {
    font-size: 14px;
}
.step-flex-sec-new .img-part {
    width: 100%;
}
.owl-dots {
    padding: 10px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
}
.step-6-sec {
    flex-direction: column;
}
.step-6-sec .img-part, .step-6-sec .text-part {
    width: 100%;
}
.step-6-sec .text-part {
    padding: 40px;
}
.versatility-sec {
    flex-direction: column-reverse;
    padding-top: 40px;
}
.versatility-sec .text-part {
    width: 100%;
    padding: 40px;
}
.amenites-flex {
    flex-wrap: wrap;
}
.versatility-sec .img-part {
    width: 100%;
    padding: 0px 40px;
}
.amenites-flex .amenity-card {
    position: relative;
    width: 100%;
}
.location-flex {
    gap: 0px;
    flex-wrap: wrap;
    margin: 0px!important;
}
.prime-location-sec .col-lg-7 {
    padding-right: calc(var(--bs-gutter-x) * .5);
}
.location-flex .location-card:nth-child(even) {
    margin-top: 0px;
}
.location-flex .location-card {
    margin-bottom: 30px;
}
.zig-zag-sec .row {
    margin-bottom: 40px;
}
.main-head h2 br, .main-head-big h2 br,.main-head h1 br {
    display: none;
}
.amenities-card {
    width: 49%;
    margin-bottom: 2%;
}
.zig-zag-sec .img-part {
    margin-bottom: 30px;
}
.zig-zag-sec .text-part {
    padding: 0px 0px 0px 0px!important;
}
.zig-zag-sec .row:nth-child(odd) .text-part {
    padding: 0px 50px 0px 0px!important;
}
.amenities-flex {
    padding: 0px;
    width: 100%;
    float: left;
    flex-wrap: wrap;
}
.chairman-flex .col-lg-5 {
    width: 100%;
    margin-bottom: 30px;
}
.step-flex-main  .img-part {
    width: 100%;
}
.page-id-43 .inner-banner img,
.page-id-12 .desk-h100-slider img,
.inner-banner img {
    height: 70vh !important;
}
.journey-bg-sec {
    height: auto;
}
.apartment-sec {
    padding: 40px 0px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: inherit;
}
.location-sec {
    padding-bottom: 40px;
}
.download-btn {
    border-bottom: 1px solid #C3945A;
    border-right: 0px;
}
.download-btn-sec .col-lg-4:nth-last-of-type(1) .download-btn {
    border: 0px;
}
.gate-hero img {
    min-height: 80dvh;
    object-fit: cover;
}
.gate-hero .text-part span {
    font-size: 16px;
}
.gate-hero .text-part strong {
    font-size: 28px;
}
.gate-hero .text-part {
    gap: 12px;
}
.gate-hero .text-part .round {
    width: 20px;
    height: 20px;
}
.gate-hero .text-part {
    padding: 40px;
}
.building-plan-sec {
    padding: 0px 0px 20px 0px;
}
.about-sec-gate img {
    min-height: 160dvh;
    object-fit: cover;
}
.main-head-new h2 {
    font-size: 30px;
}
.head-text-part {
    padding: 40px 0px;
}
.head-text-part h2 {
    margin-bottom: 10px;
}
.swiper-button-next img,
.swiper-button-prev img {
    width: 30px !important;
    height: 30px !important;
}
.panoroma-sec .text-part {
    position: static;
    padding: 40px 40px 0px 40px;
}
.panoroma-sec p {
    font-size: 12px;
}
.panoroma-sec .img-part .center-img {
    width: 36px;
}
.panoroma-sec .img-part {
    margin-top: -30px;
}
.amenities-sec-new li img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.amenities-sec-new li {
    font-size: 16px;
	width:100%;
}
.amenities-sec-new li:nth-last-of-type(1),
.amenities-sec-new ul {
    margin-bottom: 0px;
}
.connecting-sec {
    padding: 40px 0px 0px 0px;
}
.progress-container {
    margin: 20px auto;
    height: 26px;
}
.progress-sec strong {
    font-size: 60px;
    line-height: 1.3;
}
.connecting-sec .row {
    max-width: 100%;
}
.amenities-sec-new {
    padding: 20px 0px 40px 0px;
}
.contact-flex-sec {
    background-position: center center;
    height: auto;
}
.download-btn img {
    position: relative;
    top: -1px;
}
.page-id-1091 .specialbrand {
    order: 3;
}
.page-id-1091 .navbar-toggler {
    order: 1;
}
.page-id-1091 .theme-switch {
    margin: 0px 12px 0px 0px;
    order: 2;
}
.theme-switch {
    margin: 0px 20px 0px 0px!important;
}
.flip-sec {
    min-height: auto;
}
.page-id-1091 .container {
    max-width: 100%!important;
}
.progress-sec-new .col-lg-4 {
    margin-bottom: 30px;
}
.progress-sec-new .col-lg-4:nth-last-of-type(1) {
    margin-bottom: 0px;
}
.contact-form-sec {
    background-position: left;
}
.main-footer .col-lg-7 {
    flex-direction: column;
}
.swiper-button-prev{left:10px;}
.swiper-button-next{right:10px;}
.head-flex-new a.btn.btn-theme-new {
    display: none;
}
}
@media screen and (max-width: 440px) {
  .main-head h2,.main-head h1, .main-head-big h2 {
    font-size: 32px;
    padding: 0px 0px 40px 0px;
  }
  .main-head h2::after,.main-head h1::after, .main-head-big h2::after {
    height: 4px;
    bottom: 20px;
  }
  .banner-text strong {
    font-size: 26px;
  }
}/*# sourceMappingURL=responsive.css.map */