@media (min-width: 1200px) and (max-width: 1440px) {
  .hero_section .hero_heading h1 {
    font-size: 90px;
    justify-content: center;
  }

  

  .hero_section .hero_heading_error h1 {
    font-size: 70px;
    justify-content: center;
  }



 
  .hero_section .hero_heading img {
    max-height: 70px;
    margin-left: 9px;
  }
  .hero_heading {
    width: 98%;
  }
}

@media (min-width: 1000px) and (max-width: 1440px) {
  .building-hero .hero_heading h1 {
    font-size: 90px;
    line-height: 89px;
    justify-content: center;
  }

}


@media (min-width: 1200px) and (max-width: 1309px) {
}

@media (min-width: 1200px) {
}
@media (min-width: 992px) {
  .mobile_logo {
    display: none;
  }

  .dropdown-menu {
    right: 0;
    left: auto;
  }

  .ps-md-1 {
    padding-left: 5.5rem !important;
  }
  /* 
  .dropdown:hover ul.dropdown-menu,
  .dropdown:hover ul.dropdown-menu.show {
    top: calc(100% + 5px);
    opacity: 1;
    visibility: visible;
    transform: rotateX(0) translateZ(0);

  } */
}
@media (min-width: 768px) {
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #header .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 15px;
  }
  #header .extra_nav {
    margin-left: 15px;
  }

  /* #header .navbar-brand img {
    height: 30px;
  } */
  .hero_section .hero_heading h1 {
    font-size: 90px;
    justify-content: center;
  }

  .hero_section .hero_heading_error h1 {
    font-size: 70px;
    justify-content: center;
  }
  .hero_section .hero_heading img {
    max-height: 70px;
    margin-left: 9px;
  }
  .hero_heading {
    width: 98%;
  }
  .contact_details span {
    font-size: 16px;
    color: #fff;
    line-break: anywhere;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero_heading {
    width: 100%;
  }
  .right_part .theem_btn_outline img {
    min-width: 193px;
  }
  .hero_section .hero_heading h1 {
    font-size: 58px;
    justify-content: center;
  }
  .hero_section .hero_heading img {
    max-height: 45px;
    margin-left: 9px;
  }
  .navbar-toggler.menuClose-icon {
    display: block;
  }
  .navbar-toggler.menu-opened:before {
    top: 10px;
    background: #fff;
    width: 22px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .navbar-toggler.menu-opened span {
    opacity: 0;
  }

  .navbar-toggler.menu-opened:after {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 10px;
    border: 0;
    height: 2px;
    width: 22px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media (max-width: 991.98px) {

  /* Add this for advanced parallax */
.highlight_section .parallax-bg {
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 120%;
  background-image: url(../images/home_mobile_para.jpg);
  background-size: cover;
  background-position: center;
  z-index: 0;
}

  .highlight_section .parallax-bg_amenia {
    position: absolute;
    top: -37%;
    left: 0;
    width: 100%;
    height: 120%;
    background-image: url(../images/amenities/amenities-full-img-2.jpg);
    background-size: cover;
    background-position: center;
    z-index: 0;
}


  .navbar {
    align-items: center !important;
  }
  #header .header_filled_btn,
  #header .header_border_btn {
    padding: 8px 15px !important;
  }
  .menuoverlay {
    position: fixed;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 9;
  }
  /* #header .navbar-brand img {
    max-height: 32px;
    width: auto;
  } */
  #header .navbar-nav .dropdown-menu {
    border: none;
    /* background: transparent; */
    position: absolute;
  }

  .navbar-toggler:focus,
  .navbar-toggler:active {
    outline: none;
    box-shadow: none;
  }

  .navbar-toggler {
    width: 31px;
    height: 31px;
    position: absolute;
    right: 0px;
    padding: 0;
    border: 0;
    z-index: 9;
  }

  .navbar-toggler:before {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 2px;
    width: 31px;
    background: #ffffff;
    content: "";
  }

  .navbar-toggler span {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 8px;
    right: 0;
    display: block;
    height: 2px;
    width: 31px;
    background: #ffffff;
  }
  .navbar-toggler:after {
    position: absolute;
    top: 11px;
    right: 0;
    display: block;
    height: 4px;
    width: 31px;
    border-top: 2px solid #ffffff;
    content: "";
  }

  /* Main Menu */
  header .collapse:not(.show) {
    display: block;
    position: fixed;
    top: 0;
    top: -100%;
    height: 100vh;
    overflow-y: auto;
    width: 250px;
    background: rgb(0 29 71 / 90%);
    padding: 0 12px;
    padding-top: 110px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
    z-index: 99;
  }

  header .collapse:not(.show).menu-show {
    top: 0px;
    left: 0;
  }

  body.scroll-off {
    overflow-y: hidden;
  }

  #header {
    height: 65px;
  }
  #header .navbar-expand-lg .navbar-nav .nav-link.sign_up,
  #header .navbar-expand-lg .navbar-nav .nav-link.sign_in {
    margin: 0 0;
    margin-top: 10px;
    text-align: center;
  }

  .mobile_logo {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 0 12px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
    background-color: #001d47;
    height: 95px;
    display: flex;
    align-items: center;
    right: 0;
    /* border-bottom: 1px solid #ffff; */
  }
  .is-sticky .mobile_logo {
    padding: 15px 10px;
  }

  .is-sticky .collapse:not(.show) {
    padding-top: 75px;
    top: -100vh;
    left: 0;
  }
  .mobile_logo img {
    max-height: 45px;
    width: auto;
    z-index: -1;
  }
  #header .navbar-expand-lg .navbar-nav .nav-link.sign_up {
    margin-top: 20px;
  }
  .overlay {
    position: fixed;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 1;
  }
  .user_dropdown .dropdown-toggle::after {
    display: none;
  }
  .user_dropdown > a {
    margin-right: 40px;
  }
  #header .extra_nav {
    margin-left: 0;
    border-top: 1px solid #ddd;
    /*margin-top: 15px;*/
    padding-top: 15px;
  }

  #header .extra_nav.for_mobile {
    padding: 0;
    margin-top: 0;
    border: 0;
  }

  #header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 5px 0;
    text-align: center;
  }
  #header .navbar-expand-lg .navbar-nav .nav-link.extra_btn {
    width: 100%;
    margin-bottom: 10px;
  }
  #header .navbar-expand-lg .navbar-nav .nav-link.lang_drop {
    width: 60px;
    padding-left: 30px;
    margin-bottom: 0;
  }

  #header .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 0px !important;
    margin-bottom: 10px;
  }
  #header .extra_nav.for_mobile .nav-item {
    margin-bottom: 0;
  }
  #header .navbar-nav .dropdown-menu {
    border: none;
    padding: 0;
  }
  #header .for_mobile {
    display: block;
  }
  #header .for_desktop {
    display: none;
  }
  .extra_nav.for_mobile {
    margin-left: 0 !important;
  }
  .user_dropdown > a {
    padding-left: 0;
  }
  #header .navbar-expand-lg .navbar-nav .nav-link:before {
    display: none;
  }
  .footer-signin-link a span,
  .footer-signup-link a span {
    font-size: 30px;
  }

  .footer-signin-link a p,
  .footer-signup-link a p {
    font-size: 13px;
  }

  .footer-signup-link a span.footer-link-arrow,
  .footer-signin-link a span.footer-link-arrow {
    height: 40px;
    width: 40px;
    line-height: 40px;
    right: 10px;
  }
  .footer-signup-link a {
    padding-left: 50px;
  }
  .footer-signin-link a,
  .footer-signup-link a {
    padding-right: 70px;
  }
  .footer-block figure {
    margin-bottom: 10px;
  }

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

  .swiper-pagination {
    padding-bottom: 0px !important;
  }

  .swiper-pagination-loc{
    margin-bottom: -50px;
  }
  .swiper-pagination-loc .swiper-pagination-bullet {
    width: 109px;
    height: 3px;
    border-radius: 0;
    background-color: #B8A771 ;
    opacity: 0.4;
    transition: background-color 0.3s ease, opacity 0.3s ease;
    margin: 0 !important; /* Removes the gap between bullets */
}

.swiper-pagination-loc .swiper-pagination-bullet-active {
    background-color: #001D47; /* Dark blue */
    opacity: 1;
}


.buil-arrow-1 .swiper-button-next {
  right: 147px !important;
  left: auto;
  top: 250px;
}


.buil-arrow-1 .swiper-button-prev {
  left: 147px !important;
  right: auto;
  top: 250px;
}

.buil-arrow-2 .swiper-button-next {
  right: 147px !important;
  left: auto;
  top: 250px;
}


.buil-arrow-2 .swiper-button-prev {
  left: 147px !important;
  right: auto;
  top: 250px;
}

.ameni-arrow .swiper-button-next {
  right: 125px !important;
  left: auto;
  top: 357px;
}

.ameni-arrow .swiper-button-prev {
  left: 133px !important;
  right: auto;
  top: 357px;
}



  .sub-basement-img {
    left: 79%;
  }
}

@media (max-width: 991.98px) {
  .view_section {
    padding: 60px 0;
  }

  .view_section .col-md-6 {
    margin-bottom: 30px;
  }

  .view_section .col-md-6:last-child {
    margin-bottom: 0;
  }

  .img_card {
    height: 300px;
  }
  .img_card_sp {
    width: 100% !important;  /* Makes the image responsive */
    height: auto; /* Keeps aspect ratio */
    display: block; /* Removes extra space below inline images */
    margin: 0; /* Removes any margin */
    filter: grayscale(0);
    margin-top: 24px;
    
}
  .card_tittle h4 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {


  .services_slider .swiper {
    max-width: 1235px;
    margin: auto;
    padding: 0px !important;
}


  .tittle_slide h3 span {
    display: block;
    font-family: "MADE Mirage";
    font-size: 28px;
  }

  .summary_section .section_tittle {
    margin-top: 112px;
  }
  .summary_section .section_tittle .heading_tittle {
    font-size: 30px;
  }
  .building_page_wrapper.floorplans_page_wrapper
    .slider_section
    .swiper-button-next,
  .building_page_wrapper.floorplans_page_wrapper
    .slider_section
    .swiper-button-prev {
    top: 130px;
  }
  .summary_section {
    padding: 2px 0;
  }
  .building_page_wrapper.floorplans_page_wrapper .hero_section {
    background-image: url(../img/hero-images/10kws-floorplans-hero-mobile.jpg);
  }
  .building_page_wrapper.contact_page_wrapper .hero_section {
    background-image: url(../img/hero-images/10kws-contact-hero-mobile.jpg);
  }
  .varied_section .section_tittle .heading_tittle {
    font-size: 61.18px;
  }
  .details_section.city_view .section_tittle {
    margin-top: 0;
  }
  .details_section.city_view .order_1_m {
    order: 1;
    margin-bottom: 77px;
  }
  section.details_section.city_view {
    padding-bottom: 0;
  }
  section.details_section.perfectly_section.perfectly_section_bulding.mobile_only {
    padding-bottom: 0;
  }
  .building_page_wrapper .services_section {
    padding-bottom: 0;
  }
  .view_section .order_1_m img {
    min-height: 330px;
  }
  .img_card {
    height: 330px;
    margin-top: 24px;
  }
  .img_card img {
    max-width: 298px;
  }
  .img_card_sp img {
    max-width: 100%;
}
  .view_section {
    padding: 0 0 76px;
  }
  .eco_section {
    
      padding: 80px 0;
      background: url(../images/building/eco-sec-mob.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
  
  }
  .eco_section .services_slider {
    margin-top: 0px;
  }
  img.mobile_none {
    display: none;
  }
  .building_page_wrapper .hero_section {
    background-image: url(../img/hero-images/10kws-building-hero-mobile.jpg);
  }
  .location_page_wrapper .hero_section {
    background-image: url(../img/hero-images/10kws-location-hero-mobile.jpg);
  }
  .download_page_wrapper .hero_section {
    background-image: url(../images/download/header-bg-download-mob.jpg);
  }
  .amenities_page_wrapper .hero_section {
    background-image: url(../img/hero-images/10kws-amenities-hero-mobile.jpg);
  }
  .highlight_section {
    background-image: url(../img/view-m-bg.jpg);
    min-height: 663px;
    margin-bottom: -34px;
  }
  .mobile_hide {
    display: none;
  }
  .details_section img {
    max-height: 279.88px;
    scale: 1.3 !important;

  }
  
  .right_part .theem_btn_outline {
    font-size: 12px;
  }

  .eco_sec_loc-1 {
    padding: 64px 0;
    background-repeat: no-repeat;
    background-color: #efeddf;
    background-size: cover;
}

  .details_section {
    padding: 66px 0;
  }
  .details_section .section_tittle {
    margin-top: 80px;
  }
  .swiper-button-next {
    right: 17px;
  }
  .swiper-button-prev {
    left: 17px;
  }

  .swiper-button-next-keyfact {
    right: 18px !important;
    left: auto;
    top: 48%;
}

.swiper-button-prev-keyfact {
  left: 18px !important;
  right: auto;
  top: 48%;
}

.building-arrow .swiper-button-next {
  right: 5px;
  left: auto;
}

.building-arrow .swiper-button-prev {
  left: 5px;
  right: auto;
}
  .services_section {
    background-color: transparent;
  }
  .services_section .swiper-wrapper {
    padding: 0 0;
    padding-bottom: 70px;
  }
  /* .img_box img {
    filter: brightness(0) saturate(100%) invert(10%) sepia(80%) saturate(1758%)
      hue-rotate(198deg) brightness(88%) contrast(107%);
  } */
  .services_section .swiper-button-next,
  .services_section .swiper-button-prev {
    /* filter: brightness(0) saturate(100%) invert(10%) sepia(80%) saturate(1758%) hue-rotate(198deg)
   brightness(88%) contrast(107%); */
  }

  .highlight_section .btn-primary {
    display: none;
  }
  
  .order_1_m {
    order: 1;
  }
  .order_2_m {
    order: 2;
  }
  .mobile_only {
    display: block;
  }
  .right_part .text_logo {
    display: none;
  }
  .text_logo {
    max-height: 80px;
    margin-top: 50px;
    margin-bottom: 30px;
    max-width: 70%;
  }
  .tittle_slide h3 {
    color: #efeddf;
    text-align: center;
    font-size: 28px !important;
  }
  .workspace_section {
    padding: 109px 0;
  }
  .hero_section {
    
    min-height: 652px !important;
  }
  .hero_section_home {
    background-image: url(../img/building/building-hero-phon.jpg);
    min-height: 852px;
  }

  .hero_section .hero_heading h1 {
    font-size: 49px;
    display: block;
    text-align: center;
    line-height: 49px;
    letter-spacing: 1px;
  }
  .heading_tittle_span {
    margin-top: 0px;
  }
  .hero_section .hero_heading h1 img {
    max-height: 50px;
    margin-top: -10px;
  }
  .hero_btn {
    display: none;
  }
  .navbar-toggler.menuClose-icon {
    position: absolute;
    top: 13px;
    right: 15px;
  }
  .navbar-toggler.menuClose-icon svg {
    filter: brightness(0) saturate(100%) invert(100%) sepia(13%) saturate(7494%)
      hue-rotate(177deg) brightness(107%) contrast(115%);
    height: 20px;
    width: 20px;
  }
  .navbar-toggler.menuClose-icon::before,
  .navbar-toggler.menuClose-icon::after {
    display: none;
  }
  header .collapse:not(.show) {
    width: 100%;
  }
  header .collapse:not(.show) {
    top: -100vh;
    box-shadow: unset;
    left: 0;
  }

  p {
    font-size: 15px;
  }
  #header,
  .mobile_logo,
  #header.is-sticky {
    height: 60px;
    
  }
  header .collapse:not(.show) {
    padding-top: 130px;
  }
  .copyright {
    font-size: 16px;
  }
  footer h6 {
    margin: 0 0 10px;
  }
  .features-coin {
    height: 55px;
    width: 55px;
    line-height: 55px;
  }

  .features-coin img {
    height: 30px;
  }

  .features-heading {
    font-size: 17px;
  }

  .features-text {
    font-size: 13px;
  }

  .footer-signin-link a span,
  .footer-signup-link a span {
    font-size: 20px;
  }

  .footer-signin-link a p,
  .footer-signup-link a p {
    font-size: 11px;
  }

  .footer-signin-link a,
  .footer-signup-link a {
    padding-right: 40px;
  }

  .footer-signup-link a span.footer-link-arrow,
  .footer-signin-link a span.footer-link-arrow {
    height: 30px;
    width: 30px;
    line-height: 30px;
    right: 10px;
    font-size: 14px;
  }

  .footer-signin-link a,
  .footer-signup-link a {
    padding-right: 40px;
    padding-left: 15px;
  }
  .price-value-right,
  .coinname-detail-box,
  .coin-trade-action {
    padding: 10px 20px;
  }

  .heading_tittle {
    color: #001d47;
    font-size: 38px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
  }


  .heading_tittle_white{
    color: white;
  }

  .heading_tittle_portland{
    color: #EFEDDF;
  }

  

  .heading_tittle_buil{
    color: #004514;
  }


  .heading_tittle_ameni{
    color: #771212;
  }

  .heading_tittle_loc{
    color: #004514;
  }

  .cw_title {
    font-size: 16px !important;
    line-height: 21.6px !important;
  }
  
  .img_card {
    height: 250px;
  filter: grayscale(0);
  }

  .img_card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  filter: grayscale(0);
  scale: 1.2;
  }

 

  .card_tittle h4 {
    font-size: 18px;
  }

  /* Disable hover effects on mobile */
  .view_section .col-md-6:hover {
    transform: none;
  }

  .img_card:hover img {
    transform: none;
  }

  .city_view .row>*{
    padding-bottom: 10vh;
  }

  .highlight_section .parallax-bg_ameniparav {
    position: absolute;
    top: -36%;
    left: 0;
    width: 100%;
    height: 120%;
    background-image: url(../images/amenities/amenities-full-img-2.jpg);
    background-size: cover;
    background-position: center;
    z-index: 0;
}






.varied_ssection_ameni .red {
  width: 248px;
  height: 257px;
  background-image: url(../images/amenities/amn-hs-img-1.jpg);
  background-size: cover;
 
  transform:rotateX('angle') !important;
  clip-path: polygon(0% 20%, 100% 20%, 100% 80%, 0% 80%, 50% 100%);


}

.varied_ssection_ameni .orange {
  width: 248px;
  height: 257px;
  background-image: url(../images/amenities/amn-hs-img-2.jpg);
  background-size: cover;
  transform:rotateX('angle') !important;
  
  clip-path: polygon(0% 20%, 100% 20%, 100% 80%, 0% 80%, 50% 100%);


}

.varied_ssection_ameni .purple {
  width: 248px;
  height: 257px;
  background-image:url(../images/amenities/amn-hs-img-3.jpg);
  background-size: cover;
  transform:rotateX('angle') !important;
  
  clip-path: polygon(0% 20%, 100% 20%, 100% 80%, 0% 80%, 50% 100%);



}
}

@media (min-width: 1448px) {
  .heading_tittle_span {
    margin-top: 0px !important;
  }

  
}

@media (max-width: 575.98px) {
  div#floor7 {
    height: 17.44px !important;
    top: 28px !important;
    left: 49px !important;
    width: calc(100% - 127px) !important;
  }
  div#floor6 {
    height: 17.44px !important;
    top: 51px !important;
    left: 44px !important;
    width: calc(100% - 72px) !important;
  }
  div#floor5 {
    height: 17.44px !important;
    top: 81px !important;
    left: 33px !important;
    width: calc(100% - 59px) !important;
  }
  div#floor4 {
    height: 17.44px !important;
    top: 103px !important;
    left: 33px !important;
    width: calc(100% - 59px) !important;
  }
  div#floor3 {
    height: 17.44px !important;
    top: 126px !important;
    left: 33px !important;
    width: calc(100% - 59px) !important;
  }
  div#floor2 {
    height: 17.44px !important;
    top: 148px !important;
    left: 33px !important;
    width: calc(100% - 59px) !important;
  }
  #header .navbar-brand img {
    max-height: 45px;
  }
  #header .navbar-expand-lg .navbar-nav .nav-link.lang_drop img {
    width: 19px;
  }
  .section {
    margin-top: 25px;
  }
  .features-coin {
    height: 45px;
    width: 45px;
    line-height: 45px;
  }
  .features-coin img {
    height: 22px;
  }
  .footer_wrapper {
    padding: 40px 0 0;
    background-image: url(../images/ftr-bg-mobile-blue.svg);
  }
  .footer_wrapper_ameni {
    padding: 60px 0 40px;
    background-image: url(../images/ftr-bg-mobile-red.svg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
}

.footer_wrapper_loca {
  padding: 60px 0 40px;
  background-image: url(../images/ftr-bg-mobile-green.svg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
}


  .footer_wrapper_buil {
    padding: 60px 0 40px;
    background-image: url(../images/ftr-bg-mobile-green.svg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
}


  .footer-block figure img {
    height: 35px;
  }
  footer h6 {
    font-size: 15px;
  }

  ul.footer-links li {
    margin: 2 0;
  }

  .footer-signin-link a,
  .footer-signup-link a {
    padding-left: 10px;
    padding-right: 0;
    height: 80px;
  }

  .footer-signin-link a span,
  .footer-signup-link a span {
    font-size: 16px;
  }

  .footer-signup-link a span.footer-link-arrow,
  .footer-signin-link a span.footer-link-arrow {
    top: 10px;
    transform: unset;
    height: 22px;
    width: 22px;
    line-height: 22px;
    font-size: 13px;
  }
}


