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

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

  .footer-logo img {
    height: 85px;
  }

  .section-sample-flat-tour .container {
    max-width: 750px !important;
  }

  .section-sample-flat-tour .theme-element {
    max-width: 200px;
  }

  .location-detail ul li {
    margin-bottom: 15px;
  }

  .location-detail ul {
    margin-bottom: -15px;
  }

  .location-icons img {
    height: 40px;
    margin-bottom: 6px;
  }

  .configurations-items h4 {
    font-size: 22px;
  }

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

  .gap-3>.column {
    padding-left: 30px;
    padding-right: 30px;
  }

  .gap-3 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .section-configuration .container {
    max-width: 1000px !important;
  }

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

  .section-title h1,
  .section-title h2 {
    font-size: 34px;
    line-height: 42px;
    letter-spacing: 6px;
  }

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

  p {
    margin-bottom: 15px;
  }

  .gap-2>.column {
    padding-left: 24px;
    padding-right: 24px;
  }

  .gap-2 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }

  body {
    font-size: 15px;
  }

  .theme-logo img {
    height: 60px;
  }

  .theme-logo {
    padding: 20px;
  }

  header {
    padding: 12px 30px;
  }

  #section-banner,
  .section-cms {
    margin-top: 78px;
  }
}

@media screen and (max-width: 1408px) {
  .corporate-logo img {
    height: 40px;
  }

  .col-header:first-child {
    max-width: 150px;
    flex: 0 0 150px;
  }

  .header__menu-link {
    font-size: 15px;
  }
}

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

  .section-cms {
    padding-top: 60px !important;
  }

  .footer-logo img {
    height: 75px;
  }

  .about-company-logo {
    max-width: 260px;
  }

  .plan-inquire-btn {
    font-size: 14px;
  }

  #gallery-slider {
    padding-left: 60px;
    padding-right: 60px;
  }

  .amenities-col {
    margin-bottom: 15px;
  }

  .amenities-cols {
    margin-bottom: -15px !important;
  }

  .amenities-icons img {
    height: 110px;
  }

  .mb-6 {
    margin-bottom: 40px !important;
  }

  .configurations-items {
    padding: 50px;
  }

  .configurations-items h4 {
    font-size: 18px;
  }

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

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

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

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

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

  .section-title h1,
  .section-title h2 {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 4px;
  }

  .gap-2>.column {
    padding-left: 15px;
    padding-right: 15px;
  }

  .gap-2 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .header__menu-link {
    font-size: 16px;
  }

  .theme-logo {
    padding: 15px;
  }

  #section-banner,
  .section-cms {
    margin-top: 69px;
  }

  .corporate-logo img {
    margin-left: auto;
    margin-right: 45px;
  }

  .hidden-desktop {
    display: none !important;
  }

  .visible-desktop {
    display: none; !important;
  }

  .header__menu1 {
    display: block;
  }

  .about-company-wrapper .columns {
    justify-content: center;
    margin-bottom: -24px !important;
  }

  .about-company-wrapper .column {
    margin-bottom: 24px;
  }

  header {
    padding: 15px 30px;
  }

  .arrow-outside-slider {
    padding-left: 40px;
    padding-right: 40px;
  }

  .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: 3px;
    background-color: #AE8D4B;
  }

  .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: 20px;
    -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;
  }

  #header-primary-menu {
    position: fixed;
    background-color: #ffffff;
    color: #fff;
    width: 100%;
    right: 0;
    padding: 0;
    padding: 70px 30px 30px !important;
    margin-top: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    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 #header-primary-menu {
    opacity: 1;
    clip-path: circle(1600px at 90% -10%);
    -webkit-clip-path: circle(1600px at 90% -10%);
    pointer-events: all;
  }

  #header-primary-menu ul li {
    display: block;
    text-align: left;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }

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

  #header-primary-menu ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

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

@media screen and (max-width: 1024px) {
  .configurations-items {
    padding: 40px 30px;
  }

  .col-location.order-2 {
    order: unset;
  }

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

  .copyright-bar .container {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

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

  .video-icon svg {
    width: 18px !important;
    height: 18px !important;
  }

  .location-detail ul li {
    width: 33.33%;
    flex: 0 0 33.33%;
  }

  .location-detail ul {
    max-width: inherit;
  }

  .map-img {
    border: 3px solid #FCE3B1;
    max-width: 600px;
    margin: 0 auto;
  }

  .section-location .theme-padding {
    padding-right: 30px !important;
  }

  .amenities-icons img {
    height: 100px;
  }

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

  .configurations-items h4 {
    font-size: 16px;
  }

  .section-title h1,
  .section-title h2 {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 2px;
  }

  body {
    font-size: 14px;
  }

  .title-tagline {
    margin-top: 5px;
  }

  .container {
    padding: 0 30px;
  }

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

  #back2top svg {
    width: 36px;
    height: 36px;
  }

  #back2top {
    width: 36px;
    height: 36px;
    bottom: 55px;
  }

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

  .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: #AE8D4B;
    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: 20px;
    line-height: 24px;
    border-top: 1px solid #fff;
    text-transform: uppercase;
  }

  #footer {
    padding: 20px;
  }

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

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

  .col-footer {
    padding: 0;
    width: 100% !important;
    margin-bottom: 30px;
  }

  .col-footer:last-child {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .overview-detail {
    text-align: center;
  }

  #gallery-slider {
    padding-left: 30px;
    padding-right: 30px;
  }

  .location-detail ul li {
    width: 50%;
    flex: 0 0 50%;
  }

  .splide__arrow {
    width: 36px;
    height: 36px;
    padding: 9px;
  }

  #floorplans-slider .splide__arrows,
  .arrow-outside-slider .splide__arrows {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
  }

  #floorplans-slider .splide__arrow,
  .arrow-outside-slider .splide__arrow {
    position: static;
    transform: unset;
  }

  #amenities-slider {
    display: none !important;
  }

  #amenities-slider-responsive {
    display: block !important;
  }

  .configurations-items .theme-btn {
    margin-top: 40px;
  }

  .section-configuration .columns {
    justify-content: center;
  }

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

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

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

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

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

  .footer-items h4 {
    margin-bottom: 10px;
  }

  .footer-logo img {
    height: 65px;
    margin: 0 auto 30px;
  }

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

@media screen and (max-width: 575px) {
  .no-webp #register-modal {
    background-image: url(../images/bg/modal-bg-sm.jpg);
  }

  .webp #register-modal {
    background-image: url(../images/bg/modal-bg-sm.webp);
  }

  .about-company-logo {
    max-width: 220px;
    margin: 30px auto;
  }

  .theme-block:before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
  }

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

  .section-sample-flat-tour .theme-element.element-bottom,
  .section-sample-flat-tour .theme-element {
    max-width: 100px;
  }

  #gallery-slider {
    padding-left: 0;
    padding-right: 0;
  }

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

  .arrow-outside-slider {
    padding-left: 0;
    padding-right: 0;
  }

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

  .col-form-btn {
    margin-top: 20px;
  }

  .theme-modal-card-body .columns {
    margin: -8px;
  }

  .theme-btn {
    font-size: 14px;
    padding: 6px 30px;
  }

  #header-primary-menu ul li {
    padding: 6px 0;
  }

  .sm-form-control {
    font-size: 14px;
  }

  .corporate-logo img {
    height: 36px;
  }

  header {
    padding: 12px 15px;
  }

  .insomenu-bars {
    right: 15px;
  }

  #section-banner,
  .section-cms {
    margin-top: 60px;
  }

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

  .tab-list {
    gap: 10px;
  }

  #home #footer {
    padding: 20px 0 60px;
  }

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

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

  .sticky-btn-enquire.sticky-brochure {
    top: unset;
    right: 0;
    width: 50%;
    left: unset;
    border-left: 1px solid #fff;
  }

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

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

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

  .close1,
  .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;
  }

  #back2top {
    display: none !important;
  }

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

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

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

  #gallery-slider {
    display: none !important;
  }

  #gallery-slider-responsive {
    display: block !important;
  }

  .about-company-logo {
    max-width: 200px;
  }

  .theme-block-icon.video-icon {
    width: 40px;
    height: 40px;
  }

  .video-icon svg {
    width: 14px !important;
    height: 14px !important;
  }

  .location-items h4 {
    font-size: 13px;
  }

  .amenities-icons img {
    height: 80px;
    margin: 0 auto 6px;
  }

  #amenities-slider-responsive .splide__arrows {
    margin-top: 10px;
  }

  .amenities-col {
    margin-bottom: 10px;
  }

  .amenities-items span {
    font-size: 13px;
  }

  .amenities-cols {
    margin-bottom: -10px !important;
  }

  .configurations-items .theme-btn {
    margin-top: 30px;
  }

  .configurations-items {
    padding: 30px;
  }

  .col-configuration {
    width: 100% !important;
  }

  .theme-logo img {
    height: 45px;
  }

  .theme-logo {
    padding: 7px 7px;
  }

  .col-header:first-child {
    max-width: 110px;
    flex: 0 0 110px;
  }

  header {
    padding: 20px;
  }

  .corporate-logo img {
    height: 30px;
  }

  .corporate-logo img {
    margin-right: 40px;
  }

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

@media screen and (max-width: 420px) {
  .modal-title {
    margin-bottom: 10px;
  }

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

  .sticky-btn-enquire {
    width: 100%;
  }

  .sticky-btn-enquire.sticky-brochure {
    width: 60%;
  }
}

@media screen and (max-width: 380px) {
  .tab-list .tab {
    width: 100%;
    padding: 12px 24px;
  }
}

@media screen and (max-width: 360px) {
  .theme-logo img {
    height: 40px;
  }

  .location-wrapper {
    text-align: center;
  }

  .location-detail ul li {
    width: 100%;
    flex: 0 0 100%;
  }

  .location-icons img {
    margin-left: auto;
    margin-right: auto;
  }

  header {
    padding: 10px;
  }

  #section-banner,
  .section-cms {
    margin-top: 50px;
  }

  .col-header:first-child {
    max-width: 90px;
    flex: 0 0 90px;
  }
}

