/* Base styles for extra-small screens (mobile-first) */
/* Very Small Mobile Screens (320px and below) */
/* Small Mobile Screens (321px to 576px) */
/* Large Mobile Screens (577px to 768px) */
/* Tablets (769px to 1024px) */
/* Small Laptops (1025px to 1440px) */
@media screen and (min-width: 1536px) {
  .container {
    width: 1440px;
    max-width: 1440px;
  }

  .project-sec .container {
    width: 1536px;
    max-width: 1536px;
  }

  .project-info-list-item:nth-child(even) .project-info-box {
    width: 95%;
  }

  .project-info-6 .project-info-box {
    top: 0px;
    right: 107% !important;
    height: 100%;
    width: 95% !important;
  }

  .project-info-13 .project-info-box {
    height: 100%;
    width: 99%;
    bottom: 0px;
    left: 105%;
  }

  .project-info-box {
    left: 106%;
  }

  .project-info-7 .project-info-box-right {
    left: auto;
    right: -103%;
  }

  .residence-slider-sec {
    padding-left: 60px;
  }
}

/* Desktops (1441px to 1920px) */
@media screen and (min-width: 1920px) {

  p,
  li {
    font-size: 18px;
  }

  .zig-zag-flex-sec .zig-zag-flex:nth-child(odd) .container .row .col-lg-5 {
    right: -130px;
  }

  .container {
    width: 1440px;
    max-width: 1440px;
  }

  header li a {
    font-size: 18px;
  }

  .project-slider-sec .project-slider2 img {
    height: 700px !important;
  }

  .project-slider-sec .project-slider img {
    height: 120px !important;
  }

  .project-sec .container {
    max-width: 1600px;
    width: 1600px;
  }

  .zig-zag-flex-sec .zig-zag-flex .container {
    max-width: 1440px;
    width: 1440px;
  }

  .residence-slider-sec {
    padding-left: 240px;
  }

  .residence-card-new .text-part h3 {
    font-size: 42px;
  }

  .residence-card-new .text-part h4 {
    font-size: 30px;
  }

  .residence-card-new .text-part .content p {
    font-size: 18px;
  }

  .main-head h2,
  .services-sec h2 {
    font-size: 48px;
  }

  .services-sec h3 {
    font-size: 42px;
  }

  .residence-card-new .text-part {
    padding-left: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .residence-slider-sec {
    padding-left: 134px;
  }
}

@media screen and (max-width: 1440px) {
  .project-sec .container {
    position: relative;
    max-width: 100%;
    width: 100%;
  }

  .footerlink-sec .col-10 ul li a,
  .copyright-part {
    font-size: 14px;
  }
}

@media screen and (max-width: 1366px) {
  .residence-slider-sec {
    padding-left: 94px;
  }
}

@media screen and (max-width: 1300px) {
  .container {
    width: 100%;
    max-width: 1200px;
    padding: 0px 20px;
  }

  .residence-slider-sec {
    padding-left: 70px;
  }

  .zig-zag-flex-sec .zig-zag-flex .container {
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  header .logo {
    width: 120px;
  }

  header li a {
    padding: 10px 10px;
    font-size: 12px;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-7:has(.project-slider-sec-new) {
    padding-left: 40px;
  }

  .get-in-touch-sec .row {
    justify-content: space-between;
    height: 100%;
  }

  .get-in-touch-sec .row .col-lg-7 {
    display: flex;
  }

  .hospital-sec .col-lg-5 {
    width: 46%;
  }

  .zig-zag-flex-sec .col-lg-6 {
    width: 54%;
  }

  .zig-zag-flex-sec .zig-zag-flex:nth-child(odd) .container .row .col-lg-6 {
    width: 58%;
  }
}

@media screen and (max-width: 991px) {
  header .logo {
    width: 100px;
  }

  header .navbar-toggler {
    z-index: 1000;
  }

  body:has(.navbar-collapse.show) {
    transition: all 0.3s ease-in-out;
  }

  body:has(.navbar-collapse.show) .header .btn.lang-btn {
    position: fixed;
    left: 40px;
  }

  body:has(.navbar-collapse.show) .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    position: fixed;
    background: #fff;
    width: 100vw;
    right: 0vw;
    min-height: 100vh;
    top: 0px;
    padding: 70px 40px;
    transform: translate(110%, 0%);
    transition: all 0.3s ease-in-out;
    transform-origin: left top !important;
    z-index: 1;
  }

  body:has(.navbar-collapse.show) .navbar-collapse.show {
    transform: translate(0%, 0%);
    transform-origin: left top !important;
  }






  body.ar:has(.navbar-collapse.show) .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    position: fixed;
    background: #fff;
    width: 100vw;

    /* IMPORTANT: move menu to left side */
    left: 0;
    right: auto;

    min-height: 100vh;
    top: 0px;
    padding: 70px 40px;

    /* Hide by sliding to left */
    transform: translate(-110%, 0%);

    transition: all 0.3s ease-in-out;
    transform-origin: left top !important;
  }

  /* When menu is visible */
  body.ar:has(.navbar-collapse.show) .navbar-collapse.show {
    transform: translate(0%, 0%);
  }

  /* Force menu to left side always */
  body.ar .navbar-collapse {
    right: auto !important;
    left: 0 !important;
    width: 100vw !important;
    position: fixed !important;
    top: 0 !important;
    min-height: 100vh !important;
    background: #fff !important;

    transform: translateX(-100%) !important;
    transition: transform .3s ease-in-out !important;
  }

  body.ar .navbar-collapse.show {
    transform: translateX(0) !important;
  }












  .residence-slider-sec {
    padding: 0px 30px;
  }

  header .btn-theme,
  header .phone {
    display: none;
  }

  .bedroom-sec ul {
    margin-top: 20px;
  }

  .zig-zag-flex-sec .zig-zag-flex:nth-child(odd) .container .row .col-lg-5 {
    right: 0px;
  }
  header .lang-switch-sec {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 7px;
  }
}

@media screen and (min-width: 768px) {
  .slider-controls-mobile {
    display: none !important;
  }
}

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

  header .btn-theme,
  header .phone,
  .inquire-btn {
    display: none;
  }

  

  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    position: fixed;
    background: #fff;
    width: 100vw;
    right: 0vw;
    min-height: 100vh;
    top: 0px;
    padding: 70px 40px;
    transform: translate(110%, 0%);
    transition: all 0.3s ease-in-out;
  }

  .navbar-collapse.show {
    transform: translate(0%, 0%);
  }

  .py-80 {
    padding: 40px 0px;
  }

  .main-head-big h2 {
    font-size: 50px;
  }

  .zig-zag-flex-sec .text-part {
    margin-top: 30px;
  }

  .zig-zag-flex-sec .text-part h3 {
    font-size: 21px !important;
  }

  .zig-zag-flex-sec .text-part ul {
    padding-left: 20px;
  }

  .zig-zag-flex-sec .text-part ul li:nth-last-of-type(1) {
    margin-bottom: 0px;
  }

  .main-head h2,
  .main-head-big h2 {
    font-size: 40px;
  }

  body {
    font-size: 14px;
  }

  .resdence-sec {
    padding: 40px 0px;
  }

  .resdence-sec p {
    max-width: 100%;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 20px;
  }

  .project-slider-sec {
    margin: 40px 0px;
  }

  .slider-controls {
    display: none;
  }

  .project-slider-sec-new {
    margin-top: 40px;
  }

  .slider-controls-mobile {
    display: flex !important;
    justify-content: center;
    margin: 20px 0px;
  }

  .footerlink-sec .col-10 {
    width: 100%;
  }

  .footerlink-sec .col-10 ul li {
    width: 50%;
    text-align: center;
  }

  .footerlink-sec .col-10 ul li a {
    font-size: 12px;
  }

  .link-part a {
    justify-content: center;
    gap: 20px;
  }

  .link-part a span {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .project-slider-sec .project-slider img {
    height: 60px !important;
  }

  .project-slider-sec .project-slider2 img {
    margin-bottom: 10px;
  }

  .footer-main-address-part {
    margin-top: 0px;
    gap: 30px;
  }

  .footer-main-address-part .col-lg-4:nth-of-type(1) {
    order: 2;
  }

  .footer-main-address-part .col-lg-4:nth-of-type(2) {
    order: 1;
  }

  .footer-main-address-part .col-lg-4:nth-of-type(3) {
    order: 3;
  }

  .footer-main-address-part .footer-address-part {
    text-align: center;
  }

  .footerlink-sec {
    padding: 40px 0px;
  }

  .copyright-part {
    padding: 20px;
  }

  .copyright-part ul {
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .copyright-part .row {
    justify-content: center;
    text-align: center;
    gap: 16px;
    flex-direction: column-reverse;
  }

  .main-footer {
    padding: 40px 0px 0px 0px;
  }

  .main-footer .follow-us {
    margin-top: 20px;
    text-align: center;
  }

  .main-footer .follow-us ul {
    justify-content: center;
  }

  .main-footer .adress-part {
    margin-top: 40px;
    height: auto;
    display: block;
    padding: 0px;
  }

  .main-footer h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .contact-form {
    padding: 0px;
  }

  .project-slider-sec-new img,
  .slick-slider-wrapper img,
  .slider img,
  .slick-list img,
  .slick-track img,
  .slick-slide img {
    height: auto;
  }

  .project-slider-sec-new,
  .slick-slider-wrapper,
  .slider,
  .slick-list,
  .slick-track,
  .slick-slide {
    height: auto;
  }

  .swiper-slide h3 {
    bottom: 40px;
    left: 36px;
    font-size: 26px;
  }

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 30px;
  }

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 30px;
  }

  .residence-slider-sec-main {
    margin-bottom: 0px;
  }

  .bedroom-sec {
    padding: 40px 0px;
  }

  .container {
    width: 100%;
    max-width: 100%;
    padding: 0px 20px;
  }

  .residence-slider-sec {
    padding: 0px 20px;
  }

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

  .brocher-sec {
    background: #F6F5EF;
    padding: 40px 0px;
  }

  .brocher-sec .row {
    gap: 40px;
  }

  .brocher-sec .btn-flex {
    flex-direction: column;
  }

  .brocher-sec::before {
    display: none;
  }

  .brand-story {
    padding: 60px 0px 60px 0px;
  }

  .project-architecture-sec .container {
    top: -40px;
  }

  .img-flex-sec {
    margin: 0px;
  }

  .img-flex-sec p {
    font-size: 16px;
    margin: 20px 0px 30px 0px;
  }

  .img-flex-sec .text-part {
    margin-top: 40px;
  }

  .discover-sec-new p {
    max-width: 100%;
    font-size: 16px;
  }

  .discover-sec-main {
    padding: 60px 0px;
  }

  .services-sec {
    padding: 40px 0px;
  }

  .services-sec h2 {
    font-size: 32px;
  }

  .services-sec .row {
    margin-top: 40px;
  }

  .services-sec .row .col-lg-6 {
    margin-bottom: 40px;
  }

  .services-sec .row .col-lg-6:nth-last-of-type(1) {
    margin-bottom: 0px;
  }

  .services-sec .row:before {
    height: 6%;
  }

  .services-sec h3 {
    font-size: 32px;
  }

  .experience-sec-new {
    padding: 40px 0px 100px 0px;
  }

  .experience-slider-sec {
    margin-top: -70px;
    margin-bottom: 0px;
  }

  .lifestyle-sec {
    padding: 40px 0px 100px 0px;
  }

  .gallery-flex figure {
    margin-bottom: 1.5rem;
    height: auto;
  }

  .two-img {
    gap: 0px;
  }

  .two-img figure:nth-last-of-type(1) {
    margin-bottom: 0px;
  }

  .hospital-sec {
    padding: 40px 0px;
    margin: 40px 0px;
  }

  .hospital-sec h2 {
    margin-bottom: 20px;
  }

  .hospital-sec .row {
    max-width: 100%;
    margin: auto;
    margin-top: 30px;
  }

  .hospital-sec ul li {
    gap: 40px;
  }

  .hospital-sec ul li:nth-last-of-type(1) {
    margin-bottom: 1.5rem;
  }

  .map-sec {
    margin-bottom: 0px;
  }

  .map-sec iframe {
    height: 300px;
  }
}

@media screen and (max-width: 576px) {
  .project-slider-sec .project-slider2 img {
    height: 360px !important;
  }

  .main-head h2,
  .main-head-big h2 {
    font-size: 26px;
  }

  .banner-text strong {
    font-size: 26px;
  }

  .brand-story {
    padding: 40px 0px 40px 0px;
  }
}

/*# sourceMappingURL=responsive.css.map */