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

@media screen and (max-width: 1599px) {
  .video-title {
    font-size: 34px;
  }

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

  .golf-desc {
    bottom: 30px;
    max-width: 380px;
    padding: 30px;
  }

  /* .theme-btn.view-map-btn {
    font-size: 16px;
    line-height: 28px;
  } */

  .footer-wrapper h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

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

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

  .arrow-top .splide__arrows {
    top: -90px;
    right: 100px;
  }

  .amenities-block img {
    height: 50px;
  }

  .amenities-block {
    padding: 20px;
  }

  #amenities-slider .splide__arrow {
    position: static;
    transform: unset;
  }

  #amenities-slider .splide__arrows {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
  }

  .aboutus-desc {
    gap: 20px;
  }

  .aboutus-desc-block {
    width: calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
  }

  .aboutus-desc {
    margin-bottom: 30px;
  }

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

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

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

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

  .banner-desc h3 {
    font-size: 30px;
  }

  .banner-desc .section-title {
    margin: 0 auto 30px;
  }

  .banner-desc h3::after,
  .banner-desc h3::before {
    width: 150px;
  }

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

  header {
    padding: 12px 100px;
  }

  h3 {
    font-size: 22px;
  }

  .location-list h3 {
    min-height: inherit;
  }
}

@media screen and (max-width: 1408px) {
  #home #footer {
    padding: 30px 0 80px;
  }

  .arrow-top .splide__arrows {
    top: -80px;
    right: 60px;
  }

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

  .title-tagline::before {
    width: 100px;
  }

  .menu-item {
    padding: 16px 10px;
  }

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

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

  header {
    padding: 12px 60px;
  }

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

@media screen and (max-width: 1216px) {
  .video-title {
    font-size: 30px;
  }

  .golf-desc {
    bottom: 10px;
    max-width: 290px;
    padding: 20px;
  }

  .footer-rera-wrapper,
  .footer-col-block {
    margin: unset;
  }

  .arrow-top .splide__arrows {
    top: -70px;
  }

  body {
    font-size: 15px;
  }

  .banner-desc h3 {
    font-size: 26px;
  }

  .col-header .theme-btn {
    margin-right: 50px;
  }

  .theme-padding-sm,
  .theme-padding {
    padding-left: 35px;
    padding-right: 35px;
  }

  h3 {
    font-size: 20px;
  }

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

  header {
    padding: 12px 30px;
  }

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

  .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: #bf9451;
  }

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

  .theme-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 .theme-menu {
    opacity: 1;
    clip-path: circle(1600px at 90% -10%);
    -webkit-clip-path: circle(1600px at 90% -10%);
    pointer-events: all;
  }

  .theme-menu ul li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }

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

@media screen and (max-width: 1024px) {
  .amenities-cols {
    justify-content: center;
  }

  .section-aboutus .section-title {
    margin-bottom: 30px !important;
  }

  .amenities-col {
    width: 25%;
  }

  .amenities-col:nth-child(4),
  .amenities-col:nth-child(8),
  .amenities-col:nth-child(12) {
    border-right-width: 0;
  }

  .amenities-col:nth-child(10),
  .amenities-col:nth-child(5) {
    border-right-width: 1px;
  }

  .amenities-col:nth-child(12),
  .amenities-col:nth-child(11) {
    border-bottom-width: 1px;
  }

  .video-block .theme-block-icon {
    right: -80px;
    bottom: -80px;
  }

  .video-block .theme-block-icon img {
    height: 20px;
  }

  .video-title {
    font-size: 26px;
  }

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

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

  .amenities-block {
    padding: 10px;
  }

  .section-connectivity,
  .section-aboutus {
    padding-right: 35px !important;
  }

  .aboutus-img img {
    max-width: 650px;
  }

  .title-mobile {
    display: block;
    margin-bottom: 0 !important;
  }

  .title-desktop {
    display: none;
  }

  .order-2 {
    order: unset;
  }

  .banner-desc h3::after,
  .banner-desc h3::before {
    width: 100px;
  }

  .container {
    padding: 0 30px;
  }

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

  .col-copyright {
    padding: 5px;
  }

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

  .sticky-btn-enquire.sticky-brochure {
    top: 300px;
    right: -86px;
  }

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

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

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

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

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

  .location-block {
    padding: 0 0 0 30px;
  }

  .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: #b17229;
    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 #eee;
    text-transform: uppercase;
  }

  .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) {
  .amenities-col {
    width: 33.33%;
  }

  /* .theme-btn.view-map-btn {
    font-size: 14px;
    line-height: 24px;
  } */

  .amenities-slider-mobile {
    display: block;
  }

  .amenities-cols-desktop {
    display: none !important;
  }

  .footer small,
  .footer a,
  .footer span,
  .footer p {
    font-size: 13px;
  }

  .rera-block {
    flex-direction: column;
    align-items: center;
  }

  .footer-rera-wrapper,
  .footer-col-block {
    margin: 0 auto;
  }

  .footer-block {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-floorplan {
    text-align: center;
  }

  .section-floorplan .splide__arrow {
    border: 1px solid #fff;
  }

  .section-floorplan .splide__arrow svg path {
    stroke: #fff;
  }

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

  .connectivity-block span {
    font-size: 16px;
  }

  .arrow-top .splide__arrows {
    margin-top: 30px;
    position: static;
    transform: unset;
  }

  .section-floorplan,
  .section-gallery {
    padding-right: 35px !important;
  }

  .section-floorplan .section-title,
  .section-gallery .section-title {
    margin: 0 auto 30px;
  }

  body {
    font-size: 14px;
  }

  .col-header:last-child {
    flex: auto;
  }

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

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

  #location-slider1 {
    margin-top: 30px;
  }

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

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

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

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

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

  .banner-desc h3 {
    font-size: 20px;
  }

  .banner-desc .section-title {
    margin: 0 auto 20px;
  }

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

  .location-block {
    padding: 30px 0 0 0;
  }

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

@media screen and (max-width: 575px) {
  .video-title {
    font-size: 22px;
  }

  .footer-wrapper h3 {
    font-size: 14px;
  }

  .arrow-top .splide__arrows,
  .arrow-bottom .splide__arrows {
    margin-top: 20px;
  }

  .connectivity-block {
    margin-bottom: 20px;
  }

  .section-floorplan .section-title,
  .section-gallery .section-title {
    margin: 0 auto 20px;
  }

  #amenities-slider .splide__arrows,
  .arrow-top .splide__arrows {
    margin-top: 20px;
  }

  .banner-desc p {
    padding: 0;
  }

  .golf-desc {
    max-width: inherit;
    margin: 0;
    bottom: unset;
    position: relative;
  }

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

  .aboutus-desc {
    margin-bottom: 20px;
  }

  .aboutus-desc-block {
    width: calc(50% - 5px);
    flex: 0 0 calc(50% - 5px);
  }

  .aboutus-desc {
    gap: 10px;
  }

  .section-floorplan,
  .section-connectivity,
  .section-gallery,
  .section-aboutus {
    padding-right: 20px !important;
  }

  .desktop-hidden {
    display: block;
  }

  .hidden-mobile {
    display: none;
  }

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

  .container {
    padding: 0 20px;
  }

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

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

  .theme-btn {
    font-size: 13px;
    line-height: 20px;
  }

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

  .sm-form-control {
    padding: 12px 12px 12px 0;
  }

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

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

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

  h3 {
    font-size: 18px;
  }

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

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

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

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

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

  .tab-list {
    gap: 10px;
  }

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

  .copyright-line-gold {
    padding: 0 5px;
  }

  .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 #073930;
    border-radius: 0;
    text-align: center;
    width: 50%;
    padding: 10px 0px !important;
  }

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

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

  .stock-image::after,
  .actual-image::after,
  .artistic-impression::after {
    bottom: 0px;
    right: 5px;
    font-size: 9px;
  }

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

  .banner-desc h3 {
    font-size: 18px;
  }

  .banner-desc h3::after,
  .banner-desc h3::before {
    width: 60px;
  }

  .section-title h2:before {
    height: 2px;
  }

  .connectivity-list {
    margin-top: 10px;
  }
}

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

  /* .theme-btn.view-map-btn {
    font-size: 13px;
    line-height: 22px;
  } */

  .banner-desc h3::after,
  .banner-desc h3::before {
    display: none;
  }

  .banner-desc h3 {
    font-size: 16px;
  }

  .modal-title {
    font-size: 20px;
  }

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

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

@media screen and (max-width: 420px) {
  .connectivity-point li span {
    font-size: 13px;
  }

  .video-title {
    font-size: 20px;
  }

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

  .golf-desc {
    padding: 20px;
  }

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

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

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

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

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

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

  header {
    padding: 10px 30px;
  }

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

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

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