@media (min-width: 1500px) {
  .container {
    max-width: 1460px;
  }
}

@media (max-width: 1500px) {
  .navbar .navbar-nav .nav-item:not(:last-child) {
    margin-right: 5px;
  }

  .navbar .navbar-nav .nav-link,
  .static-footer .btn_style3 span,
  .static-footer .btn_style3:before {
    font-size: 12px;
  }

  .navbar .project_logo img {
    max-width: 50px;
  }

  .navbar .navbar-brand img {
    /* max-width: 50px; */
  }

  .overview_section .container .birds_col {
    top: -50px;
    right: -10%;
    width: 760px;
  }

  .highlight_section {
    padding: 100px 0;
  }

  .highlight_section .left_col .img_col {
    /* top: 20px; */
    /* padding-left: 2%; */
    /* width: 48%; */
  }

  .price_section {
    padding-top: 72px;
  }

  .price_section .cloud1 {
    max-width: 140px;
  }

  .price_section .cloud2 {
    max-width: 90px;
  }

  .price_section .cloud3 {
    max-width: 160px;
  }

  .price_section .pricing_img {
    margin-left: 0;
  }

  .price_section .pricing_lists li {
    padding: 30px 0;
  }

  .price_section .pricing_lists li .name {
    font-size: 24px;
  }

  .static-footer .btn_style3 {
    padding: 10px 14px;
    height: 48px;
  }

  .static-footer .title {
    font-size: 11px;
  }

  .static-footer .pr_logo {
    width: 150px;
  }

  .static-footer h6 {
    font-size: 15px;
  }

  .static-footer .area li {
    font-size: 13px;
  }

  .static-footer .area li span {
    font-size: 12px;
    width: 66px;
  }

  .menu__box .abs_logo {
    left: 45.6%;
  }

  .banner_btn {
    bottom: 14%;
  }
}

@media (max-width: 1400px) {
  .hero_section {
    height: auto;
  }

  .hero_section video {
    height: auto;
    display: flex;
  }

  .floor_plan_section .tab-content .plan .txt {
    height: 50px;
  }

  .floor_plan_section .tab-content .plan .txt h5 {
    font-size: 14px;
  }

  .floor_plan_section .tab-content .plan .image {
    padding: 40px;
  }

  .floor_plan_section .tab-content .plan .image .plan_img {
    height: 280px;
  }

  .floor_plan_section .tab-content .plan .image .f_plan_img {
    max-height: 380px;
  }

  .location_advantage_section .map iframe {
    height: 450px;
  }

  .floor_plan_section .tab-content .amenities li {
    font-size: 10px;
    margin-bottom: 3px;
  }

  .floor_plan_section .tab-content .amenities {
    padding: 20px 30px 20px 40px;
  }
}

@media (max-width: 1199px) {
  .navbar .container {
    justify-content: unset;
  }

  .navbar .navbar-brand {
    padding: 0;
    margin: 0;
  }

  .navbar .project_logo {
    margin-left: 8px;
    padding-left: 8px;
    position: relative;
  }

  .navbar .project_logo:before {
    position: absolute;
    content: "";
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    /* background: #afafaf; */
  }

  .navbar .navbar-collapse {
    position: fixed;
    top: 0;
    background: #fff;
    padding: 35px;
    width: 100%;
    max-width: 30%;
    height: 100vh;
    box-shadow: 0 5px 10px rgba(0, 0, 0);
    right: -30%;
    z-index: 9999;
    display: block;
    transition: 0.4s ease-in-out;
  }

  .navbar .navbar-collapse.show {
    right: 0;
  }

  .navbar .navbar-collapse .top {
    display: flex;
    align-items: center;
    border-bottom: 1px solid;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .navbar .navbar-collapse .top .logo {
    max-width: 140px;
  }

  .navbar .navbar-collapse .top .close {
    margin-left: auto;
    font-size: 50px;
    font-weight: 400;
    cursor: pointer;
  }

  .navbar .navbar-nav .nav-link {
    padding: 10px 0;
  }

  .navbar .navbar-toggler {
    margin-left: auto;
  }

  .navbar .navbarBackdrop {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0);
    z-index: 999;
    animation: 0.3s fades;
  }

  .nav-bar-right-align ul li:first-child {
    display: none;
  }

  .about_developer,
  .gallery_section {
    overflow: hidden;
  }

  .static-footer .btn_style3 {
    padding: 10px 12px;
  }

  .static-footer .btn_style3 span,
  .static-footer .btn_style3:before {
    font-size: 10px;
  }

  .static-footer .s_col:not(:last-child) {
    margin-right: 30px;
  }
}

@keyframes fades {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 991px) {
  .nav-bar-right-align ul {
    margin-right: 0;
  }

  .nav-bar-right-align ul li a {
    padding: 5px 10px;
  }

  .nav-bar-right-align li i {
    font-size: 14px;
  }

  .navbar .navbar-brand img {
    max-width: 120px;
  }

  .navbar .project_logo img {
    max-width: 110px;
  }
}

@media (max-width: 767px) {
  .balcony_view .content .title,
  .floor_plan_section .tab-content .inner-box .box h4,
  .highlight_section .highlight_points li,
  .menu__item,
  .price_section .pricing_lists li .left p,
  p {
    font-size: 16px;
  }

  .mx_sm_-15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .px_sm_15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .custom_modal .form,
  .gallery_section .single,
  .mt_sm_20 {
    margin-top: 20px;
  }

  .mt_sm_30 {
    margin-top: 30px;
  }

  .amenities_section .carousel_col,
  .floor_plan_section .tab-content,
  .mt_sm_50 {
    margin-top: 50px;
  }

  .pt_sm_0 {
    padding-top: 0;
  }

  .btn_style3 {
    min-width: auto;
  }

  .mb_sm_20,
  .price_section .pricing_img {
    margin-bottom: 20px;
  }

  .menu__box .left_m_col {
    align-items: unset;
    height: auto;
    display: block;
    padding-top: 0;
  }

  .menu__item {
    padding: 16px 0;
  }

  .enquire_fixed_btn .side-b br,
  .enquire_fixed_btn .side-b:last-child:before,
  .menu__box .right_m_col,
  .nav-bar-right-align ul {
    display: none;
  }

  .hero_section img {
    height: 100%;
    min-height: fit-content;
  }

  .hero_section #demo {
    min-height: 525px;
  }

  .floor_plan_section .tab-content .plan .image .f_plan_img {
    max-height: 200px;
  }

  .floor_plan_section #clubhouse .plan .image {
    padding-right: 0;
  }

  .floor_plan_section .tab-content .amenities {
    top: 10px;
    right: 10px;
    max-width: 130px;
    height: calc(100% - 20px);
    padding: 5px 5px 5px 15px;
    display: none;
  }

  .floor_plan_section .tab-content .amenities li {
    font-size: 6px;
    margin-bottom: 1px;
  }

  .floor_plan_section .tab-content .inner-box .box {
    width: 100%;
  }

  .floor_plan_section .tab-content .inner-box .box:first-child {
    border: None;
  }

  .floor_plan_section .tab-content .inner-box .box p,
  .floor_plan_section .tab-content .plan .txt h5,
  .price_section .pricing_lists li .right .enquire_btn span,
  .price_section .pricing_lists li .right .enquire_btn:before,
  .sec_title .mini {
    font-size: 14px;
  }

  .location_advantage_section .owl-carousel .owl-nav button {
    height: 35px;
    width: 35px;
  }

  .location_advantage_section .owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }

  .amenities_section .carousel_col .owl-nav .owl-next,
  .location_advantage_section .owl-carousel .owl-nav button.owl-next {
    right: 0;
  }

  .location_advantage_section .location_carousel .item .icon {
    width: 50px;
    height: 50px;
    padding: 9px;
    margin-bottom: 7px;
  }

  .section {
    padding: 60px 0;
  }

  .sec_title {
    margin-bottom: 30px;
  }

  .sec_title .title {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .sec_title.center .mini_logo {
    margin: 20px auto 0;
    max-width: 200px;
  }

  .sec_title.center .mini_logo .icon {
    width: 48px;
  }

  .navbar,
  .navbar.fixed {
    padding: 4px 15px;
    /* display: block; */
  }

  .amenities_section .carousel_col .amenities_carousel,
  .navbar .navbar-brand img,
  .navbar.fixed .navbar-brand img {
    max-width: 140px;
  }

  .navbar .navbar-collapse .top .logo,
  .navbar .project_logo img {
    max-width: 60px;
  }

  .navbar .navbar-collapse {
    max-width: 100%;
    right: -100%;
    padding: 20px;
  }

  .navbar .navbar-collapse .top .close {
    font-size: 40px;
  }

  .navbar .navbar-nav .nav-item {
    border-bottom: 1px solid #f3f3f3;
  }

  .navbar .navbar-nav .nav-item:not(:last-child),
  .price_section .pricing_img img {
    margin: 0;
  }

  .navbar .navbar-nav .nav-link {
    padding: 12px 0;
    font-size: 12px;
  }

  .navbar .navbar-brand {
    z-index: 1;
    position: relative;
  }

  .menu__box {
    top: 0;
    height: 100vh;
    padding-top: 70px;
    z-index: unset;
  }

  .menu__box .container {
    overflow: auto;
  }

  .menu__box .left_menus li {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .hero_section {
    height: auto;
    /* min-height: 525px; */
  }

  .amenities_section .container,
  .overview_section {
    overflow: hidden;
  }

  .overview_section .container {
    overflow: visible;
  }

  .overview_section .container .birds_col {
    top: 80px;
    right: -70%;
    width: 160%;
  }

  .location_advantage_section .map,
  .overview_section #overview_an {
    margin-top: 60px;
  }

  .highlight_section:before {
    background-position: bottom right;
    background-size: 310px;
    opacity: 0.1;
  }

  .highlight_section .left_col .img_col {
    position: relative;
    width: calc(100% + 50px);
    left: -50px;
    top: -40px;
  }

  .price_section {
    padding-top: 60px;
  }

  .price_section .cloud1 {
    max-width: 50px;
    top: 30px;
    animation-duration: 30s;
  }

  .price_section .cloud2,
  .price_section .cloud3 {
    max-width: 50px;
    top: 30px;
    animation-duration: 20s;
  }

  .price_section .pricing_lists li {
    flex-wrap: wrap;
  }

  .price_section .pricing_lists li .left {
    flex: unset;
    width: 100%;
  }

  .price_section .pricing_lists li .name {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .price_section .pricing_lists li .right {
    margin-top: 15px;
  }

  .price_section .pricing_lists li .right .price {
    font-size: 20px;
  }

  .price_section .pricing_lists li .right .enquire_btn {
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: auto;
    font-size: 12px;
  }

  .amenities_section:before {
    height: calc(70%);
    background: url(../assets/images/bg1.svg) 51% 95% / 200px no-repeat;
  }

  .amenities_section .carousel_col .carousel_row {
    overflow: visible;
    position: relative;
  }

  .amenities_section .carousel_col .carousel_row:before {
    position: absolute;
    content: "";
    height: 100%;
    left: -15px;
    width: calc(100% + 30px);
    z-index: 1;
  }

  .amenities_section .carousel_col .amenities_carousel .item {
    padding: 0 0px;
    margin: 0 14px;
    min-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .amenities_section .carousel_col .amenities_carousel .item:before {
    border-width: 2px;
  }

  .amenities_section .carousel_col .amenities_carousel .item .am_icon,
  footer .footer_bottom .qr_carousel img {
    width: 30px;
    height: 30px;
  }

  .amenities_section .carousel_col .amenities_carousel .item .name {
    font-size: 13px;
    line-height: initial;
    word-break: break-all;
    text-transform: capitalize;
  }

  .amenities_section .carousel_col .owl-nav button {
    height: 35px;
    width: 35px;
    left: 0;
    z-index: 1;
  }

  .floor_plan_section {
    padding-top: 57px;
  }

  .floor_plan_section .tab-content .plan .txt {
    height: 40px;
  }

  .floor_plan_section .nav-tabs {
    margin-top: 10px;
    display: flex;
    flex-wrap: unset;
    overflow: auto;
  }

  .floor_plan_section .nav-tabs .nav-item button {
    letter-spacing: 0;
    height: 100%;
    line-height: initial;
    font-size: 14px;
    width: max-content;
    padding: 10px 15px;
  }

  .floor_plan_section .tab-content .plan .image {
    padding: 20px;
  }

  .floor_plan_section .tab-content .plan .image .plan_img {
    height: 140px;
  }

  .location_advantage_section .location_carousel {
    padding: 0 40px;
    margin-top: 50px;
  }

  .location_advantage_section .location_carousel .item .name {
    font-size: 13px;
    line-height: initial;
  }

  .location_advantage_section .location_carousel .item .duration {
    font-size: 13px;
  }

  .location_advantage_section .map .btn span,
  .location_advantage_section .map .btn:before,
  footer p {
    font-size: 12px;
  }

  .location_advantage_section .map .btn {
    right: 15px;
    padding: 10px;
    height: auto;
    top: 10px;
  }

  .location_advantage_section .map iframe {
    height: 250px;
    display: flex;
  }

  .balcony_view .content {
    left: 45%;
    top: 10px;
  }

  .balcony_view .content .sec_title,
  footer .form .form-group {
    margin-bottom: 10px;
  }

  .balcony_view .content .btn {
    padding: 4px 12px;
    height: auto;
    border-width: 2px;
  }

  .balcony_view .content .btn span,
  .balcony_view .content .btn:before {
    font-size: 9px;
  }

  .gallery_section .row_in {
    gap: 0;
  }

  .custom_modal .modal-body {
    padding: 26px;
  }

  footer {
    padding: 20px 0;
  }

  footer .form {
    margin-top: 40px;
  }

  footer .form label {
    font-size: 12px;
    letter-spacing: 0;
  }

  footer .form-control {
    height: 46px;
  }

  footer .form-control::placeholder {
    font-size: 12px;
  }

  footer .btn_style2 {
    width: 100%;
    margin-top: 30px;
    font-size: 12px;
  }

  footer .footer_bottom {
    padding: 50px 0 40px;
    margin-top: 50px;
  }

  footer .footer_bottom .qr_carousel p {
    font-size: 8px;
    line-height: 10px;
  }

  footer .footer_bottom .d_bottom {
    font-size: 12px;
  }

  footer p {
    line-height: 20px;
  }

  .about_developer .contact p {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .about_developer .form {
    margin-top: 40px;
    border-radius: 10px;
    padding: 35px;
  }

  .about_developer .form .title {
    font-size: 19px;
    margin-bottom: 25px;
  }

  .enquire_fixed_btn {
    top: unset;
    bottom: 0;
    transform: unset;
    writing-mode: inherit;
    width: 100%;
    padding: 0;
    border-radius: 10px 10px 0 0;
    font-size: 11px;
    right: 0;
    display: flex;
  }

  .enquire_fixed_btn .side-b {
    flex: 1;
    position: relative;
    border: none;
  }

  .enquire_fixed_btn .side-b:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 2px;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff47;
    right: 0;
  }

  .enquire_fixed_btn .side-b a {
    padding: 8px 0;
  }

  .enquire_fixed_btn .side-b p {
    letter-spacing: 0;
    font-size: 8px;
    line-height: initial;
  }

  .enquire_fixed_btn .side-b p i {
    font-size: 18px;
  }

  .page_container {
    padding-bottom: 50px;
  }

  .form_style2 label {
    font-size: 12px;
    margin-bottom: 2px;
  }

  .form_style2 .enquire_btn {
    margin-top: 10px;
  }

  .custom_modal .modal-body .project_logo {
    width: 185px;
    margin: 0 auto;
  }

  .custom_modal .title {
    font-size: 18px;
    margin-top: 5px;
  }

  .custom_modal .sub_title {
    font-size: 12px;
    line-height: initial;
  }

  .custom_modal .form .check {
    font-size: 10px;
    line-height: 13px;
  }

  .custom_modal .form .btn {
    height: 48px;
  }

  .btn_style span {
    padding: 10px 38px;
    font-size: 12px;
  }

  .banner_btn {
    display: none;
  }

  .overview_section .carousel_col .owl-nav button {
    bottom: 0 !important;
  }

  .highlikghts_para {
    font-size: 14px;
  }

  .highlights_slider_tit {
    font-size: 20px;
  }

  .overview_section img.highlights_icon {
    width: 90px !important;
  }

  .overview_section {
    padding-bottom: 40px !important;
  }

  .overview_section .content {
    /* padding-bottom: 80px; */
  }

  .overview_section .carousel_col .owl-nav button {
    left: 10%;
    width: 40px;
    height: 40px;
  }

  .overview_section .carousel_col button.owl-next {
    right: 30% !important;
    left: auto;
  }

  .overview_section .carousel_col button.owl-prev {
    left: 30%;
  }

  .pricing_img .ai-img2 {
    right: 2%;
    width: max-content;
    bottom: 0;
  }

  .gallery_section .owl-carousel .owl-nav button {
    height: 38px;
    width: 38px;
  }

  /* .amenities_section .carousel_col .owl-nav button {
        height: 35px;
        width: 35px;
        left: auto;
        z-index: 1;
        bottom: -23%;
        transform: none;
        top: auto;
    } */

  .highlight_section .highlight_points li {
    font-size: 14px;
  }

  .amenities_section .carousel_col .owl-nav button {
    height: 35px;
    width: 35px;
    left: 0;
    z-index: 1;
    transform: none;
    top: auto;
    bottom: -40%;
  }

  .amenities_section .carousel_col {
    margin-bottom: 70px;
  }

  .amenities_section .carousel_col .owl-nav .owl-next {
    right: 36%;
  }

  .amenities_section .carousel_col .owl-nav .owl-prev {
    left: 36%;
  }
  .amenities_section .carousel_col .carousel_row:before {
    content: none;
  }

  .overview_section p {
    text-align: justify;
    letter-spacing: 0.2px;
    font-size: 15px;
  }

  .developer_main_box {
    flex-direction: column;
  }
  .about_developer .content {
    text-align: CENTER;
  }

  .about_developer p.h-contact {
    text-align: CENTER;
    justify-content: CENTER;
    /* ALIGN-ITEMS: CENTER; */
  }

  .overview_section::before {
    position: absolute;
    content: "";
    background: url(../assets/images/bg1.svg) 55% 98% / 230px no-repeat;
    height: 100%;
    width: -webkit-fill-available;
    object-fit: contain;
    right: 0;
    top: 0;
    opacity: 0.1;
  }
  /* .amenities_section .carousel_col .amenities_carousel {
    width: 100%;
    max-width: 100%;
} */
  .about_developer:before {
    background: url(../assets/images/bg_lion.png) 49% 31% / 213px no-repeat;
  }

  .section .limited {
    padding: 40px;
  }
  .limited .heading {
    font-size: 22px;
  }
  .limited .grid {
    grid-template-columns: 1fr;
  }
  .limited .small-grid {
    grid-template-columns: 1fr;
  }

  .market-intelligence .container {
    flex-direction: column;
    padding: 40px;
  }

  .market-intelligence .left,
  .market-intelligence .right {
    width: 100%;
  }

  .market-intelligence .right {
    grid-template-columns: 1fr;
  }

  .market-intelligence .bottom-bar {
    grid-column: span 1;
  }

  .market-intelligence .title {
    font-size: 22px;
  }
  .market-intelligence .container {
    padding: 20px 20px;
  }
  .limited .card {
    padding: 20px;
  }
  .limited .card h3 {
    font-size: 20px;
  }

  .contact_wrap {
    display: none;
  }

  .mobile-section {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: linear-gradient(39deg, #9d6530, #f3bb60, #f5e08e, #9d6530);
    border-top: 1px solid rgba(248, 245, 231, 0.38);
    z-index: 99;
    padding: 5px;
    display: flex;
    background-size: 300% 300%;
    animation: goldShine 4s ease infinite;
    transition: transform .3s ease, box-shadow .3s ease;
  }

  .mobile-section a {
    text-align: center;
    color: #000;
    padding: 5px;
    font-size: 14px;
    /* letter-spacing: 1px; */
    flex: 1 1 0%;
  }

  .mobile-section a:not(:last-child) {
    border-right: 1px solid rgb(248, 245, 232);
  }
  .club_wrap .col-lg-6 {
    margin-bottom: 30px;
  }

  .clubhouse_sec {
    padding-bottom: 0;
  }

  .overview_section li.wow.animate__animated.animate__fadeInUp {
    padding-left: 17px;
    font-size: 14px;
  }

  .about_developer .content p {
    font-size: 14px;
  }
  .club_wrap .col-lg-6 .ai-img2 {
    bottom: 25%;
    left: 6%;
  }
}

/* Amenties Responsive */

@media (max-width: 767px) {
  .amenities_section .carousel_col .amenities_carousel {
    max-width: 100%;
    width: 100%;
  }

  .amenities_section .carousel_col .carousel_row {
    max-width: 100%;
  }
}
